From f76df6c5df08df16bf1a5516104b4360fe37c441 Mon Sep 17 00:00:00 2001 From: egor-tensin Date: Sun, 28 Jan 2024 11:01:35 +0000 Subject: =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20egor-tensin/cimp?= =?UTF-8?q?le@b1f97832c5a8de7aa45312e95403e6e276dc46fc=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test_report_clang_release/assets/style.css | 186 + test_report_clang_release/index.html | 313120 ++++++++++++++++++++++++++ 2 files changed, 313306 insertions(+) create mode 100644 test_report_clang_release/assets/style.css create mode 100644 test_report_clang_release/index.html (limited to 'test_report_clang_release') diff --git a/test_report_clang_release/assets/style.css b/test_report_clang_release/assets/style.css new file mode 100644 index 0000000..3edac88 --- /dev/null +++ b/test_report_clang_release/assets/style.css @@ -0,0 +1,186 @@ +body { + font-family: Helvetica, Arial, sans-serif; + font-size: 12px; + /* do not increase min-width as some may use split screens */ + min-width: 800px; + color: #999; +} + +h1 { + font-size: 24px; + color: black; +} + +h2 { + font-size: 16px; + color: black; +} + +p { + color: black; +} + +a { + color: #999; +} + +table { + border-collapse: collapse; +} + +/****************************** + * SUMMARY INFORMATION + ******************************/ +#environment td { + padding: 5px; + border: 1px solid #E6E6E6; +} +#environment tr:nth-child(odd) { + background-color: #f6f6f6; +} + +/****************************** + * TEST RESULT COLORS + ******************************/ +span.passed, +.passed .col-result { + color: green; +} + +span.skipped, +span.xfailed, +span.rerun, +.skipped .col-result, +.xfailed .col-result, +.rerun .col-result { + color: orange; +} + +span.error, +span.failed, +span.xpassed, +.error .col-result, +.failed .col-result, +.xpassed .col-result { + color: red; +} + +/****************************** + * RESULTS TABLE + * + * 1. Table Layout + * 2. Extra + * 3. Sorting items + * + ******************************/ +/*------------------ + * 1. Table Layout + *------------------*/ +#results-table { + border: 1px solid #e6e6e6; + color: #999; + font-size: 12px; + width: 100%; +} +#results-table th, +#results-table td { + padding: 5px; + border: 1px solid #E6E6E6; + text-align: left; +} +#results-table th { + font-weight: bold; +} + +/*------------------ + * 2. Extra + *------------------*/ +.log { + background-color: #e6e6e6; + border: 1px solid #e6e6e6; + color: black; + display: block; + font-family: "Courier New", Courier, monospace; + height: 230px; + overflow-y: scroll; + padding: 5px; + white-space: pre-wrap; +} +.log:only-child { + height: inherit; +} + +div.image { + border: 1px solid #e6e6e6; + float: right; + height: 240px; + margin-left: 5px; + overflow: hidden; + width: 320px; +} +div.image img { + width: 320px; +} + +div.video { + border: 1px solid #e6e6e6; + float: right; + height: 240px; + margin-left: 5px; + overflow: hidden; + width: 320px; +} +div.video video { + overflow: hidden; + width: 320px; + height: 240px; +} + +.collapsed { + display: none; +} + +.expander::after { + content: " (show details)"; + color: #BBB; + font-style: italic; + cursor: pointer; +} + +.collapser::after { + content: " (hide details)"; + color: #BBB; + font-style: italic; + cursor: pointer; +} + +/*------------------ + * 3. Sorting items + *------------------*/ +.sortable { + cursor: pointer; +} + +.sort-icon { + font-size: 0px; + float: left; + margin-right: 5px; + margin-top: 5px; + /*triangle*/ + width: 0; + height: 0; + border-left: 8px solid transparent; + border-right: 8px solid transparent; +} +.inactive .sort-icon { + /*finish triangle*/ + border-top: 8px solid #E6E6E6; +} +.asc.active .sort-icon { + /*finish triangle*/ + border-bottom: 8px solid #999; +} +.desc.active .sort-icon { + /*finish triangle*/ + border-top: 8px solid #999; +} diff --git a/test_report_clang_release/index.html b/test_report_clang_release/index.html new file mode 100644 index 0000000..fffd65e --- /dev/null +++ b/test_report_clang_release/index.html @@ -0,0 +1,313120 @@ + + + + + index.html + + + +

index.html

+

Report generated on 28-Jan-2024 at 10:56:44 by pytest-html v3.2.0

+

Summary

+

34 tests ran in 108.86 seconds.

+ 34 passed, 2 skipped, 0 failed, 0 errors, 0 expected failures, 0 unexpected passes +

Results

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ResultTestDurationLinks
Skippedsrc/test_repo.py::test_repo_flame_graph[output_simple]0.00
+
('/home/runner/work/cimple/cimple/test/src/test_repo.py', 107, "Skipped: condition: not config.getoption('flamegraph')")
Skippedsrc/test_repo.py::test_repo_flame_graph[output_long]0.00
+
('/home/runner/work/cimple/cimple/test/src/test_repo.py', 107, "Skipped: condition: not config.getoption('flamegraph')")
Passedsrc/test_basic.py::test_cmd_line_version0.01
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:54:55 | INFO | 'server' parameter value: /home/runner/work/cimple/cimple/build/cmake/src/cimple-server +2024-01-28 10:54:55 | INFO | 'worker' parameter value: /home/runner/work/cimple/cimple/build/cmake/src/cimple-worker +2024-01-28 10:54:55 | INFO | 'client' parameter value: /home/runner/work/cimple/cimple/build/cmake/src/cimple-client +2024-01-28 10:54:55 | INFO | 'sigsegv' parameter value: /home/runner/work/cimple/cimple/build/cmake/test/sigsegv/sigsegv +2024-01-28 10:54:55 | INFO | 'project_version' parameter value: 0.0.1
-------------------------------Captured log call--------------------------------
2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--version'] +2024-01-28 10:54:55 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--version'] completed successfully +2024-01-28 10:54:55 | INFO | Output: +cimple-server v0.0.1 (b1f97832c5a8de7aa45312e95403e6e276dc46fc) + +2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '-V'] +2024-01-28 10:54:55 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '-V'] completed successfully +2024-01-28 10:54:55 | INFO | Output: +cimple-server v0.0.1 (b1f97832c5a8de7aa45312e95403e6e276dc46fc) + +2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--version'] +2024-01-28 10:54:55 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--version'] completed successfully +2024-01-28 10:54:55 | INFO | Output: +cimple-worker v0.0.1 (b1f97832c5a8de7aa45312e95403e6e276dc46fc) + +2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '-V'] +2024-01-28 10:54:55 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '-V'] completed successfully +2024-01-28 10:54:55 | INFO | Output: +cimple-worker v0.0.1 (b1f97832c5a8de7aa45312e95403e6e276dc46fc) + +2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--version'] +2024-01-28 10:54:55 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--version'] completed successfully +2024-01-28 10:54:55 | INFO | Output: +cimple-client v0.0.1 (b1f97832c5a8de7aa45312e95403e6e276dc46fc) + +2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '-V'] +2024-01-28 10:54:55 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '-V'] completed successfully +2024-01-28 10:54:55 | INFO | Output: +cimple-client v0.0.1 (b1f97832c5a8de7aa45312e95403e6e276dc46fc)
Passedsrc/test_basic.py::test_cmd_line_help0.01
+
-------------------------------Captured log call--------------------------------
2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--help'] +2024-01-28 10:54:55 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--help'] completed successfully +2024-01-28 10:54:55 | INFO | Output: +usage: cimple-server [-h|--help] [-V|--version] [-v|--verbose] [-p|--port PORT] [-s|--sqlite PATH] + +2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '-h'] +2024-01-28 10:54:55 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '-h'] completed successfully +2024-01-28 10:54:55 | INFO | Output: +usage: cimple-server [-h|--help] [-V|--version] [-v|--verbose] [-p|--port PORT] [-s|--sqlite PATH] + +2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--help'] +2024-01-28 10:54:55 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--help'] completed successfully +2024-01-28 10:54:55 | INFO | Output: +usage: cimple-worker [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] + +2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '-h'] +2024-01-28 10:54:55 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '-h'] completed successfully +2024-01-28 10:54:55 | INFO | Output: +usage: cimple-worker [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] + +2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--help'] +2024-01-28 10:54:55 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--help'] completed successfully +2024-01-28 10:54:55 | INFO | Output: +usage: cimple-client [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] ACTION [ARG...] + +available actions: + queue-run URL REV - schedule a CI run of repository at URL, revision REV + +2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '-h'] +2024-01-28 10:54:55 | INFO | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '-h'] completed successfully +2024-01-28 10:54:55 | INFO | Output: +usage: cimple-client [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] ACTION [ARG...] + +available actions: + queue-run URL REV - schedule a CI run of repository at URL, revision REV
Passedsrc/test_basic.py::test_cmd_line_invalid_option0.01
+
-------------------------------Captured log call--------------------------------
2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '-x'] +2024-01-28 10:54:55 | ERROR | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '-x'] exited with code 1 +2024-01-28 10:54:55 | ERROR | Output: +/home/runner/work/cimple/cimple/build/cmake/src/cimple-server: invalid option -- 'x' +usage: cimple-server [-h|--help] [-V|--version] [-v|--verbose] [-p|--port PORT] [-s|--sqlite PATH] + +2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--invalid', 'value'] +2024-01-28 10:54:55 | ERROR | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--invalid', 'value'] exited with code 1 +2024-01-28 10:54:55 | ERROR | Output: +/home/runner/work/cimple/cimple/build/cmake/src/cimple-server: unrecognized option '--invalid' +usage: cimple-server [-h|--help] [-V|--version] [-v|--verbose] [-p|--port PORT] [-s|--sqlite PATH] + +2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '-x'] +2024-01-28 10:54:55 | ERROR | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '-x'] exited with code 1 +2024-01-28 10:54:55 | ERROR | Output: +/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker: invalid option -- 'x' +usage: cimple-worker [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] + +2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--invalid', 'value'] +2024-01-28 10:54:55 | ERROR | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--invalid', 'value'] exited with code 1 +2024-01-28 10:54:55 | ERROR | Output: +/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker: unrecognized option '--invalid' +usage: cimple-worker [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] + +2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '-x'] +2024-01-28 10:54:55 | ERROR | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '-x'] exited with code 1 +2024-01-28 10:54:55 | ERROR | Output: +/home/runner/work/cimple/cimple/build/cmake/src/cimple-client: invalid option -- 'x' +usage: cimple-client [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] ACTION [ARG...] + +available actions: + queue-run URL REV - schedule a CI run of repository at URL, revision REV + +2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--invalid', 'value'] +2024-01-28 10:54:55 | ERROR | Command ['/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--invalid', 'value'] exited with code 1 +2024-01-28 10:54:55 | ERROR | Output: +/home/runner/work/cimple/cimple/build/cmake/src/cimple-client: unrecognized option '--invalid' +usage: cimple-client [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] ACTION [ARG...] + +available actions: + queue-run URL REV - schedule a CI run of repository at URL, revision REV
Passedsrc/test_basic.py::test_run_client_no_action0.02
+
-------------------------------Captured log call--------------------------------
2024-01-28 10:54:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:55 | ERROR | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855'] exited with code 1 +2024-01-28 10:54:55 | ERROR | Output: +usage error: no action specified +usage: cimple-client [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] ACTION [ARG...] + +available actions: + queue-run URL REV - schedule a CI run of repository at URL, revision REV
Passedsrc/test_basic.py::test_run_client_invalid_request0.02
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:54:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_run_client_invalid_reques0/cimple.sqlite'] +2024-01-28 10:54:55 | INFO | Process 3253/cimple-server has started +2024-01-28 10:54:55 | INFO | 3253/cimple-server: 2024-01-28 10:54:55.862 | 3253 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_run_client_invalid_reques0/cimple.sqlite +2024-01-28 10:54:55 | INFO | 3253/cimple-server: 2024-01-28 10:54:55.862 | 3253 | SQLite database version: 0 +2024-01-28 10:54:55 | INFO | 3253/cimple-server: 2024-01-28 10:54:55.862 | 3253 | Newest database version: 1 +2024-01-28 10:54:55 | INFO | 3253/cimple-server: 2024-01-28 10:54:55.862 | 3253 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:54:55 | INFO | 3253/cimple-server: 2024-01-28 10:54:55.877 | 3253 | Waiting for new connections +2024-01-28 10:54:55 | INFO | Process 3253/cimple-server is ready
-------------------------------Captured log call--------------------------------
2024-01-28 10:54:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'hello'] +2024-01-28 10:54:55 | ERROR | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'hello'] exited with code 1 +2024-01-28 10:54:55 | ERROR | Output: +usage error: invalid request +usage: cimple-client [-h|--help] [-V|--version] [-v|--verbose] [-H|--host HOST] [-p|--port PORT] ACTION [ARG...] + +available actions: + queue-run URL REV - schedule a CI run of repository at URL, revision REV
-----------------------------Captured log teardown------------------------------
2024-01-28 10:54:55 | INFO | Terminating process 3253/cimple-server +2024-01-28 10:54:55 | INFO | 3253/cimple-server: 2024-01-28 10:54:55.880 | 3253 | Shutting down
Passedsrc/test_basic.py::test_run_noop_server0.01
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:54:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_run_noop_server0/cimple.sqlite'] +2024-01-28 10:54:55 | INFO | Process 3257/cimple-server has started +2024-01-28 10:54:55 | INFO | 3257/cimple-server: 2024-01-28 10:54:55.883 | 3257 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_run_noop_server0/cimple.sqlite +2024-01-28 10:54:55 | INFO | 3257/cimple-server: 2024-01-28 10:54:55.884 | 3257 | SQLite database version: 0 +2024-01-28 10:54:55 | INFO | 3257/cimple-server: 2024-01-28 10:54:55.884 | 3257 | Newest database version: 1 +2024-01-28 10:54:55 | INFO | 3257/cimple-server: 2024-01-28 10:54:55.884 | 3257 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:54:55 | INFO | 3257/cimple-server: 2024-01-28 10:54:55.899 | 3257 | Waiting for new connections +2024-01-28 10:54:55 | INFO | Process 3257/cimple-server is ready
-----------------------------Captured log teardown------------------------------
2024-01-28 10:54:55 | INFO | Terminating process 3257/cimple-server +2024-01-28 10:54:55 | INFO | 3257/cimple-server: 2024-01-28 10:54:55.899 | 3257 | Shutting down
Passedsrc/test_basic.py::test_run_noop_server_and_workers0.04
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:54:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_run_noop_server_and_worke0/cimple.sqlite'] +2024-01-28 10:54:55 | INFO | Process 3260/cimple-server has started +2024-01-28 10:54:55 | INFO | 3260/cimple-server: 2024-01-28 10:54:55.903 | 3260 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_run_noop_server_and_worke0/cimple.sqlite +2024-01-28 10:54:55 | INFO | 3260/cimple-server: 2024-01-28 10:54:55.903 | 3260 | SQLite database version: 0 +2024-01-28 10:54:55 | INFO | 3260/cimple-server: 2024-01-28 10:54:55.903 | 3260 | Newest database version: 1 +2024-01-28 10:54:55 | INFO | 3260/cimple-server: 2024-01-28 10:54:55.903 | 3260 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:54:55 | INFO | 3260/cimple-server: 2024-01-28 10:54:55.917 | 3260 | Waiting for new connections +2024-01-28 10:54:55 | INFO | Process 3260/cimple-server is ready +2024-01-28 10:54:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:55 | INFO | Process 3263/cimple-worker has started +2024-01-28 10:54:55 | INFO | 3260/cimple-server: 2024-01-28 10:54:55.931 | 3260 | Waiting for new connections +2024-01-28 10:54:55 | INFO | 3260/cimple-server: 2024-01-28 10:54:55.931 | 3265 | Added a new worker 8 to the queue +2024-01-28 10:54:55 | INFO | 3260/cimple-server: 2024-01-28 10:54:55.931 | 3260 | Waiting for new connections +2024-01-28 10:54:55 | INFO | 3263/cimple-worker: 2024-01-28 10:54:55.931 | 3263 | Waiting for a new command +2024-01-28 10:54:55 | INFO | Process 3263/cimple-worker is ready +2024-01-28 10:54:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:55 | INFO | Process 3266/cimple-worker has started +2024-01-28 10:54:55 | INFO | 3260/cimple-server: 2024-01-28 10:54:55.939 | 3260 | Waiting for new connections +2024-01-28 10:54:55 | INFO | 3260/cimple-server: 2024-01-28 10:54:55.939 | 3268 | Added a new worker 9 to the queue +2024-01-28 10:54:55 | INFO | 3260/cimple-server: 2024-01-28 10:54:55.939 | 3260 | Waiting for new connections +2024-01-28 10:54:55 | INFO | 3266/cimple-worker: 2024-01-28 10:54:55.939 | 3266 | Waiting for a new command +2024-01-28 10:54:55 | INFO | Process 3266/cimple-worker is ready
-----------------------------Captured log teardown------------------------------
2024-01-28 10:54:55 | INFO | Terminating process 3266/cimple-worker +2024-01-28 10:54:55 | INFO | 3266/cimple-worker: 2024-01-28 10:54:55.940 | 3266 | Shutting down +2024-01-28 10:54:55 | INFO | Terminating process 3263/cimple-worker +2024-01-28 10:54:55 | INFO | 3263/cimple-worker: 2024-01-28 10:54:55.942 | 3263 | Shutting down +2024-01-28 10:54:55 | INFO | Terminating process 3260/cimple-server +2024-01-28 10:54:55 | INFO | 3260/cimple-server: 2024-01-28 10:54:55.943 | 3260 | Shutting down
Passedsrc/test_repo.py::test_sigsegv0.14
+
-------------------------------Captured log call--------------------------------
2024-01-28 10:54:55 | INFO | Executing command: ['/home/runner/work/cimple/cimple/build/cmake/test/sigsegv/sigsegv'] +2024-01-28 10:54:56 | ERROR | Command ['/home/runner/work/cimple/cimple/build/cmake/test/sigsegv/sigsegv'] exited with code -11 +2024-01-28 10:54:56 | ERROR | Output: +Started the test program.
Passedsrc/test_repo.py::test_repo[output_simple-numof_clients=1-runs_per_client=1]0.34
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/cimple.sqlite'] +2024-01-28 10:54:56 | INFO | Process 3271/cimple-server has started +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.097 | 3271 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/cimple.sqlite +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.098 | 3271 | SQLite database version: 0 +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.098 | 3271 | Newest database version: 1 +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.098 | 3271 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.109 | 3271 | Waiting for new connections +2024-01-28 10:54:56 | INFO | Process 3271/cimple-server is ready +2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:56 | INFO | Process 3274/cimple-worker has started +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.118 | 3271 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.118 | 3276 | Added a new worker 8 to the queue +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.118 | 3271 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3274/cimple-worker: 2024-01-28 10:54:56.118 | 3274 | Waiting for a new command +2024-01-28 10:54:56 | INFO | Process 3274/cimple-worker is ready +2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:56 | INFO | Process 3277/cimple-worker has started +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.127 | 3271 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.127 | 3279 | Added a new worker 9 to the queue +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.127 | 3271 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3277/cimple-worker: 2024-01-28 10:54:56.127 | 3277 | Waiting for a new command +2024-01-28 10:54:56 | INFO | Process 3277/cimple-worker is ready +2024-01-28 10:54:56 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/cimple.sqlite +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:54:56 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:54:56 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:54:56 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:54:56 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:54:56 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:54:56 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:54:56 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:54:56 | INFO | Executing 1 clients +2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo', 'HEAD'] +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.413 | 3271 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.415 | 3294 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo to the queue +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.415 | 3273 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo from the queue +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.415 | 3273 | Removed worker 8 from the queue +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.416 | 3273 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo to worker 8 +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.416 | 3271 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3274/cimple-worker: 2024-01-28 10:54:56.416 | 3274 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo to /tmp/git.7rH872 +2024-01-28 10:54:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo', 'HEAD'] completed successfully +2024-01-28 10:54:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:56 | INFO | 3274/cimple-worker: 2024-01-28 10:54:56.420 | 3274 | Checking out revision HEAD +2024-01-28 10:54:56 | INFO | 3274/cimple-worker: 2024-01-28 10:54:56.421 | 3274 | Going to run: ./ci +2024-01-28 10:54:56 | INFO | 3274/cimple-worker: 2024-01-28 10:54:56.427 | 3274 | Recursively removing directory: /tmp/git.7rH872/ +2024-01-28 10:54:56 | INFO | 3274/cimple-worker: 2024-01-28 10:54:56.428 | 3274 | Process exit code: 0 +2024-01-28 10:54:56 | INFO | 3274/cimple-worker: 2024-01-28 10:54:56.428 | 3274 | Process output: 57 bytes +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.428 | 3271 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3274/cimple-worker: 2024-01-28 10:54:56.428 | 3274 | Waiting for a new command +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.428 | 3271 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.428 | 3302 | Added a new worker 12 to the queue +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.428 | 3271 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.429 | 3301 | Marked run 1 as finished +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.429 | 3271 | Waiting for new connections +2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.439 | 3271 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.439 | 3305 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_0/repo to the queue +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.439 | 3271 | Waiting for new connections +2024-01-28 10:54:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:54:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 1, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_0\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:54:56 | INFO | Terminating process 3277/cimple-worker +2024-01-28 10:54:56 | INFO | 3277/cimple-worker: 2024-01-28 10:54:56.441 | 3277 | Shutting down +2024-01-28 10:54:56 | INFO | Terminating process 3274/cimple-worker +2024-01-28 10:54:56 | INFO | 3274/cimple-worker: 2024-01-28 10:54:56.442 | 3274 | Shutting down +2024-01-28 10:54:56 | INFO | Terminating process 3271/cimple-server +2024-01-28 10:54:56 | INFO | 3271/cimple-server: 2024-01-28 10:54:56.443 | 3271 | Shutting down
Passedsrc/test_repo.py::test_repo[output_simple-numof_clients=1-runs_per_client=5]0.23
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/cimple.sqlite'] +2024-01-28 10:54:56 | INFO | Process 3306/cimple-server has started +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.447 | 3306 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/cimple.sqlite +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.447 | 3306 | SQLite database version: 0 +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.447 | 3306 | Newest database version: 1 +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.447 | 3306 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.461 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | Process 3306/cimple-server is ready +2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:56 | INFO | Process 3309/cimple-worker has started +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.469 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.469 | 3311 | Added a new worker 8 to the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.469 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.469 | 3309 | Waiting for a new command +2024-01-28 10:54:56 | INFO | Process 3309/cimple-worker is ready +2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:56 | INFO | Process 3312/cimple-worker has started +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.477 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.477 | 3314 | Added a new worker 9 to the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.477 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3312/cimple-worker: 2024-01-28 10:54:56.477 | 3312 | Waiting for a new command +2024-01-28 10:54:56 | INFO | Process 3312/cimple-worker is ready +2024-01-28 10:54:56 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/cimple.sqlite +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:54:56 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:54:56 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:54:56 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:54:56 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:54:56 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:54:56 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:54:56 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:54:56 | INFO | Executing 5 clients +2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.623 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.626 | 3328 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.626 | 3308 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo from the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.626 | 3308 | Removed worker 8 from the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.626 | 3308 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to worker 8 +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.626 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.626 | 3309 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to /tmp/git.OvG5Ce +2024-01-28 10:54:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] completed successfully +2024-01-28 10:54:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.628 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.630 | 3330 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.630 | 3308 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo from the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.630 | 3308 | Removed worker 9 from the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.630 | 3308 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to worker 9 +2024-01-28 10:54:56 | INFO | 3312/cimple-worker: 2024-01-28 10:54:56.630 | 3312 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to /tmp/git.Vjb6YK +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.630 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] completed successfully +2024-01-28 10:54:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.631 | 3309 | Checking out revision HEAD +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.632 | 3309 | Going to run: ./ci +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.633 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.635 | 3333 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.635 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3312/cimple-worker: 2024-01-28 10:54:56.635 | 3312 | Checking out revision HEAD +2024-01-28 10:54:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] completed successfully +2024-01-28 10:54:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] +2024-01-28 10:54:56 | INFO | 3312/cimple-worker: 2024-01-28 10:54:56.636 | 3312 | Going to run: ./ci +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.638 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.639 | 3309 | Recursively removing directory: /tmp/git.OvG5Ce/ +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.640 | 3341 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.641 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.641 | 3309 | Process exit code: 0 +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.641 | 3309 | Process output: 57 bytes +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.641 | 3309 | Waiting for a new command +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.641 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.641 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.641 | 3346 | Added a new worker 10 to the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.641 | 3308 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo from the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.641 | 3308 | Removed worker 10 from the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.641 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.641 | 3308 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to worker 10 +2024-01-28 10:54:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] completed successfully +2024-01-28 10:54:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.642 | 3309 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to /tmp/git.qohEm0 +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.643 | 3344 | Marked run 1 as finished +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.643 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.643 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3312/cimple-worker: 2024-01-28 10:54:56.644 | 3312 | Recursively removing directory: /tmp/git.Vjb6YK/ +2024-01-28 10:54:56 | INFO | 3312/cimple-worker: 2024-01-28 10:54:56.646 | 3312 | Process exit code: 0 +2024-01-28 10:54:56 | INFO | 3312/cimple-worker: 2024-01-28 10:54:56.646 | 3312 | Process output: 57 bytes +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.646 | 3350 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-01-28 10:54:56 | INFO | 3312/cimple-worker: 2024-01-28 10:54:56.646 | 3312 | Waiting for a new command +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.646 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.646 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo', 'HEAD'] completed successfully +2024-01-28 10:54:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.646 | 3352 | Added a new worker 11 to the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.646 | 3308 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo from the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.646 | 3308 | Removed worker 11 from the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.647 | 3308 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to worker 11 +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.647 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3312/cimple-worker: 2024-01-28 10:54:56.647 | 3312 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to /tmp/git.6HKc4K +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.647 | 3309 | Checking out revision HEAD +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.648 | 3351 | Marked run 2 as finished +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.648 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.648 | 3309 | Going to run: ./ci +2024-01-28 10:54:56 | INFO | 3312/cimple-worker: 2024-01-28 10:54:56.652 | 3312 | Checking out revision HEAD +2024-01-28 10:54:56 | INFO | 3312/cimple-worker: 2024-01-28 10:54:56.653 | 3312 | Going to run: ./ci +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.655 | 3309 | Recursively removing directory: /tmp/git.qohEm0/ +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.657 | 3309 | Process exit code: 0 +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.657 | 3309 | Process output: 57 bytes +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.657 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.657 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.657 | 3309 | Waiting for a new command +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.657 | 3365 | Added a new worker 10 to the queue +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.658 | 3309 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to /tmp/git.xdpOFU +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.657 | 3308 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo from the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.657 | 3308 | Removed worker 10 from the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.657 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.657 | 3308 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to worker 10 +2024-01-28 10:54:56 | INFO | 3312/cimple-worker: 2024-01-28 10:54:56.659 | 3312 | Recursively removing directory: /tmp/git.6HKc4K/ +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.660 | 3364 | Marked run 3 as finished +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.660 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3312/cimple-worker: 2024-01-28 10:54:56.661 | 3312 | Process exit code: 0 +2024-01-28 10:54:56 | INFO | 3312/cimple-worker: 2024-01-28 10:54:56.661 | 3312 | Process output: 57 bytes +2024-01-28 10:54:56 | INFO | 3312/cimple-worker: 2024-01-28 10:54:56.661 | 3312 | Waiting for a new command +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.661 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.661 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.661 | 3368 | Added a new worker 10 to the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.661 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.663 | 3309 | Checking out revision HEAD +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.663 | 3367 | Marked run 4 as finished +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.663 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.664 | 3309 | Going to run: ./ci +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.669 | 3309 | Recursively removing directory: /tmp/git.xdpOFU/ +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.671 | 3309 | Process exit code: 0 +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.671 | 3309 | Process output: 57 bytes +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.671 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.671 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.671 | 3376 | Added a new worker 12 to the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.671 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.671 | 3309 | Waiting for a new command +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.672 | 3375 | Marked run 5 as finished +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.672 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.676 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.676 | 3379 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.676 | 3379 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.676 | 3379 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.676 | 3379 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.676 | 3379 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_1/repo to the queue +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.676 | 3306 | Waiting for new connections +2024-01-28 10:54:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:54:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 5, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_1\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:54:56 | INFO | Terminating process 3312/cimple-worker +2024-01-28 10:54:56 | INFO | 3312/cimple-worker: 2024-01-28 10:54:56.677 | 3312 | Shutting down +2024-01-28 10:54:56 | INFO | Terminating process 3309/cimple-worker +2024-01-28 10:54:56 | INFO | 3309/cimple-worker: 2024-01-28 10:54:56.679 | 3309 | Shutting down +2024-01-28 10:54:56 | INFO | Terminating process 3306/cimple-server +2024-01-28 10:54:56 | INFO | 3306/cimple-server: 2024-01-28 10:54:56.680 | 3306 | Shutting down
Passedsrc/test_repo.py::test_repo[output_simple-numof_clients=5-runs_per_client=1]0.37
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/cimple.sqlite'] +2024-01-28 10:54:56 | INFO | Process 3380/cimple-server has started +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.684 | 3380 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/cimple.sqlite +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.684 | 3380 | SQLite database version: 0 +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.684 | 3380 | Newest database version: 1 +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.684 | 3380 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.699 | 3380 | Waiting for new connections +2024-01-28 10:54:56 | INFO | Process 3380/cimple-server is ready +2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:56 | INFO | Process 3383/cimple-worker has started +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.708 | 3380 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.708 | 3385 | Added a new worker 8 to the queue +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.708 | 3380 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3383/cimple-worker: 2024-01-28 10:54:56.708 | 3383 | Waiting for a new command +2024-01-28 10:54:56 | INFO | Process 3383/cimple-worker is ready +2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:56 | INFO | Process 3386/cimple-worker has started +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.716 | 3380 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.716 | 3388 | Added a new worker 9 to the queue +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.716 | 3380 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3386/cimple-worker: 2024-01-28 10:54:56.716 | 3386 | Waiting for a new command +2024-01-28 10:54:56 | INFO | Process 3386/cimple-worker is ready +2024-01-28 10:54:56 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/cimple.sqlite +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:54:56 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:54:56 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:54:56 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:54:56 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:54:56 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:54:56 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:54:56 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:54:56 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:54:56 | INFO | Executing 1 clients +2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.949 | 3380 | Waiting for new connections +2024-01-28 10:54:56 | INFO | Executing 1 clients +2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.952 | 3407 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.952 | 3382 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo from the queue +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.952 | 3382 | Removed worker 8 from the queue +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.952 | 3382 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to worker 8 +2024-01-28 10:54:56 | INFO | Executing 1 clients +2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.953 | 3380 | Waiting for new connections +2024-01-28 10:54:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] completed successfully +2024-01-28 10:54:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:56 | INFO | 3383/cimple-worker: 2024-01-28 10:54:56.952 | 3383 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to /tmp/git.CH5zWE +2024-01-28 10:54:56 | INFO | 3383/cimple-worker: 2024-01-28 10:54:56.957 | 3383 | Checking out revision HEAD +2024-01-28 10:54:56 | INFO | 3383/cimple-worker: 2024-01-28 10:54:56.958 | 3383 | Going to run: ./ci +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.959 | 3380 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.962 | 3380 | Waiting for new connections +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.964 | 3412 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.964 | 3382 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo from the queue +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.964 | 3382 | Removed worker 9 from the queue +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.964 | 3382 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to worker 9 +2024-01-28 10:54:56 | INFO | 3386/cimple-worker: 2024-01-28 10:54:56.964 | 3386 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to /tmp/git.PdDG4D +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.965 | 3380 | Waiting for new connections +2024-01-28 10:54:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] completed successfully +2024-01-28 10:54:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:56 | INFO | 3386/cimple-worker: 2024-01-28 10:54:56.976 | 3386 | Checking out revision HEAD +2024-01-28 10:54:56 | INFO | 3386/cimple-worker: 2024-01-28 10:54:56.977 | 3386 | Going to run: ./ci +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.979 | 3413 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.980 | 3380 | Waiting for new connections +2024-01-28 10:54:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] completed successfully +2024-01-28 10:54:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:56 | INFO | Executing 1 clients +2024-01-28 10:54:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] +2024-01-28 10:54:56 | INFO | 3380/cimple-server: 2024-01-28 10:54:56.993 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Executing 1 clients +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.008 | 3422 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.008 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.010 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.008 | 3383 | Recursively removing directory: /tmp/git.CH5zWE/ +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.010 | 3383 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.010 | 3383 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.010 | 3383 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.010 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.011 | 3431 | Added a new worker 10 to the queue +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.011 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.011 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.012 | 3383 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to /tmp/git.yZvpUF +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.011 | 3382 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo from the queue +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.011 | 3382 | Removed worker 10 from the queue +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.011 | 3382 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to worker 10 +2024-01-28 10:54:57 | INFO | 3386/cimple-worker: 2024-01-28 10:54:57.013 | 3386 | Recursively removing directory: /tmp/git.PdDG4D/ +2024-01-28 10:54:57 | INFO | 3386/cimple-worker: 2024-01-28 10:54:57.016 | 3386 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3386/cimple-worker: 2024-01-28 10:54:57.016 | 3386 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.016 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3386/cimple-worker: 2024-01-28 10:54:57.016 | 3386 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.016 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.016 | 3430 | Marked run 1 as finished +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.016 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.017 | 3434 | Added a new worker 6 to the queue +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.017 | 3382 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo from the queue +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.017 | 3382 | Removed worker 6 from the queue +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.017 | 3382 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to worker 6 +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.017 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3386/cimple-worker: 2024-01-28 10:54:57.017 | 3386 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to /tmp/git.x2h48Q +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.019 | 3383 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.020 | 3432 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.020 | 3433 | Marked run 2 as finished +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.021 | 3383 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.022 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3386/cimple-worker: 2024-01-28 10:54:57.023 | 3386 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3386/cimple-worker: 2024-01-28 10:54:57.024 | 3386 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.030 | 3383 | Recursively removing directory: /tmp/git.yZvpUF/ +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.031 | 3383 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.031 | 3383 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.032 | 3383 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.032 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.032 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.032 | 3448 | Added a new worker 10 to the queue +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.032 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.032 | 3382 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo from the queue +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.032 | 3382 | Removed worker 10 from the queue +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.032 | 3382 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to worker 10 +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.032 | 3383 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to /tmp/git.tivNA8 +2024-01-28 10:54:57 | INFO | 3386/cimple-worker: 2024-01-28 10:54:57.033 | 3386 | Recursively removing directory: /tmp/git.x2h48Q/ +2024-01-28 10:54:57 | INFO | 3386/cimple-worker: 2024-01-28 10:54:57.035 | 3386 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3386/cimple-worker: 2024-01-28 10:54:57.035 | 3386 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3386/cimple-worker: 2024-01-28 10:54:57.036 | 3386 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.036 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.036 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.036 | 3450 | Added a new worker 13 to the queue +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.036 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.040 | 3447 | Marked run 3 as finished +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.040 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.042 | 3449 | Marked run 4 as finished +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.042 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.043 | 3383 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.044 | 3383 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.049 | 3383 | Recursively removing directory: /tmp/git.tivNA8/ +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.051 | 3383 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.051 | 3383 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.051 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.051 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.051 | 3458 | Added a new worker 11 to the queue +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.051 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.051 | 3383 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.052 | 3457 | Marked run 5 as finished +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.052 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.055 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.055 | 3461 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.055 | 3461 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.055 | 3461 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.055 | 3461 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.055 | 3461 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_2/repo to the queue +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.055 | 3380 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 5, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_2\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:54:57 | INFO | Terminating process 3386/cimple-worker +2024-01-28 10:54:57 | INFO | 3386/cimple-worker: 2024-01-28 10:54:57.056 | 3386 | Shutting down +2024-01-28 10:54:57 | INFO | Terminating process 3383/cimple-worker +2024-01-28 10:54:57 | INFO | 3383/cimple-worker: 2024-01-28 10:54:57.058 | 3383 | Shutting down +2024-01-28 10:54:57 | INFO | Terminating process 3380/cimple-server +2024-01-28 10:54:57 | INFO | 3380/cimple-server: 2024-01-28 10:54:57.059 | 3380 | Shutting down
Passedsrc/test_repo.py::test_repo[output_simple-numof_clients=5-runs_per_client=5]0.51
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/cimple.sqlite'] +2024-01-28 10:54:57 | INFO | Process 3462/cimple-server has started +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.063 | 3462 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/cimple.sqlite +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.064 | 3462 | SQLite database version: 0 +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.064 | 3462 | Newest database version: 1 +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.064 | 3462 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.079 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Process 3462/cimple-server is ready +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:57 | INFO | Process 3465/cimple-worker has started +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.087 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.088 | 3467 | Added a new worker 8 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.088 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.087 | 3465 | Waiting for a new command +2024-01-28 10:54:57 | INFO | Process 3465/cimple-worker is ready +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:57 | INFO | Process 3468/cimple-worker has started +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.096 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.096 | 3470 | Added a new worker 9 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.096 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.096 | 3468 | Waiting for a new command +2024-01-28 10:54:57 | INFO | Process 3468/cimple-worker is ready +2024-01-28 10:54:57 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/cimple.sqlite +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:54:57 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:54:57 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:54:57 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:54:57 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:54:57 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:54:57 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:54:57 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:54:57 | INFO | Executing 5 clients +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.305 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.315 | 3488 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.315 | 3464 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.315 | 3464 | Removed worker 8 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.316 | 3464 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 8 +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.316 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.316 | 3465 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.wi5QBr +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.321 | 3465 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | Executing 5 clients +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.322 | 3465 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.324 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.326 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Executing 5 clients +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.328 | 3494 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.328 | 3464 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.328 | 3464 | Removed worker 9 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.328 | 3464 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 9 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.329 | 3468 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.G6xJ9X +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.329 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.330 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.331 | 3495 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.332 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.336 | 3468 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.336 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.337 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.338 | 3468 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.338 | 3500 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.339 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.339 | 3465 | Recursively removing directory: /tmp/git.wi5QBr/ +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.342 | 3465 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.342 | 3465 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.342 | 3465 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.342 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.342 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.342 | 3510 | Added a new worker 17 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.342 | 3464 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.342 | 3464 | Removed worker 17 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.342 | 3464 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 17 +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.342 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.342 | 3465 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.Sltxou +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.343 | 3504 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.343 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.346 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.348 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.349 | 3465 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.350 | 3465 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.350 | 3509 | Marked run 1 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.351 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.351 | 3505 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.352 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.353 | 3511 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.353 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.354 | 3514 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.355 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.357 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.359 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.361 | 3524 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.361 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.360 | 3468 | Recursively removing directory: /tmp/git.G6xJ9X/ +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.362 | 3468 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.362 | 3468 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.362 | 3468 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.362 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.363 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.363 | 3528 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.363 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.364 | 3531 | Added a new worker 6 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.364 | 3464 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.364 | 3464 | Removed worker 6 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.364 | 3464 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 6 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.364 | 3468 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.SP2dFc +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.365 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.366 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.367 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.369 | 3465 | Recursively removing directory: /tmp/git.Sltxou/ +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.371 | 3530 | Marked run 2 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.371 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.373 | 3533 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.374 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.374 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.374 | 3465 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.374 | 3465 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.374 | 3465 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.375 | 3536 | Added a new worker 13 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.375 | 3464 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.375 | 3464 | Removed worker 13 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.375 | 3464 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 13 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.375 | 3465 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.uBewP0 +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.377 | 3468 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.378 | 3468 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.376 | 3534 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.376 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.378 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.383 | 3465 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.384 | 3465 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.384 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.388 | 3535 | Marked run 3 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.388 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.389 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.390 | 3539 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.390 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.394 | 3543 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | Executing 5 clients +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.394 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.396 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Executing 5 clients +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.397 | 3468 | Recursively removing directory: /tmp/git.SP2dFc/ +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.399 | 3468 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.399 | 3468 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.399 | 3468 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.400 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.400 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.402 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.402 | 3560 | Added a new worker 14 to the queue +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.402 | 3468 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.MKJWNH +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.402 | 3464 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.402 | 3464 | Removed worker 14 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.402 | 3464 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 14 +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.402 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.403 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.404 | 3465 | Recursively removing directory: /tmp/git.uBewP0/ +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.405 | 3559 | Marked run 4 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.405 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.405 | 3465 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.405 | 3465 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.406 | 3465 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.406 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.406 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.406 | 3564 | Added a new worker 17 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.406 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.406 | 3464 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.406 | 3464 | Removed worker 17 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.406 | 3464 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 17 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.406 | 3465 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.9ZtIrJ +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.408 | 3554 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.409 | 3468 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.409 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.410 | 3468 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.410 | 3561 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.411 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.413 | 3465 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.414 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.414 | 3465 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.415 | 3562 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.415 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.418 | 3563 | Marked run 5 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.418 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.419 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.420 | 3568 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.420 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.422 | 3575 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.423 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.425 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.424 | 3468 | Recursively removing directory: /tmp/git.MKJWNH/ +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.426 | 3468 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.426 | 3468 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.426 | 3468 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.427 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.427 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.428 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.427 | 3465 | Recursively removing directory: /tmp/git.9ZtIrJ/ +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.428 | 3585 | Added a new worker 15 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.428 | 3464 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.428 | 3464 | Removed worker 15 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.428 | 3464 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 15 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.429 | 3468 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.SSNAhv +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.429 | 3465 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.429 | 3465 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.429 | 3465 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.429 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.429 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.429 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.429 | 3588 | Added a new worker 17 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.429 | 3464 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.429 | 3464 | Removed worker 17 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.429 | 3464 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 17 +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.430 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.430 | 3465 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.DoYDSt +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.431 | 3584 | Marked run 6 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.431 | 3583 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.432 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.434 | 3587 | Marked run 7 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.434 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.436 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.436 | 3468 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.437 | 3468 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.437 | 3465 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.437 | 3586 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.437 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.439 | 3465 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.439 | 3590 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.439 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.441 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.442 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.444 | 3597 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.444 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.446 | 3598 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.447 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.447 | 3465 | Recursively removing directory: /tmp/git.DoYDSt/ +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.448 | 3465 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.448 | 3465 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.449 | 3465 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.449 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.449 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.449 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.449 | 3610 | Added a new worker 14 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.449 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.449 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.449 | 3464 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.449 | 3464 | Removed worker 14 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.449 | 3464 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 14 +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.449 | 3611 | Added a new worker 10 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.449 | 3464 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.449 | 3464 | Removed worker 10 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.449 | 3464 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 10 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.447 | 3468 | Recursively removing directory: /tmp/git.SSNAhv/ +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.448 | 3468 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.448 | 3468 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.449 | 3468 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.449 | 3468 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.M4kThX +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.449 | 3465 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.o1RDi9 +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.450 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.452 | 3609 | Marked run 9 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.452 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.455 | 3465 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.455 | 3608 | Marked run 8 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.455 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.456 | 3465 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.456 | 3468 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.457 | 3468 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.457 | 3612 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.458 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.464 | 3465 | Recursively removing directory: /tmp/git.o1RDi9/ +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.466 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.466 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.465 | 3465 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.465 | 3465 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.466 | 3465 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.466 | 3626 | Added a new worker 11 to the queue +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.465 | 3468 | Recursively removing directory: /tmp/git.M4kThX/ +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.466 | 3468 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.466 | 3468 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.467 | 3468 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.467 | 3465 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.DZYG3D +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.467 | 3464 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.467 | 3464 | Removed worker 11 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.467 | 3464 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.467 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.467 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.467 | 3628 | Added a new worker 15 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.467 | 3464 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.467 | 3464 | Removed worker 15 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.467 | 3464 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 15 +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.467 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.467 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.467 | 3468 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.YsNYQK +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.473 | 3625 | Marked run 11 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.473 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.473 | 3468 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.474 | 3465 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.474 | 3468 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.475 | 3465 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.476 | 3627 | Marked run 10 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.476 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.482 | 3468 | Recursively removing directory: /tmp/git.YsNYQK/ +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.482 | 3465 | Recursively removing directory: /tmp/git.DZYG3D/ +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.483 | 3468 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.483 | 3468 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.484 | 3468 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.483 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.484 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.484 | 3642 | Added a new worker 10 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.484 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.484 | 3464 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.484 | 3464 | Removed worker 10 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.484 | 3464 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 10 +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.484 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.484 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.484 | 3644 | Added a new worker 13 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.484 | 3464 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.484 | 3464 | Removed worker 13 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.484 | 3464 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 13 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.484 | 3465 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.484 | 3465 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.484 | 3465 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.484 | 3465 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.q3e7o5 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.484 | 3468 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.BWCXgh +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.485 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.488 | 3641 | Marked run 13 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.488 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.490 | 3643 | Marked run 12 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.490 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.490 | 3468 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.490 | 3465 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.490 | 3468 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.491 | 3465 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.496 | 3468 | Recursively removing directory: /tmp/git.BWCXgh/ +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.496 | 3465 | Recursively removing directory: /tmp/git.q3e7o5/ +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.497 | 3468 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.497 | 3468 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.497 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.498 | 3465 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.498 | 3465 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.498 | 3468 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.498 | 3468 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.MbrwjX +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.498 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.498 | 3658 | Added a new worker 11 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.498 | 3464 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.498 | 3464 | Removed worker 11 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.498 | 3464 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.498 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.498 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.498 | 3660 | Added a new worker 11 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.498 | 3464 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.498 | 3464 | Removed worker 11 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.498 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.498 | 3464 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.498 | 3465 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.498 | 3465 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.lzARf3 +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.500 | 3657 | Marked run 14 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.500 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.501 | 3659 | Marked run 15 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.502 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.503 | 3468 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.503 | 3465 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.504 | 3468 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.504 | 3465 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.509 | 3468 | Recursively removing directory: /tmp/git.MbrwjX/ +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.509 | 3465 | Recursively removing directory: /tmp/git.lzARf3/ +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.510 | 3468 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.510 | 3468 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.510 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.510 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.510 | 3674 | Added a new worker 10 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.511 | 3464 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.511 | 3464 | Removed worker 10 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.511 | 3464 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 10 +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.511 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.511 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.510 | 3468 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.511 | 3468 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.zU8ML2 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.511 | 3465 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.511 | 3465 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.511 | 3465 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.511 | 3465 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.K2G2rZ +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.511 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.511 | 3676 | Added a new worker 13 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.511 | 3464 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.511 | 3464 | Removed worker 13 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.511 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.511 | 3464 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 13 +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.513 | 3673 | Marked run 16 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.513 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.515 | 3675 | Marked run 17 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.515 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.516 | 3465 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.516 | 3468 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.516 | 3465 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.517 | 3468 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.522 | 3465 | Recursively removing directory: /tmp/git.K2G2rZ/ +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.523 | 3468 | Recursively removing directory: /tmp/git.zU8ML2/ +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.523 | 3465 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.523 | 3465 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.524 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.524 | 3465 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.524 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.524 | 3690 | Added a new worker 11 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.524 | 3464 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.524 | 3464 | Removed worker 11 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.524 | 3464 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.524 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.524 | 3465 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.FPRwPv +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.524 | 3468 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.524 | 3468 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.525 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.525 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.525 | 3692 | Added a new worker 13 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.525 | 3464 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.525 | 3464 | Removed worker 13 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.525 | 3464 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 13 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.525 | 3468 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.525 | 3468 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.AU7v5e +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.525 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.526 | 3689 | Marked run 19 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.526 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.528 | 3691 | Marked run 18 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.528 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.529 | 3465 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.530 | 3465 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.530 | 3468 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.531 | 3468 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.535 | 3465 | Recursively removing directory: /tmp/git.FPRwPv/ +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.536 | 3468 | Recursively removing directory: /tmp/git.AU7v5e/ +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.537 | 3465 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.537 | 3465 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.537 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.537 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.537 | 3706 | Added a new worker 11 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.537 | 3464 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.537 | 3464 | Removed worker 11 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.537 | 3464 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.537 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.537 | 3465 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.537 | 3465 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.lbsTfK +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.539 | 3468 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.539 | 3468 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.539 | 3468 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.539 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.539 | 3705 | Marked run 20 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.539 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.539 | 3708 | Added a new worker 12 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.539 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.539 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.539 | 3464 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.539 | 3464 | Removed worker 12 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.539 | 3464 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 12 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.539 | 3468 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.V3s9iC +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.541 | 3707 | Marked run 21 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.541 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.542 | 3465 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.543 | 3465 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.544 | 3468 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.544 | 3468 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.549 | 3465 | Recursively removing directory: /tmp/git.lbsTfK/ +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.550 | 3465 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.550 | 3465 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.550 | 3468 | Recursively removing directory: /tmp/git.V3s9iC/ +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.550 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.550 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.550 | 3722 | Added a new worker 11 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.550 | 3464 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.550 | 3464 | Removed worker 11 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.550 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.550 | 3464 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 11 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.550 | 3465 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.550 | 3465 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.lcDAYr +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.552 | 3721 | Marked run 22 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.552 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.552 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.552 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.552 | 3724 | Added a new worker 10 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.552 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.553 | 3464 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.553 | 3464 | Removed worker 10 from the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.553 | 3464 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to worker 10 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.552 | 3468 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.552 | 3468 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.552 | 3468 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.553 | 3468 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to /tmp/git.ipuOVO +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.554 | 3723 | Marked run 23 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.554 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.556 | 3465 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.557 | 3465 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.558 | 3468 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.558 | 3468 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.562 | 3465 | Recursively removing directory: /tmp/git.lcDAYr/ +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.563 | 3465 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.563 | 3465 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.564 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.564 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.564 | 3738 | Added a new worker 11 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.564 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.564 | 3465 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.564 | 3468 | Recursively removing directory: /tmp/git.ipuOVO/ +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.566 | 3737 | Marked run 24 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.566 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.566 | 3468 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.566 | 3468 | Process output: 57 bytes +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.566 | 3468 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.566 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.566 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.566 | 3740 | Added a new worker 12 to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.566 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.567 | 3739 | Marked run 25 as finished +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.567 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3743 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_simple_numof_3/repo to the queue +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.570 | 3462 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 25, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 24, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 23, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 22, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 21, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 20, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 19, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 18, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 17, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 16, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 15, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 14, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 13, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 12, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 11, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 10, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 9, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 8, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 7, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 6, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 5, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_simple_numof_3\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:54:57 | INFO | Terminating process 3468/cimple-worker +2024-01-28 10:54:57 | INFO | 3468/cimple-worker: 2024-01-28 10:54:57.572 | 3468 | Shutting down +2024-01-28 10:54:57 | INFO | Terminating process 3465/cimple-worker +2024-01-28 10:54:57 | INFO | 3465/cimple-worker: 2024-01-28 10:54:57.574 | 3465 | Shutting down +2024-01-28 10:54:57 | INFO | Terminating process 3462/cimple-server +2024-01-28 10:54:57 | INFO | 3462/cimple-server: 2024-01-28 10:54:57.575 | 3462 | Shutting down
Passedsrc/test_repo.py::test_repo[output_empty-numof_clients=1-runs_per_client=1]0.21
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/cimple.sqlite'] +2024-01-28 10:54:57 | INFO | Process 3744/cimple-server has started +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.579 | 3744 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/cimple.sqlite +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.579 | 3744 | SQLite database version: 0 +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.579 | 3744 | Newest database version: 1 +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.579 | 3744 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.593 | 3744 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Process 3744/cimple-server is ready +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:57 | INFO | Process 3747/cimple-worker has started +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.602 | 3744 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.602 | 3749 | Added a new worker 8 to the queue +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.602 | 3744 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3747/cimple-worker: 2024-01-28 10:54:57.602 | 3747 | Waiting for a new command +2024-01-28 10:54:57 | INFO | Process 3747/cimple-worker is ready +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:57 | INFO | Process 3750/cimple-worker has started +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.610 | 3744 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.610 | 3752 | Added a new worker 9 to the queue +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.610 | 3744 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3750/cimple-worker: 2024-01-28 10:54:57.610 | 3750 | Waiting for a new command +2024-01-28 10:54:57 | INFO | Process 3750/cimple-worker is ready +2024-01-28 10:54:57 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/cimple.sqlite +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:54:57 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:54:57 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:54:57 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:54:57 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:54:57 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:54:57 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:54:57 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:54:57 | INFO | Executing 1 clients +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.756 | 3744 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.758 | 3766 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo to the queue +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.758 | 3746 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo from the queue +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.758 | 3746 | Removed worker 8 from the queue +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.758 | 3746 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo to worker 8 +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.758 | 3744 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3747/cimple-worker: 2024-01-28 10:54:57.758 | 3747 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo to /tmp/git.bSw1b9 +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | 3747/cimple-worker: 2024-01-28 10:54:57.763 | 3747 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3747/cimple-worker: 2024-01-28 10:54:57.764 | 3747 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3747/cimple-worker: 2024-01-28 10:54:57.769 | 3747 | Recursively removing directory: /tmp/git.bSw1b9/ +2024-01-28 10:54:57 | INFO | 3747/cimple-worker: 2024-01-28 10:54:57.770 | 3747 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3747/cimple-worker: 2024-01-28 10:54:57.770 | 3747 | Process output: 0 bytes +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.770 | 3744 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3747/cimple-worker: 2024-01-28 10:54:57.770 | 3747 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.771 | 3744 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.771 | 3773 | Added a new worker 12 to the queue +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.771 | 3744 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.772 | 3772 | Marked run 1 as finished +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.772 | 3744 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.782 | 3744 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.782 | 3776 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c0/repo to the queue +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.782 | 3744 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 1, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c0\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:54:57 | INFO | Terminating process 3750/cimple-worker +2024-01-28 10:54:57 | INFO | 3750/cimple-worker: 2024-01-28 10:54:57.784 | 3750 | Shutting down +2024-01-28 10:54:57 | INFO | Terminating process 3747/cimple-worker +2024-01-28 10:54:57 | INFO | 3747/cimple-worker: 2024-01-28 10:54:57.785 | 3747 | Shutting down +2024-01-28 10:54:57 | INFO | Terminating process 3744/cimple-server +2024-01-28 10:54:57 | INFO | 3744/cimple-server: 2024-01-28 10:54:57.786 | 3744 | Shutting down
Passedsrc/test_repo.py::test_repo[output_empty-numof_clients=1-runs_per_client=5]0.23
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/cimple.sqlite'] +2024-01-28 10:54:57 | INFO | Process 3777/cimple-server has started +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.790 | 3777 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/cimple.sqlite +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.790 | 3777 | SQLite database version: 0 +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.790 | 3777 | Newest database version: 1 +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.790 | 3777 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.807 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Process 3777/cimple-server is ready +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:57 | INFO | Process 3780/cimple-worker has started +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.816 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.816 | 3782 | Added a new worker 8 to the queue +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.816 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3780/cimple-worker: 2024-01-28 10:54:57.816 | 3780 | Waiting for a new command +2024-01-28 10:54:57 | INFO | Process 3780/cimple-worker is ready +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:57 | INFO | Process 3783/cimple-worker has started +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.824 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.824 | 3785 | Added a new worker 9 to the queue +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.824 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3783/cimple-worker: 2024-01-28 10:54:57.824 | 3783 | Waiting for a new command +2024-01-28 10:54:57 | INFO | Process 3783/cimple-worker is ready +2024-01-28 10:54:57 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/cimple.sqlite +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:54:57 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:54:57 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:54:57 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:54:57 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:54:57 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:54:57 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:54:57 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:54:57 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:54:57 | INFO | Executing 5 clients +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.971 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.974 | 3799 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.974 | 3779 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo from the queue +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.974 | 3779 | Removed worker 8 from the queue +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.974 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.974 | 3779 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to worker 8 +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3780/cimple-worker: 2024-01-28 10:54:57.974 | 3780 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to /tmp/git.TZG46r +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.976 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.978 | 3801 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.978 | 3779 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo from the queue +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.978 | 3779 | Removed worker 9 from the queue +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.978 | 3779 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to worker 9 +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.978 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3783/cimple-worker: 2024-01-28 10:54:57.978 | 3783 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to /tmp/git.clfRlR +2024-01-28 10:54:57 | INFO | 3780/cimple-worker: 2024-01-28 10:54:57.979 | 3780 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3780/cimple-worker: 2024-01-28 10:54:57.980 | 3780 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.981 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.983 | 3804 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.983 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3783/cimple-worker: 2024-01-28 10:54:57.984 | 3783 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3783/cimple-worker: 2024-01-28 10:54:57.985 | 3783 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.986 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3780/cimple-worker: 2024-01-28 10:54:57.986 | 3780 | Recursively removing directory: /tmp/git.TZG46r/ +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.987 | 3811 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.987 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.988 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.988 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] +2024-01-28 10:54:57 | INFO | 3780/cimple-worker: 2024-01-28 10:54:57.987 | 3780 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3780/cimple-worker: 2024-01-28 10:54:57.988 | 3780 | Process output: 0 bytes +2024-01-28 10:54:57 | INFO | 3780/cimple-worker: 2024-01-28 10:54:57.988 | 3780 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.988 | 3814 | Added a new worker 11 to the queue +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.988 | 3779 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo from the queue +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.988 | 3779 | Removed worker 11 from the queue +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.988 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.989 | 3779 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to worker 11 +2024-01-28 10:54:57 | INFO | 3780/cimple-worker: 2024-01-28 10:54:57.989 | 3780 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to /tmp/git.zfHcPw +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.990 | 3813 | Marked run 1 as finished +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.990 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3783/cimple-worker: 2024-01-28 10:54:57.991 | 3783 | Recursively removing directory: /tmp/git.clfRlR/ +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.992 | 3817 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.992 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo', 'HEAD'] completed successfully +2024-01-28 10:54:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:57 | INFO | 3783/cimple-worker: 2024-01-28 10:54:57.993 | 3783 | Process exit code: 0 +2024-01-28 10:54:57 | INFO | 3783/cimple-worker: 2024-01-28 10:54:57.993 | 3783 | Process output: 0 bytes +2024-01-28 10:54:57 | INFO | 3783/cimple-worker: 2024-01-28 10:54:57.993 | 3783 | Waiting for a new command +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.993 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.993 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.993 | 3821 | Added a new worker 10 to the queue +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.993 | 3779 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo from the queue +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.993 | 3779 | Removed worker 10 from the queue +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.993 | 3779 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to worker 10 +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.993 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3783/cimple-worker: 2024-01-28 10:54:57.994 | 3783 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to /tmp/git.xYtWpC +2024-01-28 10:54:57 | INFO | 3780/cimple-worker: 2024-01-28 10:54:57.994 | 3780 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.995 | 3820 | Marked run 2 as finished +2024-01-28 10:54:57 | INFO | 3780/cimple-worker: 2024-01-28 10:54:57.995 | 3780 | Going to run: ./ci +2024-01-28 10:54:57 | INFO | 3777/cimple-server: 2024-01-28 10:54:57.996 | 3777 | Waiting for new connections +2024-01-28 10:54:57 | INFO | 3783/cimple-worker: 2024-01-28 10:54:57.999 | 3783 | Checking out revision HEAD +2024-01-28 10:54:57 | INFO | 3783/cimple-worker: 2024-01-28 10:54:57.999 | 3783 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3780/cimple-worker: 2024-01-28 10:54:58.001 | 3780 | Recursively removing directory: /tmp/git.zfHcPw/ +2024-01-28 10:54:58 | INFO | 3780/cimple-worker: 2024-01-28 10:54:58.003 | 3780 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3780/cimple-worker: 2024-01-28 10:54:58.003 | 3780 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3780/cimple-worker: 2024-01-28 10:54:58.003 | 3780 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.003 | 3777 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.003 | 3777 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.003 | 3830 | Added a new worker 10 to the queue +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.003 | 3779 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo from the queue +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.003 | 3779 | Removed worker 10 from the queue +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.003 | 3779 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to worker 10 +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.003 | 3777 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3780/cimple-worker: 2024-01-28 10:54:58.003 | 3780 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to /tmp/git.bQ8t8S +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.005 | 3829 | Marked run 3 as finished +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.005 | 3777 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3783/cimple-worker: 2024-01-28 10:54:58.006 | 3783 | Recursively removing directory: /tmp/git.xYtWpC/ +2024-01-28 10:54:58 | INFO | 3783/cimple-worker: 2024-01-28 10:54:58.008 | 3783 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3783/cimple-worker: 2024-01-28 10:54:58.008 | 3783 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3783/cimple-worker: 2024-01-28 10:54:58.008 | 3783 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.008 | 3777 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.008 | 3777 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.008 | 3835 | Added a new worker 10 to the queue +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.008 | 3777 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3780/cimple-worker: 2024-01-28 10:54:58.009 | 3780 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3780/cimple-worker: 2024-01-28 10:54:58.010 | 3780 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.010 | 3834 | Marked run 4 as finished +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.010 | 3777 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3780/cimple-worker: 2024-01-28 10:54:58.015 | 3780 | Recursively removing directory: /tmp/git.bQ8t8S/ +2024-01-28 10:54:58 | INFO | 3780/cimple-worker: 2024-01-28 10:54:58.016 | 3780 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3780/cimple-worker: 2024-01-28 10:54:58.016 | 3780 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3780/cimple-worker: 2024-01-28 10:54:58.016 | 3780 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.016 | 3777 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.017 | 3777 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.017 | 3842 | Added a new worker 12 to the queue +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.017 | 3777 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.018 | 3841 | Marked run 5 as finished +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.018 | 3777 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.021 | 3777 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.021 | 3845 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.021 | 3845 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.021 | 3845 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.021 | 3845 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.021 | 3845 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c1/repo to the queue +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.021 | 3777 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 5, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c1\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:54:58 | INFO | Terminating process 3783/cimple-worker +2024-01-28 10:54:58 | INFO | 3783/cimple-worker: 2024-01-28 10:54:58.022 | 3783 | Shutting down +2024-01-28 10:54:58 | INFO | Terminating process 3780/cimple-worker +2024-01-28 10:54:58 | INFO | 3780/cimple-worker: 2024-01-28 10:54:58.024 | 3780 | Shutting down +2024-01-28 10:54:58 | INFO | Terminating process 3777/cimple-server +2024-01-28 10:54:58 | INFO | 3777/cimple-server: 2024-01-28 10:54:58.025 | 3777 | Shutting down
Passedsrc/test_repo.py::test_repo[output_empty-numof_clients=5-runs_per_client=1]0.37
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/cimple.sqlite'] +2024-01-28 10:54:58 | INFO | Process 3846/cimple-server has started +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.029 | 3846 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/cimple.sqlite +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.029 | 3846 | SQLite database version: 0 +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.029 | 3846 | Newest database version: 1 +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.029 | 3846 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.041 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Process 3846/cimple-server is ready +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:58 | INFO | Process 3849/cimple-worker has started +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.049 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.050 | 3851 | Added a new worker 8 to the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.050 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.049 | 3849 | Waiting for a new command +2024-01-28 10:54:58 | INFO | Process 3849/cimple-worker is ready +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:58 | INFO | Process 3852/cimple-worker has started +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.058 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.058 | 3854 | Added a new worker 9 to the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.058 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3852/cimple-worker: 2024-01-28 10:54:58.058 | 3852 | Waiting for a new command +2024-01-28 10:54:58 | INFO | Process 3852/cimple-worker is ready +2024-01-28 10:54:58 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/cimple.sqlite +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:54:58 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:54:58 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:54:58 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:54:58 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:54:58 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:54:58 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:54:58 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:54:58 | INFO | Executing 1 clients +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.269 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Executing 1 clients +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.273 | 3873 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.273 | 3848 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo from the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.273 | 3848 | Removed worker 8 from the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.273 | 3848 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to worker 8 +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.273 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.274 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.273 | 3849 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to /tmp/git.FLTuuP +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.279 | 3849 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.280 | 3849 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.288 | 3849 | Recursively removing directory: /tmp/git.FLTuuP/ +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.290 | 3849 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.290 | 3849 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.290 | 3849 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.290 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.290 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.291 | 3882 | Added a new worker 14 to the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.291 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.292 | 3875 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-01-28 10:54:58 | INFO | 3852/cimple-worker: 2024-01-28 10:54:58.293 | 3852 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to /tmp/git.WeftQC +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.292 | 3848 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo from the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.292 | 3848 | Removed worker 9 from the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.293 | 3848 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to worker 9 +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.297 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.297 | 3881 | Marked run 1 as finished +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.297 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3852/cimple-worker: 2024-01-28 10:54:58.299 | 3852 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3852/cimple-worker: 2024-01-28 10:54:58.300 | 3852 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3852/cimple-worker: 2024-01-28 10:54:58.316 | 3852 | Recursively removing directory: /tmp/git.WeftQC/ +2024-01-28 10:54:58 | INFO | 3852/cimple-worker: 2024-01-28 10:54:58.318 | 3852 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3852/cimple-worker: 2024-01-28 10:54:58.318 | 3852 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3852/cimple-worker: 2024-01-28 10:54:58.318 | 3852 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.319 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.319 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.319 | 3890 | Added a new worker 10 to the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.319 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Executing 1 clients +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.322 | 3889 | Marked run 2 as finished +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.322 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.323 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.324 | 3892 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.325 | 3848 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo from the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.325 | 3848 | Removed worker 14 from the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.325 | 3848 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to worker 14 +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.325 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.325 | 3849 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to /tmp/git.vjZVim +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.330 | 3849 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.335 | 3849 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.343 | 3849 | Recursively removing directory: /tmp/git.vjZVim/ +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.345 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.345 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.345 | 3849 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.345 | 3849 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.345 | 3849 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.346 | 3899 | Added a new worker 11 to the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.346 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.347 | 3898 | Marked run 3 as finished +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.347 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Executing 1 clients +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.350 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.351 | 3902 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.351 | 3848 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo from the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.351 | 3848 | Removed worker 10 from the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.351 | 3848 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to worker 10 +2024-01-28 10:54:58 | INFO | 3852/cimple-worker: 2024-01-28 10:54:58.351 | 3852 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to /tmp/git.icNa4g +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.351 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Executing 1 clients +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.354 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3852/cimple-worker: 2024-01-28 10:54:58.357 | 3852 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3852/cimple-worker: 2024-01-28 10:54:58.358 | 3852 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.356 | 3905 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.359 | 3849 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to /tmp/git.2XsGwA +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.359 | 3848 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo from the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.359 | 3848 | Removed worker 11 from the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.359 | 3848 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to worker 11 +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.361 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.366 | 3849 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3852/cimple-worker: 2024-01-28 10:54:58.366 | 3852 | Recursively removing directory: /tmp/git.icNa4g/ +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.367 | 3849 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3852/cimple-worker: 2024-01-28 10:54:58.368 | 3852 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3852/cimple-worker: 2024-01-28 10:54:58.368 | 3852 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.368 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.368 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3852/cimple-worker: 2024-01-28 10:54:58.368 | 3852 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.368 | 3913 | Added a new worker 10 to the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.369 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.370 | 3912 | Marked run 4 as finished +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.370 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.376 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.376 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.375 | 3849 | Recursively removing directory: /tmp/git.2XsGwA/ +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.377 | 3919 | Added a new worker 11 to the queue +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.376 | 3849 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.377 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.376 | 3849 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.376 | 3849 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.379 | 3918 | Marked run 5 as finished +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.379 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.397 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.397 | 3922 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.397 | 3922 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.397 | 3922 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.397 | 3922 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.397 | 3922 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c2/repo to the queue +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.397 | 3846 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 5, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c2\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:54:58 | INFO | Terminating process 3852/cimple-worker +2024-01-28 10:54:58 | INFO | 3852/cimple-worker: 2024-01-28 10:54:58.399 | 3852 | Shutting down +2024-01-28 10:54:58 | INFO | Terminating process 3849/cimple-worker +2024-01-28 10:54:58 | INFO | 3849/cimple-worker: 2024-01-28 10:54:58.400 | 3849 | Shutting down +2024-01-28 10:54:58 | INFO | Terminating process 3846/cimple-server +2024-01-28 10:54:58 | INFO | 3846/cimple-server: 2024-01-28 10:54:58.403 | 3846 | Shutting down
Passedsrc/test_repo.py::test_repo[output_empty-numof_clients=5-runs_per_client=5]0.54
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/cimple.sqlite'] +2024-01-28 10:54:58 | INFO | Process 3923/cimple-server has started +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.408 | 3923 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/cimple.sqlite +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.408 | 3923 | SQLite database version: 0 +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.408 | 3923 | Newest database version: 1 +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.408 | 3923 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.424 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Process 3923/cimple-server is ready +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:58 | INFO | Process 3926/cimple-worker has started +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.433 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.433 | 3928 | Added a new worker 8 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.433 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.433 | 3926 | Waiting for a new command +2024-01-28 10:54:58 | INFO | Process 3926/cimple-worker is ready +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:58 | INFO | Process 3929/cimple-worker has started +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.441 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.441 | 3931 | Added a new worker 9 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.441 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.441 | 3929 | Waiting for a new command +2024-01-28 10:54:58 | INFO | Process 3929/cimple-worker is ready +2024-01-28 10:54:58 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/cimple.sqlite +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:54:58 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:54:58 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:54:58 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:54:58 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:54:58 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:54:58 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:54:58 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:54:58 | INFO | Executing 5 clients +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.656 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.660 | 3949 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.660 | 3925 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.660 | 3925 | Removed worker 8 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.660 | 3925 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 8 +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.661 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.661 | 3926 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.qo6M1t +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.671 | 3926 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.672 | 3926 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | Executing 5 clients +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.690 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.690 | 3926 | Recursively removing directory: /tmp/git.qo6M1t/ +2024-01-28 10:54:58 | INFO | Executing 5 clients +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.693 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.693 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.692 | 3926 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.692 | 3926 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.693 | 3926 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.693 | 3963 | Added a new worker 14 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.694 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.694 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.695 | 3960 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.695 | 3925 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.695 | 3925 | Removed worker 9 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.695 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.695 | 3929 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.voOGOx +2024-01-28 10:54:58 | INFO | Executing 5 clients +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.695 | 3925 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 9 +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.695 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.699 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.700 | 3964 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.700 | 3925 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.700 | 3925 | Removed worker 14 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.700 | 3925 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 14 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.700 | 3926 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.J1sTTM +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.701 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.702 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.702 | 3965 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.703 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.706 | 3962 | Marked run 1 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.706 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.706 | 3926 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.706 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.707 | 3926 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.707 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.708 | 3929 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.709 | 3968 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.710 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.712 | 3929 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.711 | 3970 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.711 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.713 | 3972 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.714 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.715 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.716 | 3973 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.716 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.717 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.720 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.720 | 3984 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.721 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.721 | 3981 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.722 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.723 | 3987 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.723 | 3926 | Recursively removing directory: /tmp/git.J1sTTM/ +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.724 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.726 | 3926 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.726 | 3926 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.726 | 3926 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.726 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.726 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.727 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.728 | 3929 | Recursively removing directory: /tmp/git.voOGOx/ +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.730 | 3996 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.731 | 3995 | Added a new worker 12 to the queue +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.731 | 3929 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.731 | 3929 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.731 | 3929 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.732 | 3926 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.qwFuP1 +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.731 | 3925 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.731 | 3925 | Removed worker 12 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.731 | 3925 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 12 +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.731 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.731 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.731 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.732 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.735 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.736 | 3998 | Added a new worker 19 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.736 | 3925 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.736 | 3925 | Removed worker 19 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.736 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.736 | 3925 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 19 +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.736 | 3994 | Marked run 3 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.736 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.737 | 3929 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.oTewzs +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.740 | 3926 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.741 | 3999 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.741 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.741 | 3926 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.746 | 3997 | Marked run 2 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.746 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.746 | 3929 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.748 | 3929 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.748 | 4000 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.748 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.748 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.751 | 4001 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.752 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.753 | 4004 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.753 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.755 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.757 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.768 | 4011 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.769 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.772 | 4012 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.773 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.774 | 3929 | Recursively removing directory: /tmp/git.oTewzs/ +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.776 | 3929 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.776 | 3929 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.776 | 3929 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.777 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.777 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.777 | 3926 | Recursively removing directory: /tmp/git.qwFuP1/ +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.778 | 3926 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.778 | 3926 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.778 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.778 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.779 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.779 | 3926 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.779 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.780 | 4021 | Added a new worker 19 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.780 | 3925 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.780 | 3925 | Removed worker 19 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.780 | 3925 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 19 +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.780 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.780 | 3929 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.aXl0DQ +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.782 | 4025 | Added a new worker 9 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.782 | 3925 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.782 | 3925 | Removed worker 9 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.782 | 3925 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 9 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.782 | 3926 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.Yu3Rbl +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.783 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.783 | 4022 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.783 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.786 | 3929 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | Executing 5 clients +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.788 | 3929 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.788 | 4024 | Marked run 4 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.788 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.790 | 4023 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.790 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.790 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.794 | 4020 | Marked run 5 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.794 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.795 | 4029 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.795 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.797 | 3929 | Recursively removing directory: /tmp/git.aXl0DQ/ +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.798 | 3926 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.799 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.799 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.799 | 3929 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.799 | 3929 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.799 | 3929 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.799 | 3926 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.800 | 4036 | Added a new worker 10 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.800 | 3925 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.800 | 3925 | Removed worker 10 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.800 | 3925 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 10 +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.800 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.800 | 3929 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.O3HXiL +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.805 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.805 | 3929 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.806 | 3929 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.810 | 3926 | Recursively removing directory: /tmp/git.Yu3Rbl/ +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.811 | 4039 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.812 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.812 | 3926 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.812 | 3926 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.812 | 3926 | Waiting for a new command +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.813 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.813 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.813 | 4050 | Added a new worker 10 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.813 | 3925 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.813 | 3925 | Removed worker 10 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.813 | 4035 | Marked run 6 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.813 | 3925 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 10 +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.814 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.814 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.813 | 3926 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.NcNfTH +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.817 | 4049 | Marked run 7 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.818 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.818 | 3929 | Recursively removing directory: /tmp/git.O3HXiL/ +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.819 | 3926 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.819 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.819 | 3929 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.819 | 3929 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.820 | 3929 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.820 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.820 | 3926 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.820 | 4053 | Added a new worker 13 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.820 | 3925 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.820 | 3925 | Removed worker 13 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.821 | 3925 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 13 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.821 | 3929 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.8odTZf +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.821 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.822 | 4051 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.822 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.824 | 4052 | Marked run 8 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.824 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.826 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.827 | 4058 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.828 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.828 | 3929 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.828 | 3926 | Recursively removing directory: /tmp/git.NcNfTH/ +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.829 | 3929 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.830 | 3926 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.830 | 3926 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.830 | 3926 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.830 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.830 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.830 | 4064 | Added a new worker 10 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.830 | 3925 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.830 | 3925 | Removed worker 10 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.830 | 3925 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 10 +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.830 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.830 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.830 | 3926 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.pQn2eZ +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.832 | 4063 | Marked run 9 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.832 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.833 | 4065 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.834 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo', 'HEAD'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.835 | 3929 | Recursively removing directory: /tmp/git.8odTZf/ +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.836 | 3926 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.836 | 3929 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.836 | 3929 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.836 | 3929 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.836 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.837 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.837 | 4071 | Added a new worker 10 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.837 | 3925 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.837 | 3925 | Removed worker 10 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.837 | 3925 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 10 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.837 | 3929 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.RakVgI +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.837 | 3926 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.837 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.839 | 4070 | Marked run 10 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.839 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.841 | 3929 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.842 | 3929 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.843 | 3926 | Recursively removing directory: /tmp/git.pQn2eZ/ +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.844 | 3926 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.844 | 3926 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.844 | 3926 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.844 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.844 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.844 | 4079 | Added a new worker 10 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.844 | 3925 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.844 | 3925 | Removed worker 10 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.844 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.844 | 3925 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 10 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.845 | 3926 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.Tlk0Pd +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.846 | 4078 | Marked run 11 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.846 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.849 | 3929 | Recursively removing directory: /tmp/git.RakVgI/ +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.850 | 3926 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.850 | 3929 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.850 | 3929 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.850 | 3929 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.850 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.851 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.851 | 4085 | Added a new worker 10 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.851 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.851 | 3926 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.851 | 3925 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.851 | 3925 | Removed worker 10 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.851 | 3925 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 10 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.851 | 3929 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.7A6KmB +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.853 | 4084 | Marked run 12 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.853 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.856 | 3926 | Recursively removing directory: /tmp/git.Tlk0Pd/ +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.856 | 3929 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.857 | 3929 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.857 | 3926 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.857 | 3926 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.858 | 3926 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.858 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.858 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.858 | 4093 | Added a new worker 10 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.858 | 3925 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.858 | 3925 | Removed worker 10 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.858 | 3925 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 10 +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.858 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.858 | 3926 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.IdvrsL +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.860 | 4092 | Marked run 13 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.860 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.863 | 3929 | Recursively removing directory: /tmp/git.7A6KmB/ +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.864 | 3926 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.864 | 3926 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.865 | 3929 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.865 | 3929 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.865 | 3929 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.865 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.865 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.865 | 4100 | Added a new worker 10 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.865 | 3925 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.865 | 3925 | Removed worker 10 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.865 | 3925 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 10 +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.865 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.865 | 3929 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.MptDhu +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.867 | 4099 | Marked run 14 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.867 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.870 | 3926 | Recursively removing directory: /tmp/git.IdvrsL/ +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.870 | 3929 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.871 | 3929 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.871 | 3926 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.871 | 3926 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.871 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.871 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.871 | 4107 | Added a new worker 10 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.871 | 3925 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.871 | 3925 | Removed worker 10 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.871 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.871 | 3925 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 10 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.871 | 3926 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.872 | 3926 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.ai1SIL +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.874 | 4106 | Marked run 15 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.874 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.876 | 3929 | Recursively removing directory: /tmp/git.MptDhu/ +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.877 | 3926 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.877 | 3926 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.878 | 3929 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.878 | 3929 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.878 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.878 | 3929 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.878 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.878 | 4114 | Added a new worker 11 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.878 | 3925 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.878 | 3925 | Removed worker 11 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.878 | 3925 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.878 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.878 | 3929 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.4r1CYe +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.881 | 4113 | Marked run 16 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.881 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.882 | 3926 | Recursively removing directory: /tmp/git.ai1SIL/ +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.883 | 3929 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.884 | 3926 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.884 | 3926 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.884 | 3929 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.884 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.884 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.884 | 4120 | Added a new worker 10 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.884 | 3925 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.884 | 3925 | Removed worker 10 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.884 | 3925 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 10 +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.884 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.884 | 3926 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.884 | 3926 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.37G9cR +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.886 | 4119 | Marked run 17 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.886 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.889 | 3926 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.889 | 3929 | Recursively removing directory: /tmp/git.4r1CYe/ +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.890 | 3926 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.891 | 3929 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.891 | 3929 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.891 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.891 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.891 | 4128 | Added a new worker 11 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.891 | 3925 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.891 | 3925 | Removed worker 11 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.891 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.891 | 3925 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.891 | 3929 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.891 | 3929 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.btpWf4 +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.893 | 4127 | Marked run 18 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.893 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.895 | 3926 | Recursively removing directory: /tmp/git.37G9cR/ +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.896 | 3929 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.897 | 3926 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.897 | 3926 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.897 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.897 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.897 | 4135 | Added a new worker 11 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.897 | 3925 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.897 | 3925 | Removed worker 11 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.897 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.897 | 3925 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.897 | 3926 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.897 | 3926 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.XRwy2c +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.897 | 3929 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.898 | 4134 | Marked run 19 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.898 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.902 | 3926 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.902 | 3929 | Recursively removing directory: /tmp/git.btpWf4/ +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.903 | 3926 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.904 | 3929 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.904 | 3929 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.904 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.904 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.904 | 3929 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.904 | 4143 | Added a new worker 11 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.904 | 3925 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.904 | 3925 | Removed worker 11 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.904 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.904 | 3925 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.904 | 3929 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.S211SN +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.906 | 4142 | Marked run 20 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.906 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.908 | 3926 | Recursively removing directory: /tmp/git.XRwy2c/ +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.910 | 3926 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.910 | 3926 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.910 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.910 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.910 | 3926 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.910 | 4149 | Added a new worker 11 to the queue +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.910 | 3929 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.910 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.910 | 3926 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.oSn963 +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.910 | 3925 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.910 | 3925 | Removed worker 11 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.910 | 3925 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.912 | 3929 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.912 | 4148 | Marked run 21 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.912 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.915 | 3926 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.916 | 3926 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.917 | 3929 | Recursively removing directory: /tmp/git.S211SN/ +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.918 | 3929 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.918 | 3929 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.919 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.919 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.919 | 4158 | Added a new worker 11 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.919 | 3925 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.919 | 3925 | Removed worker 11 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.919 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.919 | 3925 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.919 | 3929 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.919 | 3929 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.d6756O +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.920 | 4157 | Marked run 22 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.920 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.922 | 3926 | Recursively removing directory: /tmp/git.oSn963/ +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.923 | 3926 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.923 | 3926 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.923 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.923 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.923 | 4163 | Added a new worker 11 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.923 | 3925 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.923 | 3925 | Removed worker 11 from the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.923 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.923 | 3925 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to worker 11 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.923 | 3926 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.923 | 3926 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to /tmp/git.Un2y6C +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.925 | 4162 | Marked run 23 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.925 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.925 | 3929 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.926 | 3929 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.928 | 3926 | Checking out revision HEAD +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.929 | 3926 | Going to run: ./ci +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.931 | 3929 | Recursively removing directory: /tmp/git.d6756O/ +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.932 | 3929 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.932 | 3929 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.932 | 3929 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.932 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.932 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.932 | 4173 | Added a new worker 11 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.932 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.934 | 4172 | Marked run 24 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.934 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.934 | 3926 | Recursively removing directory: /tmp/git.Un2y6C/ +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.936 | 3926 | Process exit code: 0 +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.936 | 3926 | Process output: 0 bytes +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.936 | 3926 | Waiting for a new command +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.936 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.936 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.936 | 4177 | Added a new worker 12 to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.936 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.937 | 4176 | Marked run 25 as finished +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.937 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 4180 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_empty_numof_c3/repo to the queue +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.940 | 3923 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:54:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 25, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 24, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 23, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 22, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 21, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 20, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 19, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 18, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 17, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 16, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 15, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 14, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 13, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 12, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 11, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 10, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 9, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 8, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 7, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 6, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 5, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_empty_numof_c3\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:54:58 | INFO | Terminating process 3929/cimple-worker +2024-01-28 10:54:58 | INFO | 3929/cimple-worker: 2024-01-28 10:54:58.942 | 3929 | Shutting down +2024-01-28 10:54:58 | INFO | Terminating process 3926/cimple-worker +2024-01-28 10:54:58 | INFO | 3926/cimple-worker: 2024-01-28 10:54:58.944 | 3926 | Shutting down +2024-01-28 10:54:58 | INFO | Terminating process 3923/cimple-server +2024-01-28 10:54:58 | INFO | 3923/cimple-server: 2024-01-28 10:54:58.945 | 3923 | Shutting down
Passedsrc/test_repo.py::test_repo[output_long-numof_clients=1-runs_per_client=1]0.22
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/cimple.sqlite'] +2024-01-28 10:54:58 | INFO | Process 4181/cimple-server has started +2024-01-28 10:54:58 | INFO | 4181/cimple-server: 2024-01-28 10:54:58.949 | 4181 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/cimple.sqlite +2024-01-28 10:54:58 | INFO | 4181/cimple-server: 2024-01-28 10:54:58.949 | 4181 | SQLite database version: 0 +2024-01-28 10:54:58 | INFO | 4181/cimple-server: 2024-01-28 10:54:58.949 | 4181 | Newest database version: 1 +2024-01-28 10:54:58 | INFO | 4181/cimple-server: 2024-01-28 10:54:58.949 | 4181 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:54:58 | INFO | 4181/cimple-server: 2024-01-28 10:54:58.962 | 4181 | Waiting for new connections +2024-01-28 10:54:58 | INFO | Process 4181/cimple-server is ready +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:58 | INFO | Process 4184/cimple-worker has started +2024-01-28 10:54:58 | INFO | 4181/cimple-server: 2024-01-28 10:54:58.970 | 4181 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 4181/cimple-server: 2024-01-28 10:54:58.970 | 4186 | Added a new worker 8 to the queue +2024-01-28 10:54:58 | INFO | 4181/cimple-server: 2024-01-28 10:54:58.970 | 4181 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 4184/cimple-worker: 2024-01-28 10:54:58.970 | 4184 | Waiting for a new command +2024-01-28 10:54:58 | INFO | Process 4184/cimple-worker is ready +2024-01-28 10:54:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:58 | INFO | Process 4187/cimple-worker has started +2024-01-28 10:54:58 | INFO | 4181/cimple-server: 2024-01-28 10:54:58.979 | 4181 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 4181/cimple-server: 2024-01-28 10:54:58.979 | 4189 | Added a new worker 9 to the queue +2024-01-28 10:54:58 | INFO | 4181/cimple-server: 2024-01-28 10:54:58.979 | 4181 | Waiting for new connections +2024-01-28 10:54:58 | INFO | 4187/cimple-worker: 2024-01-28 10:54:58.979 | 4187 | Waiting for a new command +2024-01-28 10:54:58 | INFO | Process 4187/cimple-worker is ready +2024-01-28 10:54:58 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/cimple.sqlite +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:54:58 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:54:58 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:54:58 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:54:58 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:54:58 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:54:58 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:54:58 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:54:59 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:54:59 | INFO | Executing 1 clients +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo', 'HEAD'] +2024-01-28 10:54:59 | INFO | 4181/cimple-server: 2024-01-28 10:54:59.125 | 4181 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4181/cimple-server: 2024-01-28 10:54:59.128 | 4203 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo to the queue +2024-01-28 10:54:59 | INFO | 4181/cimple-server: 2024-01-28 10:54:59.128 | 4183 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo from the queue +2024-01-28 10:54:59 | INFO | 4181/cimple-server: 2024-01-28 10:54:59.128 | 4183 | Removed worker 8 from the queue +2024-01-28 10:54:59 | INFO | 4181/cimple-server: 2024-01-28 10:54:59.128 | 4183 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo to worker 8 +2024-01-28 10:54:59 | INFO | 4181/cimple-server: 2024-01-28 10:54:59.128 | 4181 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4184/cimple-worker: 2024-01-28 10:54:59.128 | 4184 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo to /tmp/git.9ngN3C +2024-01-28 10:54:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo', 'HEAD'] completed successfully +2024-01-28 10:54:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:59 | INFO | 4184/cimple-worker: 2024-01-28 10:54:59.132 | 4184 | Checking out revision HEAD +2024-01-28 10:54:59 | INFO | 4184/cimple-worker: 2024-01-28 10:54:59.133 | 4184 | Going to run: ./ci +2024-01-28 10:54:59 | INFO | 4184/cimple-worker: 2024-01-28 10:54:59.141 | 4184 | Recursively removing directory: /tmp/git.9ngN3C/ +2024-01-28 10:54:59 | INFO | 4184/cimple-worker: 2024-01-28 10:54:59.142 | 4184 | Process exit code: 0 +2024-01-28 10:54:59 | INFO | 4184/cimple-worker: 2024-01-28 10:54:59.142 | 4184 | Process output: 415086 bytes +2024-01-28 10:54:59 | INFO | 4181/cimple-server: 2024-01-28 10:54:59.146 | 4181 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4184/cimple-worker: 2024-01-28 10:54:59.149 | 4184 | Waiting for a new command +2024-01-28 10:54:59 | INFO | 4181/cimple-server: 2024-01-28 10:54:59.150 | 4181 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4181/cimple-server: 2024-01-28 10:54:59.150 | 4212 | Added a new worker 11 to the queue +2024-01-28 10:54:59 | INFO | 4181/cimple-server: 2024-01-28 10:54:59.150 | 4181 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4181/cimple-server: 2024-01-28 10:54:59.159 | 4211 | Marked run 1 as finished +2024-01-28 10:54:59 | INFO | 4181/cimple-server: 2024-01-28 10:54:59.159 | 4181 | Waiting for new connections +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:54:59 | INFO | 4181/cimple-server: 2024-01-28 10:54:59.162 | 4181 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4181/cimple-server: 2024-01-28 10:54:59.162 | 4215 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl0/repo to the queue +2024-01-28 10:54:59 | INFO | 4181/cimple-server: 2024-01-28 10:54:59.162 | 4181 | Waiting for new connections +2024-01-28 10:54:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:54:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 1, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl0\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:54:59 | INFO | Terminating process 4187/cimple-worker +2024-01-28 10:54:59 | INFO | 4187/cimple-worker: 2024-01-28 10:54:59.164 | 4187 | Shutting down +2024-01-28 10:54:59 | INFO | Terminating process 4184/cimple-worker +2024-01-28 10:54:59 | INFO | 4184/cimple-worker: 2024-01-28 10:54:59.165 | 4184 | Shutting down +2024-01-28 10:54:59 | INFO | Terminating process 4181/cimple-server +2024-01-28 10:54:59 | INFO | 4181/cimple-server: 2024-01-28 10:54:59.166 | 4181 | Shutting down
Passedsrc/test_repo.py::test_repo[output_long-numof_clients=1-runs_per_client=5]0.27
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/cimple.sqlite'] +2024-01-28 10:54:59 | INFO | Process 4216/cimple-server has started +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.170 | 4216 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/cimple.sqlite +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.170 | 4216 | SQLite database version: 0 +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.170 | 4216 | Newest database version: 1 +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.170 | 4216 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.183 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | Process 4216/cimple-server is ready +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:59 | INFO | Process 4219/cimple-worker has started +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.192 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.192 | 4221 | Added a new worker 8 to the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.192 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.192 | 4219 | Waiting for a new command +2024-01-28 10:54:59 | INFO | Process 4219/cimple-worker is ready +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:59 | INFO | Process 4222/cimple-worker has started +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.200 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.200 | 4224 | Added a new worker 9 to the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.200 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4222/cimple-worker: 2024-01-28 10:54:59.200 | 4222 | Waiting for a new command +2024-01-28 10:54:59 | INFO | Process 4222/cimple-worker is ready +2024-01-28 10:54:59 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/cimple.sqlite +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:54:59 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:54:59 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:54:59 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:54:59 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:54:59 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:54:59 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:54:59 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:54:59 | INFO | Executing 5 clients +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.346 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.349 | 4238 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.349 | 4218 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo from the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.349 | 4218 | Removed worker 8 from the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.349 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.349 | 4219 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to /tmp/git.Rybo0F +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.350 | 4218 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to worker 8 +2024-01-28 10:54:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] completed successfully +2024-01-28 10:54:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.352 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.354 | 4240 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.354 | 4218 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo from the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.354 | 4218 | Removed worker 9 from the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.354 | 4218 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to worker 9 +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.354 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] completed successfully +2024-01-28 10:54:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.355 | 4219 | Checking out revision HEAD +2024-01-28 10:54:59 | INFO | 4222/cimple-worker: 2024-01-28 10:54:59.354 | 4222 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to /tmp/git.VaGAWf +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.356 | 4219 | Going to run: ./ci +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.357 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.359 | 4243 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.359 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] completed successfully +2024-01-28 10:54:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] +2024-01-28 10:54:59 | INFO | 4222/cimple-worker: 2024-01-28 10:54:59.360 | 4222 | Checking out revision HEAD +2024-01-28 10:54:59 | INFO | 4222/cimple-worker: 2024-01-28 10:54:59.361 | 4222 | Going to run: ./ci +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.362 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.364 | 4252 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.364 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.365 | 4219 | Recursively removing directory: /tmp/git.Rybo0F/ +2024-01-28 10:54:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] completed successfully +2024-01-28 10:54:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.366 | 4219 | Process exit code: 0 +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.366 | 4219 | Process output: 415087 bytes +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.367 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.369 | 4260 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.370 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo', 'HEAD'] completed successfully +2024-01-28 10:54:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:59 | INFO | 4222/cimple-worker: 2024-01-28 10:54:59.371 | 4222 | Recursively removing directory: /tmp/git.VaGAWf/ +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.371 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4222/cimple-worker: 2024-01-28 10:54:59.372 | 4222 | Process exit code: 0 +2024-01-28 10:54:59 | INFO | 4222/cimple-worker: 2024-01-28 10:54:59.372 | 4222 | Process output: 415087 bytes +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.374 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.374 | 4219 | Waiting for a new command +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.374 | 4262 | Added a new worker 10 to the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.374 | 4218 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo from the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.374 | 4218 | Removed worker 10 from the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.374 | 4218 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to worker 10 +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.374 | 4219 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to /tmp/git.bgd6iO +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.375 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.375 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4222/cimple-worker: 2024-01-28 10:54:59.379 | 4222 | Waiting for a new command +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.379 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.379 | 4219 | Checking out revision HEAD +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.380 | 4219 | Going to run: ./ci +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.381 | 4264 | Added a new worker 12 to the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.381 | 4218 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo from the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.381 | 4218 | Removed worker 12 from the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.381 | 4218 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to worker 12 +2024-01-28 10:54:59 | INFO | 4222/cimple-worker: 2024-01-28 10:54:59.381 | 4222 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to /tmp/git.BsgCJ2 +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.382 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.389 | 4261 | Marked run 1 as finished +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.389 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4222/cimple-worker: 2024-01-28 10:54:59.389 | 4222 | Checking out revision HEAD +2024-01-28 10:54:59 | INFO | 4222/cimple-worker: 2024-01-28 10:54:59.390 | 4222 | Going to run: ./ci +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.392 | 4219 | Recursively removing directory: /tmp/git.bgd6iO/ +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.393 | 4263 | Marked run 2 as finished +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.394 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.394 | 4219 | Process exit code: 0 +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.394 | 4219 | Process output: 415087 bytes +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.398 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4222/cimple-worker: 2024-01-28 10:54:59.400 | 4222 | Recursively removing directory: /tmp/git.BsgCJ2/ +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.401 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.401 | 4280 | Added a new worker 10 to the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.401 | 4218 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo from the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.401 | 4218 | Removed worker 10 from the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.401 | 4218 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to worker 10 +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.401 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.401 | 4219 | Waiting for a new command +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.401 | 4219 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to /tmp/git.ZlzTO5 +2024-01-28 10:54:59 | INFO | 4222/cimple-worker: 2024-01-28 10:54:59.401 | 4222 | Process exit code: 0 +2024-01-28 10:54:59 | INFO | 4222/cimple-worker: 2024-01-28 10:54:59.401 | 4222 | Process output: 415087 bytes +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.406 | 4219 | Checking out revision HEAD +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.406 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.406 | 4219 | Going to run: ./ci +2024-01-28 10:54:59 | INFO | 4222/cimple-worker: 2024-01-28 10:54:59.409 | 4222 | Waiting for a new command +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.409 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.409 | 4284 | Added a new worker 13 to the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.409 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.411 | 4279 | Marked run 3 as finished +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.412 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.415 | 4219 | Recursively removing directory: /tmp/git.ZlzTO5/ +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.417 | 4219 | Process exit code: 0 +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.417 | 4219 | Process output: 415087 bytes +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.419 | 4281 | Marked run 4 as finished +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.419 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.420 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.423 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.423 | 4291 | Added a new worker 10 to the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.423 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.423 | 4219 | Waiting for a new command +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.430 | 4290 | Marked run 5 as finished +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.430 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.435 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.435 | 4294 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.435 | 4294 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.435 | 4294 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.435 | 4294 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.435 | 4294 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl1/repo to the queue +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.435 | 4216 | Waiting for new connections +2024-01-28 10:54:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:54:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 5, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl1\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:54:59 | INFO | Terminating process 4222/cimple-worker +2024-01-28 10:54:59 | INFO | 4222/cimple-worker: 2024-01-28 10:54:59.436 | 4222 | Shutting down +2024-01-28 10:54:59 | INFO | Terminating process 4219/cimple-worker +2024-01-28 10:54:59 | INFO | 4219/cimple-worker: 2024-01-28 10:54:59.438 | 4219 | Shutting down +2024-01-28 10:54:59 | INFO | Terminating process 4216/cimple-server +2024-01-28 10:54:59 | INFO | 4216/cimple-server: 2024-01-28 10:54:59.439 | 4216 | Shutting down
Passedsrc/test_repo.py::test_repo[output_long-numof_clients=5-runs_per_client=1]0.40
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/cimple.sqlite'] +2024-01-28 10:54:59 | INFO | Process 4295/cimple-server has started +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.443 | 4295 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/cimple.sqlite +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.443 | 4295 | SQLite database version: 0 +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.443 | 4295 | Newest database version: 1 +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.443 | 4295 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.455 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | Process 4295/cimple-server is ready +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:59 | INFO | Process 4298/cimple-worker has started +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.464 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.464 | 4300 | Added a new worker 8 to the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.464 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.464 | 4298 | Waiting for a new command +2024-01-28 10:54:59 | INFO | Process 4298/cimple-worker is ready +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:59 | INFO | Process 4301/cimple-worker has started +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.472 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.472 | 4303 | Added a new worker 9 to the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.472 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4301/cimple-worker: 2024-01-28 10:54:59.472 | 4301 | Waiting for a new command +2024-01-28 10:54:59 | INFO | Process 4301/cimple-worker is ready +2024-01-28 10:54:59 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/cimple.sqlite +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:54:59 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:54:59 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:54:59 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:54:59 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:54:59 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:54:59 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:54:59 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:54:59 | INFO | Executing 1 clients +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] +2024-01-28 10:54:59 | INFO | Executing 1 clients +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.708 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.711 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.714 | 4324 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.714 | 4297 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo from the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.714 | 4297 | Removed worker 8 from the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.714 | 4297 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to worker 8 +2024-01-28 10:54:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] completed successfully +2024-01-28 10:54:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.715 | 4298 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to /tmp/git.jHvRGR +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.720 | 4298 | Checking out revision HEAD +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.722 | 4298 | Going to run: ./ci +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.728 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.730 | 4323 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-01-28 10:54:59 | INFO | Executing 1 clients +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.730 | 4297 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo from the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.730 | 4297 | Removed worker 9 from the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.730 | 4297 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to worker 9 +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.731 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4301/cimple-worker: 2024-01-28 10:54:59.730 | 4301 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to /tmp/git.UfJCUd +2024-01-28 10:54:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] completed successfully +2024-01-28 10:54:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:59 | INFO | 4301/cimple-worker: 2024-01-28 10:54:59.736 | 4301 | Checking out revision HEAD +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.737 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4301/cimple-worker: 2024-01-28 10:54:59.737 | 4301 | Going to run: ./ci +2024-01-28 10:54:59 | INFO | Executing 1 clients +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.742 | 4331 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.743 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] completed successfully +2024-01-28 10:54:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.752 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | Executing 1 clients +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.756 | 4340 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-01-28 10:54:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] completed successfully +2024-01-28 10:54:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.759 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.759 | 4298 | Recursively removing directory: /tmp/git.jHvRGR/ +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.761 | 4298 | Process exit code: 0 +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.761 | 4298 | Process output: 415088 bytes +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.765 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.765 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.768 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.768 | 4298 | Waiting for a new command +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.769 | 4349 | Added a new worker 13 to the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.769 | 4297 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo from the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.769 | 4297 | Removed worker 13 from the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.769 | 4297 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to worker 13 +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.769 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.770 | 4298 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to /tmp/git.6NLcFP +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.770 | 4346 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.770 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo', 'HEAD'] completed successfully +2024-01-28 10:54:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.775 | 4298 | Checking out revision HEAD +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.776 | 4298 | Going to run: ./ci +2024-01-28 10:54:59 | INFO | 4301/cimple-worker: 2024-01-28 10:54:59.780 | 4301 | Recursively removing directory: /tmp/git.UfJCUd/ +2024-01-28 10:54:59 | INFO | 4301/cimple-worker: 2024-01-28 10:54:59.782 | 4301 | Process exit code: 0 +2024-01-28 10:54:59 | INFO | 4301/cimple-worker: 2024-01-28 10:54:59.782 | 4301 | Process output: 415087 bytes +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.783 | 4345 | Marked run 1 as finished +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.783 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.786 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.789 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.790 | 4358 | Added a new worker 10 to the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.790 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4301/cimple-worker: 2024-01-28 10:54:59.789 | 4301 | Waiting for a new command +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.790 | 4297 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo from the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.790 | 4297 | Removed worker 10 from the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.790 | 4297 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to worker 10 +2024-01-28 10:54:59 | INFO | 4301/cimple-worker: 2024-01-28 10:54:59.790 | 4301 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to /tmp/git.P4IPL8 +2024-01-28 10:54:59 | INFO | 4301/cimple-worker: 2024-01-28 10:54:59.797 | 4301 | Checking out revision HEAD +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.797 | 4298 | Recursively removing directory: /tmp/git.6NLcFP/ +2024-01-28 10:54:59 | INFO | 4301/cimple-worker: 2024-01-28 10:54:59.799 | 4301 | Going to run: ./ci +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.799 | 4298 | Process exit code: 0 +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.799 | 4298 | Process output: 415088 bytes +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.803 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.804 | 4355 | Marked run 2 as finished +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.804 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.806 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.806 | 4298 | Waiting for a new command +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.806 | 4367 | Added a new worker 8 to the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.806 | 4297 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo from the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.806 | 4297 | Removed worker 8 from the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.806 | 4297 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to worker 8 +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.807 | 4298 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to /tmp/git.lxrRDK +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.807 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4301/cimple-worker: 2024-01-28 10:54:59.808 | 4301 | Recursively removing directory: /tmp/git.P4IPL8/ +2024-01-28 10:54:59 | INFO | 4301/cimple-worker: 2024-01-28 10:54:59.810 | 4301 | Process exit code: 0 +2024-01-28 10:54:59 | INFO | 4301/cimple-worker: 2024-01-28 10:54:59.810 | 4301 | Process output: 415087 bytes +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.811 | 4298 | Checking out revision HEAD +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.813 | 4298 | Going to run: ./ci +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.814 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.815 | 4361 | Marked run 3 as finished +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.815 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.817 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.817 | 4372 | Added a new worker 10 to the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.817 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4301/cimple-worker: 2024-01-28 10:54:59.817 | 4301 | Waiting for a new command +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.821 | 4298 | Recursively removing directory: /tmp/git.lxrRDK/ +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.822 | 4298 | Process exit code: 0 +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.822 | 4298 | Process output: 415087 bytes +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.825 | 4369 | Marked run 4 as finished +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.825 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.825 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.828 | 4298 | Waiting for a new command +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.828 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.828 | 4378 | Added a new worker 11 to the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.828 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.835 | 4377 | Marked run 5 as finished +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.836 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.840 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.840 | 4381 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.840 | 4381 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.840 | 4381 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.840 | 4381 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.840 | 4381 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl2/repo to the queue +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.840 | 4295 | Waiting for new connections +2024-01-28 10:54:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:54:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 5, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl2\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:54:59 | INFO | Terminating process 4301/cimple-worker +2024-01-28 10:54:59 | INFO | 4301/cimple-worker: 2024-01-28 10:54:59.842 | 4301 | Shutting down +2024-01-28 10:54:59 | INFO | Terminating process 4298/cimple-worker +2024-01-28 10:54:59 | INFO | 4298/cimple-worker: 2024-01-28 10:54:59.843 | 4298 | Shutting down +2024-01-28 10:54:59 | INFO | Terminating process 4295/cimple-server +2024-01-28 10:54:59 | INFO | 4295/cimple-server: 2024-01-28 10:54:59.844 | 4295 | Shutting down
Passedsrc/test_repo.py::test_repo[output_long-numof_clients=5-runs_per_client=5]0.67
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/cimple.sqlite'] +2024-01-28 10:54:59 | INFO | Process 4382/cimple-server has started +2024-01-28 10:54:59 | INFO | 4382/cimple-server: 2024-01-28 10:54:59.848 | 4382 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/cimple.sqlite +2024-01-28 10:54:59 | INFO | 4382/cimple-server: 2024-01-28 10:54:59.849 | 4382 | SQLite database version: 0 +2024-01-28 10:54:59 | INFO | 4382/cimple-server: 2024-01-28 10:54:59.849 | 4382 | Newest database version: 1 +2024-01-28 10:54:59 | INFO | 4382/cimple-server: 2024-01-28 10:54:59.849 | 4382 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:54:59 | INFO | 4382/cimple-server: 2024-01-28 10:54:59.863 | 4382 | Waiting for new connections +2024-01-28 10:54:59 | INFO | Process 4382/cimple-server is ready +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:59 | INFO | Process 4385/cimple-worker has started +2024-01-28 10:54:59 | INFO | 4382/cimple-server: 2024-01-28 10:54:59.872 | 4382 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4382/cimple-server: 2024-01-28 10:54:59.872 | 4387 | Added a new worker 8 to the queue +2024-01-28 10:54:59 | INFO | 4382/cimple-server: 2024-01-28 10:54:59.872 | 4382 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4385/cimple-worker: 2024-01-28 10:54:59.872 | 4385 | Waiting for a new command +2024-01-28 10:54:59 | INFO | Process 4385/cimple-worker is ready +2024-01-28 10:54:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:54:59 | INFO | Process 4388/cimple-worker has started +2024-01-28 10:54:59 | INFO | 4382/cimple-server: 2024-01-28 10:54:59.880 | 4382 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4382/cimple-server: 2024-01-28 10:54:59.880 | 4390 | Added a new worker 9 to the queue +2024-01-28 10:54:59 | INFO | 4382/cimple-server: 2024-01-28 10:54:59.880 | 4382 | Waiting for new connections +2024-01-28 10:54:59 | INFO | 4388/cimple-worker: 2024-01-28 10:54:59.880 | 4388 | Waiting for a new command +2024-01-28 10:54:59 | INFO | Process 4388/cimple-worker is ready +2024-01-28 10:54:59 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/cimple.sqlite +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:54:59 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:54:59 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:54:59 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:54:59 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:54:59 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:54:59 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:54:59 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:54:59 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.104 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Executing 5 clients +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | Executing 5 clients +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.108 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.110 | 4409 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.110 | 4384 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.110 | 4384 | Removed worker 8 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.111 | 4384 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 8 +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.111 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.111 | 4385 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.LIDQZ0 +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.116 | 4411 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.116 | 4384 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.116 | 4384 | Removed worker 9 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.116 | 4384 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 9 +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.117 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.116 | 4388 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.9HiIoQ +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.118 | 4385 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.124 | 4385 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.122 | 4388 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.125 | 4388 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.127 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.130 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.131 | 4416 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.132 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.137 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Executing 5 clients +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.140 | 4417 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.140 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.141 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.144 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.145 | 4388 | Recursively removing directory: /tmp/git.9HiIoQ/ +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.145 | 4424 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.146 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.146 | 4388 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.146 | 4388 | Process output: 415088 bytes +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.148 | 4428 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.148 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.150 | 4431 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.150 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.151 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.154 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.155 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.155 | 4388 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.158 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.159 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Executing 5 clients +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.161 | 4445 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.161 | 4385 | Recursively removing directory: /tmp/git.LIDQZ0/ +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.162 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.163 | 4441 | Added a new worker 15 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.163 | 4384 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.163 | 4384 | Removed worker 15 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.163 | 4384 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 15 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.163 | 4388 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.A2oPeL +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.163 | 4385 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.163 | 4385 | Process output: 415087 bytes +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.164 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.164 | 4444 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.166 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.168 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.169 | 4388 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.169 | 4388 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.170 | 4440 | Marked run 2 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.171 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.171 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.172 | 4442 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.172 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.173 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.174 | 4449 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.175 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.175 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.176 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.176 | 4385 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.176 | 4458 | Added a new worker 17 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.177 | 4384 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.177 | 4384 | Removed worker 17 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.177 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.177 | 4384 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 17 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.177 | 4385 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.jIXTbq +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.178 | 4454 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.178 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.180 | 4452 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.181 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.183 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.184 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.182 | 4385 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.183 | 4385 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | Executing 5 clients +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.188 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.189 | 4450 | Marked run 1 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.189 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.191 | 4457 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.191 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.193 | 4388 | Recursively removing directory: /tmp/git.A2oPeL/ +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.194 | 4466 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.195 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.196 | 4388 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.196 | 4388 | Process output: 415088 bytes +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.196 | 4463 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.197 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.198 | 4472 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.199 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.199 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.200 | 4385 | Recursively removing directory: /tmp/git.jIXTbq/ +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.201 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.202 | 4385 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.202 | 4385 | Process output: 415088 bytes +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.203 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.205 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.206 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.206 | 4388 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.206 | 4484 | Added a new worker 17 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.206 | 4384 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.206 | 4384 | Removed worker 17 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.206 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.206 | 4384 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 17 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.206 | 4388 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.TYvND7 +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.207 | 4481 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.208 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.210 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.210 | 4385 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.216 | 4485 | Added a new worker 9 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.217 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.217 | 4479 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.217 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.218 | 4384 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.218 | 4384 | Removed worker 9 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.218 | 4384 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 9 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.218 | 4385 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.FqA9Vs +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.221 | 4482 | Marked run 3 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.222 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.222 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.223 | 4388 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.224 | 4388 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.225 | 4483 | Marked run 4 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.225 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.226 | 4385 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.227 | 4385 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.227 | 4487 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.227 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.230 | 4489 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.230 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.231 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.233 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.233 | 4495 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.234 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.235 | 4500 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.237 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.242 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.246 | 4388 | Recursively removing directory: /tmp/git.TYvND7/ +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.248 | 4388 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.248 | 4388 | Process output: 415088 bytes +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.247 | 4385 | Recursively removing directory: /tmp/git.FqA9Vs/ +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.249 | 4508 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.248 | 4385 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.249 | 4385 | Process output: 415088 bytes +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.252 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.252 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.252 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.254 | 4511 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.256 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.256 | 4513 | Added a new worker 14 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.256 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.256 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.256 | 4388 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.258 | 4384 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.258 | 4384 | Removed worker 14 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.258 | 4384 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 14 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.258 | 4388 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.xsUnBP +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.256 | 4385 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.263 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.263 | 4514 | Added a new worker 6 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.263 | 4384 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.263 | 4384 | Removed worker 6 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.263 | 4384 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 6 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.263 | 4385 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.KcWkTZ +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.264 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.264 | 4388 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.265 | 4388 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.268 | 4510 | Marked run 5 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.268 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.272 | 4385 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.273 | 4512 | Marked run 6 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.274 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.274 | 4385 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.275 | 4388 | Recursively removing directory: /tmp/git.xsUnBP/ +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.276 | 4388 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.277 | 4388 | Process output: 415086 bytes +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.281 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.283 | 4385 | Recursively removing directory: /tmp/git.KcWkTZ/ +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.284 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.284 | 4530 | Added a new worker 10 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.284 | 4384 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.284 | 4384 | Removed worker 10 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.284 | 4384 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.284 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.284 | 4388 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.284 | 4388 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.LXSktj +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.284 | 4385 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.284 | 4385 | Process output: 415087 bytes +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.289 | 4388 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.289 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.289 | 4388 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.293 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.293 | 4534 | Added a new worker 14 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.293 | 4384 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.293 | 4384 | Removed worker 14 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.293 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.293 | 4384 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 14 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.293 | 4385 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.293 | 4385 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.XPKvyL +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.295 | 4529 | Marked run 7 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.296 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.298 | 4385 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.299 | 4385 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.299 | 4388 | Recursively removing directory: /tmp/git.LXSktj/ +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.301 | 4388 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.301 | 4388 | Process output: 415087 bytes +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.303 | 4531 | Marked run 8 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.303 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.305 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.308 | 4385 | Recursively removing directory: /tmp/git.XPKvyL/ +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.308 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.308 | 4548 | Added a new worker 10 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.308 | 4384 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.308 | 4384 | Removed worker 10 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.308 | 4384 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.308 | 4388 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.308 | 4388 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.kBD0dg +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.309 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.309 | 4385 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.309 | 4385 | Process output: 415087 bytes +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.312 | 4388 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.313 | 4388 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.314 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.317 | 4385 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.317 | 4385 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.Y8DY3M +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.317 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.317 | 4555 | Added a new worker 14 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.317 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.317 | 4384 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.317 | 4384 | Removed worker 14 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.317 | 4384 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 14 +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.320 | 4547 | Marked run 9 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.320 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.323 | 4388 | Recursively removing directory: /tmp/git.kBD0dg/ +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.323 | 4385 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.324 | 4385 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.325 | 4388 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.325 | 4388 | Process output: 415087 bytes +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.327 | 4550 | Marked run 10 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.328 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.329 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.332 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.332 | 4388 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.332 | 4566 | Added a new worker 10 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.332 | 4384 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.332 | 4384 | Removed worker 10 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.332 | 4384 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.333 | 4388 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.kB32sF +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.333 | 4385 | Recursively removing directory: /tmp/git.Y8DY3M/ +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.333 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.334 | 4385 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.334 | 4385 | Process output: 415087 bytes +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.337 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.337 | 4388 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.338 | 4388 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.340 | 4385 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.340 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.340 | 4569 | Added a new worker 13 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.341 | 4384 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.341 | 4384 | Removed worker 13 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.341 | 4384 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 13 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.341 | 4385 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.Lobo95 +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.341 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.342 | 4561 | Marked run 11 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.342 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.346 | 4385 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.347 | 4385 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.347 | 4388 | Recursively removing directory: /tmp/git.kB32sF/ +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.349 | 4388 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.349 | 4388 | Process output: 415087 bytes +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.352 | 4567 | Marked run 12 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.352 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.353 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.355 | 4385 | Recursively removing directory: /tmp/git.Lobo95/ +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.356 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.356 | 4388 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.356 | 4584 | Added a new worker 10 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.356 | 4384 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.356 | 4384 | Removed worker 10 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.356 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.356 | 4384 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.356 | 4388 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.pUhm2X +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.356 | 4385 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.356 | 4385 | Process output: 415087 bytes +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.360 | 4388 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.361 | 4388 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.361 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.364 | 4385 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.364 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.364 | 4589 | Added a new worker 13 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.364 | 4384 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.364 | 4384 | Removed worker 13 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.364 | 4384 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 13 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.364 | 4385 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.PkE8Q1 +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.365 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.368 | 4583 | Marked run 13 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.369 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.370 | 4385 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.371 | 4388 | Recursively removing directory: /tmp/git.pUhm2X/ +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.371 | 4385 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.373 | 4388 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.373 | 4388 | Process output: 415088 bytes +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.374 | 4586 | Marked run 14 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.375 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.377 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.379 | 4385 | Recursively removing directory: /tmp/git.PkE8Q1/ +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.380 | 4388 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.380 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.380 | 4602 | Added a new worker 10 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.380 | 4384 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.380 | 4384 | Removed worker 10 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.380 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.380 | 4384 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.380 | 4388 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.pD4QqB +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.381 | 4385 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.381 | 4385 | Process output: 415087 bytes +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.384 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.385 | 4388 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.386 | 4388 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.387 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.387 | 4385 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.387 | 4605 | Added a new worker 13 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.387 | 4384 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.387 | 4384 | Removed worker 13 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.387 | 4384 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 13 +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.387 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.388 | 4385 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.SansU7 +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.391 | 4601 | Marked run 15 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.391 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.394 | 4385 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.395 | 4385 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.395 | 4388 | Recursively removing directory: /tmp/git.pD4QqB/ +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.396 | 4388 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.396 | 4388 | Process output: 415087 bytes +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.397 | 4603 | Marked run 16 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.397 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.399 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.403 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.403 | 4620 | Added a new worker 10 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.403 | 4384 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.403 | 4384 | Removed worker 10 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.403 | 4384 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.403 | 4388 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.403 | 4388 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.ySGnsf +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.403 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.403 | 4385 | Recursively removing directory: /tmp/git.SansU7/ +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.404 | 4385 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.404 | 4385 | Process output: 415087 bytes +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.407 | 4388 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.408 | 4388 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.409 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.412 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.413 | 4385 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.413 | 4629 | Added a new worker 13 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.415 | 4617 | Marked run 17 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.416 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.416 | 4384 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.416 | 4384 | Removed worker 13 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.416 | 4384 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 13 +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.416 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.416 | 4385 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.Uuq7Pu +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.416 | 4388 | Recursively removing directory: /tmp/git.ySGnsf/ +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.417 | 4388 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.418 | 4388 | Process output: 415087 bytes +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.421 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.421 | 4622 | Marked run 18 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.421 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.422 | 4385 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.422 | 4385 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.424 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.424 | 4632 | Added a new worker 9 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.424 | 4384 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.424 | 4384 | Removed worker 9 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.424 | 4384 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 9 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.424 | 4388 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.424 | 4388 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.qrI0jf +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.425 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.429 | 4388 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.430 | 4388 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.431 | 4385 | Recursively removing directory: /tmp/git.Uuq7Pu/ +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.433 | 4385 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.433 | 4385 | Process output: 415086 bytes +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.435 | 4630 | Marked run 19 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.435 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.437 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.438 | 4388 | Recursively removing directory: /tmp/git.qrI0jf/ +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.439 | 4388 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.439 | 4388 | Process output: 415087 bytes +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.440 | 4385 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.440 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.441 | 4647 | Added a new worker 10 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.441 | 4384 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.441 | 4384 | Removed worker 10 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.441 | 4384 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 10 +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.441 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.441 | 4385 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.U0cwGj +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.442 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.445 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.445 | 4649 | Added a new worker 12 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.445 | 4384 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.445 | 4384 | Removed worker 12 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.445 | 4384 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 12 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.445 | 4388 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.445 | 4388 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.B1Zjtr +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.446 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.446 | 4385 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.448 | 4385 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.450 | 4646 | Marked run 20 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.450 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.451 | 4388 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.452 | 4388 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.455 | 4648 | Marked run 21 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.455 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.457 | 4385 | Recursively removing directory: /tmp/git.U0cwGj/ +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.459 | 4385 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.459 | 4385 | Process output: 415087 bytes +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.461 | 4388 | Recursively removing directory: /tmp/git.B1Zjtr/ +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.462 | 4388 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.462 | 4388 | Process output: 415087 bytes +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.462 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.465 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.465 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.465 | 4385 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.465 | 4666 | Added a new worker 12 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.465 | 4384 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.465 | 4384 | Removed worker 12 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.465 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.466 | 4384 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 12 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.466 | 4385 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.e00Kho +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.469 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.469 | 4388 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.469 | 4388 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to /tmp/git.eoufzT +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.469 | 4667 | Added a new worker 12 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.469 | 4384 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.469 | 4384 | Removed worker 12 from the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.469 | 4384 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to worker 12 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.470 | 4385 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.471 | 4385 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.471 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.475 | 4388 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.476 | 4388 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.476 | 4664 | Marked run 22 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.477 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.480 | 4665 | Marked run 23 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.480 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.481 | 4385 | Recursively removing directory: /tmp/git.e00Kho/ +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.482 | 4385 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.482 | 4385 | Process output: 415087 bytes +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.484 | 4388 | Recursively removing directory: /tmp/git.eoufzT/ +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.485 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.486 | 4388 | Process exit code: 0 +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.486 | 4388 | Process output: 415087 bytes +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.488 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.488 | 4385 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.488 | 4683 | Added a new worker 10 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.488 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.489 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.493 | 4388 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.493 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.493 | 4685 | Added a new worker 13 to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.493 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.496 | 4682 | Marked run 24 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.496 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.500 | 4684 | Marked run 25 as finished +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.500 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.510 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.510 | 4688 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.510 | 4688 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.510 | 4688 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.510 | 4688 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.510 | 4688 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.511 | 4688 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.511 | 4688 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.511 | 4688 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.511 | 4688 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.511 | 4688 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.511 | 4688 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.511 | 4688 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.512 | 4688 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.512 | 4688 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.512 | 4688 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.512 | 4688 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.512 | 4688 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.512 | 4688 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.512 | 4688 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.512 | 4688 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.513 | 4688 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.513 | 4688 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.513 | 4688 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.513 | 4688 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.513 | 4688 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_long_numof_cl3/repo to the queue +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.513 | 4382 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 25, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 24, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 23, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 22, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 21, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 20, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 19, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 18, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 17, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 16, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 15, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 14, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 13, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 12, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 11, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 10, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 9, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 8, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 7, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 6, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 5, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_long_numof_cl3\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:55:00 | INFO | Terminating process 4388/cimple-worker +2024-01-28 10:55:00 | INFO | 4388/cimple-worker: 2024-01-28 10:55:00.515 | 4388 | Shutting down +2024-01-28 10:55:00 | INFO | Terminating process 4385/cimple-worker +2024-01-28 10:55:00 | INFO | 4385/cimple-worker: 2024-01-28 10:55:00.516 | 4385 | Shutting down +2024-01-28 10:55:00 | INFO | Terminating process 4382/cimple-server +2024-01-28 10:55:00 | INFO | 4382/cimple-server: 2024-01-28 10:55:00.518 | 4382 | Shutting down
Passedsrc/test_repo.py::test_repo[output_null-numof_clients=1-runs_per_client=1]0.22
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/cimple.sqlite'] +2024-01-28 10:55:00 | INFO | Process 4689/cimple-server has started +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.522 | 4689 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/cimple.sqlite +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.522 | 4689 | SQLite database version: 0 +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.522 | 4689 | Newest database version: 1 +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.522 | 4689 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.538 | 4689 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Process 4689/cimple-server is ready +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:00 | INFO | Process 4692/cimple-worker has started +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.546 | 4689 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.546 | 4694 | Added a new worker 8 to the queue +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.546 | 4689 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4692/cimple-worker: 2024-01-28 10:55:00.546 | 4692 | Waiting for a new command +2024-01-28 10:55:00 | INFO | Process 4692/cimple-worker is ready +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:00 | INFO | Process 4695/cimple-worker has started +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.555 | 4689 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.555 | 4697 | Added a new worker 9 to the queue +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.555 | 4689 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4695/cimple-worker: 2024-01-28 10:55:00.555 | 4695 | Waiting for a new command +2024-01-28 10:55:00 | INFO | Process 4695/cimple-worker is ready +2024-01-28 10:55:00 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/cimple.sqlite +2024-01-28 10:55:00 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:55:00 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:55:00 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:55:00 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:55:00 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:55:00 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:55:00 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:55:00 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:55:00 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:55:00 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:55:00 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:55:00 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:55:00 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:55:00 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:55:00 | INFO | Executing 1 clients +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.700 | 4689 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.704 | 4711 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo to the queue +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.704 | 4691 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo from the queue +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.704 | 4691 | Removed worker 8 from the queue +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.704 | 4689 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.704 | 4691 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo to worker 8 +2024-01-28 10:55:00 | INFO | 4692/cimple-worker: 2024-01-28 10:55:00.704 | 4692 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo to /tmp/git.UIKjJw +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | 4692/cimple-worker: 2024-01-28 10:55:00.709 | 4692 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4692/cimple-worker: 2024-01-28 10:55:00.710 | 4692 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4692/cimple-worker: 2024-01-28 10:55:00.729 | 4692 | Recursively removing directory: /tmp/git.UIKjJw/ +2024-01-28 10:55:00 | INFO | 4692/cimple-worker: 2024-01-28 10:55:00.730 | 4692 | Process exit code: 254 +2024-01-28 10:55:00 | INFO | 4692/cimple-worker: 2024-01-28 10:55:00.730 | 4692 | Process output: 11 bytes +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.730 | 4689 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.730 | 4689 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.730 | 4718 | Added a new worker 11 to the queue +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.730 | 4689 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4692/cimple-worker: 2024-01-28 10:55:00.730 | 4692 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.732 | 4717 | Marked run 1 as finished +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.732 | 4689 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.735 | 4689 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.735 | 4721 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl0/repo to the queue +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.735 | 4689 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 1, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl0\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:55:00 | INFO | Terminating process 4695/cimple-worker +2024-01-28 10:55:00 | INFO | 4695/cimple-worker: 2024-01-28 10:55:00.736 | 4695 | Shutting down +2024-01-28 10:55:00 | INFO | Terminating process 4692/cimple-worker +2024-01-28 10:55:00 | INFO | 4692/cimple-worker: 2024-01-28 10:55:00.738 | 4692 | Shutting down +2024-01-28 10:55:00 | INFO | Terminating process 4689/cimple-server +2024-01-28 10:55:00 | INFO | 4689/cimple-server: 2024-01-28 10:55:00.739 | 4689 | Shutting down
Passedsrc/test_repo.py::test_repo[output_null-numof_clients=1-runs_per_client=5]0.29
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/cimple.sqlite'] +2024-01-28 10:55:00 | INFO | Process 4722/cimple-server has started +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.743 | 4722 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/cimple.sqlite +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.743 | 4722 | SQLite database version: 0 +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.743 | 4722 | Newest database version: 1 +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.743 | 4722 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.764 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Process 4722/cimple-server is ready +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:00 | INFO | Process 4725/cimple-worker has started +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.773 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.773 | 4727 | Added a new worker 8 to the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.773 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4725/cimple-worker: 2024-01-28 10:55:00.773 | 4725 | Waiting for a new command +2024-01-28 10:55:00 | INFO | Process 4725/cimple-worker is ready +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:00 | INFO | Process 4728/cimple-worker has started +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.781 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.781 | 4730 | Added a new worker 9 to the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.781 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4728/cimple-worker: 2024-01-28 10:55:00.781 | 4728 | Waiting for a new command +2024-01-28 10:55:00 | INFO | Process 4728/cimple-worker is ready +2024-01-28 10:55:00 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/cimple.sqlite +2024-01-28 10:55:00 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:55:00 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:55:00 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:55:00 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:55:00 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:55:00 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:55:00 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:55:00 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:55:00 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:55:00 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:55:00 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:55:00 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:55:00 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:55:00 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:55:00 | INFO | Executing 5 clients +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.928 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.931 | 4744 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.931 | 4724 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo from the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.931 | 4724 | Removed worker 8 from the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.931 | 4724 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to worker 8 +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.931 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4725/cimple-worker: 2024-01-28 10:55:00.931 | 4725 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to /tmp/git.PVGyHO +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.933 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.935 | 4746 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.935 | 4724 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo from the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.935 | 4724 | Removed worker 9 from the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.936 | 4724 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to worker 9 +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.936 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4728/cimple-worker: 2024-01-28 10:55:00.936 | 4728 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to /tmp/git.VeaINc +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4725/cimple-worker: 2024-01-28 10:55:00.936 | 4725 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4725/cimple-worker: 2024-01-28 10:55:00.937 | 4725 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.938 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.940 | 4749 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.940 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4728/cimple-worker: 2024-01-28 10:55:00.941 | 4728 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4728/cimple-worker: 2024-01-28 10:55:00.942 | 4728 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.943 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.947 | 4756 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.947 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.950 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.951 | 4762 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.951 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:00 | INFO | 4725/cimple-worker: 2024-01-28 10:55:00.964 | 4725 | Recursively removing directory: /tmp/git.PVGyHO/ +2024-01-28 10:55:00 | INFO | 4725/cimple-worker: 2024-01-28 10:55:00.966 | 4725 | Process exit code: 254 +2024-01-28 10:55:00 | INFO | 4725/cimple-worker: 2024-01-28 10:55:00.966 | 4725 | Process output: 11 bytes +2024-01-28 10:55:00 | INFO | 4725/cimple-worker: 2024-01-28 10:55:00.966 | 4725 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.966 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.966 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.966 | 4764 | Added a new worker 10 to the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.966 | 4724 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo from the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.966 | 4724 | Removed worker 10 from the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.966 | 4724 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to worker 10 +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.966 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4725/cimple-worker: 2024-01-28 10:55:00.966 | 4725 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to /tmp/git.RrsGV2 +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.969 | 4763 | Marked run 1 as finished +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.969 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4728/cimple-worker: 2024-01-28 10:55:00.971 | 4728 | Recursively removing directory: /tmp/git.VeaINc/ +2024-01-28 10:55:00 | INFO | 4725/cimple-worker: 2024-01-28 10:55:00.972 | 4725 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4728/cimple-worker: 2024-01-28 10:55:00.972 | 4728 | Process exit code: 254 +2024-01-28 10:55:00 | INFO | 4728/cimple-worker: 2024-01-28 10:55:00.972 | 4728 | Process output: 11 bytes +2024-01-28 10:55:00 | INFO | 4725/cimple-worker: 2024-01-28 10:55:00.972 | 4725 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4728/cimple-worker: 2024-01-28 10:55:00.973 | 4728 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.973 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.973 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.973 | 4766 | Added a new worker 10 to the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.973 | 4724 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo from the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.973 | 4724 | Removed worker 10 from the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.973 | 4724 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to worker 10 +2024-01-28 10:55:00 | INFO | 4728/cimple-worker: 2024-01-28 10:55:00.973 | 4728 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to /tmp/git.w1KIDi +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.974 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.975 | 4765 | Marked run 2 as finished +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.976 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4728/cimple-worker: 2024-01-28 10:55:00.979 | 4728 | Checking out revision HEAD +2024-01-28 10:55:00 | INFO | 4728/cimple-worker: 2024-01-28 10:55:00.979 | 4728 | Going to run: ./ci +2024-01-28 10:55:00 | INFO | 4725/cimple-worker: 2024-01-28 10:55:00.993 | 4725 | Recursively removing directory: /tmp/git.RrsGV2/ +2024-01-28 10:55:00 | INFO | 4725/cimple-worker: 2024-01-28 10:55:00.995 | 4725 | Process exit code: 254 +2024-01-28 10:55:00 | INFO | 4725/cimple-worker: 2024-01-28 10:55:00.995 | 4725 | Process output: 11 bytes +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.995 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4725/cimple-worker: 2024-01-28 10:55:00.995 | 4725 | Waiting for a new command +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.995 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.995 | 4778 | Added a new worker 11 to the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.995 | 4724 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo from the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.995 | 4724 | Removed worker 11 from the queue +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.995 | 4724 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to worker 11 +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.995 | 4722 | Waiting for new connections +2024-01-28 10:55:00 | INFO | 4725/cimple-worker: 2024-01-28 10:55:00.995 | 4725 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to /tmp/git.ZynjKt +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.997 | 4777 | Marked run 3 as finished +2024-01-28 10:55:00 | INFO | 4722/cimple-server: 2024-01-28 10:55:00.997 | 4722 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4725/cimple-worker: 2024-01-28 10:55:01.000 | 4725 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4728/cimple-worker: 2024-01-28 10:55:01.000 | 4728 | Recursively removing directory: /tmp/git.w1KIDi/ +2024-01-28 10:55:01 | INFO | 4725/cimple-worker: 2024-01-28 10:55:01.001 | 4725 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4728/cimple-worker: 2024-01-28 10:55:01.001 | 4728 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4728/cimple-worker: 2024-01-28 10:55:01.001 | 4728 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.002 | 4722 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4728/cimple-worker: 2024-01-28 10:55:01.002 | 4728 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.002 | 4722 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.002 | 4781 | Added a new worker 11 to the queue +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.002 | 4722 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.003 | 4780 | Marked run 4 as finished +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.003 | 4722 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4725/cimple-worker: 2024-01-28 10:55:01.020 | 4725 | Recursively removing directory: /tmp/git.ZynjKt/ +2024-01-28 10:55:01 | INFO | 4725/cimple-worker: 2024-01-28 10:55:01.021 | 4725 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4725/cimple-worker: 2024-01-28 10:55:01.021 | 4725 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.022 | 4722 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4725/cimple-worker: 2024-01-28 10:55:01.022 | 4725 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.022 | 4722 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.022 | 4787 | Added a new worker 12 to the queue +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.022 | 4722 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.024 | 4786 | Marked run 5 as finished +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.024 | 4722 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.027 | 4722 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.027 | 4790 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.027 | 4790 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.027 | 4790 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.027 | 4790 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.027 | 4790 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl1/repo to the queue +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.027 | 4722 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 5, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl1\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:55:01 | INFO | Terminating process 4728/cimple-worker +2024-01-28 10:55:01 | INFO | 4728/cimple-worker: 2024-01-28 10:55:01.029 | 4728 | Shutting down +2024-01-28 10:55:01 | INFO | Terminating process 4725/cimple-worker +2024-01-28 10:55:01 | INFO | 4725/cimple-worker: 2024-01-28 10:55:01.030 | 4725 | Shutting down +2024-01-28 10:55:01 | INFO | Terminating process 4722/cimple-server +2024-01-28 10:55:01 | INFO | 4722/cimple-server: 2024-01-28 10:55:01.031 | 4722 | Shutting down
Passedsrc/test_repo.py::test_repo[output_null-numof_clients=5-runs_per_client=1]0.40
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/cimple.sqlite'] +2024-01-28 10:55:01 | INFO | Process 4791/cimple-server has started +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.035 | 4791 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/cimple.sqlite +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.036 | 4791 | SQLite database version: 0 +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.036 | 4791 | Newest database version: 1 +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.036 | 4791 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.049 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Process 4791/cimple-server is ready +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:01 | INFO | Process 4794/cimple-worker has started +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.058 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.058 | 4796 | Added a new worker 8 to the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.058 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4794/cimple-worker: 2024-01-28 10:55:01.058 | 4794 | Waiting for a new command +2024-01-28 10:55:01 | INFO | Process 4794/cimple-worker is ready +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:01 | INFO | Process 4797/cimple-worker has started +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.067 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.067 | 4799 | Added a new worker 9 to the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.067 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.067 | 4797 | Waiting for a new command +2024-01-28 10:55:01 | INFO | Process 4797/cimple-worker is ready +2024-01-28 10:55:01 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/cimple.sqlite +2024-01-28 10:55:01 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:55:01 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:55:01 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:55:01 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:55:01 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:55:01 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:55:01 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:55:01 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:55:01 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:55:01 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:55:01 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:55:01 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:55:01 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:55:01 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:55:01 | INFO | Executing 1 clients +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | Executing 1 clients +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.277 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.280 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.283 | 4820 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.283 | 4793 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo from the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.283 | 4793 | Removed worker 8 from the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.283 | 4793 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to worker 8 +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | 4794/cimple-worker: 2024-01-28 10:55:01.283 | 4794 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to /tmp/git.YY4T6O +2024-01-28 10:55:01 | INFO | 4794/cimple-worker: 2024-01-28 10:55:01.289 | 4794 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4794/cimple-worker: 2024-01-28 10:55:01.290 | 4794 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.292 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.298 | 4819 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.299 | 4793 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo from the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.299 | 4793 | Removed worker 9 from the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.299 | 4793 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to worker 9 +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.299 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.299 | 4797 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to /tmp/git.PGqmKL +2024-01-28 10:55:01 | INFO | Executing 1 clients +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.303 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.308 | 4825 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.316 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.316 | 4797 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.316 | 4797 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | Executing 1 clients +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.364 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.362 | 4797 | Recursively removing directory: /tmp/git.PGqmKL/ +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.364 | 4797 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.364 | 4797 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.364 | 4797 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.364 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.364 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.364 | 4838 | Added a new worker 12 to the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.364 | 4793 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo from the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.364 | 4793 | Removed worker 12 from the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.364 | 4793 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to worker 12 +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.364 | 4797 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to /tmp/git.ncmPcL +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.365 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4794/cimple-worker: 2024-01-28 10:55:01.366 | 4794 | Recursively removing directory: /tmp/git.YY4T6O/ +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.367 | 4836 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.367 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4794/cimple-worker: 2024-01-28 10:55:01.368 | 4794 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4794/cimple-worker: 2024-01-28 10:55:01.368 | 4794 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4794/cimple-worker: 2024-01-28 10:55:01.368 | 4794 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.368 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.368 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.368 | 4840 | Added a new worker 13 to the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.368 | 4793 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo from the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.368 | 4793 | Removed worker 13 from the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.368 | 4793 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to worker 13 +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.368 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | 4794/cimple-worker: 2024-01-28 10:55:01.369 | 4794 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to /tmp/git.rhr4rq +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.371 | 4797 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.372 | 4837 | Marked run 2 as finished +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.372 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.372 | 4797 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4794/cimple-worker: 2024-01-28 10:55:01.374 | 4794 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4794/cimple-worker: 2024-01-28 10:55:01.375 | 4794 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.379 | 4839 | Marked run 1 as finished +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.379 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Executing 1 clients +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.382 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.384 | 4853 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.384 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.401 | 4797 | Recursively removing directory: /tmp/git.ncmPcL/ +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.403 | 4797 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.403 | 4797 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.403 | 4797 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.404 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.404 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.404 | 4855 | Added a new worker 10 to the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.404 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4794/cimple-worker: 2024-01-28 10:55:01.403 | 4794 | Recursively removing directory: /tmp/git.rhr4rq/ +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.404 | 4793 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo from the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.404 | 4793 | Removed worker 10 from the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.404 | 4793 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to worker 10 +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.404 | 4797 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to /tmp/git.gtsUqn +2024-01-28 10:55:01 | INFO | 4794/cimple-worker: 2024-01-28 10:55:01.404 | 4794 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4794/cimple-worker: 2024-01-28 10:55:01.404 | 4794 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4794/cimple-worker: 2024-01-28 10:55:01.405 | 4794 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.405 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.405 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.405 | 4857 | Added a new worker 13 to the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.405 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.406 | 4854 | Marked run 3 as finished +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.407 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.408 | 4856 | Marked run 4 as finished +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.408 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.410 | 4797 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.410 | 4797 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.430 | 4797 | Recursively removing directory: /tmp/git.gtsUqn/ +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.431 | 4797 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.431 | 4797 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.431 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.431 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.431 | 4864 | Added a new worker 11 to the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.431 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.431 | 4797 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.433 | 4863 | Marked run 5 as finished +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.433 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.436 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.436 | 4867 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.436 | 4867 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.436 | 4867 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.436 | 4867 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.436 | 4867 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl2/repo to the queue +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.436 | 4791 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 5, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl2\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:55:01 | INFO | Terminating process 4797/cimple-worker +2024-01-28 10:55:01 | INFO | 4797/cimple-worker: 2024-01-28 10:55:01.437 | 4797 | Shutting down +2024-01-28 10:55:01 | INFO | Terminating process 4794/cimple-worker +2024-01-28 10:55:01 | INFO | 4794/cimple-worker: 2024-01-28 10:55:01.438 | 4794 | Shutting down +2024-01-28 10:55:01 | INFO | Terminating process 4791/cimple-server +2024-01-28 10:55:01 | INFO | 4791/cimple-server: 2024-01-28 10:55:01.440 | 4791 | Shutting down
Passedsrc/test_repo.py::test_repo[output_null-numof_clients=5-runs_per_client=5]0.73
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/cimple.sqlite'] +2024-01-28 10:55:01 | INFO | Process 4868/cimple-server has started +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.444 | 4868 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/cimple.sqlite +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.444 | 4868 | SQLite database version: 0 +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.444 | 4868 | Newest database version: 1 +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.444 | 4868 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.457 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Process 4868/cimple-server is ready +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:01 | INFO | Process 4871/cimple-worker has started +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.465 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.465 | 4873 | Added a new worker 8 to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.465 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.465 | 4871 | Waiting for a new command +2024-01-28 10:55:01 | INFO | Process 4871/cimple-worker is ready +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:01 | INFO | Process 4874/cimple-worker has started +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.474 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.474 | 4876 | Added a new worker 9 to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.474 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.474 | 4874 | Waiting for a new command +2024-01-28 10:55:01 | INFO | Process 4874/cimple-worker is ready +2024-01-28 10:55:01 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/cimple.sqlite +2024-01-28 10:55:01 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:55:01 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:55:01 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:55:01 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:55:01 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:55:01 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:55:01 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:55:01 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:55:01 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:55:01 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:55:01 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:55:01 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:55:01 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:55:01 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:55:01 | INFO | Executing 5 clients +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | Executing 5 clients +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.687 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Executing 5 clients +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.690 | 4899 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.690 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.690 | 4871 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.lgh6O6 +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.690 | 4870 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.690 | 4870 | Removed worker 8 from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.690 | 4870 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 8 +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.691 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.692 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.694 | 4902 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.694 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.695 | 4874 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.Hvufg5 +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.695 | 4870 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.695 | 4870 | Removed worker 9 from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.695 | 4870 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 9 +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.697 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.699 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.700 | 4903 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.700 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.702 | 4871 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.702 | 4871 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.704 | 4874 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.705 | 4874 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.705 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.707 | 4906 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.708 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.709 | 4907 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.709 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.711 | 4910 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.711 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.711 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.714 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.715 | 4920 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.716 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.725 | 4916 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.726 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.726 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.726 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.741 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.740 | 4874 | Recursively removing directory: /tmp/git.Hvufg5/ +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.741 | 4874 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.741 | 4874 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.742 | 4874 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.742 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.742 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.743 | 4931 | Added a new worker 17 to the queue +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.743 | 4871 | Recursively removing directory: /tmp/git.lgh6O6/ +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.743 | 4870 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.743 | 4870 | Removed worker 17 from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.743 | 4870 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 17 +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.744 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.744 | 4926 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.743 | 4874 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.c0xjac +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.745 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.747 | 4871 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.747 | 4871 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.748 | 4871 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.747 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.750 | 4871 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.jPU5zq +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.750 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.750 | 4928 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.750 | 4934 | Added a new worker 10 to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.750 | 4870 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.750 | 4870 | Removed worker 10 from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.750 | 4870 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.751 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.753 | 4929 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.753 | 4874 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.753 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.755 | 4874 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.755 | 4930 | Marked run 2 as finished +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.756 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.757 | 4871 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.758 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.759 | 4871 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.760 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.760 | 4933 | Marked run 1 as finished +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.761 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.762 | 4936 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.762 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.764 | 4939 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.765 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.766 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.767 | 4941 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.768 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.781 | 4945 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.782 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing 5 clients +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.807 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Executing 5 clients +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.810 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.811 | 4874 | Recursively removing directory: /tmp/git.c0xjac/ +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.813 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.813 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.813 | 4874 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.813 | 4874 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.813 | 4874 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.814 | 4955 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.814 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.814 | 4959 | Added a new worker 7 to the queue +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.815 | 4874 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.Qsq8lN +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.814 | 4870 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.814 | 4870 | Removed worker 7 from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.814 | 4870 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 7 +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.816 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.820 | 4957 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.820 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.822 | 4874 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.823 | 4874 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.823 | 4958 | Marked run 3 as finished +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.823 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.825 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.828 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.829 | 4963 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.832 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.834 | 4965 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.834 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.836 | 4871 | Recursively removing directory: /tmp/git.jPU5zq/ +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.838 | 4871 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.838 | 4871 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.838 | 4871 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.838 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.838 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.839 | 4972 | Added a new worker 10 to the queue +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.839 | 4871 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.e7DuZT +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.839 | 4870 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.839 | 4870 | Removed worker 10 from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.839 | 4870 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.841 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.844 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.845 | 4871 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.846 | 4871 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.850 | 4971 | Marked run 4 as finished +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.850 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.854 | 4973 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.854 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.856 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.857 | 4874 | Recursively removing directory: /tmp/git.Qsq8lN/ +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.859 | 4874 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.859 | 4874 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.859 | 4874 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.860 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.861 | 4982 | Added a new worker 13 to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.861 | 4870 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.861 | 4870 | Removed worker 13 from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.861 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.861 | 4870 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 13 +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.861 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.862 | 4874 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.7tTPS0 +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.864 | 4981 | Marked run 5 as finished +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.864 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.864 | 4980 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.865 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.868 | 4874 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.867 | 4983 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.869 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.869 | 4874 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.869 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.871 | 4985 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.871 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.874 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.874 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.875 | 4871 | Recursively removing directory: /tmp/git.e7DuZT/ +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.876 | 4990 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.877 | 4871 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.877 | 4871 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.877 | 4871 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.878 | 4871 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.fD5D7I +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.877 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.877 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.878 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.878 | 4996 | Added a new worker 8 to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.878 | 4870 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.878 | 4870 | Removed worker 8 from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.878 | 4870 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 8 +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.879 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.881 | 4995 | Marked run 6 as finished +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.882 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.882 | 4871 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.883 | 4871 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.883 | 4989 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.886 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.902 | 4874 | Recursively removing directory: /tmp/git.7tTPS0/ +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.904 | 4874 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.904 | 4874 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.904 | 4874 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.905 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.905 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.906 | 5003 | Added a new worker 10 to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.906 | 4870 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.906 | 4870 | Removed worker 10 from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.906 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.906 | 4870 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.906 | 4874 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.cMIjnD +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.909 | 4871 | Recursively removing directory: /tmp/git.fD5D7I/ +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.911 | 4871 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.911 | 4871 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.911 | 4871 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.912 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.912 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.911 | 4874 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.912 | 5005 | Added a new worker 13 to the queue +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.912 | 4874 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.912 | 4871 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.QBWxNa +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.912 | 4870 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.912 | 4870 | Removed worker 13 from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.912 | 4870 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 13 +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.914 | 5002 | Marked run 7 as finished +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.917 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.917 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.917 | 4871 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.919 | 4871 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.927 | 5004 | Marked run 8 as finished +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.927 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.937 | 4874 | Recursively removing directory: /tmp/git.cMIjnD/ +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.939 | 4874 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.939 | 4874 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.939 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.939 | 4874 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.939 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.939 | 5017 | Added a new worker 11 to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.939 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.939 | 4870 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.939 | 4870 | Removed worker 11 from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.939 | 4870 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.940 | 4874 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.d2tWVu +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.941 | 5016 | Marked run 9 as finished +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.941 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.942 | 4871 | Recursively removing directory: /tmp/git.QBWxNa/ +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.943 | 4871 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.943 | 4871 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.944 | 4871 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.944 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.944 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.944 | 5019 | Added a new worker 11 to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.944 | 4870 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.944 | 4870 | Removed worker 11 from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.944 | 4870 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.944 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.944 | 4874 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.944 | 4871 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.8D2WM3 +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.945 | 4874 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.946 | 5018 | Marked run 10 as finished +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.946 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.949 | 4871 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.949 | 4871 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.965 | 4874 | Recursively removing directory: /tmp/git.d2tWVu/ +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.967 | 4874 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.967 | 4874 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.967 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.967 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.967 | 5031 | Added a new worker 11 to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.967 | 4870 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.967 | 4870 | Removed worker 11 from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.967 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.967 | 4870 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.967 | 4874 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.967 | 4874 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.vHZiAX +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.969 | 5030 | Marked run 11 as finished +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.969 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.970 | 4871 | Recursively removing directory: /tmp/git.8D2WM3/ +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.972 | 4871 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.972 | 4871 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.972 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.972 | 4871 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.972 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.972 | 5033 | Added a new worker 11 to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.972 | 4870 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.972 | 4870 | Removed worker 11 from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.972 | 4870 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.972 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.972 | 4871 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.l6I6UY +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.973 | 4874 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.974 | 5032 | Marked run 12 as finished +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.974 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.974 | 4874 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.977 | 4871 | Checking out revision HEAD +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.978 | 4871 | Going to run: ./ci +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.994 | 4874 | Recursively removing directory: /tmp/git.vHZiAX/ +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.996 | 4874 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.996 | 4874 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.996 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.996 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.996 | 5045 | Added a new worker 10 to the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.996 | 4870 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.996 | 4870 | Removed worker 10 from the queue +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.996 | 4870 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.996 | 4874 | Waiting for a new command +2024-01-28 10:55:01 | INFO | 4874/cimple-worker: 2024-01-28 10:55:01.996 | 4874 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.uTtRFj +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.996 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.997 | 5044 | Marked run 13 as finished +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.997 | 4868 | Waiting for new connections +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.998 | 4871 | Recursively removing directory: /tmp/git.l6I6UY/ +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.999 | 4871 | Process exit code: 254 +2024-01-28 10:55:01 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.999 | 4871 | Process output: 11 bytes +2024-01-28 10:55:01 | INFO | 4868/cimple-server: 2024-01-28 10:55:01.999 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:01.999 | 4871 | Waiting for a new command +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.000 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.000 | 5047 | Added a new worker 11 to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.000 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.000 | 4870 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.000 | 4870 | Removed worker 11 from the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.000 | 4870 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.000 | 4871 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.1yOKFN +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.001 | 5046 | Marked run 14 as finished +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.001 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.003 | 4874 | Checking out revision HEAD +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.004 | 4874 | Going to run: ./ci +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.005 | 4871 | Checking out revision HEAD +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.006 | 4871 | Going to run: ./ci +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.024 | 4874 | Recursively removing directory: /tmp/git.uTtRFj/ +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.025 | 4874 | Process exit code: 254 +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.025 | 4874 | Process output: 11 bytes +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.025 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.025 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.026 | 5059 | Added a new worker 11 to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.026 | 4870 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.026 | 4870 | Removed worker 11 from the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.026 | 4870 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.026 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.025 | 4874 | Waiting for a new command +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.026 | 4871 | Recursively removing directory: /tmp/git.1yOKFN/ +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.026 | 4874 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.pEUvei +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.028 | 5058 | Marked run 15 as finished +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.028 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.028 | 4871 | Process exit code: 254 +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.028 | 4871 | Process output: 11 bytes +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.028 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.029 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.029 | 5061 | Added a new worker 11 to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.029 | 4870 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.029 | 4870 | Removed worker 11 from the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.029 | 4870 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.029 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.028 | 4871 | Waiting for a new command +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.029 | 4871 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.clIKWn +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.030 | 5060 | Marked run 16 as finished +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.030 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.031 | 4874 | Checking out revision HEAD +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.032 | 4874 | Going to run: ./ci +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.033 | 4871 | Checking out revision HEAD +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.034 | 4871 | Going to run: ./ci +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.052 | 4874 | Recursively removing directory: /tmp/git.pEUvei/ +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.053 | 4874 | Process exit code: 254 +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.053 | 4874 | Process output: 11 bytes +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.053 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.053 | 4874 | Waiting for a new command +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.053 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.053 | 5073 | Added a new worker 11 to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.053 | 4870 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.053 | 4870 | Removed worker 11 from the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.053 | 4870 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.053 | 4874 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.fk52M6 +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.053 | 4871 | Recursively removing directory: /tmp/git.clIKWn/ +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.054 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.055 | 5072 | Marked run 17 as finished +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.055 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.055 | 4871 | Process exit code: 254 +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.055 | 4871 | Process output: 11 bytes +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.056 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.056 | 4871 | Waiting for a new command +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.056 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.056 | 5075 | Added a new worker 11 to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.056 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.056 | 4870 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.056 | 4870 | Removed worker 11 from the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.056 | 4870 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.056 | 4871 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.B3ZswA +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.058 | 5074 | Marked run 18 as finished +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.058 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.059 | 4874 | Checking out revision HEAD +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.060 | 4874 | Going to run: ./ci +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.061 | 4871 | Checking out revision HEAD +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.062 | 4871 | Going to run: ./ci +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.080 | 4874 | Recursively removing directory: /tmp/git.fk52M6/ +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.082 | 4874 | Process exit code: 254 +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.082 | 4874 | Process output: 11 bytes +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.082 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.082 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.082 | 5087 | Added a new worker 11 to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.082 | 4870 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.082 | 4870 | Removed worker 11 from the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.082 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.082 | 4870 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.082 | 4871 | Recursively removing directory: /tmp/git.B3ZswA/ +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.082 | 4874 | Waiting for a new command +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.082 | 4874 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.hKEQNG +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.084 | 5086 | Marked run 19 as finished +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.084 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.084 | 4871 | Process exit code: 254 +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.084 | 4871 | Process output: 11 bytes +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.085 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.085 | 4871 | Waiting for a new command +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.085 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.085 | 5089 | Added a new worker 10 to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.085 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.085 | 4870 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.085 | 4870 | Removed worker 10 from the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.085 | 4870 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 10 +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.085 | 4871 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.bCONJq +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.087 | 5088 | Marked run 20 as finished +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.087 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.088 | 4874 | Checking out revision HEAD +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.088 | 4874 | Going to run: ./ci +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.090 | 4871 | Checking out revision HEAD +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.090 | 4871 | Going to run: ./ci +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.108 | 4874 | Recursively removing directory: /tmp/git.hKEQNG/ +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.110 | 4874 | Process exit code: 254 +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.110 | 4874 | Process output: 11 bytes +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.110 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.110 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.110 | 5101 | Added a new worker 11 to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.110 | 4870 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.110 | 4870 | Removed worker 11 from the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.110 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.110 | 4870 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.110 | 4874 | Waiting for a new command +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.110 | 4874 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.oEQoQ4 +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.111 | 4871 | Recursively removing directory: /tmp/git.bCONJq/ +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.112 | 5100 | Marked run 21 as finished +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.112 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.113 | 4871 | Process exit code: 254 +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.113 | 4871 | Process output: 11 bytes +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.113 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.113 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.113 | 4871 | Waiting for a new command +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.113 | 5103 | Added a new worker 11 to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.113 | 4870 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.113 | 4870 | Removed worker 11 from the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.113 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.113 | 4870 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.113 | 4871 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.MQZtdc +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.116 | 5102 | Marked run 22 as finished +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.116 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.117 | 4874 | Checking out revision HEAD +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.117 | 4874 | Going to run: ./ci +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.119 | 4871 | Checking out revision HEAD +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.119 | 4871 | Going to run: ./ci +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.137 | 4874 | Recursively removing directory: /tmp/git.oEQoQ4/ +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.138 | 4874 | Process exit code: 254 +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.138 | 4874 | Process output: 11 bytes +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.139 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.139 | 4874 | Waiting for a new command +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.139 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.139 | 5115 | Added a new worker 11 to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.139 | 4870 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo from the queue +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.139 | 4874 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to /tmp/git.EU8QGF +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.139 | 4870 | Removed worker 11 from the queue +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.139 | 4871 | Recursively removing directory: /tmp/git.MQZtdc/ +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.139 | 4870 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to worker 11 +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.139 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.141 | 5114 | Marked run 23 as finished +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.141 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.141 | 4871 | Process exit code: 254 +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.141 | 4871 | Process output: 11 bytes +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.142 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.142 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.142 | 5117 | Added a new worker 11 to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.142 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.142 | 4871 | Waiting for a new command +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.144 | 5116 | Marked run 24 as finished +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.144 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.144 | 4874 | Checking out revision HEAD +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.145 | 4874 | Going to run: ./ci +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.164 | 4874 | Recursively removing directory: /tmp/git.EU8QGF/ +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.165 | 4874 | Process exit code: 254 +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.165 | 4874 | Process output: 11 bytes +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.165 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.165 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.166 | 5124 | Added a new worker 12 to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.166 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.165 | 4874 | Waiting for a new command +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.167 | 5123 | Marked run 25 as finished +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.167 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 5127 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_output_null_numof_cl3/repo to the queue +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.170 | 4868 | Waiting for new connections +2024-01-28 10:55:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:55:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 25, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 24, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 23, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 22, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 21, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 20, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 19, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 18, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 17, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 16, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 15, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 14, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 13, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 12, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 11, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 10, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 9, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 8, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 7, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 6, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 5, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": 254, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_output_null_numof_cl3\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:55:02 | INFO | Terminating process 4874/cimple-worker +2024-01-28 10:55:02 | INFO | 4874/cimple-worker: 2024-01-28 10:55:02.172 | 4874 | Shutting down +2024-01-28 10:55:02 | INFO | Terminating process 4871/cimple-worker +2024-01-28 10:55:02 | INFO | 4871/cimple-worker: 2024-01-28 10:55:02.174 | 4871 | Shutting down +2024-01-28 10:55:02 | INFO | Terminating process 4868/cimple-server +2024-01-28 10:55:02 | INFO | 4868/cimple-server: 2024-01-28 10:55:02.175 | 4868 | Shutting down
Passedsrc/test_repo.py::test_repo[segfault-numof_clients=1-runs_per_client=1]0.27
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:55:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/cimple.sqlite'] +2024-01-28 10:55:02 | INFO | Process 5128/cimple-server has started +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.179 | 5128 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/cimple.sqlite +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.179 | 5128 | SQLite database version: 0 +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.179 | 5128 | Newest database version: 1 +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.179 | 5128 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.193 | 5128 | Waiting for new connections +2024-01-28 10:55:02 | INFO | Process 5128/cimple-server is ready +2024-01-28 10:55:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:02 | INFO | Process 5131/cimple-worker has started +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.202 | 5128 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.202 | 5133 | Added a new worker 8 to the queue +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.202 | 5128 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5131/cimple-worker: 2024-01-28 10:55:02.202 | 5131 | Waiting for a new command +2024-01-28 10:55:02 | INFO | Process 5131/cimple-worker is ready +2024-01-28 10:55:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:02 | INFO | Process 5134/cimple-worker has started +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.210 | 5128 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.210 | 5136 | Added a new worker 9 to the queue +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.211 | 5128 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5134/cimple-worker: 2024-01-28 10:55:02.210 | 5134 | Waiting for a new command +2024-01-28 10:55:02 | INFO | Process 5134/cimple-worker is ready +2024-01-28 10:55:02 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/cimple.sqlite +2024-01-28 10:55:02 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:55:02 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:55:02 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:55:02 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:55:02 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:55:02 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:55:02 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:55:02 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:55:02 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:55:02 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:55:02 | INFO | Executing 1 clients +2024-01-28 10:55:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo', 'HEAD'] +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.350 | 5128 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.352 | 5147 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo to the queue +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.352 | 5130 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo from the queue +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.352 | 5130 | Removed worker 8 from the queue +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.352 | 5130 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo to worker 8 +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.352 | 5128 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5131/cimple-worker: 2024-01-28 10:55:02.353 | 5131 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo to /tmp/git.XcSJMI +2024-01-28 10:55:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:02 | INFO | 5131/cimple-worker: 2024-01-28 10:55:02.357 | 5131 | Checking out revision HEAD +2024-01-28 10:55:02 | INFO | 5131/cimple-worker: 2024-01-28 10:55:02.357 | 5131 | Going to run: ./ci +2024-01-28 10:55:02 | INFO | 5131/cimple-worker: 2024-01-28 10:55:02.441 | 5131 | Recursively removing directory: /tmp/git.XcSJMI/ +2024-01-28 10:55:02 | INFO | 5131/cimple-worker: 2024-01-28 10:55:02.442 | 5131 | Process exit code: -11 +2024-01-28 10:55:02 | INFO | 5131/cimple-worker: 2024-01-28 10:55:02.442 | 5131 | Process output: 26 bytes +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.442 | 5128 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.442 | 5128 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.442 | 5151 | Added a new worker 12 to the queue +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.442 | 5128 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5131/cimple-worker: 2024-01-28 10:55:02.442 | 5131 | Waiting for a new command +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.443 | 5150 | Marked run 1 as finished +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.444 | 5128 | Waiting for new connections +2024-01-28 10:55:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.446 | 5128 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.446 | 5154 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien0/repo to the queue +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.446 | 5128 | Waiting for new connections +2024-01-28 10:55:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:55:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 1, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien0\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:55:02 | INFO | Terminating process 5134/cimple-worker +2024-01-28 10:55:02 | INFO | 5134/cimple-worker: 2024-01-28 10:55:02.448 | 5134 | Shutting down +2024-01-28 10:55:02 | INFO | Terminating process 5131/cimple-worker +2024-01-28 10:55:02 | INFO | 5131/cimple-worker: 2024-01-28 10:55:02.449 | 5131 | Shutting down +2024-01-28 10:55:02 | INFO | Terminating process 5128/cimple-server +2024-01-28 10:55:02 | INFO | 5128/cimple-server: 2024-01-28 10:55:02.450 | 5128 | Shutting down
Passedsrc/test_repo.py::test_repo[segfault-numof_clients=1-runs_per_client=5]0.45
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:55:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/cimple.sqlite'] +2024-01-28 10:55:02 | INFO | Process 5155/cimple-server has started +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.454 | 5155 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/cimple.sqlite +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.455 | 5155 | SQLite database version: 0 +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.455 | 5155 | Newest database version: 1 +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.455 | 5155 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.468 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | Process 5155/cimple-server is ready +2024-01-28 10:55:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:02 | INFO | Process 5158/cimple-worker has started +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.477 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.477 | 5160 | Added a new worker 8 to the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.477 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.477 | 5158 | Waiting for a new command +2024-01-28 10:55:02 | INFO | Process 5158/cimple-worker is ready +2024-01-28 10:55:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:02 | INFO | Process 5161/cimple-worker has started +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.485 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.485 | 5163 | Added a new worker 9 to the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.485 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5161/cimple-worker: 2024-01-28 10:55:02.485 | 5161 | Waiting for a new command +2024-01-28 10:55:02 | INFO | Process 5161/cimple-worker is ready +2024-01-28 10:55:02 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/cimple.sqlite +2024-01-28 10:55:02 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:55:02 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:55:02 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:55:02 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:55:02 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:55:02 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:55:02 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:55:02 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:55:02 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:55:02 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:55:02 | INFO | Executing 5 clients +2024-01-28 10:55:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.624 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.626 | 5174 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.626 | 5157 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo from the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.626 | 5157 | Removed worker 8 from the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.626 | 5157 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to worker 8 +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.626 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.626 | 5158 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to /tmp/git.qeQ8BR +2024-01-28 10:55:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.629 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.630 | 5176 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.630 | 5157 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo from the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.630 | 5157 | Removed worker 9 from the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.630 | 5157 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to worker 9 +2024-01-28 10:55:02 | INFO | 5161/cimple-worker: 2024-01-28 10:55:02.631 | 5161 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to /tmp/git.BIKhgy +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.631 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.631 | 5158 | Checking out revision HEAD +2024-01-28 10:55:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.632 | 5158 | Going to run: ./ci +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.634 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.635 | 5180 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-01-28 10:55:02 | INFO | 5161/cimple-worker: 2024-01-28 10:55:02.636 | 5161 | Checking out revision HEAD +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.636 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] +2024-01-28 10:55:02 | INFO | 5161/cimple-worker: 2024-01-28 10:55:02.637 | 5161 | Going to run: ./ci +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.639 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.640 | 5184 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.640 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.643 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.645 | 5186 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.645 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.719 | 5158 | Recursively removing directory: /tmp/git.qeQ8BR/ +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.720 | 5158 | Process exit code: -11 +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.720 | 5158 | Process output: 26 bytes +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.720 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.720 | 5158 | Waiting for a new command +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.720 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.720 | 5188 | Added a new worker 11 to the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.721 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.721 | 5157 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo from the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.721 | 5157 | Removed worker 11 from the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.721 | 5157 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to worker 11 +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.721 | 5158 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to /tmp/git.sLU6oo +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.722 | 5187 | Marked run 1 as finished +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.722 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.725 | 5158 | Checking out revision HEAD +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.726 | 5158 | Going to run: ./ci +2024-01-28 10:55:02 | INFO | 5161/cimple-worker: 2024-01-28 10:55:02.732 | 5161 | Recursively removing directory: /tmp/git.BIKhgy/ +2024-01-28 10:55:02 | INFO | 5161/cimple-worker: 2024-01-28 10:55:02.734 | 5161 | Process exit code: -11 +2024-01-28 10:55:02 | INFO | 5161/cimple-worker: 2024-01-28 10:55:02.734 | 5161 | Process output: 26 bytes +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.734 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5161/cimple-worker: 2024-01-28 10:55:02.734 | 5161 | Waiting for a new command +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.734 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.734 | 5192 | Added a new worker 11 to the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.734 | 5157 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo from the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.734 | 5157 | Removed worker 11 from the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.734 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.734 | 5157 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to worker 11 +2024-01-28 10:55:02 | INFO | 5161/cimple-worker: 2024-01-28 10:55:02.734 | 5161 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to /tmp/git.qscbeA +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.735 | 5191 | Marked run 2 as finished +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.735 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5161/cimple-worker: 2024-01-28 10:55:02.738 | 5161 | Checking out revision HEAD +2024-01-28 10:55:02 | INFO | 5161/cimple-worker: 2024-01-28 10:55:02.739 | 5161 | Going to run: ./ci +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.809 | 5158 | Recursively removing directory: /tmp/git.sLU6oo/ +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.811 | 5158 | Process exit code: -11 +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.811 | 5158 | Process output: 26 bytes +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.811 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.811 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.811 | 5196 | Added a new worker 11 to the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.811 | 5157 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo from the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.811 | 5157 | Removed worker 11 from the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.811 | 5157 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to worker 11 +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.811 | 5158 | Waiting for a new command +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.811 | 5158 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to /tmp/git.FuCpVG +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.812 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.813 | 5195 | Marked run 3 as finished +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.813 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.815 | 5158 | Checking out revision HEAD +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.816 | 5158 | Going to run: ./ci +2024-01-28 10:55:02 | INFO | 5161/cimple-worker: 2024-01-28 10:55:02.823 | 5161 | Recursively removing directory: /tmp/git.qscbeA/ +2024-01-28 10:55:02 | INFO | 5161/cimple-worker: 2024-01-28 10:55:02.824 | 5161 | Process exit code: -11 +2024-01-28 10:55:02 | INFO | 5161/cimple-worker: 2024-01-28 10:55:02.824 | 5161 | Process output: 26 bytes +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.824 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.824 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.824 | 5200 | Added a new worker 11 to the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.824 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5161/cimple-worker: 2024-01-28 10:55:02.824 | 5161 | Waiting for a new command +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.825 | 5199 | Marked run 4 as finished +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.826 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.899 | 5158 | Recursively removing directory: /tmp/git.FuCpVG/ +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.900 | 5158 | Process exit code: -11 +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.900 | 5158 | Process output: 26 bytes +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.900 | 5158 | Waiting for a new command +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.900 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.900 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.900 | 5202 | Added a new worker 10 to the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.900 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.902 | 5201 | Marked run 5 as finished +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.902 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.904 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.904 | 5205 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.904 | 5205 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.904 | 5205 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.904 | 5205 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.904 | 5205 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien1/repo to the queue +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.905 | 5155 | Waiting for new connections +2024-01-28 10:55:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:55:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 5, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien1\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:55:02 | INFO | Terminating process 5161/cimple-worker +2024-01-28 10:55:02 | INFO | 5161/cimple-worker: 2024-01-28 10:55:02.906 | 5161 | Shutting down +2024-01-28 10:55:02 | INFO | Terminating process 5158/cimple-worker +2024-01-28 10:55:02 | INFO | 5158/cimple-worker: 2024-01-28 10:55:02.907 | 5158 | Shutting down +2024-01-28 10:55:02 | INFO | Terminating process 5155/cimple-server +2024-01-28 10:55:02 | INFO | 5155/cimple-server: 2024-01-28 10:55:02.908 | 5155 | Shutting down
Passedsrc/test_repo.py::test_repo[segfault-numof_clients=5-runs_per_client=1]0.59
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:55:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/cimple.sqlite'] +2024-01-28 10:55:02 | INFO | Process 5206/cimple-server has started +2024-01-28 10:55:02 | INFO | 5206/cimple-server: 2024-01-28 10:55:02.913 | 5206 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/cimple.sqlite +2024-01-28 10:55:02 | INFO | 5206/cimple-server: 2024-01-28 10:55:02.913 | 5206 | SQLite database version: 0 +2024-01-28 10:55:02 | INFO | 5206/cimple-server: 2024-01-28 10:55:02.913 | 5206 | Newest database version: 1 +2024-01-28 10:55:02 | INFO | 5206/cimple-server: 2024-01-28 10:55:02.913 | 5206 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:55:02 | INFO | 5206/cimple-server: 2024-01-28 10:55:02.928 | 5206 | Waiting for new connections +2024-01-28 10:55:02 | INFO | Process 5206/cimple-server is ready +2024-01-28 10:55:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:02 | INFO | Process 5209/cimple-worker has started +2024-01-28 10:55:02 | INFO | 5206/cimple-server: 2024-01-28 10:55:02.936 | 5206 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5206/cimple-server: 2024-01-28 10:55:02.936 | 5211 | Added a new worker 8 to the queue +2024-01-28 10:55:02 | INFO | 5206/cimple-server: 2024-01-28 10:55:02.936 | 5206 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5209/cimple-worker: 2024-01-28 10:55:02.936 | 5209 | Waiting for a new command +2024-01-28 10:55:02 | INFO | Process 5209/cimple-worker is ready +2024-01-28 10:55:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:02 | INFO | Process 5212/cimple-worker has started +2024-01-28 10:55:02 | INFO | 5206/cimple-server: 2024-01-28 10:55:02.945 | 5206 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5206/cimple-server: 2024-01-28 10:55:02.945 | 5214 | Added a new worker 9 to the queue +2024-01-28 10:55:02 | INFO | 5206/cimple-server: 2024-01-28 10:55:02.945 | 5206 | Waiting for new connections +2024-01-28 10:55:02 | INFO | 5212/cimple-worker: 2024-01-28 10:55:02.945 | 5212 | Waiting for a new command +2024-01-28 10:55:02 | INFO | Process 5212/cimple-worker is ready +2024-01-28 10:55:02 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/cimple.sqlite +2024-01-28 10:55:02 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:55:02 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:55:02 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:55:02 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:55:02 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:55:02 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:55:02 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:55:02 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:55:02 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:55:02 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:55:03 | INFO | Executing 1 clients +2024-01-28 10:55:03 | INFO | Executing 1 clients +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.168 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.171 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.173 | 5231 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.173 | 5208 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo from the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.173 | 5208 | Removed worker 8 from the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.173 | 5208 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to worker 8 +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.173 | 5209 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to /tmp/git.ekkWqR +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.178 | 5209 | Checking out revision HEAD +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.178 | 5209 | Going to run: ./ci +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.184 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.185 | 5232 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.185 | 5208 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo from the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.185 | 5208 | Removed worker 9 from the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.185 | 5208 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to worker 9 +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.185 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing 1 clients +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5212/cimple-worker: 2024-01-28 10:55:03.185 | 5212 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to /tmp/git.s7fDu3 +2024-01-28 10:55:03 | INFO | 5212/cimple-worker: 2024-01-28 10:55:03.191 | 5212 | Checking out revision HEAD +2024-01-28 10:55:03 | INFO | 5212/cimple-worker: 2024-01-28 10:55:03.192 | 5212 | Going to run: ./ci +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.202 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.222 | 5238 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing 1 clients +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.236 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.238 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Executing 1 clients +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.243 | 5242 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.243 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.249 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.260 | 5245 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.261 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.305 | 5209 | Recursively removing directory: /tmp/git.ekkWqR/ +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.306 | 5209 | Process exit code: -11 +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.306 | 5209 | Process output: 26 bytes +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.307 | 5209 | Waiting for a new command +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.307 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.307 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.307 | 5247 | Added a new worker 10 to the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.307 | 5208 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo from the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.307 | 5208 | Removed worker 10 from the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.307 | 5208 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to worker 10 +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.307 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.307 | 5209 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to /tmp/git.SS0gdI +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.309 | 5246 | Marked run 1 as finished +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.309 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.312 | 5209 | Checking out revision HEAD +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.313 | 5209 | Going to run: ./ci +2024-01-28 10:55:03 | INFO | 5212/cimple-worker: 2024-01-28 10:55:03.327 | 5212 | Recursively removing directory: /tmp/git.s7fDu3/ +2024-01-28 10:55:03 | INFO | 5212/cimple-worker: 2024-01-28 10:55:03.328 | 5212 | Process exit code: -11 +2024-01-28 10:55:03 | INFO | 5212/cimple-worker: 2024-01-28 10:55:03.328 | 5212 | Process output: 26 bytes +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.329 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.329 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.329 | 5251 | Added a new worker 10 to the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.329 | 5208 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo from the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.329 | 5208 | Removed worker 10 from the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.329 | 5208 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to worker 10 +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.329 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5212/cimple-worker: 2024-01-28 10:55:03.329 | 5212 | Waiting for a new command +2024-01-28 10:55:03 | INFO | 5212/cimple-worker: 2024-01-28 10:55:03.329 | 5212 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to /tmp/git.HC8wYa +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.331 | 5250 | Marked run 2 as finished +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.331 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5212/cimple-worker: 2024-01-28 10:55:03.335 | 5212 | Checking out revision HEAD +2024-01-28 10:55:03 | INFO | 5212/cimple-worker: 2024-01-28 10:55:03.335 | 5212 | Going to run: ./ci +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.399 | 5209 | Recursively removing directory: /tmp/git.SS0gdI/ +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.400 | 5209 | Process exit code: -11 +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.400 | 5209 | Process output: 26 bytes +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.401 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.401 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.401 | 5255 | Added a new worker 11 to the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.401 | 5208 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo from the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.401 | 5208 | Removed worker 11 from the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.401 | 5208 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to worker 11 +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.401 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.401 | 5209 | Waiting for a new command +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.401 | 5209 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to /tmp/git.NRu7vz +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.403 | 5254 | Marked run 3 as finished +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.403 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.406 | 5209 | Checking out revision HEAD +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.406 | 5209 | Going to run: ./ci +2024-01-28 10:55:03 | INFO | 5212/cimple-worker: 2024-01-28 10:55:03.421 | 5212 | Recursively removing directory: /tmp/git.HC8wYa/ +2024-01-28 10:55:03 | INFO | 5212/cimple-worker: 2024-01-28 10:55:03.422 | 5212 | Process exit code: -11 +2024-01-28 10:55:03 | INFO | 5212/cimple-worker: 2024-01-28 10:55:03.422 | 5212 | Process output: 26 bytes +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.423 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.423 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.423 | 5259 | Added a new worker 11 to the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.423 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5212/cimple-worker: 2024-01-28 10:55:03.423 | 5212 | Waiting for a new command +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.424 | 5258 | Marked run 4 as finished +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.424 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.490 | 5209 | Recursively removing directory: /tmp/git.NRu7vz/ +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.491 | 5209 | Process exit code: -11 +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.491 | 5209 | Process output: 26 bytes +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.491 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.491 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.491 | 5261 | Added a new worker 10 to the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.491 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.491 | 5209 | Waiting for a new command +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.492 | 5260 | Marked run 5 as finished +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.492 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.495 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.495 | 5264 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.495 | 5264 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.495 | 5264 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.495 | 5264 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.495 | 5264 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien2/repo to the queue +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.495 | 5206 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 5, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien2\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:55:03 | INFO | Terminating process 5212/cimple-worker +2024-01-28 10:55:03 | INFO | 5212/cimple-worker: 2024-01-28 10:55:03.497 | 5212 | Shutting down +2024-01-28 10:55:03 | INFO | Terminating process 5209/cimple-worker +2024-01-28 10:55:03 | INFO | 5209/cimple-worker: 2024-01-28 10:55:03.498 | 5209 | Shutting down +2024-01-28 10:55:03 | INFO | Terminating process 5206/cimple-server +2024-01-28 10:55:03 | INFO | 5206/cimple-server: 2024-01-28 10:55:03.499 | 5206 | Shutting down
Passedsrc/test_repo.py::test_repo[segfault-numof_clients=5-runs_per_client=5]1.52
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/cimple.sqlite'] +2024-01-28 10:55:03 | INFO | Process 5265/cimple-server has started +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.503 | 5265 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/cimple.sqlite +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.504 | 5265 | SQLite database version: 0 +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.504 | 5265 | Newest database version: 1 +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.504 | 5265 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.519 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Process 5265/cimple-server is ready +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:03 | INFO | Process 5268/cimple-worker has started +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.528 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.528 | 5270 | Added a new worker 8 to the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.528 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5268/cimple-worker: 2024-01-28 10:55:03.528 | 5268 | Waiting for a new command +2024-01-28 10:55:03 | INFO | Process 5268/cimple-worker is ready +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:03 | INFO | Process 5271/cimple-worker has started +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.537 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5271/cimple-worker: 2024-01-28 10:55:03.537 | 5271 | Waiting for a new command +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.537 | 5273 | Added a new worker 9 to the queue +2024-01-28 10:55:03 | INFO | Process 5271/cimple-worker is ready +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.537 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/cimple.sqlite +2024-01-28 10:55:03 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:55:03 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:55:03 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:55:03 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:55:03 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:55:03 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:55:03 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:55:03 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:55:03 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:55:03 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.751 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Executing 5 clients +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | Executing 5 clients +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | Executing 5 clients +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.756 | 5289 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.756 | 5267 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.756 | 5267 | Removed worker 8 from the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.756 | 5267 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 8 +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.756 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5268/cimple-worker: 2024-01-28 10:55:03.757 | 5268 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.2L8dq8 +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.757 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.760 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.763 | 5293 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.763 | 5267 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.763 | 5267 | Removed worker 9 from the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.763 | 5267 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 9 +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.763 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5271/cimple-worker: 2024-01-28 10:55:03.763 | 5271 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.E4a6Gc +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.763 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5268/cimple-worker: 2024-01-28 10:55:03.764 | 5268 | Checking out revision HEAD +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5268/cimple-worker: 2024-01-28 10:55:03.765 | 5268 | Going to run: ./ci +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.768 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5271/cimple-worker: 2024-01-28 10:55:03.771 | 5271 | Checking out revision HEAD +2024-01-28 10:55:03 | INFO | 5271/cimple-worker: 2024-01-28 10:55:03.772 | 5271 | Going to run: ./ci +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.772 | 5295 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.774 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.775 | 5296 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.775 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.777 | 5299 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.777 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.779 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.780 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.783 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.784 | 5306 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.785 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.786 | 5305 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.786 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.790 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.790 | 5307 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.792 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.792 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.799 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.799 | 5313 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.800 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | Executing 5 clients +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.810 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.811 | 5311 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.811 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.814 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.816 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.817 | 5314 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.818 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.820 | 5320 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.820 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.822 | 5318 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.822 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.824 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.832 | 5321 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.832 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.837 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.846 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.847 | 5324 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.847 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.859 | 5326 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | Executing 5 clients +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.860 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.861 | 5327 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.861 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.864 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.867 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.890 | 5331 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.891 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.893 | 5332 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.893 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.896 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5268/cimple-worker: 2024-01-28 10:55:03.896 | 5268 | Recursively removing directory: /tmp/git.2L8dq8/ +2024-01-28 10:55:03 | INFO | 5268/cimple-worker: 2024-01-28 10:55:03.897 | 5268 | Process exit code: -11 +2024-01-28 10:55:03 | INFO | 5268/cimple-worker: 2024-01-28 10:55:03.897 | 5268 | Process output: 26 bytes +2024-01-28 10:55:03 | INFO | 5268/cimple-worker: 2024-01-28 10:55:03.897 | 5268 | Waiting for a new command +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.898 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.898 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.898 | 5337 | Added a new worker 13 to the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.898 | 5267 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.898 | 5267 | Removed worker 13 from the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.898 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.898 | 5267 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 13 +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.899 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5268/cimple-worker: 2024-01-28 10:55:03.899 | 5268 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.N3MZIl +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.900 | 5335 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.900 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.902 | 5336 | Marked run 1 as finished +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.902 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.903 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.904 | 5338 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.904 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5268/cimple-worker: 2024-01-28 10:55:03.905 | 5268 | Checking out revision HEAD +2024-01-28 10:55:03 | INFO | 5268/cimple-worker: 2024-01-28 10:55:03.906 | 5268 | Going to run: ./ci +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.907 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.907 | 5340 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.908 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.909 | 5343 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.912 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.912 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5271/cimple-worker: 2024-01-28 10:55:03.914 | 5271 | Recursively removing directory: /tmp/git.E4a6Gc/ +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.914 | 5346 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.915 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5271/cimple-worker: 2024-01-28 10:55:03.916 | 5271 | Process exit code: -11 +2024-01-28 10:55:03 | INFO | 5271/cimple-worker: 2024-01-28 10:55:03.916 | 5271 | Process output: 26 bytes +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.916 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.916 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5271/cimple-worker: 2024-01-28 10:55:03.916 | 5271 | Waiting for a new command +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.917 | 5349 | Added a new worker 11 to the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.917 | 5267 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.917 | 5267 | Removed worker 11 from the queue +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.917 | 5267 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-01-28 10:55:03 | INFO | 5271/cimple-worker: 2024-01-28 10:55:03.917 | 5271 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.ZBZ77x +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.918 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.918 | 5348 | Marked run 2 as finished +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.918 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.921 | 5350 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:03 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo', 'HEAD'] completed successfully +2024-01-28 10:55:03 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:03 | INFO | 5271/cimple-worker: 2024-01-28 10:55:03.924 | 5271 | Checking out revision HEAD +2024-01-28 10:55:03 | INFO | 5271/cimple-worker: 2024-01-28 10:55:03.925 | 5271 | Going to run: ./ci +2024-01-28 10:55:03 | INFO | 5265/cimple-server: 2024-01-28 10:55:03.936 | 5265 | Waiting for new connections +2024-01-28 10:55:03 | INFO | 5268/cimple-worker: 2024-01-28 10:55:03.998 | 5268 | Recursively removing directory: /tmp/git.N3MZIl/ +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.000 | 5268 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.000 | 5268 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.000 | 5268 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.000 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.000 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.000 | 5354 | Added a new worker 10 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.000 | 5267 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.000 | 5267 | Removed worker 10 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.000 | 5267 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 10 +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.000 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.000 | 5268 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.RrzbzD +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.002 | 5353 | Marked run 3 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.002 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.005 | 5268 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.005 | 5268 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.018 | 5271 | Recursively removing directory: /tmp/git.ZBZ77x/ +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.019 | 5271 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.019 | 5271 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.019 | 5271 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.019 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.019 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.019 | 5358 | Added a new worker 10 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.019 | 5267 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.019 | 5267 | Removed worker 10 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.019 | 5267 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 10 +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.020 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.020 | 5271 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.gdodTZ +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.021 | 5357 | Marked run 4 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.021 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.024 | 5271 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.025 | 5271 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.089 | 5268 | Recursively removing directory: /tmp/git.RrzbzD/ +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.090 | 5268 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.090 | 5268 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.090 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.090 | 5268 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.090 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.090 | 5362 | Added a new worker 10 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.090 | 5267 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.090 | 5267 | Removed worker 10 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.090 | 5267 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 10 +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.090 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.091 | 5268 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.jO0kAJ +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.092 | 5361 | Marked run 5 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.092 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.096 | 5268 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.097 | 5268 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.109 | 5271 | Recursively removing directory: /tmp/git.gdodTZ/ +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.110 | 5271 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.110 | 5271 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.111 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.111 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.111 | 5366 | Added a new worker 11 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.111 | 5267 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.111 | 5267 | Removed worker 11 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.111 | 5267 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.111 | 5271 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.111 | 5271 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.3vNBKn +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.112 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.113 | 5365 | Marked run 6 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.113 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.116 | 5271 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.117 | 5271 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.183 | 5268 | Recursively removing directory: /tmp/git.jO0kAJ/ +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.185 | 5268 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.185 | 5268 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.185 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.185 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.185 | 5370 | Added a new worker 11 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.185 | 5267 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.185 | 5267 | Removed worker 11 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.185 | 5267 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.185 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.185 | 5268 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.185 | 5268 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.e7IhnL +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.187 | 5369 | Marked run 7 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.187 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.190 | 5268 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.191 | 5268 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.202 | 5271 | Recursively removing directory: /tmp/git.3vNBKn/ +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.203 | 5271 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.203 | 5271 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.203 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.203 | 5271 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.203 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.203 | 5374 | Added a new worker 11 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.203 | 5267 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.203 | 5267 | Removed worker 11 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.203 | 5267 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.204 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.203 | 5271 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.1aAh3H +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.205 | 5373 | Marked run 8 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.205 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.209 | 5271 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.210 | 5271 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.277 | 5268 | Recursively removing directory: /tmp/git.e7IhnL/ +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.278 | 5268 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.278 | 5268 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.278 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.278 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.279 | 5378 | Added a new worker 11 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.279 | 5267 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.279 | 5267 | Removed worker 11 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.279 | 5267 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.279 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.278 | 5268 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.279 | 5268 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.946JdK +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.282 | 5377 | Marked run 9 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.282 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.285 | 5268 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.286 | 5268 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.293 | 5271 | Recursively removing directory: /tmp/git.1aAh3H/ +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.294 | 5271 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.294 | 5271 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.294 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.294 | 5271 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.294 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.294 | 5382 | Added a new worker 11 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.294 | 5267 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.294 | 5267 | Removed worker 11 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.294 | 5267 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.294 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.294 | 5271 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.Z0qcvR +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.297 | 5381 | Marked run 10 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.297 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.300 | 5271 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.301 | 5271 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.371 | 5268 | Recursively removing directory: /tmp/git.946JdK/ +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.372 | 5268 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.372 | 5268 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.373 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.373 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.373 | 5386 | Added a new worker 11 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.373 | 5267 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.373 | 5267 | Removed worker 11 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.373 | 5267 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.373 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.373 | 5268 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.373 | 5268 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.4dcOUf +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.374 | 5385 | Marked run 11 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.375 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.377 | 5268 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.378 | 5268 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.386 | 5271 | Recursively removing directory: /tmp/git.Z0qcvR/ +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.387 | 5271 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.387 | 5271 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.387 | 5271 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.387 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.387 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.387 | 5390 | Added a new worker 10 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.387 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.387 | 5267 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.387 | 5267 | Removed worker 10 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.387 | 5267 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 10 +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.387 | 5271 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.bD1AYx +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.389 | 5389 | Marked run 12 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.389 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.393 | 5271 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.394 | 5271 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.463 | 5268 | Recursively removing directory: /tmp/git.4dcOUf/ +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.464 | 5268 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.464 | 5268 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.464 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.464 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.464 | 5394 | Added a new worker 11 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.464 | 5267 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.464 | 5267 | Removed worker 11 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.464 | 5267 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.464 | 5268 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.464 | 5268 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.jSBTUR +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.465 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.466 | 5393 | Marked run 13 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.466 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.470 | 5268 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.471 | 5268 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.480 | 5271 | Recursively removing directory: /tmp/git.bD1AYx/ +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.481 | 5271 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.481 | 5271 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.481 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.481 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.481 | 5398 | Added a new worker 11 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.481 | 5267 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.481 | 5267 | Removed worker 11 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.481 | 5267 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.481 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.481 | 5271 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.481 | 5271 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.KVjZb3 +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.482 | 5397 | Marked run 14 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.483 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.487 | 5271 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.488 | 5271 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.556 | 5268 | Recursively removing directory: /tmp/git.jSBTUR/ +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.558 | 5268 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.558 | 5268 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.558 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.558 | 5268 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.558 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.558 | 5402 | Added a new worker 11 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.558 | 5267 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.558 | 5267 | Removed worker 11 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.558 | 5267 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.558 | 5268 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.R9tA6P +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.558 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.560 | 5401 | Marked run 15 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.560 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.563 | 5268 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.564 | 5268 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.572 | 5271 | Recursively removing directory: /tmp/git.KVjZb3/ +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.573 | 5271 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.573 | 5271 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.573 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.573 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.573 | 5271 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.573 | 5406 | Added a new worker 11 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.573 | 5267 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.573 | 5267 | Removed worker 11 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.573 | 5267 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.574 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.574 | 5271 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.qvpUdu +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.576 | 5405 | Marked run 16 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.576 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.579 | 5271 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.579 | 5271 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.648 | 5268 | Recursively removing directory: /tmp/git.R9tA6P/ +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.649 | 5268 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.649 | 5268 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.649 | 5268 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.649 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.650 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.650 | 5410 | Added a new worker 10 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.650 | 5267 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.650 | 5267 | Removed worker 10 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.650 | 5267 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 10 +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.650 | 5268 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.lUb5ux +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.650 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.651 | 5409 | Marked run 17 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.652 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.654 | 5268 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.655 | 5268 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.664 | 5271 | Recursively removing directory: /tmp/git.qvpUdu/ +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.665 | 5271 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.665 | 5271 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.665 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.665 | 5271 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.665 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.665 | 5414 | Added a new worker 11 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.665 | 5267 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.665 | 5267 | Removed worker 11 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.665 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.665 | 5267 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.665 | 5271 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.yKhRQN +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.667 | 5413 | Marked run 18 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.667 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.670 | 5271 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.671 | 5271 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.740 | 5268 | Recursively removing directory: /tmp/git.lUb5ux/ +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.741 | 5268 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.741 | 5268 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.741 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.741 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.741 | 5418 | Added a new worker 11 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.742 | 5267 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.742 | 5267 | Removed worker 11 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.742 | 5267 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.741 | 5268 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.742 | 5268 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.5E4n3y +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.742 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.743 | 5417 | Marked run 19 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.743 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.746 | 5268 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.747 | 5268 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.755 | 5271 | Recursively removing directory: /tmp/git.yKhRQN/ +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.757 | 5271 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.757 | 5271 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.757 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.757 | 5271 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.757 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.757 | 5422 | Added a new worker 11 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.757 | 5267 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.757 | 5267 | Removed worker 11 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.757 | 5267 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.757 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.757 | 5271 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.HuyuWT +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.759 | 5421 | Marked run 20 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.759 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.762 | 5271 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.763 | 5271 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.832 | 5268 | Recursively removing directory: /tmp/git.5E4n3y/ +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.833 | 5268 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.833 | 5268 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.833 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.833 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.833 | 5426 | Added a new worker 11 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.833 | 5267 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.833 | 5267 | Removed worker 11 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.833 | 5267 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.834 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.833 | 5268 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.833 | 5268 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.1heP20 +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.835 | 5425 | Marked run 21 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.836 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.838 | 5268 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.838 | 5268 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.848 | 5271 | Recursively removing directory: /tmp/git.HuyuWT/ +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.849 | 5271 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.849 | 5271 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.849 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.849 | 5271 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.849 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.849 | 5430 | Added a new worker 11 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.849 | 5267 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.849 | 5267 | Removed worker 11 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.849 | 5267 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.849 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.849 | 5271 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.LIVbgk +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.851 | 5429 | Marked run 22 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.851 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.855 | 5271 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.855 | 5271 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.925 | 5268 | Recursively removing directory: /tmp/git.1heP20/ +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.927 | 5268 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.927 | 5268 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.927 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.927 | 5268 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.927 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.927 | 5434 | Added a new worker 11 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.927 | 5267 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.927 | 5267 | Removed worker 11 from the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.927 | 5267 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to worker 11 +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.927 | 5268 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to /tmp/git.xVvxWx +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.928 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.929 | 5433 | Marked run 23 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.929 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.932 | 5268 | Checking out revision HEAD +2024-01-28 10:55:04 | INFO | 5268/cimple-worker: 2024-01-28 10:55:04.932 | 5268 | Going to run: ./ci +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.939 | 5271 | Recursively removing directory: /tmp/git.LIVbgk/ +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.941 | 5271 | Process exit code: -11 +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.941 | 5271 | Process output: 26 bytes +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.941 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5271/cimple-worker: 2024-01-28 10:55:04.941 | 5271 | Waiting for a new command +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.941 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.941 | 5438 | Added a new worker 11 to the queue +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.941 | 5265 | Waiting for new connections +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.942 | 5437 | Marked run 24 as finished +2024-01-28 10:55:04 | INFO | 5265/cimple-server: 2024-01-28 10:55:04.942 | 5265 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5268/cimple-worker: 2024-01-28 10:55:05.015 | 5268 | Recursively removing directory: /tmp/git.xVvxWx/ +2024-01-28 10:55:05 | INFO | 5268/cimple-worker: 2024-01-28 10:55:05.017 | 5268 | Process exit code: -11 +2024-01-28 10:55:05 | INFO | 5268/cimple-worker: 2024-01-28 10:55:05.017 | 5268 | Process output: 26 bytes +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.017 | 5265 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.017 | 5265 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.017 | 5440 | Added a new worker 10 to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.017 | 5265 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5268/cimple-worker: 2024-01-28 10:55:05.017 | 5268 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.018 | 5439 | Marked run 25 as finished +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.018 | 5265 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5265 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5443 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_segfault_numof_clien3/repo to the queue +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.021 | 5265 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 25, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 24, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 23, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 22, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 21, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 20, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 19, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 18, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 17, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 16, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 15, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 14, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 13, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 12, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 11, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 10, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 9, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 8, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 7, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 6, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 5, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": -11, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_segfault_numof_clien3\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:55:05 | INFO | Terminating process 5271/cimple-worker +2024-01-28 10:55:05 | INFO | 5271/cimple-worker: 2024-01-28 10:55:05.024 | 5271 | Shutting down +2024-01-28 10:55:05 | INFO | Terminating process 5268/cimple-worker +2024-01-28 10:55:05 | INFO | 5268/cimple-worker: 2024-01-28 10:55:05.025 | 5268 | Shutting down +2024-01-28 10:55:05 | INFO | Terminating process 5265/cimple-server +2024-01-28 10:55:05 | INFO | 5265/cimple-server: 2024-01-28 10:55:05.026 | 5265 | Shutting down
Passedsrc/test_repo.py::test_repo_stress[output_simple-numof_clients=10-runs_per_client=50]4.65
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/cimple.sqlite'] +2024-01-28 10:55:05 | INFO | Process 5444/cimple-server has started +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.030 | 5444 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/cimple.sqlite +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.031 | 5444 | SQLite database version: 0 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.031 | 5444 | Newest database version: 1 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.031 | 5444 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.045 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Process 5444/cimple-server is ready +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:05 | INFO | Process 5447/cimple-worker has started +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.053 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.053 | 5449 | Added a new worker 8 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.053 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.053 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | Process 5447/cimple-worker is ready +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:05 | INFO | Process 5450/cimple-worker has started +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.062 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.062 | 5452 | Added a new worker 9 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.062 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.062 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | Process 5450/cimple-worker is ready +2024-01-28 10:55:05 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/cimple.sqlite +2024-01-28 10:55:05 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:55:05 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:55:05 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:55:05 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:55:05 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:55:05 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:55:05 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:55:05 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:55:05 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:55:05 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:55:05 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:55:05 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:55:05 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:55:05 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:55:05 | INFO | Executing 50 clients +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.462 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Executing 50 clients +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.483 | 5476 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.484 | 5446 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.484 | 5446 | Removed worker 8 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.484 | 5446 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.484 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.484 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.4eRq41 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.486 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.491 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.492 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.506 | 5478 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.506 | 5446 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.506 | 5446 | Removed worker 9 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.506 | 5446 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.506 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.506 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YtuwH2 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.507 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.512 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.513 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.524 | 5482 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.525 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Executing 50 clients +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.527 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.529 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.538 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Executing 50 clients +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.540 | 5489 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.541 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.543 | 5450 | Recursively removing directory: /tmp/git.YtuwH2/ +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.545 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.545 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.545 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.546 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.546 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.546 | 5503 | Added a new worker 15 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.546 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.546 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.bijwVk +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.546 | 5446 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.546 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.546 | 5446 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.548 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.550 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.552 | 5491 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.552 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.553 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.554 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.555 | 5496 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.556 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.558 | 5504 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.559 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Executing 50 clients +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.561 | 5502 | Marked run 2 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.561 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.562 | 5506 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.563 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.563 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.565 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.565 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Executing 50 clients +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.566 | 5447 | Recursively removing directory: /tmp/git.4eRq41/ +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.568 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.568 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.568 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | Executing 50 clients +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.568 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.569 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.569 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.570 | 5514 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.571 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.572 | 5523 | Added a new worker 6 to the queue +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.572 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.HE9k3L +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.572 | 5446 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.572 | 5446 | Removed worker 6 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.572 | 5446 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.572 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.576 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.576 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.578 | 5521 | Marked run 1 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.578 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.579 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.580 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.580 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Executing 50 clients +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.583 | 5516 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | Executing 50 clients +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.583 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.585 | 5522 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.586 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.587 | 5525 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.588 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.588 | 5450 | Recursively removing directory: /tmp/git.bijwVk/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.590 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.591 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.591 | 5517 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.591 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.591 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.592 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.592 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.592 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.592 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.593 | 5550 | Added a new worker 25 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.593 | 5446 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.593 | 5446 | Removed worker 25 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.593 | 5446 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 25 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.593 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.593 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3AS5YM +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.595 | 5527 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.595 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.595 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.595 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.597 | 5447 | Recursively removing directory: /tmp/git.HE9k3L/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.597 | 5530 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.597 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.599 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.599 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.599 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.599 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.600 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.600 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.601 | 5560 | Added a new worker 32 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.601 | 5446 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.601 | 5446 | Removed worker 32 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.601 | 5446 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 32 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.601 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.601 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.601 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.vl2IkH +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.602 | 5549 | Marked run 3 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.602 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.602 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.603 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.603 | 5559 | Marked run 4 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.603 | 5547 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.603 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.603 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.605 | 5551 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.606 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.607 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.608 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.608 | 5541 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.609 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.609 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.610 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.611 | 5535 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.611 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.612 | 5553 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.612 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.613 | 5548 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.614 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.615 | 5554 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.616 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.617 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.617 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.618 | 5558 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.618 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.619 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.619 | 5450 | Recursively removing directory: /tmp/git.3AS5YM/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.622 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.622 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.622 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.622 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.622 | 5561 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.622 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.622 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.623 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.624 | 5566 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.624 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.625 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.626 | 5590 | Added a new worker 24 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.626 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.624 | 5447 | Recursively removing directory: /tmp/git.vl2IkH/ +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.626 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.626 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.626 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.627 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XwEQtW +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.626 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.626 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.626 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.626 | 5446 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.626 | 5446 | Removed worker 24 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.627 | 5446 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 24 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.627 | 5596 | Added a new worker 24 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.627 | 5446 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.627 | 5446 | Removed worker 24 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.627 | 5446 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 24 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.628 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.628 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.JIMdT2 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.629 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.630 | 5589 | Marked run 5 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.631 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.632 | 5594 | Marked run 6 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.632 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.634 | 5572 | Added a new run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.634 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.634 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.635 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.636 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.637 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.637 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.638 | 5597 | Added a new run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.638 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Executing 50 clients +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.640 | 5584 | Added a new run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.640 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.641 | 5593 | Added a new run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.641 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.643 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.643 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.644 | 5588 | Added a new run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.644 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.645 | 5601 | Added a new run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.645 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.647 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.647 | 5611 | Added a new run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.647 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.647 | 5447 | Recursively removing directory: /tmp/git.JIMdT2/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.649 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.650 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.650 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.650 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.649 | 5610 | Added a new run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.650 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.650 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.650 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.649 | 5450 | Recursively removing directory: /tmp/git.XwEQtW/ +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.651 | 5627 | Added a new worker 25 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.651 | 5446 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.651 | 5446 | Removed worker 25 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.651 | 5446 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 25 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.651 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.651 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.652 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.651 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.651 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.652 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.652 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.hFj2Ga +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.651 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zwnY6g +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.652 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.652 | 5631 | Added a new worker 32 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.652 | 5446 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.652 | 5446 | Removed worker 32 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.652 | 5446 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 32 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.653 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.653 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.654 | 5626 | Marked run 8 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.654 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.655 | 5575 | Added a new run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.656 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.657 | 5614 | Added a new run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.658 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.659 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.659 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.659 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.659 | 5622 | Added a new run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.659 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.661 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.661 | 5595 | Added a new run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.661 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.661 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.663 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.664 | 5579 | Added a new run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.664 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.665 | 5625 | Added a new run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.665 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.665 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.667 | 5624 | Added a new run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.667 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.668 | 5629 | Added a new run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.669 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.669 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.670 | 5632 | Added a new run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.670 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.672 | 5447 | Recursively removing directory: /tmp/git.zwnY6g/ +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.672 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.672 | 5450 | Recursively removing directory: /tmp/git.hFj2Ga/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.673 | 5630 | Marked run 7 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.673 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.674 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.674 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.674 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.674 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.674 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.674 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.674 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.674 | 5663 | Added a new worker 31 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.674 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.675 | 5446 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.675 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.675 | 5446 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.675 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.675 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.675 | 5581 | Added a new run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.675 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.675 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.675 | 5666 | Added a new worker 18 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.675 | 5446 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.675 | 5446 | Removed worker 18 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.675 | 5446 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 18 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.676 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.675 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.675 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.epLsP1 +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.675 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.uV9xLY +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.678 | 5662 | Marked run 10 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.678 | 5665 | Marked run 9 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.678 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.678 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.679 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.679 | 5635 | Added a new run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.679 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.681 | 5638 | Added a new run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.682 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.683 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.683 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.683 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.683 | 5661 | Added a new run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.684 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.684 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.684 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.685 | 5646 | Added a new run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.686 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.687 | 5664 | Added a new run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.687 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.689 | 5668 | Added a new run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.689 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.691 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.691 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.691 | 5671 | Added a new run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.691 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.693 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.693 | 5641 | Added a new run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.693 | 5447 | Recursively removing directory: /tmp/git.epLsP1/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.694 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.696 | 5450 | Recursively removing directory: /tmp/git.uV9xLY/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.696 | 5675 | Added a new run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.696 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.696 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.697 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.697 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.697 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.697 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.697 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.697 | 5698 | Added a new worker 29 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.697 | 5446 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.697 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.697 | 5446 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.698 | 5659 | Added a new run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.698 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.V3x1aA +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.699 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.699 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.700 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.700 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.700 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.700 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.700 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.700 | 5702 | Added a new worker 6 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.700 | 5446 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.700 | 5446 | Removed worker 6 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.700 | 5697 | Marked run 12 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.700 | 5446 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.701 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.701 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.701 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3KPPAS +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.702 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.702 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.703 | 5701 | Marked run 11 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.703 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.705 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.705 | 5656 | Added a new run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.706 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.707 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.707 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.707 | 5686 | Added a new run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.708 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.708 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.709 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.709 | 5678 | Added a new run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.710 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.711 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.711 | 5687 | Added a new run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.711 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.713 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.714 | 5695 | Added a new run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.714 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.715 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.716 | 5447 | Recursively removing directory: /tmp/git.V3x1aA/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.716 | 5712 | Added a new run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.717 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.718 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.718 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.718 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.718 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.718 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.718 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.718 | 5729 | Added a new worker 30 to the queue +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.718 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ZsuhAv +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.718 | 5446 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.717 | 5450 | Recursively removing directory: /tmp/git.3KPPAS/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.718 | 5446 | Removed worker 30 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.718 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.718 | 5446 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 30 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.719 | 5703 | Added a new run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.719 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.720 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.720 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.721 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.721 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UiLkbZ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.720 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.721 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.721 | 5732 | Added a new worker 30 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.721 | 5446 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.721 | 5446 | Removed worker 30 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.721 | 5446 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 30 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.721 | 5704 | Added a new run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.722 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.722 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.722 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.723 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.723 | 5658 | Added a new run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.724 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.726 | 5708 | Added a new run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.726 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.727 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.727 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.727 | 5693 | Added a new run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.728 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.728 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.728 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.728 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.729 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.730 | 5696 | Added a new run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.730 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.731 | 5727 | Marked run 13 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.731 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.732 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.732 | 5731 | Marked run 14 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.733 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.733 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.734 | 5718 | Added a new run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.734 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.734 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.736 | 5724 | Added a new run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.736 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.738 | 5726 | Added a new run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.738 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.738 | 5450 | Recursively removing directory: /tmp/git.UiLkbZ/ +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.739 | 5447 | Recursively removing directory: /tmp/git.ZsuhAv/ +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.739 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.740 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.740 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.740 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.740 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.740 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.741 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.740 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.741 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.741 | 5763 | Added a new worker 31 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.741 | 5446 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.741 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.741 | 5446 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.741 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.741 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.741 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.741 | 5765 | Added a new worker 24 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.742 | 5446 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.742 | 5446 | Removed worker 24 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.742 | 5446 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 24 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.742 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.741 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LS9Fga +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.742 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.b4me9p +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.743 | 5733 | Added a new run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.743 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.745 | 5735 | Added a new run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.745 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.746 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.747 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.747 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.748 | 5762 | Marked run 16 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.748 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.748 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.749 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.750 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.750 | 5737 | Added a new run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.750 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.752 | 5764 | Marked run 15 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.752 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.753 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.754 | 5739 | Added a new run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.754 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.755 | 5450 | Recursively removing directory: /tmp/git.LS9Fga/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.756 | 5746 | Added a new run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.756 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.757 | 5447 | Recursively removing directory: /tmp/git.b4me9p/ +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.757 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.757 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.758 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.758 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.758 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.758 | 5788 | Added a new worker 28 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.758 | 5446 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.758 | 5446 | Removed worker 28 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.758 | 5446 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 28 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.758 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.758 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gtNPAN +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.759 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.759 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.759 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.759 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.759 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.759 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.759 | 5791 | Added a new worker 31 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.759 | 5446 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.759 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.759 | 5446 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.759 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.759 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.K5q7Uv +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.760 | 5749 | Added a new run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.760 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.761 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.762 | 5750 | Added a new run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.763 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.764 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.765 | 5787 | Marked run 17 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.765 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.765 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.765 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.766 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.767 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.767 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.768 | 5759 | Added a new run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.768 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.770 | 5761 | Added a new run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.770 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.772 | 5766 | Added a new run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.772 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.773 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.775 | 5769 | Added a new run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.775 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.775 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.775 | 5450 | Recursively removing directory: /tmp/git.gtNPAN/ +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.776 | 5447 | Recursively removing directory: /tmp/git.K5q7Uv/ +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.777 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.777 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.777 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.777 | 5771 | Added a new run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.777 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.777 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.778 | 5817 | Added a new worker 30 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.778 | 5446 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.778 | 5446 | Removed worker 30 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.778 | 5446 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 30 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.778 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.778 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.778 | 5779 | Added a new run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.778 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KXUMiy +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.779 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.779 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.779 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.779 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.779 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.779 | 5821 | Added a new worker 31 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.779 | 5446 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.779 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.779 | 5446 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.780 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.781 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.781 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gdR8bJ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.781 | 5789 | Added a new run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.782 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.782 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.784 | 5792 | Added a new run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.784 | 5790 | Marked run 18 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.784 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.785 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.786 | 5816 | Marked run 19 as finished +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.786 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.786 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.787 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.788 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.788 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.789 | 5794 | Added a new run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.789 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.789 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.790 | 5796 | Added a new run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.790 | 5820 | Marked run 20 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.791 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.792 | 5806 | Added a new run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.792 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.792 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.793 | 5812 | Added a new run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.794 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.795 | 5814 | Added a new run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.795 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.796 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.796 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.797 | 5819 | Added a new run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.797 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.798 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.798 | 5823 | Added a new run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.798 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.800 | 5824 | Added a new run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.800 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.801 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.801 | 5447 | Recursively removing directory: /tmp/git.gdR8bJ/ +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.801 | 5450 | Recursively removing directory: /tmp/git.KXUMiy/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.802 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.802 | 5826 | Added a new run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.803 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.803 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.804 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.804 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.804 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.804 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.804 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.804 | 5859 | Added a new worker 30 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.804 | 5446 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.804 | 5446 | Removed worker 30 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.804 | 5446 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 30 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.805 | 5851 | Added a new run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.805 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.805 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.805 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.805 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.4wjIK7 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.805 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.806 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.806 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.806 | 5861 | Added a new worker 29 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.806 | 5446 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.806 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.806 | 5446 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.806 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.807 | 5834 | Added a new run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.806 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xMrMvx +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.808 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.810 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.810 | 5844 | Added a new run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.810 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.810 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.812 | 5845 | Added a new run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.812 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.813 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.813 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.814 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.814 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.815 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.815 | 5858 | Marked run 22 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.815 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.817 | 5860 | Marked run 21 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.817 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.819 | 5849 | Added a new run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.819 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.820 | 5828 | Added a new run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.821 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.821 | 5447 | Recursively removing directory: /tmp/git.4wjIK7/ +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.822 | 5854 | Added a new run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.823 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.822 | 5450 | Recursively removing directory: /tmp/git.xMrMvx/ +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.824 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.824 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.824 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.824 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.824 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.824 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.824 | 5887 | Added a new worker 24 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.824 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.825 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.825 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.825 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.824 | 5446 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.824 | 5446 | Removed worker 24 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.824 | 5446 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 24 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.824 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.824 | 5855 | Added a new run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.825 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.825 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.826 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.826 | 5891 | Added a new worker 26 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.826 | 5446 | Removed run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.826 | 5446 | Removed worker 26 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.826 | 5446 | Assigned run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 26 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.825 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.pknqsu +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.826 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BHjKVm +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.827 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.828 | 5856 | Added a new run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.828 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.828 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.830 | 5886 | Marked run 23 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.830 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.831 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.831 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.831 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.832 | 5862 | Added a new run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.832 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.832 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.833 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.834 | 5865 | Added a new run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.834 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.834 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.835 | 5866 | Added a new run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.835 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.835 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.838 | 5869 | Added a new run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.838 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.839 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.839 | 5890 | Marked run 24 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.839 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.840 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.841 | 5872 | Added a new run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.841 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.841 | 5447 | Recursively removing directory: /tmp/git.pknqsu/ +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.842 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.842 | 5888 | Added a new run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.843 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.843 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.844 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.843 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.844 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.844 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.844 | 5920 | Added a new worker 27 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.844 | 5446 | Removed run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.844 | 5446 | Removed worker 27 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.844 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.844 | 5446 | Assigned run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.844 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.MXaUtp +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.845 | 5450 | Recursively removing directory: /tmp/git.BHjKVm/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.845 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.846 | 5889 | Added a new run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.847 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.847 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.847 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.847 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.847 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.847 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.848 | 5924 | Added a new worker 31 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.848 | 5446 | Removed run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.848 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.848 | 5446 | Assigned run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.848 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.848 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NFRLAr +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.849 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.853 | 5893 | Added a new run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.854 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.854 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.855 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.856 | 5896 | Added a new run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.857 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.858 | 5895 | Added a new run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.858 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.859 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.860 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.860 | 5901 | Added a new run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.860 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.861 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.862 | 5919 | Marked run 25 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.862 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.863 | 5923 | Marked run 26 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.863 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.863 | 5447 | Recursively removing directory: /tmp/git.MXaUtp/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.864 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.864 | 5908 | Added a new run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.865 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.865 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.865 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.865 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.865 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.866 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.866 | 5948 | Added a new worker 26 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.866 | 5446 | Removed run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.866 | 5446 | Removed worker 26 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.866 | 5446 | Assigned run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 26 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.866 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.866 | 5911 | Added a new run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.866 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zhRRj2 +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.867 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.868 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.869 | 5914 | Added a new run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.869 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.870 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.870 | 5450 | Recursively removing directory: /tmp/git.NFRLAr/ +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.871 | 5921 | Added a new run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.871 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.873 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.873 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.873 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.873 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xYM9C5 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.873 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.873 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.873 | 5956 | Added a new worker 28 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.873 | 5446 | Removed run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.873 | 5446 | Removed worker 28 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.873 | 5446 | Assigned run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 28 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.873 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.873 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.874 | 5925 | Added a new run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.874 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.874 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.875 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.876 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.876 | 5926 | Added a new run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.876 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.877 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.878 | 5930 | Added a new run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.878 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.879 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.881 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.881 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.881 | 5937 | Added a new run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.882 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.882 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.883 | 5945 | Marked run 27 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.883 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.884 | 5447 | Recursively removing directory: /tmp/git.zhRRj2/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.885 | 5940 | Added a new run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.885 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.885 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.886 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.886 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.886 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.886 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.886 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.886 | 5977 | Added a new worker 30 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.886 | 5446 | Removed run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.886 | 5446 | Removed worker 30 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.886 | 5446 | Assigned run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 30 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.886 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.886 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LaOi1A +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.887 | 5943 | Added a new run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.887 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.888 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.889 | 5955 | Marked run 28 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.889 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.891 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.891 | 5976 | Marked run 29 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.891 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.892 | 5450 | Recursively removing directory: /tmp/git.xYM9C5/ +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.893 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.893 | 5950 | Added a new run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.893 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.893 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.893 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.894 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.894 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.894 | 5986 | Added a new worker 25 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.894 | 5446 | Removed run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.894 | 5446 | Removed worker 25 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.894 | 5446 | Assigned run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 25 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.894 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.894 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.894 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.cpEkhZ +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.894 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.895 | 5952 | Added a new run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.895 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.897 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.898 | 5957 | Added a new run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.898 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.899 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.900 | 5960 | Added a new run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.900 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.901 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.901 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.902 | 5985 | Marked run 30 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.903 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.902 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.903 | 5447 | Recursively removing directory: /tmp/git.LaOi1A/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.904 | 5962 | Added a new run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.905 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.906 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.906 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.906 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.906 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.HVrZek +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.906 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.906 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.906 | 6005 | Added a new worker 29 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.906 | 5446 | Removed run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.906 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.906 | 5446 | Assigned run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.906 | 5965 | Added a new run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.907 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.907 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.907 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.908 | 5971 | Added a new run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.909 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.910 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.911 | 5973 | Added a new run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.911 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.912 | 5450 | Recursively removing directory: /tmp/git.cpEkhZ/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.912 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.913 | 5980 | Added a new run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.914 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.914 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.914 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.914 | 6019 | Added a new worker 31 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.914 | 5446 | Removed run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.914 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.914 | 5446 | Assigned run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.914 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.916 | 6004 | Marked run 31 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.916 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.916 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.917 | 5984 | Added a new run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.917 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.919 | 5990 | Added a new run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.920 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.921 | 6018 | Marked run 32 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.921 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.922 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.923 | 5993 | Added a new run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.923 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.923 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.926 | 5997 | Added a new run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.926 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.928 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.914 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.914 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.914 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.915 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.FaLOXU +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.923 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.925 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.929 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.929 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.929 | 6037 | Added a new worker 29 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.929 | 5446 | Removed run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.929 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.929 | 5446 | Assigned run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.929 | 6026 | Added a new run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.930 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.913 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.917 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.926 | 5447 | Recursively removing directory: /tmp/git.HVrZek/ +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.929 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.929 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.929 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.929 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qGYgb9 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.932 | 6007 | Added a new run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.933 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.934 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.934 | 6013 | Added a new run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.934 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.935 | 5450 | Recursively removing directory: /tmp/git.FaLOXU/ +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.935 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.936 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.937 | 6036 | Marked run 33 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.937 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.938 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.938 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.938 | 6049 | Added a new worker 26 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.938 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.938 | 5446 | Removed run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.938 | 5446 | Removed worker 26 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.938 | 5446 | Assigned run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 26 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.937 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.937 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.938 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.938 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.jBkM3O +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.938 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.938 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.939 | 6015 | Added a new run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.940 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.941 | 6017 | Added a new run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.942 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.943 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.943 | 6020 | Added a new run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.944 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.945 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.945 | 6048 | Marked run 34 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.946 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.946 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.947 | 6001 | Added a new run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.947 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.947 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.947 | 5447 | Recursively removing directory: /tmp/git.qGYgb9/ +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.949 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.949 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.949 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.949 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.wobujC +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.949 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.949 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.949 | 6066 | Added a new worker 28 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.949 | 5446 | Removed run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.949 | 5446 | Removed worker 28 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.949 | 5446 | Assigned run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 28 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.950 | 6029 | Added a new run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.950 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.950 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.952 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.953 | 6065 | Marked run 35 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.953 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.954 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.954 | 5450 | Recursively removing directory: /tmp/git.jBkM3O/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.955 | 6035 | Added a new run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.955 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.957 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.957 | 6038 | Added a new run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.957 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.957 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.957 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.958 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.958 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.958 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.958 | 6078 | Added a new worker 29 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.958 | 5446 | Removed run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.958 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.958 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.958 | 5446 | Assigned run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.959 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.hdf7cB +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.958 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.959 | 6045 | Added a new run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.960 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.961 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.961 | 6047 | Added a new run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.962 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.962 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.965 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.965 | 6076 | Marked run 36 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.965 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.966 | 5447 | Recursively removing directory: /tmp/git.wobujC/ +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.966 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.967 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.968 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.968 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.968 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.968 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.968 | 6093 | Added a new worker 31 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.968 | 5446 | Removed run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.968 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.968 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.968 | 5446 | Assigned run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.968 | 6050 | Added a new run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.968 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.968 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.968 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NSbdwA +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.971 | 6056 | Added a new run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.971 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.971 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.973 | 6060 | Added a new run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.973 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.974 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.974 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.976 | 6062 | Added a new run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.976 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.975 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.976 | 5450 | Recursively removing directory: /tmp/git.hdf7cB/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.977 | 6070 | Added a new run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.977 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.978 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.979 | 6074 | Added a new run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.979 | 5450 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.979 | 5450 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.980 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.980 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.980 | 5450 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.980 | 6079 | Added a new run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.980 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.981 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.981 | 6112 | Added a new worker 27 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.981 | 5446 | Removed run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.981 | 5446 | Removed worker 27 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.981 | 5446 | Assigned run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.981 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.981 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.982 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Ts8KZP +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.983 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.983 | 6092 | Marked run 37 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.983 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.985 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.985 | 6082 | Added a new run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.985 | 5447 | Recursively removing directory: /tmp/git.NSbdwA/ +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.985 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.987 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.987 | 5447 | Process exit code: 0 +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.987 | 5447 | Process output: 57 bytes +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.987 | 5447 | Waiting for a new command +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.987 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.987 | 6123 | Added a new worker 32 to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.987 | 5446 | Removed run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.987 | 5446 | Removed worker 32 from the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.987 | 5446 | Assigned run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 32 +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.987 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.988 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.988 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.G4JmTS +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.989 | 6085 | Added a new run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.989 | 5450 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.989 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.990 | 5450 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.990 | 6110 | Marked run 38 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.991 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.992 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.992 | 6090 | Added a new run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.993 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.994 | 6096 | Added a new run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.994 | 5447 | Checking out revision HEAD +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.994 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.995 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5447/cimple-worker: 2024-01-28 10:55:05.996 | 5447 | Going to run: ./ci +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.996 | 6102 | Added a new run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.997 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:05 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:05 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.998 | 6122 | Marked run 39 as finished +2024-01-28 10:55:05 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.998 | 5444 | Waiting for new connections +2024-01-28 10:55:05 | INFO | 5450/cimple-worker: 2024-01-28 10:55:05.998 | 5450 | Recursively removing directory: /tmp/git.Ts8KZP/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.999 | 6107 | Added a new run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:05.999 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.000 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.001 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.001 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.001 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.001 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.001 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.001 | 6113 | Added a new run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.002 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.001 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.002 | 6144 | Added a new worker 23 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.002 | 5446 | Removed run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.002 | 5446 | Removed worker 23 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.002 | 5446 | Assigned run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 23 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.002 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.002 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.11jiUi +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.003 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.004 | 6115 | Added a new run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.004 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.006 | 5447 | Recursively removing directory: /tmp/git.G4JmTS/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.005 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.006 | 6116 | Added a new run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.006 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.008 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.008 | 6143 | Marked run 40 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.008 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.008 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.009 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.009 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.009 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.009 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.009 | 6155 | Added a new worker 27 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.009 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.009 | 5446 | Removed run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.009 | 5446 | Removed worker 27 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.009 | 5446 | Assigned run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.009 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.009 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9jKyC4 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.010 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.011 | 6120 | Added a new run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.011 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.011 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.013 | 6124 | Added a new run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.013 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.014 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.015 | 6154 | Marked run 41 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.015 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.016 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.016 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.017 | 6127 | Added a new run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.017 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.017 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.018 | 6132 | Added a new run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.019 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.019 | 5450 | Recursively removing directory: /tmp/git.11jiUi/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.021 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.021 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.021 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.020 | 6140 | Added a new run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.021 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.022 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.022 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.022 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.022 | 6174 | Added a new worker 27 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.022 | 5446 | Removed run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.022 | 5446 | Removed worker 27 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.022 | 5446 | Assigned run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.022 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.a9sxMr +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.023 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.024 | 6142 | Added a new run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.024 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.024 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.026 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.026 | 6148 | Added a new run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.026 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.026 | 5447 | Recursively removing directory: /tmp/git.9jKyC4/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.027 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.028 | 6151 | Added a new run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.028 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.029 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.029 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.030 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.030 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.030 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.030 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.030 | 6187 | Added a new worker 27 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.030 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.030 | 5446 | Removed run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.030 | 5446 | Removed worker 27 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.030 | 5446 | Assigned run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.030 | 6173 | Marked run 42 as finished +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.030 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kaBWJx +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.031 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.031 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.031 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.032 | 6186 | Marked run 43 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.032 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.032 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.034 | 6153 | Added a new run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.034 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.036 | 6156 | Added a new run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.036 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.037 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.038 | 6160 | Added a new run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.038 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.039 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.038 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.039 | 5450 | Recursively removing directory: /tmp/git.a9sxMr/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.040 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.040 | 6163 | Added a new run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.040 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.041 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.041 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.041 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.041 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.041 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.041 | 6202 | Added a new worker 27 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.041 | 5446 | Removed run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.041 | 5446 | Removed worker 27 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.041 | 5446 | Assigned run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.041 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.042 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.pPkU3r +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.042 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.043 | 6175 | Added a new run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.043 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.045 | 6178 | Added a new run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.045 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.046 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.047 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.048 | 6201 | Marked run 44 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.048 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.048 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.049 | 5447 | Recursively removing directory: /tmp/git.kaBWJx/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.050 | 6181 | Added a new run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.050 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.050 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.052 | 6182 | Added a new run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.052 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.052 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.052 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.052 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.052 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.052 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.053 | 6218 | Added a new worker 23 to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.053 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.of72bd +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.053 | 5446 | Removed run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.053 | 5446 | Removed worker 23 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.053 | 5446 | Assigned run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 23 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.053 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.054 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.054 | 6185 | Added a new run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.054 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.056 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.058 | 6189 | Added a new run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.058 | 5450 | Recursively removing directory: /tmp/git.pPkU3r/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.058 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.059 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.059 | 6217 | Marked run 45 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.060 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.060 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.060 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.060 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.060 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.060 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.061 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.061 | 6232 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.061 | 5446 | Removed run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.061 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.061 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.061 | 5446 | Assigned run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.061 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xDs4Nb +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.062 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.062 | 6197 | Added a new run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.062 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.064 | 6198 | Added a new run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.064 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.065 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.067 | 6204 | Added a new run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.067 | 5447 | Recursively removing directory: /tmp/git.of72bd/ +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.068 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.068 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.069 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.069 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.070 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.070 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.070 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.070 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.070 | 6211 | Added a new run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.071 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.071 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.071 | 6246 | Added a new worker 7 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.071 | 5446 | Removed run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.071 | 5446 | Removed worker 7 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.071 | 5446 | Assigned run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 7 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.071 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.071 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ZMfojw +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.072 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.073 | 6212 | Added a new run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.073 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.074 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.075 | 6214 | Added a new run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.075 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.077 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.078 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.077 | 5450 | Recursively removing directory: /tmp/git.xDs4Nb/ +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.079 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.079 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.079 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.079 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.079 | 6260 | Added a new worker 35 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.079 | 5446 | Removed run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.079 | 5446 | Removed worker 35 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.079 | 5446 | Assigned run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 35 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.079 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.079 | 6227 | Added a new run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.079 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.079 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.079 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ujxEx4 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.080 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.081 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.081 | 6231 | Marked run 46 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.081 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.083 | 6245 | Marked run 47 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.083 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.085 | 6222 | Added a new run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.085 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.086 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.086 | 6259 | Marked run 48 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.086 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.087 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.088 | 6228 | Added a new run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.088 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.089 | 5447 | Recursively removing directory: /tmp/git.ZMfojw/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.090 | 6233 | Added a new run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.090 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.092 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.092 | 6240 | Added a new run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.092 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.092 | 6277 | Added a new worker 20 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.092 | 5446 | Removed run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.092 | 5446 | Removed worker 20 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.092 | 5446 | Assigned run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 20 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.091 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.091 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.092 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.092 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.j25cjO +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.093 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.093 | 6243 | Added a new run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.094 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.094 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.095 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.096 | 5450 | Recursively removing directory: /tmp/git.ujxEx4/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.096 | 6249 | Added a new run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.097 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.098 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.098 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.098 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.098 | 6252 | Added a new run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.099 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.099 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.099 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.098 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.099 | 6288 | Added a new worker 26 to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.100 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TprEkw +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.100 | 5446 | Removed run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.100 | 5446 | Removed worker 26 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.100 | 5446 | Assigned run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 26 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.100 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.101 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.101 | 6276 | Marked run 49 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.101 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.101 | 6287 | Marked run 50 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.101 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.102 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.102 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.103 | 6258 | Added a new run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.103 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.105 | 6257 | Added a new run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.105 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.106 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.107 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.107 | 6292 | Added a new run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.107 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.108 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.108 | 6285 | Added a new run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.109 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.109 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.110 | 5447 | Recursively removing directory: /tmp/git.j25cjO/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.110 | 6263 | Added a new run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.110 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.111 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.112 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.113 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.113 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.113 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.113 | 6271 | Added a new run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.113 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.113 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.114 | 6311 | Added a new worker 27 to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.114 | 5446 | Removed run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.114 | 5446 | Removed worker 27 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.114 | 5446 | Assigned run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.114 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2AakVK +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.114 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.115 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.115 | 6293 | Added a new run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.115 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.116 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.117 | 6289 | Added a new run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.117 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.119 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.119 | 6284 | Added a new run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.120 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.120 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.120 | 5450 | Recursively removing directory: /tmp/git.TprEkw/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.121 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.122 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.122 | 6300 | Added a new run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.122 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.123 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.123 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.123 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.123 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.123 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.123 | 6326 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.123 | 5446 | Removed run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.123 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.123 | 5446 | Assigned run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.123 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.123 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.123 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kIgZnO +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.124 | 6310 | Marked run 51 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.124 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.126 | 6281 | Added a new run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.127 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.128 | 6324 | Added a new run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.128 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.130 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.130 | 5447 | Recursively removing directory: /tmp/git.2AakVK/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.130 | 6307 | Added a new run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.130 | 6325 | Marked run 52 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.130 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.131 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.131 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.132 | 6308 | Added a new run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.133 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.133 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.132 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.132 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.133 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.133 | 6341 | Added a new worker 20 to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.134 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nf06PZ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.133 | 5446 | Removed run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.133 | 5446 | Removed worker 20 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.133 | 5446 | Assigned run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 20 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.134 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.134 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.134 | 6321 | Added a new run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.134 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.135 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.136 | 6332 | Added a new run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.137 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.137 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.138 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.139 | 6304 | Added a new run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.139 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.140 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.140 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.141 | 6340 | Marked run 53 as finished +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.141 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.141 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.142 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.143 | 6327 | Added a new run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.143 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.143 | 5450 | Recursively removing directory: /tmp/git.kIgZnO/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.145 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.145 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.145 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.145 | 6344 | Added a new run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.145 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.145 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.145 | 6360 | Added a new worker 27 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.145 | 5446 | Removed run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.145 | 5446 | Removed worker 27 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.145 | 5446 | Assigned run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.146 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.145 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.P8vUsU +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.146 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.147 | 6318 | Added a new run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.148 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.149 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.149 | 6339 | Added a new run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.150 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.151 | 6359 | Marked run 54 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.152 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.152 | 5447 | Recursively removing directory: /tmp/git.nf06PZ/ +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.152 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.152 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.153 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.153 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.154 | 6314 | Added a new run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.154 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.154 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.154 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.154 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.154 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.155 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.155 | 6375 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.155 | 5446 | Removed run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.155 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.155 | 5446 | Assigned run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.155 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.155 | 6345 | Added a new run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.155 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.vhaA3X +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.156 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.157 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.157 | 6349 | Added a new run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.157 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.159 | 6350 | Added a new run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.159 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.159 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.161 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.161 | 6351 | Added a new run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.161 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.163 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.163 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.163 | 6357 | Added a new run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.163 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.164 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.165 | 6374 | Marked run 55 as finished +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.165 | 5450 | Recursively removing directory: /tmp/git.P8vUsU/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.165 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.167 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.167 | 6363 | Added a new run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.167 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.167 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.167 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.167 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.167 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.167 | 6395 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.167 | 5446 | Removed run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.168 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.168 | 5446 | Assigned run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.168 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.168 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.1FXlzO +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.169 | 6366 | Added a new run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.169 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.170 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.171 | 6371 | Added a new run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.171 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.172 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.173 | 6372 | Added a new run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.174 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.174 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.176 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.176 | 6394 | Marked run 56 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.176 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.176 | 5447 | Recursively removing directory: /tmp/git.vhaA3X/ +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.177 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.177 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.178 | 6378 | Added a new run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.178 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.179 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.179 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.179 | 6411 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.179 | 5446 | Removed run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.179 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.179 | 5446 | Assigned run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.178 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.179 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.178 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.179 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.179 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.36m5Gc +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.180 | 6381 | Added a new run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.180 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.182 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.183 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.183 | 6384 | Added a new run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.183 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.185 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.186 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.186 | 5450 | Recursively removing directory: /tmp/git.1FXlzO/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.186 | 6388 | Added a new run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.186 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.187 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.188 | 6410 | Marked run 57 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.189 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.189 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.191 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.191 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.191 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.192 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.192 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.aL8g0u +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.192 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.192 | 6429 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.192 | 5446 | Removed run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.192 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.192 | 5446 | Assigned run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.192 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.193 | 6392 | Added a new run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.193 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.195 | 6393 | Added a new run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.195 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.195 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.195 | 5447 | Recursively removing directory: /tmp/git.36m5Gc/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.197 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.197 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.198 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.197 | 6427 | Marked run 58 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.198 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.198 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.198 | 6437 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.198 | 5446 | Removed run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.198 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.198 | 5446 | Assigned run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.198 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.198 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.MJ8mSB +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.198 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.200 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.200 | 6399 | Added a new run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.200 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.202 | 6402 | Added a new run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.202 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.203 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.204 | 6405 | Added a new run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.204 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.205 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.206 | 6409 | Added a new run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.206 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.206 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.207 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.207 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.208 | 6436 | Marked run 59 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.208 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.209 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.209 | 5450 | Recursively removing directory: /tmp/git.aL8g0u/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.209 | 6416 | Added a new run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.210 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.211 | 6419 | Added a new run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.212 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.212 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.212 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.212 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.212 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.212 | 6457 | Added a new worker 27 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.212 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.212 | 5446 | Removed run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.212 | 5446 | Removed worker 27 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.212 | 5446 | Assigned run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.212 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PPiGGZ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.213 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.213 | 6450 | Added a new run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.214 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.215 | 6453 | Added a new run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.215 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.216 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.217 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.217 | 6434 | Added a new run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.217 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.218 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.218 | 6438 | Added a new run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.219 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.220 | 6456 | Marked run 60 as finished +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.220 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.220 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.221 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.221 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.221 | 5447 | Recursively removing directory: /tmp/git.MJ8mSB/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.222 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.223 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.223 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.223 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.223 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.223 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.223 | 6475 | Added a new worker 31 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.223 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.223 | 5446 | Removed run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.223 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.223 | 5446 | Assigned run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.223 | 6443 | Added a new run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.223 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.f3VpcD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.224 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.226 | 6464 | Added a new run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.226 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.227 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.228 | 6423 | Added a new run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.228 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.229 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.230 | 6468 | Added a new run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.230 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.231 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.231 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.232 | 6473 | Added a new run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.232 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.232 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.233 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.234 | 6463 | Added a new run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.234 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.235 | 5450 | Recursively removing directory: /tmp/git.PPiGGZ/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.235 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.236 | 6474 | Marked run 61 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.236 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.237 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.237 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.237 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.237 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.237 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.237 | 6496 | Added a new worker 30 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.237 | 5446 | Removed run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.237 | 5446 | Removed worker 30 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.237 | 5446 | Assigned run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 30 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.237 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.238 | 6471 | Added a new run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.238 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.MeNbub +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.238 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.240 | 6479 | Added a new run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.241 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.242 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.242 | 5447 | Recursively removing directory: /tmp/git.f3VpcD/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.242 | 6495 | Marked run 62 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.243 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.244 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.244 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.244 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.244 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.244 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.244 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.244 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.245 | 6506 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.245 | 5446 | Removed run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.245 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.245 | 5446 | Assigned run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.245 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.245 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fgl2Zf +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.245 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.245 | 6426 | Added a new run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.245 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.247 | 6483 | Added a new run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.248 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.249 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.249 | 6505 | Marked run 63 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.249 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.250 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.251 | 6446 | Added a new run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.252 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.253 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.253 | 5450 | Recursively removing directory: /tmp/git.MeNbub/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.254 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.253 | 6488 | Added a new run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.253 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.254 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.256 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.256 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.256 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.256 | 6490 | Added a new run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.256 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.256 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.256 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.257 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BHGqXv +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.256 | 6522 | Added a new worker 24 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.256 | 5446 | Removed run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.256 | 5446 | Removed worker 24 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.256 | 5446 | Assigned run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 24 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.256 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.257 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.257 | 6492 | Added a new run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.258 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.259 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.260 | 6497 | Added a new run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.260 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.261 | 6503 | Added a new run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.262 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.262 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.263 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.263 | 6504 | Added a new run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.263 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.264 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.265 | 5447 | Recursively removing directory: /tmp/git.fgl2Zf/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.265 | 6511 | Added a new run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.266 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.266 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.267 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.268 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.268 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.268 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.268 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.268 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.268 | 6541 | Added a new worker 31 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.268 | 5446 | Removed run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.268 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.268 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.268 | 5446 | Assigned run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.268 | 6521 | Marked run 64 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.268 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.268 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.268 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ESIfgn +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.269 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.270 | 6460 | Added a new run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.271 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.272 | 6513 | Added a new run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.273 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.274 | 6520 | Added a new run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.275 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.275 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.276 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.276 | 6540 | Marked run 65 as finished +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.276 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.276 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.277 | 5450 | Recursively removing directory: /tmp/git.BHGqXv/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.278 | 6523 | Added a new run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.278 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.279 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.280 | 6527 | Added a new run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.280 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.280 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.280 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.280 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.280 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.280 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.280 | 6559 | Added a new worker 26 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.280 | 5446 | Removed run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.280 | 5446 | Removed worker 26 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.280 | 5446 | Assigned run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 26 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.280 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.280 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0oVIeE +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.281 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.282 | 6532 | Added a new run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.283 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.284 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.285 | 5447 | Recursively removing directory: /tmp/git.ESIfgn/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.286 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.286 | 6558 | Marked run 66 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.286 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.287 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.287 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.287 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.288 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.287 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.288 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.288 | 6570 | Added a new worker 32 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.288 | 5446 | Removed run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.288 | 5446 | Removed worker 32 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.288 | 5446 | Assigned run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 32 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.288 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.288 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TMtYmY +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.289 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.289 | 6534 | Added a new run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.289 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.291 | 6537 | Added a new run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.291 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.292 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.294 | 6539 | Added a new run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.294 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.294 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.294 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.295 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.295 | 6543 | Added a new run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.296 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.297 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.297 | 6551 | Added a new run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.297 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.299 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.299 | 5450 | Recursively removing directory: /tmp/git.0oVIeE/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.299 | 6553 | Added a new run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.300 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.301 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.302 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.303 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.303 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.304 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.303 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.304 | 6569 | Marked run 67 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.304 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.304 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.304 | 6595 | Added a new worker 15 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.304 | 5446 | Removed run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.304 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.304 | 5446 | Assigned run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.304 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.304 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.1vkBrg +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.306 | 5447 | Recursively removing directory: /tmp/git.TMtYmY/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.308 | 6556 | Added a new run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.308 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.308 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.308 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.308 | 6598 | Added a new worker 31 to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.308 | 5446 | Removed run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.308 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.308 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.308 | 5446 | Assigned run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.308 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.308 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.308 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.309 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.S5SgNV +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.310 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.311 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.311 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.311 | 6561 | Added a new run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.312 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.313 | 6566 | Added a new run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.313 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.315 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.315 | 6568 | Added a new run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.315 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.316 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.317 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.317 | 6575 | Added a new run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.318 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.318 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.319 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.319 | 6577 | Added a new run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.319 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.320 | 6583 | Added a new run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.321 | 5450 | Recursively removing directory: /tmp/git.1vkBrg/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.321 | 6594 | Marked run 68 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.321 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.321 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.321 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.323 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.323 | 6587 | Added a new run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.323 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.324 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.324 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.324 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.325 | 6623 | Added a new worker 30 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.325 | 5446 | Removed run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.325 | 5446 | Removed worker 30 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.325 | 5446 | Assigned run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 30 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.324 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.324 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.324 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.325 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Rnmtf1 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.325 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.326 | 6597 | Marked run 69 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.326 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.327 | 5447 | Recursively removing directory: /tmp/git.S5SgNV/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.328 | 6590 | Added a new run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.328 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.330 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.330 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.330 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.330 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.330 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.330 | 6631 | Added a new worker 32 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.330 | 5446 | Removed run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.330 | 5446 | Removed worker 32 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.330 | 5446 | Assigned run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 32 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.330 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.331 | 6591 | Added a new run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.331 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.330 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.bOJx9F +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.331 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.332 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.333 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.333 | 6622 | Marked run 70 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.333 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.335 | 6600 | Added a new run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.335 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.335 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.336 | 6630 | Marked run 71 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.337 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.337 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.338 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.338 | 6605 | Added a new run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.339 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.340 | 6612 | Added a new run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.340 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.341 | 5450 | Recursively removing directory: /tmp/git.Rnmtf1/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.342 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.343 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.343 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.344 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.343 | 6642 | Added a new run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.343 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.344 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.344 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.344 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.344 | 6651 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.344 | 5446 | Removed run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.344 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.344 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.344 | 5446 | Assigned run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.345 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.km727Q +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.346 | 6616 | Added a new run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.346 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.347 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.348 | 6619 | Added a new run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.349 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.348 | 5447 | Recursively removing directory: /tmp/git.bOJx9F/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.350 | 6650 | Marked run 72 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.350 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.350 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.350 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.351 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.351 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.351 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.351 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.351 | 6660 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.351 | 5446 | Removed run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.351 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.351 | 5446 | Assigned run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.351 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.351 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.351 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.4H7RYC +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.352 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.353 | 6620 | Added a new run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.353 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.353 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.354 | 6632 | Added a new run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.354 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.356 | 6636 | Added a new run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.356 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.357 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.358 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.358 | 6614 | Added a new run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.359 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.359 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.360 | 5450 | Recursively removing directory: /tmp/git.km727Q/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.361 | 6628 | Added a new run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.361 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.363 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.363 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.363 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.363 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.363 | 6647 | Added a new run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.363 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.363 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.363 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.363 | 6679 | Added a new worker 11 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.363 | 5446 | Removed run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.363 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.363 | 5446 | Assigned run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.364 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.364 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.365 | 6649 | Added a new run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.364 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.d6FNnC +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.365 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.367 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.369 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.369 | 6657 | Added a new run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.369 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.369 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.370 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.370 | 5447 | Recursively removing directory: /tmp/git.4H7RYC/ +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.371 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.371 | 6661 | Added a new run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.371 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.373 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.373 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.373 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.373 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.373 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.373 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.373 | 6659 | Marked run 73 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.373 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.373 | 6696 | Added a new worker 14 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.373 | 5446 | Removed run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.373 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.373 | 5446 | Assigned run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.373 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.374 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ntZ2Eb +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.374 | 6678 | Marked run 74 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.375 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.375 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.376 | 6695 | Marked run 75 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.377 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.378 | 6662 | Added a new run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.378 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.379 | 5450 | Recursively removing directory: /tmp/git.d6FNnC/ +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.380 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.380 | 6669 | Added a new run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.381 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.381 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.381 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.381 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.381 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.381 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.381 | 6706 | Added a new worker 23 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.381 | 5446 | Removed run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.381 | 5446 | Removed worker 23 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.381 | 5446 | Assigned run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 23 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.381 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.381 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.382 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TDI5jR +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.383 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.383 | 6677 | Added a new run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.384 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.386 | 6675 | Added a new run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.387 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.388 | 6680 | Added a new run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.389 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.389 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.390 | 5447 | Recursively removing directory: /tmp/git.ntZ2Eb/ +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.390 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.391 | 6687 | Added a new run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.391 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.392 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.392 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.392 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.392 | 6724 | Added a new worker 31 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.392 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.392 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.392 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.392 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.393 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zwdsuc +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.392 | 5446 | Removed run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.392 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.392 | 5446 | Assigned run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.394 | 6705 | Marked run 76 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.394 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.395 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.396 | 6723 | Marked run 77 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.396 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.398 | 6689 | Added a new run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.398 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.398 | 5450 | Recursively removing directory: /tmp/git.TDI5jR/ +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.398 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.399 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.400 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.400 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.400 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.400 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.400 | 6690 | Added a new run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.401 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.401 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.401 | 6734 | Added a new worker 7 to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.402 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.402 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.402 | 5446 | Removed run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.402 | 5446 | Removed worker 7 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.402 | 5446 | Assigned run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 7 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.402 | 6694 | Added a new run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.402 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.O6qLLg +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.402 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.404 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.405 | 6698 | Added a new run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.405 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.407 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.407 | 6708 | Added a new run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.407 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.408 | 5447 | Recursively removing directory: /tmp/git.zwdsuc/ +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.409 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.409 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.409 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.410 | 6733 | Marked run 78 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.410 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.410 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.411 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.411 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.411 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.411 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.412 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SKKg5e +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.411 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.411 | 6751 | Added a new worker 26 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.411 | 5446 | Removed run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.411 | 5446 | Removed worker 26 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.411 | 5446 | Assigned run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 26 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.412 | 6722 | Added a new run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.412 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.415 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.416 | 6716 | Added a new run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.417 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.418 | 6718 | Added a new run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.419 | 5450 | Recursively removing directory: /tmp/git.O6qLLg/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.419 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.419 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.421 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.421 | 6750 | Marked run 79 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.421 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.422 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.423 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.423 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.423 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.423 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.423 | 6764 | Added a new worker 31 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.423 | 5446 | Removed run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.423 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.423 | 5446 | Assigned run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.423 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.424 | 6710 | Added a new run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.424 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.423 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.423 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5iZdP1 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.423 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.426 | 6726 | Added a new run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.426 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.428 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.428 | 6736 | Added a new run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.429 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.430 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.430 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.431 | 6763 | Marked run 80 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.431 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.431 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.432 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.432 | 5447 | Recursively removing directory: /tmp/git.SKKg5e/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.433 | 6740 | Added a new run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.434 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.434 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.434 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.434 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.434 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.434 | 6781 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.434 | 5446 | Removed run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.434 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.434 | 5446 | Assigned run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.434 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.435 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qaShXc +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.435 | 6744 | Added a new run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.435 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.436 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.437 | 6747 | Added a new run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.437 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.439 | 5450 | Recursively removing directory: /tmp/git.5iZdP1/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.439 | 6780 | Marked run 81 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.439 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.440 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.440 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.441 | 6749 | Added a new run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.441 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.441 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.441 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.442 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.442 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.442 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.442 | 6792 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.442 | 5446 | Removed run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.442 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.442 | 5446 | Assigned run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.442 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.442 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.mQaZ22 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.443 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.444 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.445 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.446 | 6791 | Marked run 82 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.446 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.446 | 6754 | Added a new run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.446 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.448 | 6761 | Added a new run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.448 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.449 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.450 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.451 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.451 | 6795 | Added a new run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.451 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.451 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.452 | 5447 | Recursively removing directory: /tmp/git.qaShXc/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.453 | 6770 | Added a new run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.453 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.455 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.455 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.455 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.455 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.455 | 6810 | Added a new worker 19 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.455 | 5446 | Removed run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.455 | 5446 | Removed worker 19 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.455 | 5446 | Assigned run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 19 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.455 | 6799 | Added a new run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.455 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.455 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0j0JIw +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.455 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.456 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.457 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.457 | 6777 | Added a new run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.458 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.459 | 6809 | Marked run 83 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.459 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.461 | 6784 | Added a new run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.461 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.461 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.462 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.462 | 5450 | Recursively removing directory: /tmp/git.mQaZ22/ +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.463 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.463 | 6804 | Added a new run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.464 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.464 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.464 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.464 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.464 | 6826 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.465 | 5446 | Removed run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.465 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.465 | 5446 | Assigned run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.465 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.464 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.464 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.464 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.465 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BMygKc +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.466 | 6789 | Added a new run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.467 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.468 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.468 | 6762 | Added a new run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.469 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.470 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.471 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.471 | 6811 | Added a new run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.471 | 5447 | Recursively removing directory: /tmp/git.0j0JIw/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.472 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.472 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.473 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.473 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.473 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.473 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.473 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.473 | 6839 | Added a new worker 31 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.473 | 5446 | Removed run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.473 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.473 | 5446 | Assigned run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.473 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.GpowRP +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.474 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.474 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.479 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.480 | 6790 | Added a new run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.480 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.482 | 6774 | Added a new run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.482 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.483 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.484 | 6825 | Marked run 84 as finished +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.484 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.484 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.485 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.486 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.486 | 6838 | Marked run 85 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.486 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.487 | 5450 | Recursively removing directory: /tmp/git.BMygKc/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.487 | 6813 | Added a new run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.487 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.489 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.489 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.489 | 6816 | Added a new run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.489 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.489 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.489 | 6855 | Added a new worker 18 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.489 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.489 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.490 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.7O4f91 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.490 | 5446 | Removed run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.490 | 5446 | Removed worker 18 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.490 | 5446 | Assigned run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 18 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.490 | 6821 | Added a new run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.490 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.491 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.492 | 6824 | Added a new run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.492 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.493 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.494 | 6830 | Added a new run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.495 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.495 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.495 | 5447 | Recursively removing directory: /tmp/git.GpowRP/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.495 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.497 | 6834 | Added a new run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.497 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.497 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.497 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.497 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.497 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.498 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.498 | 6870 | Added a new worker 27 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.498 | 5446 | Removed run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.498 | 5446 | Removed worker 27 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.498 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.498 | 5446 | Assigned run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.498 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.q1Gzxp +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.499 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.499 | 6836 | Added a new run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.499 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.500 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.501 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.501 | 6854 | Marked run 86 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.501 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.502 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.502 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.503 | 6840 | Added a new run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.503 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.505 | 6869 | Marked run 87 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.505 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.505 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.506 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.507 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.507 | 6846 | Added a new run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.507 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.508 | 6850 | Added a new run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.509 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.510 | 6859 | Added a new run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.510 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.511 | 6863 | Added a new run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.511 | 5450 | Recursively removing directory: /tmp/git.7O4f91/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.511 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.512 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.512 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.514 | 6865 | Added a new run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.514 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.514 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.514 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.514 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.514 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.515 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.515 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.515 | 6867 | Added a new run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.515 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.516 | 6895 | Added a new worker 18 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.516 | 5446 | Removed run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.516 | 5446 | Removed worker 18 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.516 | 5446 | Assigned run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 18 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.516 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.516 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.516 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2wxMKl +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.517 | 6871 | Added a new run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.518 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.519 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.519 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.519 | 5447 | Recursively removing directory: /tmp/git.q1Gzxp/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.520 | 6872 | Added a new run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.520 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.521 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.521 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.521 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.521 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.521 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.522 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.522 | 6907 | Added a new worker 31 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.522 | 5446 | Removed run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.522 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.522 | 5446 | Assigned run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.523 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.523 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fv2LIU +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.523 | 6875 | Added a new run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.524 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.524 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.525 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.525 | 6894 | Marked run 88 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.526 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.526 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.529 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.529 | 6878 | Added a new run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.530 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.530 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.531 | 6890 | Added a new run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.532 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.533 | 5450 | Recursively removing directory: /tmp/git.2wxMKl/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.534 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.534 | 6889 | Added a new run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.535 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.535 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.535 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.535 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.535 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.536 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.x09lXU +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.535 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.536 | 6924 | Added a new worker 20 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.536 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.536 | 5446 | Removed run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.536 | 5446 | Removed worker 20 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.536 | 5446 | Assigned run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 20 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.536 | 6893 | Added a new run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.536 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.538 | 6906 | Marked run 89 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.539 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.539 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.540 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.540 | 5447 | Recursively removing directory: /tmp/git.fv2LIU/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.541 | 6898 | Added a new run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.541 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.542 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.542 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.542 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.543 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.542 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.543 | 6935 | Added a new worker 31 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.543 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.543 | 5446 | Removed run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.543 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.543 | 5446 | Assigned run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.543 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.543 | 6902 | Added a new run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.543 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.iZjj65 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.543 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.544 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.545 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.546 | 6903 | Added a new run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.546 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.547 | 6923 | Marked run 90 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.547 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.549 | 6934 | Marked run 91 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.549 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.549 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.550 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.550 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.551 | 6905 | Added a new run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.551 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.552 | 5450 | Recursively removing directory: /tmp/git.x09lXU/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.553 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.553 | 6908 | Added a new run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.554 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.554 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.554 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.554 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.554 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.554 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.554 | 6952 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.554 | 5446 | Removed run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.554 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.554 | 5446 | Assigned run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.554 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.555 | 6911 | Added a new run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.555 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.554 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TMI5oY +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.557 | 6950 | Added a new run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.557 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.558 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.558 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.560 | 5447 | Recursively removing directory: /tmp/git.iZjj65/ +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.561 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.561 | 6926 | Added a new run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.561 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.563 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.563 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.563 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.563 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.563 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.563 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.563 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xrCZXx +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.563 | 6965 | Added a new worker 18 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.563 | 5446 | Removed run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.563 | 5446 | Removed worker 18 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.563 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.563 | 5446 | Assigned run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 18 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.563 | 6931 | Added a new run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.564 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.565 | 6951 | Marked run 92 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.566 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.567 | 6932 | Added a new run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.567 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.567 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.569 | 6938 | Added a new run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.569 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.570 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.571 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.571 | 6964 | Marked run 93 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.571 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.571 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.572 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.572 | 6941 | Added a new run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.573 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.573 | 5450 | Recursively removing directory: /tmp/git.TMI5oY/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.574 | 6944 | Added a new run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.575 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.575 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.575 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.575 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.576 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.576 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.576 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.576 | 6983 | Added a new worker 25 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.576 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.576 | 5446 | Removed run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.576 | 5446 | Removed worker 25 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.576 | 5446 | Assigned run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 25 +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.576 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Nd7Sn5 +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.578 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.579 | 6921 | Added a new run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.579 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.581 | 5447 | Recursively removing directory: /tmp/git.xrCZXx/ +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.582 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.582 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.582 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.582 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.582 | 6960 | Added a new run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.582 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.582 | 6993 | Added a new worker 33 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.582 | 5446 | Removed run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.582 | 5446 | Removed worker 33 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.582 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.582 | 5446 | Assigned run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 33 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.583 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.583 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.O3sfB8 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.583 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.584 | 6982 | Marked run 94 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.585 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.585 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.586 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.586 | 6959 | Added a new run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.586 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.588 | 6962 | Added a new run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.588 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.590 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.590 | 6968 | Added a new run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.590 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.591 | 6992 | Marked run 95 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.592 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.592 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.592 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.593 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.593 | 6970 | Added a new run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.594 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.594 | 5450 | Recursively removing directory: /tmp/git.Nd7Sn5/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.595 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.596 | 6994 | Added a new run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.596 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.596 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.596 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.596 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.597 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.459gLq +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.596 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.596 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.597 | 7013 | Added a new worker 27 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.597 | 5446 | Removed run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.597 | 5446 | Removed worker 27 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.597 | 5446 | Assigned run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.597 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.598 | 6997 | Added a new run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.598 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.599 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.600 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.601 | 7002 | Added a new run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.601 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.602 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.602 | 5447 | Recursively removing directory: /tmp/git.O3sfB8/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.603 | 6987 | Added a new run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.603 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.603 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.604 | 7007 | Added a new run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.605 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.605 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.605 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.605 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.605 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.605 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.605 | 7027 | Added a new worker 22 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.605 | 5446 | Removed run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.606 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EuA5B2 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.605 | 5446 | Removed worker 22 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.606 | 5446 | Assigned run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 22 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.606 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.607 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.607 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.608 | 6978 | Added a new run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.608 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.608 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.610 | 6984 | Added a new run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.610 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.611 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.611 | 7012 | Marked run 96 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.612 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.613 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.613 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.613 | 7026 | Marked run 97 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.614 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.614 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.615 | 6976 | Added a new run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.615 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.615 | 5450 | Recursively removing directory: /tmp/git.459gLq/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.617 | 7020 | Added a new run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.618 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.618 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.618 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.618 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.618 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.619 | 7046 | Added a new worker 26 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.619 | 5446 | Removed run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.619 | 5446 | Removed worker 26 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.619 | 5446 | Assigned run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 26 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.618 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.619 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.QufdGX +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.619 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.619 | 7022 | Added a new run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.620 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.621 | 7045 | Marked run 98 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.621 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.623 | 7010 | Added a new run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.624 | 5447 | Recursively removing directory: /tmp/git.EuA5B2/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.623 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.623 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.624 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.625 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.625 | 7016 | Added a new run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.625 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.626 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.626 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.626 | 7058 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.626 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.626 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.626 | 5446 | Removed run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.626 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.626 | 5446 | Assigned run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.626 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.626 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.626 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.626 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.H5fv0w +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.627 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.627 | 7028 | Added a new run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.628 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.630 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.630 | 7048 | Added a new run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.630 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.632 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.633 | 7032 | Added a new run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.633 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.633 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.633 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.634 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.635 | 7036 | Added a new run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.635 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.636 | 5450 | Recursively removing directory: /tmp/git.QufdGX/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.637 | 7057 | Marked run 99 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.637 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.637 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.639 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.640 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.640 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.640 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.640 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.640 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.640 | 7079 | Added a new worker 31 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.640 | 5446 | Removed run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.640 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.640 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.640 | 5446 | Assigned run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.641 | 7055 | Added a new run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.641 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.641 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.btbwRT +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.643 | 7030 | Added a new run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.643 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.644 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.644 | 7039 | Added a new run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.645 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.644 | 5447 | Recursively removing directory: /tmp/git.H5fv0w/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.646 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.647 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.647 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.646 | 7053 | Added a new run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.647 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.647 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.647 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.647 | 7088 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.647 | 5446 | Removed run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.647 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.647 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.647 | 5446 | Assigned run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.647 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.oXJ4RO +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.648 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.648 | 7059 | Added a new run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.649 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.649 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.650 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.651 | 7063 | Added a new run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.651 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.652 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.652 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.653 | 7078 | Marked run 100 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.653 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.655 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.655 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.655 | 7066 | Added a new run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.655 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.656 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.657 | 7069 | Added a new run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.657 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.659 | 7087 | Marked run 101 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.659 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.659 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.660 | 5450 | Recursively removing directory: /tmp/git.btbwRT/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.660 | 7074 | Added a new run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.661 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.661 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.662 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.662 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.662 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.663 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.663 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.663 | 7114 | Added a new worker 6 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.663 | 5446 | Removed run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.663 | 5446 | Removed worker 6 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.663 | 5446 | Assigned run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.663 | 7076 | Added a new run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.663 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SXy0FX +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.663 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.665 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.665 | 7095 | Added a new run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.665 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.665 | 5447 | Recursively removing directory: /tmp/git.oXJ4RO/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.667 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.667 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.667 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.667 | 7096 | Added a new run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.668 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.668 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.669 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.669 | 7120 | Added a new worker 30 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.669 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.669 | 5446 | Removed run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.669 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.669 | 5446 | Removed worker 30 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.669 | 5446 | Assigned run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 30 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.669 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.669 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.aHViob +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.670 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.670 | 7093 | Added a new run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.671 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.673 | 7098 | Added a new run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.674 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.675 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.675 | 7113 | Marked run 102 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.676 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.677 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.677 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.677 | 7089 | Added a new run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.678 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.679 | 5450 | Recursively removing directory: /tmp/git.SXy0FX/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.679 | 7084 | Added a new run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.680 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.680 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.681 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.681 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.682 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.682 | 7107 | Added a new run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.682 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.682 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.682 | 7141 | Added a new worker 13 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.682 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.682 | 5446 | Removed run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.682 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.682 | 5446 | Assigned run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.682 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.683 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.uGdzia +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.683 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.683 | 7109 | Added a new run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.684 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.685 | 7119 | Marked run 103 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.685 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.686 | 5447 | Recursively removing directory: /tmp/git.aHViob/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.687 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.687 | 7117 | Added a new run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.687 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.688 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.689 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.689 | 7153 | Added a new worker 6 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.689 | 5446 | Removed run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.689 | 5446 | Removed worker 6 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.689 | 5446 | Assigned run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.689 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.688 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.688 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.688 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.690 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.f7wX23 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.690 | 7122 | Added a new run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.690 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.691 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.691 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.692 | 7140 | Marked run 104 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.692 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.692 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.693 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.694 | 7123 | Added a new run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.694 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.695 | 7126 | Added a new run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.696 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.697 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.697 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.698 | 7152 | Marked run 105 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.698 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.698 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.699 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.699 | 7128 | Added a new run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.700 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.701 | 5450 | Recursively removing directory: /tmp/git.uGdzia/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.701 | 7135 | Added a new run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.702 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.702 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.703 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.703 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.703 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.703 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.704 | 7176 | Added a new worker 6 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.704 | 5446 | Removed run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.704 | 5446 | Removed worker 6 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.704 | 5446 | Assigned run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.704 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.703 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.704 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.WzfQUx +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.704 | 7139 | Added a new run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.704 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.706 | 7143 | Added a new run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.706 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.706 | 5447 | Recursively removing directory: /tmp/git.f7wX23/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.707 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.707 | 7149 | Added a new run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.708 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.709 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.709 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.709 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.709 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.709 | 7183 | Added a new worker 28 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.709 | 5446 | Removed run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.709 | 5446 | Removed worker 28 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.709 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.710 | 5446 | Assigned run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 28 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.709 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.710 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.43zFLJ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.710 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.710 | 7150 | Added a new run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.710 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.711 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.712 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.712 | 7175 | Marked run 106 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.713 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.713 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.713 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.714 | 7154 | Added a new run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.715 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.716 | 7157 | Added a new run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.717 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.717 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.718 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.718 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.718 | 7162 | Added a new run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.719 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.720 | 7182 | Marked run 107 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.720 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.721 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.721 | 7166 | Added a new run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.722 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.722 | 5450 | Recursively removing directory: /tmp/git.WzfQUx/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.724 | 7171 | Added a new run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.724 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.724 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.724 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.724 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.724 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.724 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.725 | 7179 | Added a new run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.725 | 7208 | Added a new worker 26 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.725 | 5446 | Removed run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.725 | 5446 | Removed worker 26 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.725 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.725 | 5446 | Assigned run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 26 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.725 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3VHbj8 +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.726 | 7184 | Added a new run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.727 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.728 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.729 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.729 | 5447 | Recursively removing directory: /tmp/git.43zFLJ/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.729 | 7185 | Added a new run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.730 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.732 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.732 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.732 | 7187 | Added a new run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.732 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.732 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.733 | 7219 | Added a new worker 16 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.733 | 5446 | Removed run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.733 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.733 | 5446 | Assigned run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.732 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.732 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.732 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.733 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.733 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.bkYmuX +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.734 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.735 | 7189 | Added a new run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.735 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.736 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.737 | 7207 | Marked run 108 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.737 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.738 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.739 | 7218 | Marked run 109 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.740 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.740 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.741 | 7194 | Added a new run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.741 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.741 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.742 | 5450 | Recursively removing directory: /tmp/git.3VHbj8/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.743 | 7200 | Added a new run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.743 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.745 | 7202 | Added a new run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.745 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.745 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.745 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.745 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.745 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.745 | 7235 | Added a new worker 22 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.745 | 5446 | Removed run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.745 | 5446 | Removed worker 22 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.745 | 5446 | Assigned run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 22 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.745 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.IOO2mK +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.745 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.746 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.747 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.748 | 7213 | Added a new run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.748 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.749 | 7234 | Marked run 110 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.749 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.750 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.751 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.752 | 5447 | Recursively removing directory: /tmp/git.bkYmuX/ +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.752 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.753 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.753 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.754 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.753 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.754 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.754 | 7248 | Added a new worker 31 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.754 | 5446 | Removed run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.754 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.754 | 5446 | Assigned run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.754 | 7214 | Added a new run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.754 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.754 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.754 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.754 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.FIyk7S +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.756 | 7240 | Added a new run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.757 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.758 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.758 | 7244 | Added a new run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.758 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.760 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.760 | 7220 | Added a new run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.761 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.762 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.762 | 5450 | Recursively removing directory: /tmp/git.IOO2mK/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.762 | 7223 | Added a new run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.762 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.763 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.763 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.764 | 7227 | Added a new run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.764 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.766 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.766 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.766 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.766 | 7246 | Added a new run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.766 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.766 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.766 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.767 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.767 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.767 | 7267 | Added a new worker 12 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.767 | 5446 | Removed run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.767 | 5446 | Removed worker 12 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.767 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.767 | 5446 | Assigned run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.767 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Puj8Wy +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.768 | 7247 | Marked run 111 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.768 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.770 | 7216 | Added a new run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.770 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.771 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.771 | 7253 | Added a new run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.772 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.773 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.773 | 7236 | Added a new run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.774 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.774 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.774 | 7217 | Added a new run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.775 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.776 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.776 | 7258 | Added a new run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.776 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.778 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.778 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.779 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.777 | 5447 | Recursively removing directory: /tmp/git.FIyk7S/ +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.778 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.778 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.779 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.779 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.779 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.779 | 7288 | Added a new worker 31 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.779 | 5446 | Removed run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.779 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.779 | 5446 | Assigned run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.780 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.JFUTtS +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.780 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.780 | 7265 | Marked run 112 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.780 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.781 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.782 | 7263 | Added a new run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.782 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.783 | 7268 | Added a new run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.784 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.785 | 5450 | Recursively removing directory: /tmp/git.Puj8Wy/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.785 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.786 | 7266 | Added a new run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.786 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.787 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.787 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.787 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.786 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.787 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.787 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.787 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.788 | 7301 | Added a new worker 31 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.788 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.788 | 5446 | Removed run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.788 | 5446 | Removed worker 31 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.788 | 5446 | Assigned run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 31 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.790 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.787 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.788 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.WdhTDJ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.790 | 7270 | Added a new run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.790 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.792 | 7274 | Added a new run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.793 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.793 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.794 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.794 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.795 | 7287 | Marked run 113 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.795 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.795 | 5447 | Recursively removing directory: /tmp/git.JFUTtS/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.796 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.797 | 7282 | Added a new run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.797 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.798 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.798 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.798 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.798 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.798 | 7317 | Added a new worker 32 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.798 | 5446 | Removed run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.799 | 5446 | Removed worker 32 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.799 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.799 | 5446 | Assigned run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 32 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.799 | 7285 | Added a new run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.799 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.798 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.799 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RRVHnX +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.801 | 7286 | Added a new run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.801 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.803 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.803 | 7300 | Marked run 114 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.803 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.804 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.804 | 5450 | Recursively removing directory: /tmp/git.WdhTDJ/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.804 | 7289 | Added a new run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.805 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.805 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.806 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.806 | 7291 | Added a new run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.806 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.807 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.807 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.807 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.807 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.807 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.807 | 7329 | Added a new worker 24 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.807 | 5446 | Removed run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.807 | 5446 | Removed worker 24 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.807 | 5446 | Assigned run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 24 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.807 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.808 | 7316 | Marked run 115 as finished +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.808 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.dEHxI4 +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.808 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.808 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.810 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.810 | 7326 | Added a new run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.810 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.812 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.813 | 7328 | Marked run 116 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.813 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.813 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.814 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.815 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.815 | 7302 | Added a new run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.815 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.815 | 5447 | Recursively removing directory: /tmp/git.RRVHnX/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.818 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.818 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.818 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.817 | 7303 | Added a new run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.818 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.818 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.819 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.HpNA3j +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.818 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.818 | 7347 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.818 | 5446 | Removed run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.818 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.818 | 5446 | Assigned run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.818 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.819 | 7311 | Added a new run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.819 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.820 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.821 | 7313 | Added a new run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.822 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.823 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.823 | 7324 | Added a new run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.824 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.825 | 7346 | Marked run 117 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.825 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.825 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.826 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.826 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.827 | 5450 | Recursively removing directory: /tmp/git.dEHxI4/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.827 | 7325 | Added a new run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.827 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.828 | 7297 | Added a new run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.829 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.829 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.829 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.829 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.829 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.829 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.829 | 7363 | Added a new worker 27 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.829 | 5446 | Removed run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.829 | 5446 | Removed worker 27 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.829 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.829 | 5446 | Assigned run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.830 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5sbjNB +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.830 | 7332 | Added a new run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.831 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.832 | 7354 | Added a new run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.833 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.833 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.835 | 7339 | Added a new run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.836 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.836 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.837 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.838 | 7357 | Added a new run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.838 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.839 | 7349 | Added a new run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.839 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.839 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.839 | 5447 | Recursively removing directory: /tmp/git.HpNA3j/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.840 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.841 | 7336 | Added a new run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.841 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.841 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.841 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.841 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.841 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.841 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.842 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.843 | 7379 | Added a new worker 27 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.843 | 5446 | Removed run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.843 | 5446 | Removed worker 27 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.843 | 5446 | Assigned run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 27 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.843 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.843 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SppPIa +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.843 | 7358 | Added a new run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.843 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.845 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.846 | 7361 | Marked run 118 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.846 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.848 | 7378 | Marked run 119 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.848 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.849 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.850 | 7345 | Added a new run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.850 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.851 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.852 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.853 | 5450 | Recursively removing directory: /tmp/git.5sbjNB/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.853 | 7366 | Added a new run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.854 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.854 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.855 | 7381 | Added a new run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.856 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.856 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.856 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.856 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.856 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.856 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.857 | 7372 | Added a new run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.857 | 7397 | Added a new worker 25 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.857 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.857 | 5446 | Removed run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.857 | 5446 | Removed worker 25 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.857 | 5446 | Assigned run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 25 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.858 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KThbOW +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.859 | 7377 | Added a new run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.860 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.860 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.860 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.863 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.865 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.866 | 5447 | Recursively removing directory: /tmp/git.SppPIa/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.866 | 7396 | Marked run 120 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.866 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.866 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.868 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.868 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.868 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.868 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.868 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.868 | 7367 | Added a new run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.869 | 7411 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.869 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.869 | 5446 | Removed run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.869 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.869 | 5446 | Assigned run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.869 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ihNb0P +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.869 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.870 | 7385 | Added a new run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.871 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.873 | 7387 | Added a new run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.873 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.873 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.874 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.875 | 5450 | Recursively removing directory: /tmp/git.KThbOW/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.876 | 7383 | Added a new run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.876 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.877 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.877 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.877 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.878 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.878 | 7426 | Added a new worker 29 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.878 | 5446 | Removed run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.878 | 5446 | Removed worker 29 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.878 | 5446 | Assigned run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 29 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.878 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.877 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.877 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.878 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.878 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SnBQ03 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.879 | 7393 | Added a new run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.879 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.880 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.881 | 7398 | Added a new run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.881 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.883 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.884 | 7410 | Marked run 121 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.884 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.884 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.885 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.886 | 7401 | Added a new run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.886 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.886 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.887 | 5447 | Recursively removing directory: /tmp/git.ihNb0P/ +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.888 | 7404 | Added a new run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.888 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.889 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.889 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.889 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.890 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.890 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.890 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.890 | 7443 | Added a new worker 13 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.890 | 5446 | Removed run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.890 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.890 | 5446 | Assigned run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.890 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.890 | 7423 | Added a new run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.890 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gOJ8Vo +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.891 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.892 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.892 | 7418 | Added a new run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.893 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.895 | 7421 | Added a new run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.895 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.896 | 7408 | Added a new run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.897 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.898 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.898 | 7425 | Marked run 122 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.898 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.899 | 5450 | Recursively removing directory: /tmp/git.SnBQ03/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.899 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.900 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.901 | 7427 | Added a new run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.901 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.901 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.901 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.902 | 7456 | Added a new worker 24 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.902 | 5446 | Removed run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.902 | 5446 | Removed worker 24 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.902 | 5446 | Assigned run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 24 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.902 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.901 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.901 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.901 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.902 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.voGXLC +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.904 | 7442 | Marked run 123 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.904 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.907 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.908 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.909 | 5447 | Recursively removing directory: /tmp/git.gOJ8Vo/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.911 | 7455 | Marked run 124 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.912 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.912 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.912 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.912 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.912 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.912 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.913 | 7466 | Added a new worker 21 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.913 | 5446 | Removed run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.913 | 5446 | Removed worker 21 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.913 | 5446 | Assigned run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 21 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.913 | 7431 | Added a new run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.913 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.914 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.913 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Tk3ecB +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.915 | 7435 | Added a new run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.916 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.917 | 7439 | Added a new run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.918 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.922 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.923 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.920 | 7445 | Added a new run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.923 | 7450 | Added a new run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.924 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.925 | 7465 | Marked run 125 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.925 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.925 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.927 | 7453 | Added a new run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.928 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.929 | 7457 | Added a new run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.929 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.930 | 5450 | Recursively removing directory: /tmp/git.voGXLC/ +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.931 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.931 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.932 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.932 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.932 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.932 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.935 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.936 | 7479 | Added a new worker 17 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.936 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.936 | 5446 | Removed run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.936 | 5446 | Removed worker 17 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.936 | 5446 | Assigned run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 17 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.936 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9C8G5i +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.938 | 7480 | Added a new run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.938 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.939 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.941 | 5450 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.942 | 5450 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.950 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.953 | 7478 | Marked run 126 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.953 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.955 | 7475 | Added a new run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.955 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.956 | 7482 | Added a new run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.956 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.961 | 7483 | Added a new run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.962 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.963 | 7487 | Added a new run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.963 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.964 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.966 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.967 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.967 | 5447 | Recursively removing directory: /tmp/git.Tk3ecB/ +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.970 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.970 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.970 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.970 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.970 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.970 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.970 | 7501 | Added a new worker 20 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.971 | 5446 | Removed run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.971 | 5446 | Removed worker 20 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.971 | 5446 | Assigned run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 20 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.971 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.eZfyjH +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.971 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.972 | 7498 | Added a new run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.973 | 5450 | Recursively removing directory: /tmp/git.9C8G5i/ +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.972 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.975 | 5450 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.975 | 5450 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.975 | 5450 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.975 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.975 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.975 | 7506 | Added a new worker 20 to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.975 | 5446 | Removed run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.975 | 5446 | Removed worker 20 from the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.975 | 5446 | Assigned run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 20 +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.976 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5450/cimple-worker: 2024-01-28 10:55:06.977 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.4aOFem +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.977 | 7496 | Added a new run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.979 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.981 | 5447 | Checking out revision HEAD +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.981 | 5447 | Going to run: ./ci +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.983 | 7497 | Added a new run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.983 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:06 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.985 | 7499 | Added a new run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.986 | 7500 | Marked run 127 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.987 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.988 | 7505 | Marked run 128 as finished +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.988 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.992 | 5447 | Recursively removing directory: /tmp/git.eZfyjH/ +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.994 | 5447 | Process exit code: 0 +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.994 | 5447 | Process output: 57 bytes +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.994 | 5444 | Waiting for new connections +2024-01-28 10:55:06 | INFO | 5447/cimple-worker: 2024-01-28 10:55:06.994 | 5447 | Waiting for a new command +2024-01-28 10:55:06 | INFO | 5444/cimple-server: 2024-01-28 10:55:06.994 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.002 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.003 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.012 | 7514 | Added a new worker 12 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.012 | 5446 | Removed run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.012 | 5446 | Removed worker 12 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.012 | 5446 | Assigned run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.012 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.012 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kP1O8f +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.013 | 7513 | Marked run 129 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.013 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.017 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.018 | 5450 | Recursively removing directory: /tmp/git.4aOFem/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.018 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.019 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.019 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.020 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.020 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.020 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.020 | 7523 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.020 | 5446 | Removed run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.020 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.020 | 5446 | Assigned run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.020 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.021 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Bt8WdU +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.022 | 7522 | Marked run 130 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.022 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.026 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.027 | 5447 | Recursively removing directory: /tmp/git.kP1O8f/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.027 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.029 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.029 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.029 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.029 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.029 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.029 | 7531 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.029 | 5446 | Removed run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.029 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.029 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.029 | 5446 | Assigned run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.029 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.02lKL4 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.032 | 7530 | Marked run 131 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.032 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.034 | 5450 | Recursively removing directory: /tmp/git.Bt8WdU/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.035 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.036 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.036 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.036 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.036 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.037 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RHdTjV +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.036 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.036 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.036 | 7538 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.036 | 5446 | Removed run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.036 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.036 | 5446 | Assigned run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.036 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.039 | 7537 | Marked run 132 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.039 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.042 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.042 | 5447 | Recursively removing directory: /tmp/git.02lKL4/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.043 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.044 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.044 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.044 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.044 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.044 | 7547 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.044 | 5446 | Removed run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.044 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.044 | 5446 | Assigned run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.044 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.044 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.044 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Ldw6s7 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.046 | 7546 | Marked run 133 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.046 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.049 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.049 | 5450 | Recursively removing directory: /tmp/git.RHdTjV/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.049 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.050 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.050 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.050 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.050 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.050 | 7555 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.050 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.051 | 5446 | Removed run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.051 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.051 | 5446 | Assigned run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.050 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.051 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.8qH9TP +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.052 | 7554 | Marked run 134 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.052 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.055 | 5447 | Recursively removing directory: /tmp/git.Ldw6s7/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.056 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.057 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.057 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.057 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.057 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.057 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.057 | 7563 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.057 | 5446 | Removed run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.057 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.057 | 5446 | Assigned run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.057 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.057 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.g4Efvk +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.058 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.059 | 7562 | Marked run 135 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.059 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.062 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.063 | 5450 | Recursively removing directory: /tmp/git.8qH9TP/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.063 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.064 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.064 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.064 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.064 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.064 | 7571 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.064 | 5446 | Removed run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.064 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.064 | 5446 | Assigned run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.064 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.064 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.064 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.u0isOF +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.066 | 7570 | Marked run 136 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.066 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.069 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.069 | 5447 | Recursively removing directory: /tmp/git.g4Efvk/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.070 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.071 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.071 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.071 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.071 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.071 | 7579 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.071 | 5446 | Removed run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.071 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.071 | 5446 | Assigned run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.071 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.071 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.071 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.00eZVl +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.073 | 7578 | Marked run 137 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.073 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.076 | 5450 | Recursively removing directory: /tmp/git.u0isOF/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.076 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.077 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.077 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.077 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.077 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.077 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.077 | 7587 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.077 | 5446 | Removed run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.077 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.077 | 5446 | Assigned run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.078 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.077 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.077 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NNU6hl +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.079 | 7586 | Marked run 138 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.079 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.082 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.083 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.083 | 5447 | Recursively removing directory: /tmp/git.00eZVl/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.084 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.084 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.084 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.084 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.084 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.084 | 7595 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.084 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.084 | 5446 | Removed run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.084 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.084 | 5446 | Assigned run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.084 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.u9ExxB +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.086 | 7594 | Marked run 139 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.086 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.089 | 5450 | Recursively removing directory: /tmp/git.NNU6hl/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.090 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.090 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.090 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.090 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.090 | 7602 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.090 | 5446 | Removed run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.090 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.090 | 5446 | Assigned run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.090 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.090 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.090 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EW1ni5 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.091 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.092 | 7601 | Marked run 140 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.092 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.092 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.095 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.095 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.098 | 5447 | Recursively removing directory: /tmp/git.u9ExxB/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.099 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.099 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.099 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.099 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.099 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.099 | 7615 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.100 | 5446 | Removed run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.100 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.100 | 5446 | Assigned run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.100 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.bdLZbo +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.100 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.101 | 5450 | Recursively removing directory: /tmp/git.EW1ni5/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.102 | 7614 | Marked run 141 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.102 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.102 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.102 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.103 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.103 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.103 | 7618 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.103 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.103 | 5446 | Removed run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.103 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.103 | 5446 | Assigned run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.103 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.103 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TgqFWv +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.105 | 7617 | Marked run 142 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.105 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.105 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.106 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.107 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.108 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.111 | 5447 | Recursively removing directory: /tmp/git.bdLZbo/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.113 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.113 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.113 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.113 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.113 | 7632 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.113 | 5446 | Removed run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.113 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.113 | 5446 | Assigned run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.113 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.113 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.113 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.uV3hrX +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.114 | 5450 | Recursively removing directory: /tmp/git.TgqFWv/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.115 | 7631 | Marked run 143 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.115 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.116 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.116 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.116 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.116 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.116 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.116 | 7634 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.116 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.116 | 5446 | Removed run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.116 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.116 | 5446 | Assigned run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.116 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2y1c9K +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.118 | 7633 | Marked run 144 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.118 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.119 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.119 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.121 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.122 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.125 | 5447 | Recursively removing directory: /tmp/git.uV3hrX/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.126 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.126 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.126 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.126 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.126 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.127 | 7647 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.127 | 5446 | Removed run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.127 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.127 | 5446 | Assigned run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.127 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.127 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.8MWiVD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.128 | 5450 | Recursively removing directory: /tmp/git.2y1c9K/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.128 | 7646 | Marked run 145 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.129 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.130 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.130 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.130 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.130 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.130 | 7650 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.130 | 5446 | Removed run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.130 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.130 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.130 | 5446 | Assigned run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.130 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.130 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.QGMlyF +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.131 | 7649 | Marked run 146 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.132 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.132 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.133 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.135 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.135 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.138 | 5447 | Recursively removing directory: /tmp/git.8MWiVD/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.139 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.139 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.140 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.140 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zzFV3k +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.140 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.140 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.140 | 7663 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.140 | 5446 | Removed run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.140 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.140 | 5446 | Assigned run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.140 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.141 | 5450 | Recursively removing directory: /tmp/git.QGMlyF/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.142 | 7662 | Marked run 147 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.142 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.143 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.143 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.143 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.143 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.143 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.143 | 7666 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.143 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.143 | 5446 | Removed run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.143 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.143 | 5446 | Assigned run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.144 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.D1jd8b +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.145 | 7665 | Marked run 148 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.145 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.145 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.146 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.148 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.149 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.151 | 5447 | Recursively removing directory: /tmp/git.zzFV3k/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.153 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.153 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.153 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.153 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.153 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.153 | 7679 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.153 | 5446 | Removed run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.153 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.154 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.154 | 5446 | Assigned run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.154 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NYoc8x +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.155 | 5450 | Recursively removing directory: /tmp/git.D1jd8b/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.155 | 7678 | Marked run 149 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.155 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.156 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.156 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.156 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.157 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.157 | 7682 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.157 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.157 | 5446 | Removed run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.157 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.157 | 5446 | Assigned run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.157 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.157 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yxb6dX +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.158 | 7681 | Marked run 150 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.158 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.159 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.160 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.162 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.162 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.165 | 5447 | Recursively removing directory: /tmp/git.NYoc8x/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.166 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.166 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.167 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.167 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.167 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.167 | 7695 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.167 | 5446 | Removed run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.167 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.167 | 5446 | Assigned run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.167 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.167 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Zeybvd +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.168 | 5450 | Recursively removing directory: /tmp/git.yxb6dX/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.169 | 7694 | Marked run 151 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.169 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.170 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.170 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.170 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.170 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.170 | 7698 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.170 | 5446 | Removed run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.170 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.170 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.170 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rQkVVu +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.170 | 5446 | Assigned run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.171 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.172 | 7697 | Marked run 152 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.172 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.173 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.174 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.175 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.176 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.179 | 5447 | Recursively removing directory: /tmp/git.Zeybvd/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.181 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.181 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.181 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.181 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.181 | 7712 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.181 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.181 | 5446 | Removed run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.181 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.181 | 5446 | Assigned run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.181 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.181 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.r2nCuF +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.181 | 5450 | Recursively removing directory: /tmp/git.rQkVVu/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.183 | 7711 | Marked run 153 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.183 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.184 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.184 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.183 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.183 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.184 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.184 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.uoOCBG +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.184 | 7714 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.184 | 5446 | Removed run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.184 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.184 | 5446 | Assigned run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.184 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.186 | 7713 | Marked run 154 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.186 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.186 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.187 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.189 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.190 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.193 | 5447 | Recursively removing directory: /tmp/git.r2nCuF/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.194 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.194 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.194 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.194 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.194 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.194 | 7727 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.194 | 5446 | Removed run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.194 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.194 | 5446 | Assigned run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.194 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.195 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.o2SbOd +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.196 | 7726 | Marked run 155 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.196 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.196 | 5450 | Recursively removing directory: /tmp/git.uoOCBG/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.198 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.198 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.198 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.198 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.198 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.198 | 7730 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.198 | 5446 | Removed run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.198 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.198 | 5446 | Assigned run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.198 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3RREa3 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.199 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.204 | 7729 | Marked run 156 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.204 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.205 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.205 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.207 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.207 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.211 | 5447 | Recursively removing directory: /tmp/git.o2SbOd/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.212 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.212 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.212 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.213 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.213 | 7744 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.213 | 5446 | Removed run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.213 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.213 | 5446 | Assigned run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.213 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.213 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.213 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.g8rKOI +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.213 | 5450 | Recursively removing directory: /tmp/git.3RREa3/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.215 | 7743 | Marked run 157 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.215 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.215 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.215 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.215 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.215 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.215 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.215 | 7746 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.216 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.216 | 5446 | Removed run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.216 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.216 | 5446 | Assigned run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.216 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rXCQCQ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.218 | 7745 | Marked run 158 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.218 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.219 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.220 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.221 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.222 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.225 | 5447 | Recursively removing directory: /tmp/git.g8rKOI/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.227 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.227 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.227 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.227 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.227 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.227 | 7760 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.227 | 5446 | Removed run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.227 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.227 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.227 | 5446 | Assigned run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.227 | 5450 | Recursively removing directory: /tmp/git.rXCQCQ/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.228 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ZJdGoR +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.229 | 7759 | Marked run 159 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.229 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.229 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.229 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.229 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.230 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.230 | 7762 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.230 | 5446 | Removed run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.230 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.230 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.230 | 5446 | Assigned run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.230 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.230 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RYTkdS +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.231 | 7761 | Marked run 160 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.232 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.233 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.233 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.234 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.235 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.239 | 5447 | Recursively removing directory: /tmp/git.ZJdGoR/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.240 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.240 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.240 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.240 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.240 | 7776 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.240 | 5446 | Removed run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.240 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.240 | 5446 | Assigned run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.241 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.240 | 5450 | Recursively removing directory: /tmp/git.RYTkdS/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.240 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.241 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BqhSkx +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.242 | 7775 | Marked run 161 as finished +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.242 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.242 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.242 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.242 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.243 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.243 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.243 | 7778 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.243 | 5446 | Removed run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.243 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.243 | 5446 | Assigned run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.243 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.243 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Y5YO8K +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.244 | 7777 | Marked run 162 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.245 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.246 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.247 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.247 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.247 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.252 | 5447 | Recursively removing directory: /tmp/git.BqhSkx/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.253 | 5450 | Recursively removing directory: /tmp/git.Y5YO8K/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.254 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.254 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.254 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.254 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.254 | 7792 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.254 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.254 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.254 | 5446 | Removed run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.254 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.254 | 5446 | Assigned run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.255 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zIGD1R +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.256 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.256 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.256 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.256 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.256 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.256 | 7791 | Marked run 163 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.256 | 7794 | Added a new worker 12 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.256 | 5446 | Removed run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.256 | 5446 | Removed worker 12 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.256 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.256 | 5446 | Assigned run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.256 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.256 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.HFcybB +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.257 | 7793 | Marked run 164 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.258 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.260 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.260 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.261 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.261 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.266 | 5447 | Recursively removing directory: /tmp/git.zIGD1R/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.266 | 5450 | Recursively removing directory: /tmp/git.HFcybB/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.267 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.267 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.267 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.267 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.268 | 7808 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.268 | 5446 | Removed run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.268 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.268 | 5446 | Assigned run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.268 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.268 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.268 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.268 | 7810 | Added a new worker 13 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.268 | 5446 | Removed run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.268 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.268 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.268 | 5446 | Assigned run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.268 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.268 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.268 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.268 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.X29I04 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.268 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.268 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3gtmZP +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.269 | 7807 | Marked run 165 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.270 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.271 | 7809 | Marked run 166 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.271 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.273 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.273 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.274 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.274 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.279 | 5447 | Recursively removing directory: /tmp/git.3gtmZP/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.280 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.280 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.280 | 5450 | Recursively removing directory: /tmp/git.X29I04/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.280 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.280 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.280 | 7824 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.280 | 5446 | Removed run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.280 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.280 | 5446 | Assigned run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.281 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.280 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.281 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rm9Mi1 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.282 | 7823 | Marked run 167 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.282 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.282 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.282 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.283 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.283 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.283 | 7826 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.283 | 5446 | Removed run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.283 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.283 | 5446 | Assigned run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.283 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.283 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.jOgtjK +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.283 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.285 | 7825 | Marked run 168 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.285 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.286 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.287 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.288 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.288 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.292 | 5447 | Recursively removing directory: /tmp/git.rm9Mi1/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.293 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.293 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.294 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.294 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.294 | 7840 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.294 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.294 | 5446 | Removed run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.294 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.294 | 5446 | Assigned run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.294 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.294 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.7UQFHA +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.295 | 5450 | Recursively removing directory: /tmp/git.jOgtjK/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.296 | 7839 | Marked run 169 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.297 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.297 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.297 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.297 | 7842 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.297 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.297 | 5446 | Removed run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.297 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.297 | 5446 | Assigned run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.297 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.297 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.297 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.297 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zdJAYI +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.298 | 7841 | Marked run 170 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.299 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.299 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.300 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.302 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.303 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.306 | 5447 | Recursively removing directory: /tmp/git.7UQFHA/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.307 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.307 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.308 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.308 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.308 | 7856 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.308 | 5446 | Removed run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.308 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.308 | 5446 | Assigned run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.308 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.308 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.308 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Oj13R3 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.308 | 5450 | Recursively removing directory: /tmp/git.zdJAYI/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.310 | 7855 | Marked run 171 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.310 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.311 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.311 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.311 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.311 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.311 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.311 | 7858 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.311 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.311 | 5446 | Removed run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.311 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.311 | 5446 | Assigned run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.311 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.mnD03Q +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.315 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.315 | 7857 | Marked run 172 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.315 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.315 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.318 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.318 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.321 | 5447 | Recursively removing directory: /tmp/git.Oj13R3/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.322 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.322 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.322 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.322 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.322 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.323 | 7871 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.323 | 5446 | Removed run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.323 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.323 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.323 | 5446 | Assigned run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.323 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.efcahu +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.324 | 5450 | Recursively removing directory: /tmp/git.mnD03Q/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.324 | 7870 | Marked run 173 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.324 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.325 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.325 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.325 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.325 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.325 | 7874 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.325 | 5446 | Removed run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.325 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.325 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.326 | 5446 | Assigned run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.325 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.326 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nbMpna +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.327 | 7873 | Marked run 174 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.328 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.329 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.329 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.330 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.330 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.335 | 5447 | Recursively removing directory: /tmp/git.efcahu/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.336 | 5450 | Recursively removing directory: /tmp/git.nbMpna/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.336 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.336 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.336 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.336 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.336 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.336 | 7888 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.336 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.336 | 5446 | Removed run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.336 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.336 | 5446 | Assigned run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.337 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XpyI0b +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.338 | 7887 | Marked run 175 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.338 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.338 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.338 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.338 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.338 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.338 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.338 | 7890 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.338 | 5446 | Removed run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.338 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.338 | 5446 | Assigned run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.338 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.338 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.74F3Ge +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.340 | 7889 | Marked run 176 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.340 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.342 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.343 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.343 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.344 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.348 | 5447 | Recursively removing directory: /tmp/git.XpyI0b/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.349 | 5450 | Recursively removing directory: /tmp/git.74F3Ge/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.350 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.350 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.350 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.350 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.350 | 7904 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.350 | 5446 | Removed run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.350 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.350 | 5446 | Assigned run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.350 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.350 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.350 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.I7RNF9 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.352 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.352 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.352 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.352 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.352 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.352 | 7903 | Marked run 177 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.352 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.352 | 7906 | Added a new worker 6 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.352 | 5446 | Removed run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.352 | 5446 | Removed worker 6 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.352 | 5446 | Assigned run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.352 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.352 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rSnlou +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.354 | 7905 | Marked run 178 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.354 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.355 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.356 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.356 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.357 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.362 | 5447 | Recursively removing directory: /tmp/git.I7RNF9/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.363 | 5450 | Recursively removing directory: /tmp/git.rSnlou/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.363 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.363 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.363 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.363 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.363 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.363 | 7920 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.364 | 5446 | Removed run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.364 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.364 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.364 | 5446 | Assigned run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.364 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qr7Alz +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.365 | 7919 | Marked run 179 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.365 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.365 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.365 | 7922 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.365 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.365 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.365 | 5446 | Removed run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.365 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.365 | 5446 | Assigned run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.365 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.365 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.365 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.365 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KzLt1v +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.367 | 7921 | Marked run 180 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.367 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.369 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.369 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.370 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.371 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.375 | 5447 | Recursively removing directory: /tmp/git.qr7Alz/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.376 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.376 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.376 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.376 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.376 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.376 | 5450 | Recursively removing directory: /tmp/git.KzLt1v/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.377 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.tgqik6 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.377 | 7936 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.377 | 5446 | Removed run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.377 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.377 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.377 | 5446 | Assigned run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.378 | 7935 | Marked run 181 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.378 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.379 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.379 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.379 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.379 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.379 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.379 | 7938 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.379 | 5446 | Removed run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.379 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.379 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.379 | 5446 | Assigned run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.379 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RFZCdK +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.380 | 7937 | Marked run 182 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.380 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.382 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.383 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.384 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.385 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.389 | 5447 | Recursively removing directory: /tmp/git.tgqik6/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.390 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.390 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.390 | 5450 | Recursively removing directory: /tmp/git.RFZCdK/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.390 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.390 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.390 | 7952 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.390 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.391 | 5446 | Removed run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.391 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.391 | 5446 | Assigned run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.390 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.391 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Y6zVTq +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.392 | 7951 | Marked run 183 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.393 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.393 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.393 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.393 | 7954 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.393 | 5446 | Removed run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.393 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.393 | 5446 | Assigned run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.393 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.393 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.393 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.393 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.j5KiFy +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.394 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.394 | 7953 | Marked run 184 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.395 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.396 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.397 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.397 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.398 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.402 | 5447 | Recursively removing directory: /tmp/git.Y6zVTq/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.404 | 5450 | Recursively removing directory: /tmp/git.j5KiFy/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.404 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.404 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.404 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.404 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.404 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.404 | 7968 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.404 | 5446 | Removed run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.404 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.404 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.404 | 5446 | Assigned run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.405 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.t22Co8 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.406 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.406 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.406 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.406 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.406 | 7970 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.406 | 5446 | Removed run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.406 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.406 | 5446 | Assigned run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.407 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.407 | 7967 | Marked run 185 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.407 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.406 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.407 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rVRkkx +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.408 | 7969 | Marked run 186 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.408 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.410 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.411 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.412 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.412 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.417 | 5447 | Recursively removing directory: /tmp/git.t22Co8/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.418 | 5450 | Recursively removing directory: /tmp/git.rVRkkx/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.418 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.418 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.418 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.418 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.418 | 7984 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.418 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.418 | 5446 | Removed run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.418 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.418 | 5446 | Assigned run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.418 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.419 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.e4g055 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.420 | 7983 | Marked run 187 as finished +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.420 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.420 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.420 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.420 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.420 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.420 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.420 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.WC2adW +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.420 | 7986 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.420 | 5446 | Removed run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.420 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.420 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.420 | 5446 | Assigned run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.422 | 7985 | Marked run 188 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.422 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.426 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.426 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.427 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.427 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.432 | 5447 | Recursively removing directory: /tmp/git.e4g055/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.434 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.434 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.434 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.434 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.434 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.434 | 8001 | Added a new worker 15 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.434 | 5446 | Removed run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.434 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.434 | 5446 | Assigned run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.434 | 8002 | Added a new worker 15 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.434 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.434 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.434 | 5446 | Removed run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.434 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.434 | 5446 | Assigned run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.435 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.434 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.434 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.MINNzt +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.432 | 5450 | Recursively removing directory: /tmp/git.WC2adW/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.434 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.434 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.434 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.435 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EEvbdB +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.436 | 7999 | Marked run 189 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.436 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.438 | 8000 | Marked run 190 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.438 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.439 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.439 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.440 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.440 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.445 | 5450 | Recursively removing directory: /tmp/git.EEvbdB/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.445 | 5447 | Recursively removing directory: /tmp/git.MINNzt/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.447 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.447 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.447 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.447 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.447 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.447 | 8017 | Added a new worker 14 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.447 | 5446 | Removed run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.447 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.447 | 5446 | Assigned run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.447 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.447 | 8018 | Added a new worker 14 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.447 | 5446 | Removed run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.447 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.447 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.447 | 5446 | Assigned run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.447 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.447 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.447 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gZnDfH +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.447 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.447 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.447 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.447 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fo2LfF +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.449 | 8016 | Marked run 191 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.449 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.450 | 8015 | Marked run 192 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.450 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.453 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.453 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.453 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.454 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.459 | 5447 | Recursively removing directory: /tmp/git.fo2LfF/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.459 | 5450 | Recursively removing directory: /tmp/git.gZnDfH/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.460 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.460 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.460 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.460 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.460 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.461 | 8033 | Added a new worker 15 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.461 | 5446 | Removed run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.461 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.461 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.461 | 5446 | Assigned run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.461 | 8034 | Added a new worker 15 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.461 | 5446 | Removed run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.461 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.461 | 5446 | Assigned run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.461 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.461 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.460 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.460 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.460 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.461 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.COloK7 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.460 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.461 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ScKed1 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.463 | 8032 | Marked run 193 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.463 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.464 | 8031 | Marked run 194 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.464 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.465 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.466 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.466 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.466 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.472 | 5447 | Recursively removing directory: /tmp/git.ScKed1/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.472 | 5450 | Recursively removing directory: /tmp/git.COloK7/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.473 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.473 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.473 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.473 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.473 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.473 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.473 | 8048 | Added a new worker 15 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.473 | 5446 | Removed run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.473 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.473 | 5446 | Assigned run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.473 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.473 | 8050 | Added a new worker 8 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.473 | 5446 | Removed run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.473 | 5446 | Removed worker 8 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.473 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.474 | 5446 | Assigned run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.474 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.473 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Ks6Ved +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.473 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.473 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.473 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.474 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.CFyFls +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.475 | 8047 | Marked run 195 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.476 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.477 | 8049 | Marked run 196 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.477 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.478 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.479 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.479 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.479 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.485 | 5450 | Recursively removing directory: /tmp/git.CFyFls/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.485 | 5447 | Recursively removing directory: /tmp/git.Ks6Ved/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.486 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.486 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.486 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.486 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.486 | 8064 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.486 | 5446 | Removed run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.486 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.486 | 5446 | Assigned run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.486 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.487 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.487 | 8066 | Added a new worker 15 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.487 | 5446 | Removed run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.487 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.487 | 5446 | Assigned run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.487 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.487 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.486 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.486 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.CkWNHW +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.486 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.486 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.486 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.487 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.WnSab2 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.488 | 8063 | Marked run 198 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.488 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.490 | 8065 | Marked run 197 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.490 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.492 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.492 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.492 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.492 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.498 | 5447 | Recursively removing directory: /tmp/git.WnSab2/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.498 | 5450 | Recursively removing directory: /tmp/git.CkWNHW/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.500 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.500 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.500 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.500 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.500 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.500 | 8080 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.500 | 5446 | Removed run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.500 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.500 | 5446 | Assigned run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.500 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.500 | 8082 | Added a new worker 9 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.500 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.500 | 5446 | Removed run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.500 | 5446 | Removed worker 9 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.500 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.501 | 5446 | Assigned run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.500 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.500 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.500 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.501 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5RrRCJ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.501 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XsCsVx +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.502 | 8079 | Marked run 199 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.502 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.503 | 8081 | Marked run 200 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.503 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.506 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.506 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.506 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.507 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.512 | 5450 | Recursively removing directory: /tmp/git.XsCsVx/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.512 | 5447 | Recursively removing directory: /tmp/git.5RrRCJ/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.513 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.513 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.513 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.513 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.513 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.514 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.514 | 8097 | Added a new worker 15 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.514 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.514 | 8098 | Added a new worker 16 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.514 | 5446 | Removed run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.514 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.514 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.514 | 5446 | Assigned run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.514 | 5446 | Removed run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.514 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.514 | 5446 | Assigned run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.513 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.514 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.FNz5rS +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.513 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.513 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.513 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.514 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xUQSaF +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.516 | 8095 | Marked run 202 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.516 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.517 | 8096 | Marked run 201 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.517 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.519 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.519 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.520 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.520 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.525 | 5447 | Recursively removing directory: /tmp/git.FNz5rS/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.525 | 5450 | Recursively removing directory: /tmp/git.xUQSaF/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.527 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.527 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.527 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.527 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.527 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.527 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.527 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.527 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.527 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.jnT9Vs +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.527 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.527 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.527 | 8114 | Added a new worker 15 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.527 | 5446 | Removed run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.527 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.527 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.527 | 5446 | Assigned run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.527 | 8113 | Added a new worker 13 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.527 | 5446 | Removed run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.527 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.527 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.527 | 5446 | Assigned run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.528 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SETwtV +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.529 | 8111 | Marked run 203 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.529 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.532 | 8112 | Marked run 204 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.532 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.533 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.533 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.534 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.534 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.540 | 5447 | Recursively removing directory: /tmp/git.SETwtV/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.540 | 5450 | Recursively removing directory: /tmp/git.jnT9Vs/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.541 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.541 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.541 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.541 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.541 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.541 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.542 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.541 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.541 | 8128 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.541 | 5446 | Removed run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.541 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.541 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.541 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.541 | 5446 | Assigned run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.542 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.542 | 8130 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.542 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.542 | 5446 | Removed run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.542 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.542 | 5446 | Assigned run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.542 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0jon9E +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.542 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.FoJ27F +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.543 | 8127 | Marked run 206 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.544 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.545 | 8129 | Marked run 205 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.545 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.547 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.547 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.548 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.548 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.553 | 5447 | Recursively removing directory: /tmp/git.FoJ27F/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.553 | 5450 | Recursively removing directory: /tmp/git.0jon9E/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.554 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.554 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.555 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.555 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.555 | 8144 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.555 | 5446 | Removed run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.555 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.555 | 5446 | Assigned run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.555 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.555 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.555 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.555 | 8146 | Added a new worker 13 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.555 | 5446 | Removed run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.555 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.555 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.555 | 5446 | Assigned run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.555 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.555 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.555 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.555 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Wzt2bG +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.555 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.555 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.vp2DPl +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.556 | 8143 | Marked run 207 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.557 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.558 | 8145 | Marked run 208 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.558 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.560 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.560 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.561 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.561 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.566 | 5447 | Recursively removing directory: /tmp/git.vp2DPl/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.566 | 5450 | Recursively removing directory: /tmp/git.Wzt2bG/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.567 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.567 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.568 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.568 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.568 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.568 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.568 | 8161 | Added a new worker 14 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.568 | 5446 | Removed run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.568 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.568 | 5446 | Assigned run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.568 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.568 | 8162 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.568 | 5446 | Removed run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.568 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.568 | 5446 | Assigned run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.568 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.568 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.568 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.568 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.568 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TxYWvL +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.568 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.568 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.7BKtmf +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.570 | 8159 | Marked run 209 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.570 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.571 | 8160 | Marked run 210 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.571 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.573 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.573 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.574 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.574 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.580 | 5450 | Recursively removing directory: /tmp/git.TxYWvL/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.580 | 5447 | Recursively removing directory: /tmp/git.7BKtmf/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.581 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.581 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.581 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.581 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.581 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.581 | 8177 | Added a new worker 14 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.581 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.581 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.581 | 8178 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.581 | 5446 | Removed run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.581 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.581 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.581 | 5446 | Assigned run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.581 | 5446 | Removed run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.581 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.581 | 5446 | Assigned run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.581 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.581 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LZlh9L +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.581 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.581 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.581 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.581 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.L7d5f3 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.584 | 8176 | Marked run 211 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.584 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.586 | 8175 | Marked run 212 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.586 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.587 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.587 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.587 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.588 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.593 | 5447 | Recursively removing directory: /tmp/git.L7d5f3/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.594 | 5450 | Recursively removing directory: /tmp/git.LZlh9L/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.594 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.594 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.594 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.594 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.594 | 8192 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.595 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.595 | 5446 | Removed run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.595 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.595 | 5446 | Assigned run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.594 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.595 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.23RIev +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.595 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.595 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.595 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.595 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.596 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.596 | 8194 | Added a new worker 14 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.596 | 5446 | Removed run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.596 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.596 | 5446 | Assigned run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.596 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.596 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.mw7nwR +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.596 | 8191 | Marked run 214 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.597 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.598 | 8193 | Marked run 213 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.598 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.600 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.600 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.600 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.601 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.606 | 5447 | Recursively removing directory: /tmp/git.23RIev/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.606 | 5450 | Recursively removing directory: /tmp/git.mw7nwR/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.607 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.607 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.607 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.607 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.607 | 8208 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.607 | 5446 | Removed run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.607 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.607 | 5446 | Assigned run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.607 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.608 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yPHvxg +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.608 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.608 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.608 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.608 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.608 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.609 | 8210 | Added a new worker 14 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.609 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.609 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.609 | 5446 | Removed run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.609 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.609 | 5446 | Assigned run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.609 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nFJtR7 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.609 | 8207 | Marked run 215 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.609 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.611 | 8209 | Marked run 216 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.611 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.613 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.614 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.614 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.615 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.619 | 5447 | Recursively removing directory: /tmp/git.yPHvxg/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.621 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.621 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.621 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.621 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.621 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.621 | 8224 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.621 | 5446 | Removed run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.621 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.621 | 5446 | Assigned run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.621 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.621 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ziKspq +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.621 | 5450 | Recursively removing directory: /tmp/git.nFJtR7/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.623 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.623 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.623 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.623 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.623 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.624 | 8226 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.624 | 8223 | Marked run 217 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.624 | 5446 | Removed run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.624 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.624 | 5446 | Assigned run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.624 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.624 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.JklwLM +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.626 | 8225 | Marked run 218 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.626 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.628 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.628 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.629 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.630 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.634 | 5447 | Recursively removing directory: /tmp/git.ziKspq/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.635 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.635 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.635 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.635 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.635 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.636 | 8240 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.636 | 5446 | Removed run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.636 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.636 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.636 | 5446 | Assigned run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.636 | 5450 | Recursively removing directory: /tmp/git.JklwLM/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.636 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.FSuMEL +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.637 | 8239 | Marked run 219 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.637 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.638 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.638 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.638 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.638 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.638 | 8242 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.638 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.638 | 5446 | Removed run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.638 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.639 | 5446 | Assigned run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.638 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.639 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.srKg2B +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.640 | 8241 | Marked run 220 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.640 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.642 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.642 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.644 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.645 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.648 | 5447 | Recursively removing directory: /tmp/git.FSuMEL/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.649 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.649 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.649 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.650 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.650 | 8256 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.650 | 5446 | Removed run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.650 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.650 | 5446 | Assigned run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.650 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.650 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.7E7kfA +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.650 | 5450 | Recursively removing directory: /tmp/git.srKg2B/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.650 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.651 | 8255 | Marked run 221 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.652 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.652 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.652 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.653 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.653 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.653 | 8258 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.653 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.653 | 5446 | Removed run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.653 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.653 | 5446 | Assigned run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.653 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.653 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BjVW6k +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.654 | 8257 | Marked run 222 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.654 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.656 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.656 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.658 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.658 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.662 | 5447 | Recursively removing directory: /tmp/git.7E7kfA/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.663 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.663 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.664 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.664 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.664 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.664 | 8272 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.664 | 5446 | Removed run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.664 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.664 | 5446 | Assigned run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.664 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.664 | 5450 | Recursively removing directory: /tmp/git.BjVW6k/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.664 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.vWQygO +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.666 | 8271 | Marked run 223 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.666 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.666 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.667 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.667 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.667 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.667 | 8274 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.667 | 5446 | Removed run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.667 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.667 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.667 | 5446 | Assigned run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.667 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.667 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.55zjdV +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.669 | 8273 | Marked run 224 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.669 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.670 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.670 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.671 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.672 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.676 | 5447 | Recursively removing directory: /tmp/git.vWQygO/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.677 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.677 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.677 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.678 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.678 | 8288 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.678 | 5446 | Removed run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.678 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.678 | 5446 | Assigned run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.678 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.678 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YEcNan +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.677 | 5450 | Recursively removing directory: /tmp/git.55zjdV/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.678 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.679 | 8287 | Marked run 225 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.679 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.680 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.680 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.680 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.680 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.681 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2ruZvW +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.680 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.680 | 8290 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.680 | 5446 | Removed run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.680 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.680 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.680 | 5446 | Assigned run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.682 | 8289 | Marked run 226 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.682 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.684 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.684 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.685 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.685 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.690 | 5447 | Recursively removing directory: /tmp/git.YEcNan/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.691 | 5450 | Recursively removing directory: /tmp/git.2ruZvW/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.691 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.691 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.692 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.692 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.692 | 8304 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.692 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.692 | 5446 | Removed run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.692 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.692 | 5446 | Assigned run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.692 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.692 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.OACwpZ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.694 | 8303 | Marked run 227 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.694 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.694 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.694 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.694 | 8306 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.694 | 5446 | Removed run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.694 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.695 | 5446 | Assigned run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.695 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.694 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.694 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.694 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.695 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Um84gb +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.696 | 8305 | Marked run 228 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.697 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.698 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.699 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.699 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.700 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.704 | 5447 | Recursively removing directory: /tmp/git.OACwpZ/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.705 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.705 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.705 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.706 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.706 | 5450 | Recursively removing directory: /tmp/git.Um84gb/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.706 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.706 | 8320 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.706 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.706 | 5446 | Removed run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.706 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.706 | 5446 | Assigned run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.706 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LphdXo +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.708 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.708 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.708 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.708 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.h23Srl +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.708 | 8319 | Marked run 229 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.708 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.708 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.708 | 8322 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.708 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.708 | 5446 | Removed run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.708 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.708 | 5446 | Assigned run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.710 | 8321 | Marked run 230 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.710 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.711 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.712 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.713 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.714 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.717 | 5447 | Recursively removing directory: /tmp/git.LphdXo/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.719 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.719 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.719 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.719 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.719 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0Vvaev +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.719 | 5450 | Recursively removing directory: /tmp/git.h23Srl/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.719 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.719 | 8336 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.719 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.719 | 5446 | Removed run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.719 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.719 | 5446 | Assigned run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.721 | 8335 | Marked run 231 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.721 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.721 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.721 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.722 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.722 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.722 | 8338 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.722 | 5446 | Removed run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.722 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.722 | 5446 | Assigned run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.722 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.722 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.722 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nHuWTO +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.724 | 8337 | Marked run 232 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.724 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.725 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.725 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.726 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.727 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.731 | 5447 | Recursively removing directory: /tmp/git.0Vvaev/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.732 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.732 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.732 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.732 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.732 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.732 | 8352 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.732 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.733 | 5446 | Removed run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.733 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.733 | 5446 | Assigned run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.733 | 5450 | Recursively removing directory: /tmp/git.nHuWTO/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.733 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.h2Dy9t +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.734 | 8351 | Marked run 233 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.735 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.735 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.735 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.735 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.735 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.735 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.735 | 8354 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.735 | 5446 | Removed run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.735 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.735 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.735 | 5446 | Assigned run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.735 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gKhPks +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.737 | 8353 | Marked run 234 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.737 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.738 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.739 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.740 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.740 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.745 | 5447 | Recursively removing directory: /tmp/git.h2Dy9t/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.746 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.746 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.746 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.746 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.746 | 8368 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.746 | 5446 | Removed run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.746 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.746 | 5446 | Assigned run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.746 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.746 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.746 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RaAQTk +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.746 | 5450 | Recursively removing directory: /tmp/git.gKhPks/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.748 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.748 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.748 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.748 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.748 | 8370 | Added a new worker 13 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.748 | 5446 | Removed run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.748 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.748 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.748 | 5446 | Assigned run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.748 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.749 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Zfj0KN +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.750 | 8367 | Marked run 235 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.751 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.752 | 8369 | Marked run 236 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.752 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.754 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.755 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.755 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.755 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.760 | 5447 | Recursively removing directory: /tmp/git.RaAQTk/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.761 | 5450 | Recursively removing directory: /tmp/git.Zfj0KN/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.762 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.762 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.762 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.762 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.762 | 8384 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.762 | 5446 | Removed run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.762 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.762 | 5446 | Assigned run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.762 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.762 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.s4DVZs +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.762 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.763 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.763 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.763 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.763 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.763 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.763 | 8386 | Added a new worker 8 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.763 | 5446 | Removed run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.763 | 5446 | Removed worker 8 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.763 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.764 | 5446 | Assigned run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.764 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3DlWJ3 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.764 | 8383 | Marked run 237 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.764 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.767 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.768 | 8385 | Marked run 238 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.768 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.768 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.768 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.769 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.773 | 5447 | Recursively removing directory: /tmp/git.s4DVZs/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.775 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.775 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.775 | 5450 | Recursively removing directory: /tmp/git.3DlWJ3/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.775 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.775 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.775 | 8400 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.775 | 5446 | Removed run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.775 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.775 | 5446 | Assigned run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.775 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.775 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.775 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.765sLK +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.777 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.777 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.777 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.777 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.777 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.777 | 8402 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.777 | 5446 | Removed run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.777 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.777 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.777 | 5446 | Assigned run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.777 | 8399 | Marked run 239 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.778 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.778 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zrKFEh +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.780 | 8401 | Marked run 240 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.780 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.780 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.781 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.783 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.783 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.787 | 5447 | Recursively removing directory: /tmp/git.765sLK/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.788 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.788 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.788 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.788 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.788 | 8416 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.788 | 5446 | Removed run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.788 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.788 | 5446 | Assigned run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.788 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.789 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.mxdR3p +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.789 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.789 | 5450 | Recursively removing directory: /tmp/git.zrKFEh/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.790 | 8415 | Marked run 241 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.790 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.791 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.791 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.791 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.791 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.791 | 8418 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.791 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.791 | 5446 | Removed run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.791 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.791 | 5446 | Assigned run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.791 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.792 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.WphfLG +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.793 | 8417 | Marked run 242 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.793 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.794 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.794 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.796 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.797 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.800 | 5447 | Recursively removing directory: /tmp/git.mxdR3p/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.801 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.801 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.801 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.801 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.801 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.801 | 8432 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.801 | 5446 | Removed run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.801 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.802 | 5446 | Assigned run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.802 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9YpNFX +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.802 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.802 | 5450 | Recursively removing directory: /tmp/git.WphfLG/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.804 | 8431 | Marked run 243 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.804 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.805 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.805 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.805 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.805 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.805 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.805 | 8434 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.805 | 5446 | Removed run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.805 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.805 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.805 | 5446 | Assigned run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.806 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.FmzGfN +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.807 | 8433 | Marked run 244 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.807 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.807 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.808 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.810 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.810 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.814 | 5447 | Recursively removing directory: /tmp/git.9YpNFX/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.815 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.815 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.816 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.815 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.816 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.816 | 8448 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.816 | 5446 | Removed run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.816 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.816 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.816 | 5446 | Assigned run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.816 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qevOUS +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.816 | 5450 | Recursively removing directory: /tmp/git.FmzGfN/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.818 | 8447 | Marked run 245 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.818 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.818 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.818 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.818 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.818 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.818 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.818 | 8450 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.818 | 5446 | Removed run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.818 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.818 | 5446 | Assigned run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.819 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.819 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5dUTgZ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.821 | 8449 | Marked run 246 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.821 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.821 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.822 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.823 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.824 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.827 | 5447 | Recursively removing directory: /tmp/git.qevOUS/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.829 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.829 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.829 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.829 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.829 | 8464 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.829 | 5446 | Removed run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.829 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.829 | 5446 | Assigned run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.829 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.829 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.105Ndk +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.829 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.829 | 5450 | Recursively removing directory: /tmp/git.5dUTgZ/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.830 | 8463 | Marked run 247 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.831 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.831 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.831 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.832 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.832 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.832 | 8466 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.832 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.832 | 5446 | Removed run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.832 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.832 | 5446 | Assigned run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.832 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.832 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.joTMrq +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.833 | 8465 | Marked run 248 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.833 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.835 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.836 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.837 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.837 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.842 | 5447 | Recursively removing directory: /tmp/git.105Ndk/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.843 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.843 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.843 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.843 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.843 | 8480 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.843 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.843 | 5446 | Removed run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.843 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.843 | 5446 | Assigned run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.843 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.843 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XWs35W +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.843 | 5450 | Recursively removing directory: /tmp/git.joTMrq/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.845 | 8479 | Marked run 249 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.845 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.845 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.845 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.846 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.846 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.846 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.846 | 8482 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.846 | 5446 | Removed run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.846 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.846 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.846 | 5446 | Assigned run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.846 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gMeb7u +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.847 | 8481 | Marked run 250 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.847 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.849 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.850 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.851 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.852 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.856 | 5447 | Recursively removing directory: /tmp/git.XWs35W/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.857 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.857 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.857 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.857 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.857 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.857 | 8496 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.857 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.857 | 5450 | Recursively removing directory: /tmp/git.gMeb7u/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.858 | 5446 | Removed run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.858 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.858 | 5446 | Assigned run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.858 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.lzycoJ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.859 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.859 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.859 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.859 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.859 | 8498 | Added a new worker 13 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.859 | 5446 | Removed run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.859 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.859 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.859 | 5446 | Assigned run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.859 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.859 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zArJkf +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.862 | 8495 | Marked run 251 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.862 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.863 | 8497 | Marked run 252 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.863 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.864 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.865 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.865 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.865 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.870 | 5450 | Recursively removing directory: /tmp/git.zArJkf/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.871 | 5447 | Recursively removing directory: /tmp/git.lzycoJ/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.872 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.872 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.872 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.872 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.872 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.872 | 8512 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.872 | 5446 | Removed run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.872 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.872 | 5446 | Assigned run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.872 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.873 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.pXVhwE +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.873 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.873 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.873 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.873 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.873 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.873 | 8514 | Added a new worker 9 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.873 | 5446 | Removed run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.873 | 5446 | Removed worker 9 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.873 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.873 | 5446 | Assigned run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.873 | 8511 | Marked run 254 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.873 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.873 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Hh5qfL +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.875 | 8513 | Marked run 253 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.875 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.877 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.878 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.878 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.879 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.883 | 5447 | Recursively removing directory: /tmp/git.Hh5qfL/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.884 | 5450 | Recursively removing directory: /tmp/git.pXVhwE/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.885 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.885 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.885 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.885 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.885 | 8528 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.885 | 5446 | Removed run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.885 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.885 | 5446 | Assigned run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.885 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.885 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.885 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.glxfIq +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.886 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.886 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.886 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.886 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.886 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.887 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Jdcmjs +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.886 | 8530 | Added a new worker 14 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.886 | 5446 | Removed run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.886 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.886 | 5446 | Assigned run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.887 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.887 | 8527 | Marked run 256 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.887 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.889 | 8529 | Marked run 255 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.889 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.891 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.892 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.892 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.893 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.897 | 5447 | Recursively removing directory: /tmp/git.glxfIq/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.899 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.899 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.899 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.899 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.899 | 8544 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.899 | 5446 | Removed run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.899 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.899 | 5446 | Assigned run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.899 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.899 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.899 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Xqi4aI +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.899 | 5450 | Recursively removing directory: /tmp/git.Jdcmjs/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.901 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.901 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.901 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.901 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.901 | 8546 | Added a new worker 13 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.901 | 5446 | Removed run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.901 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.901 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.901 | 5446 | Assigned run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.901 | 8543 | Marked run 257 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.902 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.901 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.901 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3F6Gyu +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.903 | 8545 | Marked run 258 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.903 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.905 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.906 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.906 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.906 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.911 | 5447 | Recursively removing directory: /tmp/git.Xqi4aI/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.912 | 5450 | Recursively removing directory: /tmp/git.3F6Gyu/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.913 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.913 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.913 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.913 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.913 | 8560 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.913 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.913 | 5446 | Removed run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.913 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.913 | 5446 | Assigned run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.913 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.913 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.66Zrp6 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.914 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.914 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.915 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.915 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.915 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.915 | 8559 | Marked run 259 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.915 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.915 | 8562 | Added a new worker 6 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.915 | 5446 | Removed run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.915 | 5446 | Removed worker 6 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.915 | 5446 | Assigned run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.915 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.915 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EtlSDw +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.917 | 8561 | Marked run 260 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.917 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.918 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.919 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.920 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.920 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.924 | 5447 | Recursively removing directory: /tmp/git.66Zrp6/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.926 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.926 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.926 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.926 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.926 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.926 | 8576 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.926 | 5446 | Removed run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.926 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.926 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rRi0z4 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.926 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.926 | 5450 | Recursively removing directory: /tmp/git.EtlSDw/ +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.926 | 5446 | Assigned run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.928 | 8575 | Marked run 261 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.928 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.929 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.929 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.929 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.929 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.929 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.929 | 8578 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.929 | 5446 | Removed run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.929 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.929 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.929 | 5446 | Assigned run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.930 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xsMELR +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.931 | 8577 | Marked run 262 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.931 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.932 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.933 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.934 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.935 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.938 | 5447 | Recursively removing directory: /tmp/git.rRi0z4/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.940 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.940 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.940 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.940 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.940 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.940 | 8592 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.940 | 5446 | Removed run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.940 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.940 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.940 | 5446 | Assigned run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.940 | 5450 | Recursively removing directory: /tmp/git.xsMELR/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.941 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ebbD6A +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.942 | 8591 | Marked run 263 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.942 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.943 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.943 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.943 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.943 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.943 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.943 | 8594 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.943 | 5446 | Removed run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.943 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.943 | 5446 | Assigned run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.943 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.hto4vI +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.944 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.945 | 8593 | Marked run 264 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.945 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.946 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.946 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.948 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.948 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.952 | 5447 | Recursively removing directory: /tmp/git.ebbD6A/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.954 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.954 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.954 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.954 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.954 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.954 | 8608 | Added a new worker 10 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.954 | 5446 | Removed run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.954 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.954 | 5446 | Assigned run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.954 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.954 | 5450 | Recursively removing directory: /tmp/git.hto4vI/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.954 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.sEg2gs +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.956 | 8607 | Marked run 265 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.956 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.957 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.957 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.957 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.957 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.957 | 8610 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.957 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.957 | 5446 | Removed run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.957 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.957 | 5446 | Assigned run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.957 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.957 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kyhSte +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.959 | 8609 | Marked run 266 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.959 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.959 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.960 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.962 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.962 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.966 | 5447 | Recursively removing directory: /tmp/git.sEg2gs/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.967 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.967 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.967 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.968 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.968 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.968 | 8624 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.968 | 5446 | Removed run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.968 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.968 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.968 | 5446 | Assigned run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.968 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.6ugTI5 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.969 | 5450 | Recursively removing directory: /tmp/git.kyhSte/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.970 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.970 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.970 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.970 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.970 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.970 | 8626 | Added a new worker 13 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.970 | 5446 | Removed run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.970 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.970 | 5446 | Assigned run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.970 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.wGyr8T +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.971 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.973 | 8623 | Marked run 267 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.973 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.975 | 8625 | Marked run 268 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.975 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.975 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.976 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.976 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.977 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.982 | 5447 | Recursively removing directory: /tmp/git.6ugTI5/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.983 | 5450 | Recursively removing directory: /tmp/git.wGyr8T/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.983 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.983 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.983 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.984 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.984 | 8640 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.984 | 5446 | Removed run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.984 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.984 | 5446 | Assigned run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.984 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.984 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NgCgYS +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.984 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.985 | 5450 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.985 | 5450 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.985 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.985 | 5450 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.985 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.985 | 8642 | Added a new worker 14 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.985 | 5446 | Removed run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.985 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.985 | 5446 | Assigned run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.985 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nLTvc2 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.986 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.986 | 8639 | Marked run 269 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.986 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.988 | 8641 | Marked run 270 as finished +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.988 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.989 | 5447 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.990 | 5450 | Checking out revision HEAD +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.990 | 5447 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.991 | 5450 | Going to run: ./ci +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.995 | 5447 | Recursively removing directory: /tmp/git.NgCgYS/ +2024-01-28 10:55:07 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.996 | 5450 | Recursively removing directory: /tmp/git.nLTvc2/ +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.997 | 5447 | Process exit code: 0 +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.997 | 5447 | Process output: 57 bytes +2024-01-28 10:55:07 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.997 | 5447 | Waiting for a new command +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.997 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.997 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.997 | 8656 | Added a new worker 11 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.997 | 5446 | Removed run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.997 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.997 | 5446 | Assigned run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.997 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.998 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.998 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.998 | 8658 | Added a new worker 13 to the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.998 | 5446 | Removed run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.998 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.998 | 5446 | Assigned run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.998 | 5444 | Waiting for new connections +2024-01-28 10:55:07 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.999 | 8655 | Marked run 271 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:07.999 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:07.997 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XWG1se +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.997 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.997 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.998 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:07.998 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zvo1zh +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.001 | 8657 | Marked run 272 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.001 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.003 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.003 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.004 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.004 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.009 | 5447 | Recursively removing directory: /tmp/git.XWG1se/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.009 | 5450 | Recursively removing directory: /tmp/git.zvo1zh/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.011 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.011 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.011 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.011 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.011 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.011 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.011 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.011 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.011 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.p66prB +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.011 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.011 | 8673 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.012 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3MilRo +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.011 | 5446 | Removed run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.011 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.011 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.011 | 5446 | Assigned run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.011 | 8674 | Added a new worker 16 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.011 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.011 | 5446 | Removed run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.011 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.011 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.011 | 5446 | Assigned run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.013 | 8671 | Marked run 273 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.013 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.015 | 8672 | Marked run 274 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.015 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.016 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.017 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.017 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.018 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.023 | 5447 | Recursively removing directory: /tmp/git.p66prB/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.023 | 5450 | Recursively removing directory: /tmp/git.3MilRo/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.024 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.024 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.024 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.024 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.024 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.024 | 8688 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.024 | 5446 | Removed run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.024 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.024 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.024 | 5446 | Assigned run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.025 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.025 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.025 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.025 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.025 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.025 | 8690 | Added a new worker 13 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.025 | 5446 | Removed run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.025 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.025 | 5446 | Assigned run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.025 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.025 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.m3DCbd +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.025 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.vqMhRn +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.026 | 8687 | Marked run 275 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.027 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.028 | 8689 | Marked run 276 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.029 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.030 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.031 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.031 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.032 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.036 | 5447 | Recursively removing directory: /tmp/git.vqMhRn/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.038 | 5450 | Recursively removing directory: /tmp/git.m3DCbd/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.038 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.038 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.038 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.038 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.038 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.038 | 8704 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.038 | 5446 | Removed run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.038 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.038 | 5446 | Assigned run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.038 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.038 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.D3UX6U +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.040 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.040 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.040 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.040 | 8703 | Marked run 277 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.041 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.041 | 8706 | Added a new worker 6 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.041 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.041 | 5446 | Removed run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.041 | 5446 | Removed worker 6 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.041 | 5446 | Assigned run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.041 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.040 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.041 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LK8q6Q +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.042 | 8705 | Marked run 278 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.042 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.044 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.044 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.045 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.046 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.050 | 5447 | Recursively removing directory: /tmp/git.D3UX6U/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.051 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.051 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.051 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.051 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.051 | 8720 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.051 | 5446 | Removed run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.051 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.051 | 5446 | Assigned run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.052 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.051 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.052 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zGsWAO +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.051 | 5450 | Recursively removing directory: /tmp/git.LK8q6Q/ +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.053 | 8719 | Marked run 279 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.054 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.054 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.054 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.054 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.054 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.054 | 8722 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.054 | 5446 | Removed run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.054 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.054 | 5446 | Assigned run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.055 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.054 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.055 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VUgZF0 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.056 | 8721 | Marked run 280 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.056 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.057 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.058 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.059 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.060 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.063 | 5447 | Recursively removing directory: /tmp/git.zGsWAO/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.064 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.064 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.065 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.065 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.065 | 8735 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.065 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.065 | 5446 | Removed run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.065 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.065 | 5446 | Assigned run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.065 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.065 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.46W5pi +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.066 | 5450 | Recursively removing directory: /tmp/git.VUgZF0/ +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.067 | 8734 | Marked run 281 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.067 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.068 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.068 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.068 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.068 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.068 | 8738 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.068 | 5446 | Removed run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.068 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.068 | 5446 | Assigned run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.068 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.069 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YwbHZI +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.069 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.070 | 8737 | Marked run 282 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.070 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.070 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.071 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.073 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.074 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.076 | 5447 | Recursively removing directory: /tmp/git.46W5pi/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.078 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.078 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.078 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.078 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.078 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.078 | 8749 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.078 | 5446 | Removed run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.078 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.078 | 5446 | Assigned run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.078 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.078 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.iE0Fzz +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.081 | 5450 | Recursively removing directory: /tmp/git.YwbHZI/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.082 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.082 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.082 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.082 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.082 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.082 | 8754 | Added a new worker 13 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.082 | 5446 | Removed run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.082 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.082 | 5446 | Assigned run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.082 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.083 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.OZzpmx +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.083 | 8748 | Marked run 283 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.083 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.087 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.087 | 8753 | Marked run 284 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.087 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.088 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.089 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.090 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.093 | 5447 | Recursively removing directory: /tmp/git.iE0Fzz/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.095 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.095 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.095 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.095 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.095 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.095 | 8768 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.095 | 5446 | Removed run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.095 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.095 | 5446 | Assigned run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.095 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.095 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.u2QKxo +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.095 | 5450 | Recursively removing directory: /tmp/git.OZzpmx/ +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.097 | 8767 | Marked run 285 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.097 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.098 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.098 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.098 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.098 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.098 | 8770 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.098 | 5446 | Removed run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.098 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.098 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.098 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.098 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Pv2Hto +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.098 | 5446 | Assigned run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.100 | 8769 | Marked run 286 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.100 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.101 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.102 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.103 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.104 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.107 | 5447 | Recursively removing directory: /tmp/git.u2QKxo/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.108 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.108 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.109 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.109 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.109 | 8783 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.109 | 5446 | Removed run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.109 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.109 | 5446 | Assigned run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.109 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.109 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.109 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9QsAaf +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.110 | 5450 | Recursively removing directory: /tmp/git.Pv2Hto/ +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.112 | 8782 | Marked run 287 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.112 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.112 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.112 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.112 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.113 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.113 | 8786 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.113 | 5446 | Removed run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.113 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.113 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.113 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kSNeBI +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.113 | 5446 | Assigned run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.113 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.114 | 8785 | Marked run 288 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.114 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.115 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.116 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.117 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.118 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.121 | 5447 | Recursively removing directory: /tmp/git.9QsAaf/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.123 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.123 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.123 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.123 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.123 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.123 | 8800 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.123 | 5446 | Removed run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.123 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.123 | 5446 | Assigned run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.123 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.123 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.sYHLWu +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.124 | 5450 | Recursively removing directory: /tmp/git.kSNeBI/ +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.126 | 8799 | Marked run 289 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.126 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.126 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.126 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.126 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.126 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.126 | 8802 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.126 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.126 | 5446 | Removed run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.126 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.127 | 5446 | Assigned run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.126 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.127 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qrf7Rm +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.128 | 8801 | Marked run 290 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.128 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.130 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.131 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.132 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.132 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.136 | 5447 | Recursively removing directory: /tmp/git.sYHLWu/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.138 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.138 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.138 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.138 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.138 | 8816 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.138 | 5446 | Removed run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.138 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.138 | 5446 | Assigned run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.138 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.138 | 5450 | Recursively removing directory: /tmp/git.qrf7Rm/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.138 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.138 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.jsV8PU +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.140 | 8815 | Marked run 291 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.140 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.141 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.141 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.141 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.141 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.141 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.141 | 8818 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.141 | 5446 | Removed run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.141 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.141 | 5446 | Assigned run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.141 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.141 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NKcxHC +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.143 | 8817 | Marked run 292 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.143 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.143 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.144 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.146 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.146 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.149 | 5447 | Recursively removing directory: /tmp/git.jsV8PU/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.151 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.151 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.151 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.151 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.151 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.151 | 8831 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.151 | 5446 | Removed run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.151 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.151 | 5446 | Assigned run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.151 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.151 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.vOPjLJ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.152 | 5450 | Recursively removing directory: /tmp/git.NKcxHC/ +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.153 | 8830 | Marked run 293 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.153 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.154 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.154 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.154 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.154 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.154 | 8834 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.154 | 5446 | Removed run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.154 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.154 | 5446 | Assigned run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.154 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.154 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.154 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.4yG5KH +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.156 | 8833 | Marked run 294 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.156 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.157 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.157 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.159 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.159 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.163 | 5447 | Recursively removing directory: /tmp/git.vOPjLJ/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.165 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.165 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.165 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.165 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.165 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.165 | 8848 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.165 | 5446 | Removed run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.165 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.165 | 5446 | Assigned run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.166 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.165 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nD7leZ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.166 | 5450 | Recursively removing directory: /tmp/git.4yG5KH/ +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.167 | 8847 | Marked run 295 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.167 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.168 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.168 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.168 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.168 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.168 | 8850 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.168 | 5446 | Removed run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.168 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.168 | 5446 | Assigned run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.168 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.168 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.oebZzr +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.169 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.170 | 8849 | Marked run 296 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.170 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.171 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.172 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.173 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.174 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.178 | 5447 | Recursively removing directory: /tmp/git.nD7leZ/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.179 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.179 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.179 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.179 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.179 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.179 | 8864 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.179 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.179 | 5446 | Removed run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.179 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.180 | 5446 | Assigned run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.180 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.bNK1Fw +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.180 | 5450 | Recursively removing directory: /tmp/git.oebZzr/ +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.182 | 8863 | Marked run 297 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.182 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.182 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.182 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.182 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.182 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.182 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.183 | 8866 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.183 | 5446 | Removed run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.183 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.183 | 5446 | Assigned run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.183 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.183 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Cm0cP9 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.188 | 8865 | Marked run 298 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.188 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.190 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.190 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.190 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.191 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.196 | 5447 | Recursively removing directory: /tmp/git.bNK1Fw/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.196 | 5450 | Recursively removing directory: /tmp/git.Cm0cP9/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.197 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.197 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.197 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.197 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.197 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.198 | 8880 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.198 | 5446 | Removed run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.198 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.198 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.198 | 5446 | Assigned run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.198 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.eiEt6F +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.198 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.198 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.198 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.199 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.199 | 8882 | Added a new worker 14 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.199 | 5446 | Removed run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.199 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.199 | 5446 | Assigned run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.199 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.199 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.199 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RXzrX3 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.199 | 8879 | Marked run 299 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.199 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.201 | 8881 | Marked run 300 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.201 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.203 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.203 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.204 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.204 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.209 | 5447 | Recursively removing directory: /tmp/git.eiEt6F/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.209 | 5450 | Recursively removing directory: /tmp/git.RXzrX3/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.211 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.211 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.211 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.211 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.211 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.211 | 8896 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.211 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.211 | 5446 | Removed run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.211 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.211 | 5446 | Assigned run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.211 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.211 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.211 | 8898 | Added a new worker 13 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.211 | 5446 | Removed run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.211 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.211 | 5446 | Assigned run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.211 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.211 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.211 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.211 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.211 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.DTCZsv +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.211 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.mLC92N +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.213 | 8895 | Marked run 301 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.213 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.215 | 8897 | Marked run 302 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.215 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.217 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.217 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.217 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.217 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.223 | 5450 | Recursively removing directory: /tmp/git.DTCZsv/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.223 | 5447 | Recursively removing directory: /tmp/git.mLC92N/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.224 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.224 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.224 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.224 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.224 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.224 | 8912 | Added a new worker 12 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.224 | 5446 | Removed run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.224 | 5446 | Removed worker 12 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.224 | 5446 | Assigned run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.224 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.224 | 8914 | Added a new worker 12 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.224 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.225 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.225 | 5446 | Removed run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.225 | 5446 | Removed worker 12 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.225 | 5446 | Assigned run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.224 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.224 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Ve0A64 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.224 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.224 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.224 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.225 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LAiasw +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.227 | 8911 | Marked run 304 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.227 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.229 | 8913 | Marked run 303 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.229 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.230 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.230 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.231 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.231 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.236 | 5450 | Recursively removing directory: /tmp/git.Ve0A64/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.236 | 5447 | Recursively removing directory: /tmp/git.LAiasw/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.237 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.237 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.238 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.238 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.238 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.238 | 8929 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.238 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.238 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.238 | 5446 | Removed run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.238 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.238 | 5446 | Assigned run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.238 | 8930 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.238 | 5446 | Removed run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.238 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.238 | 5446 | Assigned run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.238 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.238 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.238 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ouosuC +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.238 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.238 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.238 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.239 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.o1QPRc +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.240 | 8928 | Marked run 306 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.240 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.241 | 8927 | Marked run 305 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.241 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.244 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.244 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.245 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.245 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.250 | 5450 | Recursively removing directory: /tmp/git.ouosuC/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.250 | 5447 | Recursively removing directory: /tmp/git.o1QPRc/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.251 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.251 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.251 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.251 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.252 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.251 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.252 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.252 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.252 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.252 | 8945 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.252 | 5446 | Removed run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.252 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.252 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.252 | 5446 | Assigned run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.252 | 8946 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.252 | 5446 | Removed run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.252 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.252 | 5446 | Assigned run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.252 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.252 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.oQAK6Y +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.252 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.252 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.dvQyq0 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.254 | 8943 | Marked run 307 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.254 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.255 | 8944 | Marked run 308 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.255 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.257 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.258 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.258 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.258 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.264 | 5450 | Recursively removing directory: /tmp/git.oQAK6Y/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.264 | 5447 | Recursively removing directory: /tmp/git.dvQyq0/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.265 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.265 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.265 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.265 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.265 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.265 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.265 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.265 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.265 | 8960 | Added a new worker 13 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.265 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.265 | 5446 | Removed run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.265 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.265 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.265 | 5446 | Assigned run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.265 | 8962 | Added a new worker 16 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.265 | 5446 | Removed run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.265 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.265 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.265 | 5446 | Assigned run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.265 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.265 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.02BJar +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.266 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NqsR4F +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.268 | 8959 | Marked run 309 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.268 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.270 | 8961 | Marked run 310 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.270 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.272 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.272 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.273 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.273 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.278 | 5447 | Recursively removing directory: /tmp/git.NqsR4F/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.279 | 5450 | Recursively removing directory: /tmp/git.02BJar/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.280 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.280 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.280 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.280 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.280 | 8976 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.280 | 5446 | Removed run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.280 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.280 | 5446 | Assigned run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.280 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.280 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.280 | 8978 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.280 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.280 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.280 | 5446 | Removed run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.280 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.280 | 5446 | Assigned run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.280 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.280 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.280 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.281 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YZKsbI +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.280 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.280 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Ile7py +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.282 | 8975 | Marked run 312 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.282 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.283 | 8977 | Marked run 311 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.284 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.285 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.285 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.286 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.286 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.292 | 5447 | Recursively removing directory: /tmp/git.Ile7py/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.292 | 5450 | Recursively removing directory: /tmp/git.YZKsbI/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.293 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.293 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.293 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.293 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.293 | 8992 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.293 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.293 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.293 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.293 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.293 | 5446 | Removed run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.293 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yImUCt +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.293 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.293 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.293 | 5446 | Assigned run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.293 | 8994 | Added a new worker 8 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.293 | 5446 | Removed run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.293 | 5446 | Removed worker 8 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.294 | 5446 | Assigned run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.294 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.294 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.294 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LGxtR6 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.295 | 8991 | Marked run 314 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.295 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.297 | 8993 | Marked run 313 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.298 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.299 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.299 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.300 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.300 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.305 | 5450 | Recursively removing directory: /tmp/git.yImUCt/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.305 | 5447 | Recursively removing directory: /tmp/git.LGxtR6/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.307 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.307 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.307 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.307 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.307 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.307 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.307 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.307 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.307 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.307 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.307 | 9009 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.307 | 5446 | Removed run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.307 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.307 | 5446 | Assigned run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.307 | 9010 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.307 | 5446 | Removed run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.307 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.307 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.307 | 5446 | Assigned run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.307 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.307 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.CJc0xn +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.307 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.IrmK9b +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.309 | 9008 | Marked run 316 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.309 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.311 | 9007 | Marked run 315 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.311 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.312 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.313 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.313 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.314 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.318 | 5450 | Recursively removing directory: /tmp/git.CJc0xn/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.319 | 5447 | Recursively removing directory: /tmp/git.IrmK9b/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.320 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.320 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.320 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.320 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.320 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.320 | 9024 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.320 | 5446 | Removed run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.320 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.320 | 5446 | Assigned run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.320 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.320 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.321 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.321 | 9026 | Added a new worker 13 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.321 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.321 | 5446 | Removed run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.321 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.321 | 5446 | Assigned run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.320 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.320 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.320 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.321 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qtB99I +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.320 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rzx1RN +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.322 | 9023 | Marked run 317 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.322 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.324 | 9025 | Marked run 318 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.324 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.325 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.325 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.326 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.326 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.331 | 5450 | Recursively removing directory: /tmp/git.rzx1RN/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.331 | 5447 | Recursively removing directory: /tmp/git.qtB99I/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.333 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.333 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.333 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.333 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.333 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.333 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.333 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.333 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.333 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.333 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.333 | 9041 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.333 | 9042 | Added a new worker 16 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.333 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.333 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.333 | 5446 | Removed run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.333 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.333 | 5446 | Assigned run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.333 | 5446 | Removed run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.333 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.333 | 5446 | Assigned run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.333 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.oCYVQZ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.333 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.sW6zjm +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.335 | 9040 | Marked run 320 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.335 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.337 | 9039 | Marked run 319 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.337 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.339 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.339 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.340 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.340 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.345 | 5447 | Recursively removing directory: /tmp/git.oCYVQZ/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.345 | 5450 | Recursively removing directory: /tmp/git.sW6zjm/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.346 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.346 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.347 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.347 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.347 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.347 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.347 | 9058 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.347 | 9057 | Added a new worker 16 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.347 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.347 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.347 | 5446 | Removed run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.347 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.347 | 5446 | Assigned run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.347 | 5446 | Removed run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.347 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.347 | 5446 | Assigned run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.347 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.347 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.8QKPyi +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.346 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.346 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.347 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.347 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.8pCj8u +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.349 | 9056 | Marked run 321 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.349 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.350 | 9055 | Marked run 322 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.350 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.352 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.352 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.353 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.353 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.358 | 5447 | Recursively removing directory: /tmp/git.8QKPyi/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.358 | 5450 | Recursively removing directory: /tmp/git.8pCj8u/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.360 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.360 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.360 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.360 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.360 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.360 | 9073 | Added a new worker 14 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.360 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.360 | 5446 | Removed run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.360 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.360 | 5446 | Assigned run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.360 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.360 | 9074 | Added a new worker 16 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.360 | 5446 | Removed run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.361 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.361 | 5446 | Assigned run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.361 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.360 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.360 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.360 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.361 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.H3Xta4 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.360 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.360 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YdLNDv +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.362 | 9072 | Marked run 323 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.362 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.364 | 9071 | Marked run 324 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.364 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.366 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.366 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.366 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.366 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.372 | 5447 | Recursively removing directory: /tmp/git.YdLNDv/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.372 | 5450 | Recursively removing directory: /tmp/git.H3Xta4/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.373 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.373 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.373 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.373 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.373 | 9088 | Added a new worker 12 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.373 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.373 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.373 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.373 | 5446 | Removed run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.373 | 5446 | Removed worker 12 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.374 | 5446 | Assigned run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.374 | 9090 | Added a new worker 14 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.374 | 5446 | Removed run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.374 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.374 | 5446 | Assigned run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.374 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.373 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.373 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.373 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.374 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.iet2bi +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.373 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.374 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.0FPjRj +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.375 | 9087 | Marked run 325 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.376 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.377 | 9089 | Marked run 326 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.377 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.379 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.379 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.380 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.380 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.386 | 5447 | Recursively removing directory: /tmp/git.0FPjRj/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.386 | 5450 | Recursively removing directory: /tmp/git.iet2bi/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.387 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.387 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.387 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.387 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.387 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.387 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.387 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.388 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.388 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.388 | 9106 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.388 | 5446 | Removed run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.388 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.388 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.388 | 5446 | Assigned run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.388 | 9105 | Added a new worker 16 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.388 | 5446 | Removed run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.388 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.388 | 5446 | Assigned run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.388 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.387 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.388 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.AQn1zy +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.388 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.DdWutM +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.390 | 9103 | Marked run 327 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.390 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.414 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.414 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.414 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.414 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.420 | 5450 | Recursively removing directory: /tmp/git.DdWutM/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.421 | 5447 | Recursively removing directory: /tmp/git.AQn1zy/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.422 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.422 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.422 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.423 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UHzEO7 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.422 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.422 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.422 | 9120 | Added a new worker 13 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.422 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.422 | 5446 | Removed run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.422 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.422 | 5446 | Assigned run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.423 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.423 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.423 | 9122 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.423 | 5446 | Removed run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.423 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.423 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.423 | 5446 | Assigned run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.423 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.423 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.423 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.423 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.dR3ylc +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.424 | 9104 | Marked run 328 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.424 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.450 | 9119 | Marked run 329 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.450 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.452 | 9121 | Marked run 330 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.452 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.453 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.454 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.454 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.454 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.460 | 5447 | Recursively removing directory: /tmp/git.dR3ylc/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.460 | 5450 | Recursively removing directory: /tmp/git.UHzEO7/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.461 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.461 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.461 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.461 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.461 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.461 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.461 | 9137 | Added a new worker 14 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.461 | 5446 | Removed run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.461 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.461 | 5446 | Assigned run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.461 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.461 | 9138 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.461 | 5446 | Removed run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.461 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.461 | 5446 | Assigned run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.462 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.461 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.461 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.k7Lkus +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.461 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.461 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.461 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.462 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.7ULXZ1 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.464 | 9135 | Marked run 332 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.464 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.465 | 9136 | Marked run 331 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.465 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.467 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.467 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.467 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.468 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.473 | 5450 | Recursively removing directory: /tmp/git.7ULXZ1/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.473 | 5447 | Recursively removing directory: /tmp/git.k7Lkus/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.474 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.474 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.474 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.474 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.474 | 9152 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.474 | 5446 | Removed run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.474 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.475 | 5446 | Assigned run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.475 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.475 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.475 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.475 | 9154 | Added a new worker 13 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.475 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.475 | 5446 | Removed run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.475 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.475 | 5446 | Assigned run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.474 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.475 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KPWL2N +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.475 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.475 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.475 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.475 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.6rIiuc +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.477 | 9151 | Marked run 334 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.477 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.478 | 9153 | Marked run 333 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.478 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.480 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.480 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.481 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.481 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.486 | 5447 | Recursively removing directory: /tmp/git.6rIiuc/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.486 | 5450 | Recursively removing directory: /tmp/git.KPWL2N/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.487 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.487 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.487 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.487 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.488 | 9168 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.488 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.488 | 5446 | Removed run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.488 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.488 | 5446 | Assigned run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.488 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.488 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.488 | 9170 | Added a new worker 13 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.488 | 5446 | Removed run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.488 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.488 | 5446 | Assigned run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.488 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.488 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.488 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.488 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.489 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RNqHa4 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.487 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.488 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.tqHPg6 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.490 | 9167 | Marked run 336 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.490 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.491 | 9169 | Marked run 335 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.492 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.493 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.494 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.494 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.494 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.500 | 5447 | Recursively removing directory: /tmp/git.tqHPg6/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.500 | 5450 | Recursively removing directory: /tmp/git.RNqHa4/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.501 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.501 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.501 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.501 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.501 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.501 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.501 | 9185 | Added a new worker 14 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.501 | 9186 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.501 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.501 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.501 | 5446 | Removed run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.501 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.501 | 5446 | Assigned run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.501 | 5446 | Removed run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.501 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.501 | 5446 | Assigned run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.501 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.501 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.bOcPAH +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.501 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.501 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.501 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.501 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.puzIVq +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.504 | 9184 | Marked run 338 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.504 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.505 | 9183 | Marked run 337 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.505 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.507 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.507 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.507 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.507 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.513 | 5447 | Recursively removing directory: /tmp/git.bOcPAH/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.513 | 5450 | Recursively removing directory: /tmp/git.puzIVq/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.514 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.514 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.514 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.514 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.514 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.514 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.514 | 9201 | Added a new worker 14 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.514 | 5446 | Removed run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.514 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.515 | 5446 | Assigned run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.515 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.515 | 9202 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.515 | 5446 | Removed run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.515 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.515 | 5446 | Assigned run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.515 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.514 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.515 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Ab1yMa +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.514 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.514 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.514 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.515 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.JKklv4 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.518 | 9199 | Marked run 339 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.518 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.520 | 9200 | Marked run 340 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.520 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.521 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.521 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.522 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.522 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.527 | 5447 | Recursively removing directory: /tmp/git.Ab1yMa/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.527 | 5450 | Recursively removing directory: /tmp/git.JKklv4/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.529 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.529 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.529 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.529 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.529 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.529 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.529 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.529 | 9218 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.529 | 5446 | Removed run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.529 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.529 | 5446 | Assigned run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.529 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.529 | 9217 | Added a new worker 12 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.529 | 5446 | Removed run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.529 | 5446 | Removed worker 12 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.529 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.529 | 5446 | Assigned run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.529 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.529 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.529 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.529 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UueFWY +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.529 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.pwFw3B +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.531 | 9215 | Marked run 342 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.531 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.533 | 9216 | Marked run 341 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.533 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.535 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.535 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.536 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.536 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.542 | 5447 | Recursively removing directory: /tmp/git.UueFWY/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.543 | 5450 | Recursively removing directory: /tmp/git.pwFw3B/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.543 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.543 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.544 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.544 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.544 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.544 | 9233 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.544 | 5446 | Removed run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.544 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.544 | 5446 | Assigned run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.544 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.544 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.e0uhF7 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.545 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.545 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.545 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.545 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.545 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.545 | 9235 | Added a new worker 14 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.545 | 5446 | Removed run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.545 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.545 | 5446 | Assigned run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.545 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.546 | 9232 | Marked run 343 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.546 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.545 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.88BFOh +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.548 | 9234 | Marked run 344 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.548 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.550 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.551 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.551 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.552 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.556 | 5447 | Recursively removing directory: /tmp/git.e0uhF7/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.557 | 5450 | Recursively removing directory: /tmp/git.88BFOh/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.557 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.557 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.558 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.558 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.558 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.558 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.a3C4Ga +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.558 | 9249 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.558 | 5446 | Removed run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.558 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.558 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.558 | 5446 | Assigned run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.559 | 9248 | Marked run 345 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.560 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.560 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.560 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.560 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.560 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.560 | 9251 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.560 | 5446 | Removed run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.560 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.560 | 5446 | Assigned run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.560 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.560 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.560 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SyNUSI +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.562 | 9250 | Marked run 346 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.562 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.564 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.564 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.566 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.566 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.570 | 5447 | Recursively removing directory: /tmp/git.a3C4Ga/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.571 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.571 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.572 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.572 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.572 | 9265 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.572 | 5446 | Removed run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.572 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.572 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.572 | 5446 | Assigned run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.572 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.572 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.zwDiox +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.572 | 5450 | Recursively removing directory: /tmp/git.SyNUSI/ +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.574 | 9264 | Marked run 347 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.574 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.575 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.575 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.575 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.575 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.575 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.575 | 9267 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.575 | 5446 | Removed run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.575 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.575 | 5446 | Assigned run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.575 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.575 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5w2Be1 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.577 | 9266 | Marked run 348 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.577 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.578 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.579 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.580 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.581 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.584 | 5447 | Recursively removing directory: /tmp/git.zwDiox/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.586 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.586 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.586 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.586 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.586 | 9281 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.586 | 5446 | Removed run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.586 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.586 | 5446 | Assigned run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.586 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.586 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.586 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TgtRzJ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.586 | 5450 | Recursively removing directory: /tmp/git.5w2Be1/ +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.588 | 9280 | Marked run 349 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.588 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.588 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.588 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.589 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.589 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.589 | 9283 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.589 | 5446 | Removed run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.589 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.589 | 5446 | Assigned run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.589 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.589 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.wTaNJK +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.589 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.591 | 9282 | Marked run 350 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.591 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.592 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.592 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.594 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.594 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.598 | 5447 | Recursively removing directory: /tmp/git.TgtRzJ/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.599 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.599 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.599 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.600 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.600 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.600 | 9297 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.600 | 5446 | Removed run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.600 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.600 | 5446 | Assigned run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.600 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.600 | 5450 | Recursively removing directory: /tmp/git.wTaNJK/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.600 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.A37ZCX +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.601 | 9296 | Marked run 351 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.602 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.602 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.602 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.603 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.603 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.603 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.603 | 9299 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.603 | 5446 | Removed run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.603 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.603 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.603 | 5446 | Assigned run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.603 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.6xBzBH +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.604 | 9298 | Marked run 352 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.605 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.605 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.606 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.607 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.608 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.611 | 5447 | Recursively removing directory: /tmp/git.A37ZCX/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.612 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.612 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.613 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.613 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.613 | 9312 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.613 | 5446 | Removed run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.613 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.613 | 5446 | Assigned run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.613 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.613 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.AB6ltF +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.613 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.615 | 5450 | Recursively removing directory: /tmp/git.6xBzBH/ +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.615 | 9311 | Marked run 353 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.616 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.616 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.616 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.616 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.616 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.616 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.616 | 9315 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.616 | 5446 | Removed run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.616 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.616 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.616 | 5446 | Assigned run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.617 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.miRoYj +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.619 | 9314 | Marked run 354 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.619 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.619 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.620 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.622 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.622 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.625 | 5447 | Recursively removing directory: /tmp/git.AB6ltF/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.626 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.626 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.627 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.627 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.627 | 9328 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.627 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.627 | 5446 | Removed run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.627 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.627 | 5446 | Assigned run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.626 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.627 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.llHBki +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.628 | 5450 | Recursively removing directory: /tmp/git.miRoYj/ +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.630 | 9327 | Marked run 355 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.630 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.631 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.631 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.631 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.631 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.631 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.631 | 9331 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.631 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.631 | 5446 | Removed run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.631 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.631 | 5446 | Assigned run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.632 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RZzuAz +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.633 | 9330 | Marked run 356 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.633 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.633 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.634 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.636 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.636 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.639 | 5447 | Recursively removing directory: /tmp/git.llHBki/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.641 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.641 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.641 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.641 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.641 | 9345 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.641 | 5446 | Removed run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.641 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.641 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.641 | 5446 | Assigned run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.641 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.641 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5mLZK8 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.642 | 5450 | Recursively removing directory: /tmp/git.RZzuAz/ +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.644 | 9344 | Marked run 357 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.644 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.644 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.644 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.644 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.645 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.645 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.645 | 9347 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.645 | 5446 | Removed run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.645 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.645 | 5446 | Assigned run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.645 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.645 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NGjxUx +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.647 | 9346 | Marked run 358 as finished +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.647 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.647 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.648 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.649 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.650 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.653 | 5447 | Recursively removing directory: /tmp/git.5mLZK8/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.655 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.655 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.655 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.655 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.655 | 9361 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.655 | 5446 | Removed run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.655 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.655 | 5446 | Assigned run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.655 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.655 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qupPb7 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.656 | 5450 | Recursively removing directory: /tmp/git.NGjxUx/ +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.656 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.657 | 9360 | Marked run 359 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.657 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.658 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.658 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.658 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.658 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.658 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.658 | 9363 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.658 | 5446 | Removed run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.658 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.658 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.658 | 5446 | Assigned run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.658 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SCu2Mp +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.660 | 9362 | Marked run 360 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.660 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.661 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.662 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.663 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.664 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.667 | 5447 | Recursively removing directory: /tmp/git.qupPb7/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.669 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.669 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.669 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.669 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.669 | 9377 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.669 | 5446 | Removed run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.669 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.669 | 5446 | Assigned run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.669 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.669 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fPpENR +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.669 | 5450 | Recursively removing directory: /tmp/git.SCu2Mp/ +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.670 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.671 | 9376 | Marked run 361 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.671 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.672 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.672 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.672 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.672 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.672 | 9379 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.672 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.672 | 5446 | Removed run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.672 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.672 | 5446 | Assigned run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.672 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.672 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.yZe2cr +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.673 | 9378 | Marked run 362 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.674 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.676 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.676 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.677 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.678 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.682 | 5447 | Recursively removing directory: /tmp/git.fPpENR/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.683 | 5450 | Recursively removing directory: /tmp/git.yZe2cr/ +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.683 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.684 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.684 | 9393 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.684 | 5446 | Removed run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.684 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.684 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.684 | 5446 | Assigned run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.683 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.683 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.684 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.684 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3YE0yW +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.686 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.686 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.686 | 9392 | Marked run 363 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.686 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.686 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.686 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.686 | 9395 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.686 | 5446 | Removed run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.686 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.686 | 5446 | Assigned run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.686 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.686 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.03SxXO +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.687 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.688 | 9394 | Marked run 364 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.688 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.689 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.690 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.691 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.692 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.696 | 5447 | Recursively removing directory: /tmp/git.3YE0yW/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.697 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.697 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.697 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.697 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.698 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.698 | 9409 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.698 | 5446 | Removed run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.698 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.698 | 5446 | Assigned run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.698 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.698 | 5450 | Recursively removing directory: /tmp/git.03SxXO/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.698 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.84om85 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.699 | 9408 | Marked run 365 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.699 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.700 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.700 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.700 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.700 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.700 | 9411 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.700 | 5446 | Removed run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.700 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.700 | 5446 | Assigned run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.700 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.700 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.700 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.d9pHcC +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.702 | 9410 | Marked run 366 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.702 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.703 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.704 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.705 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.705 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.709 | 5447 | Recursively removing directory: /tmp/git.84om85/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.711 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.711 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.711 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.711 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.711 | 9425 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.711 | 5446 | Removed run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.711 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.711 | 5446 | Assigned run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.711 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.711 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.711 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gQLCm9 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.711 | 5450 | Recursively removing directory: /tmp/git.d9pHcC/ +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.713 | 9424 | Marked run 367 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.713 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.713 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.713 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.713 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.714 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fu2eCy +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.713 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.713 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.713 | 9427 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.713 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.713 | 5446 | Removed run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.713 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.714 | 5446 | Assigned run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.715 | 9426 | Marked run 368 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.715 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.717 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.717 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.718 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.719 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.723 | 5447 | Recursively removing directory: /tmp/git.gQLCm9/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.724 | 5450 | Recursively removing directory: /tmp/git.fu2eCy/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.725 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.725 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.725 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.725 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.725 | 9441 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.725 | 5446 | Removed run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.725 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.725 | 5446 | Assigned run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.725 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.725 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.725 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ZZnapT +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.727 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.727 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.727 | 9440 | Marked run 369 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.727 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.727 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.727 | 9443 | Added a new worker 7 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.727 | 5446 | Removed run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.727 | 5446 | Removed worker 7 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.727 | 5446 | Assigned run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 7 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.727 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.727 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.727 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.h8u9fI +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.729 | 9442 | Marked run 370 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.729 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.730 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.731 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.732 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.733 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.736 | 5447 | Recursively removing directory: /tmp/git.ZZnapT/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.738 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.738 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.738 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.738 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.738 | 9457 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.738 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.738 | 5446 | Removed run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.738 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.738 | 5446 | Assigned run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.738 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.738 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BYWIyr +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.738 | 5450 | Recursively removing directory: /tmp/git.h8u9fI/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.740 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.740 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.740 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.740 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.740 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.740 | 9459 | Added a new worker 13 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.740 | 5446 | Removed run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.740 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.740 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.740 | 5446 | Assigned run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.740 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2p2vAW +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.743 | 9456 | Marked run 371 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.743 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.746 | 9458 | Marked run 372 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.746 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.746 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.746 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.747 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.747 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.752 | 5447 | Recursively removing directory: /tmp/git.BYWIyr/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.752 | 5450 | Recursively removing directory: /tmp/git.2p2vAW/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.754 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.754 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.754 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.754 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.754 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.754 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.754 | 9474 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.754 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.754 | 5446 | Removed run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.754 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.754 | 5446 | Assigned run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.754 | 9475 | Added a new worker 16 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.754 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.754 | 5446 | Removed run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.754 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.755 | 5446 | Assigned run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.754 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.V0urG6 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.754 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.754 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.754 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.755 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.WZ27bE +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.756 | 9472 | Marked run 374 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.756 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.758 | 9473 | Marked run 373 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.758 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.759 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.759 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.760 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.760 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.766 | 5447 | Recursively removing directory: /tmp/git.WZ27bE/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.766 | 5450 | Recursively removing directory: /tmp/git.V0urG6/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.767 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.767 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.767 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.767 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.767 | 9489 | Added a new worker 12 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.767 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.767 | 5446 | Removed run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.767 | 5446 | Removed worker 12 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.767 | 5446 | Assigned run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.767 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.767 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.768 | 9491 | Added a new worker 13 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.768 | 5446 | Removed run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.768 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.768 | 5446 | Assigned run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.768 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.767 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.767 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.767 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.768 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.l2sfYN +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.767 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.767 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.vwqyiR +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.769 | 9488 | Marked run 376 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.770 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.771 | 9490 | Marked run 375 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.771 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.773 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.774 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.774 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.774 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.780 | 5447 | Recursively removing directory: /tmp/git.vwqyiR/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.780 | 5450 | Recursively removing directory: /tmp/git.l2sfYN/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.781 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.781 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.781 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.781 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.781 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.781 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.781 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.781 | 9505 | Added a new worker 12 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.781 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.781 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.781 | 5446 | Removed run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.781 | 5446 | Removed worker 12 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.781 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.781 | 5446 | Assigned run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.782 | 9507 | Added a new worker 12 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.782 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.782 | 5446 | Removed run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.782 | 5446 | Removed worker 12 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.782 | 5446 | Assigned run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.781 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.782 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.suwfim +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.782 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KsTNRV +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.783 | 9504 | Marked run 377 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.783 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.785 | 9506 | Marked run 378 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.785 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.787 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.787 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.793 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.793 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.799 | 5447 | Recursively removing directory: /tmp/git.KsTNRV/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.799 | 5450 | Recursively removing directory: /tmp/git.suwfim/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.800 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.800 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.800 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.801 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.801 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.801 | 9521 | Added a new worker 13 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.801 | 5446 | Removed run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.801 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.801 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.801 | 5446 | Assigned run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.801 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.801 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.801 | 9523 | Added a new worker 8 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.801 | 5446 | Removed run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.801 | 5446 | Removed worker 8 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.801 | 5446 | Assigned run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.801 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.800 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.800 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.801 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.801 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.l3QnXU +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.801 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Pc6ZVh +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.803 | 9520 | Marked run 379 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.803 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.804 | 9522 | Marked run 380 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.805 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.806 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.806 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.807 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.807 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.812 | 5450 | Recursively removing directory: /tmp/git.l3QnXU/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.812 | 5447 | Recursively removing directory: /tmp/git.Pc6ZVh/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.814 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.814 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.814 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.814 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.814 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.814 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.814 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.814 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.814 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.814 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.814 | 9539 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.814 | 9537 | Added a new worker 16 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.814 | 5446 | Removed run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.814 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.814 | 5446 | Assigned run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.814 | 5446 | Removed run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.814 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.814 | 5446 | Assigned run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.815 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.814 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.J7pYbz +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.814 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.WNrVAl +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.816 | 9536 | Marked run 381 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.816 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.818 | 9538 | Marked run 382 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.818 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.819 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.819 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.820 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.820 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.826 | 5450 | Recursively removing directory: /tmp/git.WNrVAl/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.826 | 5447 | Recursively removing directory: /tmp/git.J7pYbz/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.827 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.827 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.827 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.827 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.827 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.827 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.827 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.827 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.827 | 9554 | Added a new worker 14 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.827 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.827 | 9555 | Added a new worker 16 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.827 | 5446 | Removed run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.827 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.827 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.827 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.828 | 5446 | Assigned run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.828 | 5446 | Removed run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.828 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.828 | 5446 | Assigned run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.828 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.hvxqKY +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.827 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.828 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.QJCzbV +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.829 | 9553 | Marked run 384 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.829 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.831 | 9552 | Marked run 383 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.832 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.833 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.833 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.834 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.834 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.839 | 5450 | Recursively removing directory: /tmp/git.QJCzbV/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.839 | 5447 | Recursively removing directory: /tmp/git.hvxqKY/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.841 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.841 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.841 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.841 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.841 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.841 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.841 | 9569 | Added a new worker 13 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.841 | 9571 | Added a new worker 16 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.841 | 5446 | Removed run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.841 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.841 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.841 | 5446 | Assigned run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.841 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.841 | 5446 | Removed run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.841 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.842 | 5446 | Assigned run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.841 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.841 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9a9Eh7 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.841 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.841 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.841 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.842 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LzcbLG +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.843 | 9568 | Marked run 386 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.843 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.844 | 9570 | Marked run 385 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.844 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.846 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.846 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.847 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.847 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.852 | 5447 | Recursively removing directory: /tmp/git.9a9Eh7/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.852 | 5450 | Recursively removing directory: /tmp/git.LzcbLG/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.854 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.854 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.854 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.854 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.854 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.854 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.854 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.854 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.854 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.854 | 9586 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.854 | 5446 | Removed run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.854 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.854 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.854 | 5446 | Assigned run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.854 | 9587 | Added a new worker 16 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.854 | 5446 | Removed run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.854 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.854 | 5446 | Assigned run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.855 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.855 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.854 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9OoAbF +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.854 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.pLzB2Y +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.856 | 9584 | Marked run 388 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.856 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.858 | 9585 | Marked run 387 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.858 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.860 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.860 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.860 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.860 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.866 | 5447 | Recursively removing directory: /tmp/git.pLzB2Y/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.866 | 5450 | Recursively removing directory: /tmp/git.9OoAbF/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.867 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.867 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.867 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.867 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.867 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.868 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.868 | 9602 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.868 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.868 | 5446 | Removed run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.868 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.868 | 5446 | Assigned run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.868 | 9603 | Added a new worker 16 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.868 | 5446 | Removed run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.868 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.868 | 5446 | Assigned run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.868 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.868 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.868 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2R48cL +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.867 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.867 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.867 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.868 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5cj43F +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.869 | 9600 | Marked run 389 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.870 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.871 | 9601 | Marked run 390 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.871 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.873 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.873 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.874 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.874 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.879 | 5447 | Recursively removing directory: /tmp/git.5cj43F/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.879 | 5450 | Recursively removing directory: /tmp/git.2R48cL/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.880 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.880 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.880 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.880 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.881 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.880 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.881 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9kJ0MF +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.880 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.880 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.881 | 9617 | Added a new worker 12 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.881 | 5446 | Removed run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.881 | 5446 | Removed worker 12 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.881 | 5446 | Assigned run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.881 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.881 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.881 | 9619 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.881 | 5446 | Removed run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.881 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.881 | 5446 | Assigned run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.881 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.881 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.881 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.N2YHB0 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.883 | 9616 | Marked run 392 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.883 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.886 | 9618 | Marked run 391 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.886 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.887 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.887 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.887 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.888 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.893 | 5447 | Recursively removing directory: /tmp/git.9kJ0MF/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.894 | 5450 | Recursively removing directory: /tmp/git.N2YHB0/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.894 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.894 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.894 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.894 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.894 | 9633 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.894 | 5446 | Removed run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.894 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.895 | 5446 | Assigned run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.894 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.895 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2RIEZ5 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.895 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.895 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.895 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.895 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.895 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.895 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.895 | 9635 | Added a new worker 13 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.895 | 5446 | Removed run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.895 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.895 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.895 | 5446 | Assigned run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.896 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.lzYzMN +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.897 | 9632 | Marked run 393 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.897 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.899 | 9634 | Marked run 394 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.900 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.901 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.901 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.902 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.902 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.908 | 5450 | Recursively removing directory: /tmp/git.lzYzMN/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.908 | 5447 | Recursively removing directory: /tmp/git.2RIEZ5/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.909 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.909 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.909 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.909 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.909 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.909 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.909 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.909 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.909 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rYzEOH +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.909 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.909 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SVCcYK +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.909 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.909 | 9650 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.909 | 9651 | Added a new worker 16 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.909 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.909 | 5446 | Removed run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.909 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.909 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.909 | 5446 | Assigned run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.909 | 5446 | Removed run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.909 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.909 | 5446 | Assigned run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.911 | 9649 | Marked run 395 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.911 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.913 | 9648 | Marked run 396 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.913 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.915 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.915 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.916 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.916 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.921 | 5447 | Recursively removing directory: /tmp/git.rYzEOH/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.921 | 5450 | Recursively removing directory: /tmp/git.SVCcYK/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.922 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.922 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.922 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.922 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.923 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.923 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.923 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.923 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.923 | 9666 | Added a new worker 14 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.923 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.923 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.923 | 9667 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.923 | 5446 | Removed run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.923 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.923 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.923 | 5446 | Assigned run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.923 | 5446 | Removed run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.923 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.923 | 5446 | Assigned run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.923 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Xm6zC1 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.923 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.923 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YT0xCx +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.925 | 9664 | Marked run 398 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.925 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.926 | 9665 | Marked run 397 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.926 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.929 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.929 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.929 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.930 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.935 | 5450 | Recursively removing directory: /tmp/git.Xm6zC1/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.935 | 5447 | Recursively removing directory: /tmp/git.YT0xCx/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.936 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.936 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.936 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.937 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.937 | 9681 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.937 | 5446 | Removed run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.937 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.937 | 5446 | Assigned run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.937 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.937 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.937 | 9683 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.937 | 5446 | Removed run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.937 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.937 | 5446 | Assigned run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.937 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.937 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.937 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.937 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.1uHZWF +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.937 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.937 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.937 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.937 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EqTdhA +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.939 | 9680 | Marked run 400 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.939 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.941 | 9682 | Marked run 399 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.941 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.942 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.942 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.943 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.943 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.948 | 5447 | Recursively removing directory: /tmp/git.EqTdhA/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.948 | 5450 | Recursively removing directory: /tmp/git.1uHZWF/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.950 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.950 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.950 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.950 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.950 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.950 | 9698 | Added a new worker 14 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.950 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.950 | 5446 | Removed run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.950 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.950 | 5446 | Assigned run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.950 | 9699 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.950 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.950 | 5446 | Removed run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.950 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.950 | 5446 | Assigned run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.950 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.950 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.950 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.950 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.951 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9yJwBp +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.950 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.950 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.k2i4gh +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.952 | 9696 | Marked run 402 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.952 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.953 | 9697 | Marked run 401 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.954 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.956 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.956 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.957 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.957 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.962 | 5447 | Recursively removing directory: /tmp/git.k2i4gh/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.962 | 5450 | Recursively removing directory: /tmp/git.9yJwBp/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.963 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.963 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.964 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.964 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.964 | 9713 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.964 | 5446 | Removed run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.964 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.964 | 5446 | Assigned run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.964 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.964 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.964 | 9715 | Added a new worker 13 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.964 | 5446 | Removed run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.964 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.964 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.964 | 5446 | Assigned run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.964 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.964 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.964 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.964 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.OsV4YO +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.964 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.964 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TqHzga +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.967 | 9712 | Marked run 404 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.967 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.968 | 9714 | Marked run 403 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.968 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.970 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.970 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.970 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.971 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.976 | 5447 | Recursively removing directory: /tmp/git.OsV4YO/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.976 | 5450 | Recursively removing directory: /tmp/git.TqHzga/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.978 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.978 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.978 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.978 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.978 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.978 | 9730 | Added a new worker 15 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.978 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.978 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.978 | 5446 | Removed run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.978 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.978 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.978 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.978 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.978 | 5446 | Assigned run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.978 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.978 | 9731 | Added a new worker 10 to the queue +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.978 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gFGekC +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.978 | 5446 | Removed run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.978 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.978 | 5446 | Assigned run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.978 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.979 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TkDEva +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.980 | 9729 | Marked run 406 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.980 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.982 | 9728 | Marked run 405 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.982 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.984 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.984 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.984 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.985 | 5450 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.990 | 5447 | Recursively removing directory: /tmp/git.gFGekC/ +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.990 | 5450 | Recursively removing directory: /tmp/git.TkDEva/ +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.991 | 5447 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.991 | 5447 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.991 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.992 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.992 | 9745 | Added a new worker 11 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.992 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.992 | 5446 | Removed run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.992 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.992 | 5446 | Assigned run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.992 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.992 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.992 | 9747 | Added a new worker 13 to the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.992 | 5446 | Removed run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.992 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.992 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.992 | 5446 | Assigned run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.992 | 5447 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.992 | 5450 | Process exit code: 0 +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.992 | 5450 | Process output: 57 bytes +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.992 | 5450 | Waiting for a new command +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.992 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nosEwL +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.992 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.K8BXPJ +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.994 | 9744 | Marked run 407 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.994 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.995 | 9746 | Marked run 408 as finished +2024-01-28 10:55:08 | INFO | 5444/cimple-server: 2024-01-28 10:55:08.995 | 5444 | Waiting for new connections +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.997 | 5447 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.997 | 5450 | Checking out revision HEAD +2024-01-28 10:55:08 | INFO | 5447/cimple-worker: 2024-01-28 10:55:08.998 | 5447 | Going to run: ./ci +2024-01-28 10:55:08 | INFO | 5450/cimple-worker: 2024-01-28 10:55:08.998 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.004 | 5447 | Recursively removing directory: /tmp/git.K8BXPJ/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.004 | 5450 | Recursively removing directory: /tmp/git.nosEwL/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.005 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.005 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.005 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.005 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.005 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.005 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.005 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.005 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.005 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.005 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.005 | 9762 | Added a new worker 14 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.005 | 5446 | Removed run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.005 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.005 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.005 | 5446 | Assigned run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.005 | 9763 | Added a new worker 15 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.005 | 5446 | Removed run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.005 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.006 | 5446 | Assigned run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.006 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.006 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.UkrYWF +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.006 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.frp4Uw +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.007 | 9761 | Marked run 410 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.008 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.009 | 9760 | Marked run 409 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.009 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.011 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.011 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.012 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.012 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.018 | 5447 | Recursively removing directory: /tmp/git.UkrYWF/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.018 | 5450 | Recursively removing directory: /tmp/git.frp4Uw/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.019 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.019 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.019 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.019 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.019 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.019 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.019 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.019 | 9778 | Added a new worker 15 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.019 | 5446 | Removed run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.019 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.019 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.019 | 5446 | Assigned run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.019 | 9779 | Added a new worker 16 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.019 | 5446 | Removed run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.019 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.019 | 5446 | Assigned run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.019 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.019 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kSMuHx +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.019 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.019 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.019 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.019 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.1EtTu7 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.021 | 9777 | Marked run 412 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.021 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.023 | 9776 | Marked run 411 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.023 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.024 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.025 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.025 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.026 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.031 | 5447 | Recursively removing directory: /tmp/git.1EtTu7/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.031 | 5450 | Recursively removing directory: /tmp/git.kSMuHx/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.032 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.032 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.032 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.032 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.032 | 9793 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.032 | 5446 | Removed run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.032 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.032 | 5446 | Assigned run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.032 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.032 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PBqVR6 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.033 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.034 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.034 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.034 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.034 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.034 | 9795 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.034 | 9792 | Marked run 414 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.034 | 5446 | Removed run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.034 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.034 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.034 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.035 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.egbZRh +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.035 | 5446 | Assigned run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.035 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.036 | 9794 | Marked run 413 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.036 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.038 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.039 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.040 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.040 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.044 | 5447 | Recursively removing directory: /tmp/git.PBqVR6/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.046 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.046 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.046 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.046 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.046 | 9809 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.046 | 5446 | Removed run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.046 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.046 | 5446 | Assigned run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.046 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.046 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.046 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.IGU76w +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.046 | 5450 | Recursively removing directory: /tmp/git.egbZRh/ +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.048 | 9808 | Marked run 415 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.048 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.049 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.049 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.049 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.049 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.049 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.049 | 9811 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.049 | 5446 | Removed run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.049 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.049 | 5446 | Assigned run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.049 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.049 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3FDOs6 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.051 | 9810 | Marked run 416 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.051 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.052 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.053 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.054 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.054 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.058 | 5447 | Recursively removing directory: /tmp/git.IGU76w/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.060 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.060 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.060 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.060 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.060 | 9825 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.060 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.060 | 5446 | Removed run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.060 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.060 | 5446 | Assigned run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.060 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.060 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.D3NnpU +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.060 | 5450 | Recursively removing directory: /tmp/git.3FDOs6/ +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.062 | 9824 | Marked run 417 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.062 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.063 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.063 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.063 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.063 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.063 | 9827 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.063 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.063 | 5446 | Removed run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.063 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.063 | 5446 | Assigned run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.063 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.063 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.3oyqoM +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.065 | 9826 | Marked run 418 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.066 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.066 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.069 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.071 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.072 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.074 | 5447 | Recursively removing directory: /tmp/git.D3NnpU/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.076 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.076 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.076 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.076 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.076 | 9840 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.076 | 5446 | Removed run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.076 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.076 | 5446 | Assigned run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.076 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.076 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.076 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XX3YZq +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.078 | 5450 | Recursively removing directory: /tmp/git.3oyqoM/ +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.078 | 9839 | Marked run 419 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.078 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.079 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.079 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.079 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.079 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.079 | 9843 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.079 | 5446 | Removed run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.079 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.080 | 5446 | Assigned run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.080 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.079 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.080 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.JgxJgk +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.082 | 9842 | Marked run 420 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.082 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.082 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.083 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.085 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.085 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.088 | 5447 | Recursively removing directory: /tmp/git.XX3YZq/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.090 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.090 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.090 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.090 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.090 | 9854 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.090 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.090 | 5446 | Removed run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.090 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.090 | 5446 | Assigned run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.090 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.090 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.hqaOjV +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.092 | 9853 | Marked run 421 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.092 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.093 | 5450 | Recursively removing directory: /tmp/git.JgxJgk/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.094 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.094 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.094 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.094 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.094 | 9859 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.094 | 5446 | Removed run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.094 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.094 | 5446 | Assigned run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.095 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.094 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.094 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.YQz3ro +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.095 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.096 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.096 | 9858 | Marked run 422 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.096 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.099 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.099 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.102 | 5447 | Recursively removing directory: /tmp/git.hqaOjV/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.103 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.103 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.103 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.103 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.104 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.5SXMyH +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.103 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.103 | 9871 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.103 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.103 | 5446 | Removed run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.103 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.104 | 5446 | Assigned run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.105 | 9869 | Marked run 423 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.105 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.106 | 5450 | Recursively removing directory: /tmp/git.YQz3ro/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.107 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.107 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.107 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.107 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.107 | 9875 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.107 | 5446 | Removed run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.107 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.107 | 5446 | Assigned run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.107 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.107 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.107 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kp7g60 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.109 | 9874 | Marked run 424 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.109 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.110 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.110 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.112 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.113 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.116 | 5447 | Recursively removing directory: /tmp/git.5SXMyH/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.117 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.117 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.117 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.117 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.117 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.117 | 9888 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.117 | 5446 | Removed run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.117 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.117 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.118 | 5446 | Assigned run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.118 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.lRaJup +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.119 | 5450 | Recursively removing directory: /tmp/git.kp7g60/ +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.119 | 9887 | Marked run 425 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.119 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.120 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.120 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.120 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.120 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.120 | 9891 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.120 | 5446 | Removed run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.120 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.120 | 5446 | Assigned run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.120 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.120 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.vcDssE +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.121 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.122 | 9890 | Marked run 426 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.122 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.123 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.124 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.125 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.126 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.129 | 5447 | Recursively removing directory: /tmp/git.lRaJup/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.130 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.130 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.131 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.131 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.131 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.131 | 9905 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.131 | 5446 | Removed run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.131 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.131 | 5446 | Assigned run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.131 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.131 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.mRa8d4 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.131 | 5450 | Recursively removing directory: /tmp/git.vcDssE/ +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.133 | 9904 | Marked run 427 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.133 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.133 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.133 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.134 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.134 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.134 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.134 | 9907 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.134 | 5446 | Removed run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.134 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.134 | 5446 | Assigned run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.134 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.134 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.MmEIaL +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.136 | 9906 | Marked run 428 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.136 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.137 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.138 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.139 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.139 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.143 | 5447 | Recursively removing directory: /tmp/git.mRa8d4/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.144 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.145 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.145 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.145 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.145 | 9921 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.145 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.145 | 5446 | Removed run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.145 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.145 | 5446 | Assigned run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.145 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.145 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.2YxHJc +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.145 | 5450 | Recursively removing directory: /tmp/git.MmEIaL/ +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.147 | 9920 | Marked run 429 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.147 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.147 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.147 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.147 | 9923 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.147 | 5446 | Removed run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.147 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.147 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.147 | 5446 | Assigned run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.147 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.147 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.147 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.148 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KROz4s +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.150 | 9922 | Marked run 430 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.150 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.151 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.152 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.152 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.153 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.157 | 5447 | Recursively removing directory: /tmp/git.2YxHJc/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.158 | 5450 | Recursively removing directory: /tmp/git.KROz4s/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.159 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.159 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.159 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.159 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.159 | 9937 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.159 | 5446 | Removed run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.159 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.159 | 5446 | Assigned run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.159 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.159 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gOW2vX +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.160 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.160 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.160 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.160 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.160 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.160 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.160 | 9939 | Added a new worker 14 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.160 | 5446 | Removed run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.160 | 5446 | Removed worker 14 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.160 | 5446 | Assigned run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 14 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.161 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.161 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.FD2jYy +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.161 | 9936 | Marked run 431 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.161 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.163 | 9938 | Marked run 432 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.163 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.165 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.165 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.166 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.166 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.171 | 5447 | Recursively removing directory: /tmp/git.gOW2vX/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.172 | 5450 | Recursively removing directory: /tmp/git.FD2jYy/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.173 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.173 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.173 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.173 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.173 | 9953 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.173 | 5446 | Removed run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.173 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.173 | 5446 | Assigned run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.173 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.173 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.173 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LR9XnG +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.175 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.175 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.175 | 9952 | Marked run 433 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.175 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.175 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.175 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.175 | 9955 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.175 | 5446 | Removed run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.175 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.175 | 5446 | Assigned run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.175 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.175 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.175 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fwJeAz +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.177 | 9954 | Marked run 434 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.177 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.180 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.180 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.181 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.181 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.186 | 5447 | Recursively removing directory: /tmp/git.LR9XnG/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.187 | 5450 | Recursively removing directory: /tmp/git.fwJeAz/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.187 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.188 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.188 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.188 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.188 | 9969 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.188 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.188 | 5446 | Removed run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.188 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.188 | 5446 | Assigned run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.188 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.188 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.188 | 9971 | Added a new worker 13 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.188 | 5446 | Removed run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.188 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.188 | 5446 | Assigned run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.189 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.188 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.188 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.xDSan8 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.188 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.188 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.188 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.189 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.M1FHvz +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.190 | 9968 | Marked run 435 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.190 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.192 | 9970 | Marked run 436 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.192 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.193 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.193 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.194 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.194 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.200 | 5450 | Recursively removing directory: /tmp/git.M1FHvz/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.200 | 5447 | Recursively removing directory: /tmp/git.xDSan8/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.201 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.201 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.201 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.201 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.201 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.201 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.201 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.201 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.201 | 9986 | Added a new worker 15 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.201 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.201 | 9987 | Added a new worker 16 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.201 | 5446 | Removed run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.201 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.201 | 5446 | Assigned run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.201 | 5446 | Removed run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.201 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.201 | 5446 | Assigned run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.202 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.202 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.201 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.201 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Oe3qnK +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.202 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XuhuaV +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.203 | 9984 | Marked run 438 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.203 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.205 | 9985 | Marked run 437 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.205 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.207 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.207 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.207 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.208 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.213 | 5450 | Recursively removing directory: /tmp/git.Oe3qnK/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.213 | 5447 | Recursively removing directory: /tmp/git.XuhuaV/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.214 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.214 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.215 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.215 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.215 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.215 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.215 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.215 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.215 | 10001 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.215 | 5446 | Removed run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.215 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.215 | 5446 | Assigned run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.215 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.215 | 10003 | Added a new worker 8 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.215 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.215 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.215 | 5446 | Removed run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.215 | 5446 | Removed worker 8 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.215 | 5446 | Assigned run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.215 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.SSNXzA +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.216 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.nytQpB +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.217 | 10000 | Marked run 439 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.217 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.218 | 10002 | Marked run 440 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.218 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.221 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.221 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.221 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.222 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.227 | 5450 | Recursively removing directory: /tmp/git.SSNXzA/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.227 | 5447 | Recursively removing directory: /tmp/git.nytQpB/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.228 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.228 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.228 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.229 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.229 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.229 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.229 | 10017 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.229 | 5446 | Removed run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.229 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.229 | 5446 | Assigned run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.229 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.229 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.229 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.229 | 10019 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.229 | 5446 | Removed run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.229 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.229 | 5446 | Assigned run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.229 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.229 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.229 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.229 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.vVdARM +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.230 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.sEl9Cc +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.231 | 10016 | Marked run 441 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.231 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.232 | 10018 | Marked run 442 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.232 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.235 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.235 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.236 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.236 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.241 | 5450 | Recursively removing directory: /tmp/git.vVdARM/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.241 | 5447 | Recursively removing directory: /tmp/git.sEl9Cc/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.243 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.243 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.243 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.243 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.243 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.243 | 10033 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.243 | 5446 | Removed run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.243 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.243 | 5446 | Assigned run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.243 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.243 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.243 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.243 | 10035 | Added a new worker 13 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.243 | 5446 | Removed run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.243 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.243 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.243 | 5446 | Assigned run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.243 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.243 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.243 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.244 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kNFpUG +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.244 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.FUn2Br +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.245 | 10032 | Marked run 443 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.245 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.247 | 10034 | Marked run 444 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.247 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.249 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.249 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.250 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.250 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.255 | 5450 | Recursively removing directory: /tmp/git.FUn2Br/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.255 | 5447 | Recursively removing directory: /tmp/git.kNFpUG/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.257 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.257 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.257 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.257 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.257 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.257 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.257 | 10050 | Added a new worker 15 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.257 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.257 | 5446 | Removed run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.257 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.257 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.257 | 5446 | Assigned run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.257 | 10051 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.257 | 5446 | Removed run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.257 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.257 | 5446 | Assigned run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.257 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.257 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.257 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.257 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.257 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NhKKP2 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.259 | 10049 | Marked run 445 as finished +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.257 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ppc4IA +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.260 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.261 | 10048 | Marked run 446 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.261 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.263 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.263 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.263 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.263 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.269 | 5447 | Recursively removing directory: /tmp/git.ppc4IA/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.270 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.270 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.269 | 5450 | Recursively removing directory: /tmp/git.NhKKP2/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.270 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.270 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.271 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.270 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.271 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.271 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.271 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.271 | 10066 | Added a new worker 15 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.271 | 5446 | Removed run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.271 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.271 | 5446 | Assigned run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.271 | 10067 | Added a new worker 16 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.271 | 5446 | Removed run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.271 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.271 | 5446 | Assigned run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.271 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.271 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.271 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.271 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.RZTEKP +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.271 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.46CbE6 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.273 | 10065 | Marked run 448 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.273 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.275 | 10064 | Marked run 447 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.275 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.276 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.276 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.277 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.277 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.282 | 5447 | Recursively removing directory: /tmp/git.46CbE6/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.283 | 5450 | Recursively removing directory: /tmp/git.RZTEKP/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.284 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.284 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.284 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.284 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.284 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.284 | 10081 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.284 | 5446 | Removed run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.284 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.284 | 5446 | Assigned run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.284 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.284 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.284 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.284 | 10083 | Added a new worker 13 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.284 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.284 | 5446 | Removed run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.284 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.284 | 5446 | Assigned run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.284 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.H4cD7s +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.284 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.284 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.284 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.285 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.XmQ0wo +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.286 | 10080 | Marked run 449 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.286 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.288 | 10082 | Marked run 450 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.288 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.289 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.290 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.290 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.291 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.295 | 5447 | Recursively removing directory: /tmp/git.H4cD7s/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.296 | 5450 | Recursively removing directory: /tmp/git.XmQ0wo/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.297 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.297 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.297 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.297 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.297 | 10097 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.297 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.297 | 5446 | Removed run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.297 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.297 | 5446 | Assigned run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.297 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.297 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.7DZqvD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.299 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.299 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.299 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.299 | 10096 | Marked run 451 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.299 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.299 | 10099 | Added a new worker 12 to the queue +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.299 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.299 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.299 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.299 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Yqv8aO +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.299 | 5446 | Removed run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.299 | 5446 | Removed worker 12 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.299 | 5446 | Assigned run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 12 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.301 | 10098 | Marked run 452 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.301 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.303 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.304 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.304 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.305 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.309 | 5447 | Recursively removing directory: /tmp/git.7DZqvD/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.311 | 5450 | Recursively removing directory: /tmp/git.Yqv8aO/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.311 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.311 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.311 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.311 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.311 | 10113 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.311 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.311 | 5446 | Removed run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.311 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.311 | 5446 | Assigned run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.311 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.311 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.f8RKku +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.312 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.312 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.313 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.313 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.313 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.313 | 10115 | Added a new worker 13 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.313 | 5446 | Removed run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.313 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.313 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.313 | 5446 | Assigned run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.313 | 10112 | Marked run 453 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.313 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.313 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.kiThgn +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.315 | 10114 | Marked run 454 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.315 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.317 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.318 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.318 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.318 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.323 | 5447 | Recursively removing directory: /tmp/git.f8RKku/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.324 | 5450 | Recursively removing directory: /tmp/git.kiThgn/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.325 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.325 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.325 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.325 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.325 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.325 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.325 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.325 | 10131 | Added a new worker 15 to the queue +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.325 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ybqenR +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.325 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.325 | 10130 | Added a new worker 16 to the queue +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.325 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.325 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.325 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.325 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.325 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.oUNAbj +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.325 | 5446 | Removed run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.325 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.325 | 5446 | Assigned run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.325 | 5446 | Removed run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.325 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.325 | 5446 | Assigned run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.328 | 10128 | Marked run 456 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.328 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.329 | 10129 | Marked run 455 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.330 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.331 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.331 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.331 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.331 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.337 | 5450 | Recursively removing directory: /tmp/git.ybqenR/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.337 | 5447 | Recursively removing directory: /tmp/git.oUNAbj/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.338 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.338 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.338 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.338 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.338 | 10145 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.338 | 5446 | Removed run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.338 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.338 | 5446 | Assigned run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.338 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.339 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.339 | 10147 | Added a new worker 15 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.339 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.339 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.339 | 5446 | Removed run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.339 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.339 | 5446 | Assigned run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.338 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.338 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.ORtYBv +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.338 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.338 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.339 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.339 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.boj7XR +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.340 | 10144 | Marked run 458 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.341 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.343 | 10146 | Marked run 457 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.343 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.344 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.344 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.345 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.345 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.350 | 5450 | Recursively removing directory: /tmp/git.ORtYBv/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.350 | 5447 | Recursively removing directory: /tmp/git.boj7XR/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.352 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.352 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.352 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.352 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.352 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.352 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.352 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.352 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.352 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.352 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.352 | 10162 | Added a new worker 15 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.352 | 10163 | Added a new worker 16 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.352 | 5446 | Removed run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.352 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.352 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.352 | 5446 | Assigned run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.352 | 5446 | Removed run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.352 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.352 | 5446 | Assigned run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.352 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.352 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.n1sdlX +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.352 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.8kgi5Z +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.354 | 10160 | Marked run 459 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.354 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.356 | 10161 | Marked run 460 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.356 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.357 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.358 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.358 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.359 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.364 | 5450 | Recursively removing directory: /tmp/git.8kgi5Z/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.364 | 5447 | Recursively removing directory: /tmp/git.n1sdlX/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.365 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.365 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.365 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.365 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.365 | 10177 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.365 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.365 | 5446 | Removed run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.365 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.365 | 5446 | Assigned run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.366 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.365 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.366 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.vX1Szz +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.366 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.366 | 10179 | Added a new worker 13 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.366 | 5446 | Removed run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.366 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.366 | 5446 | Assigned run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.366 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.366 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.366 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.366 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.366 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rGWn0O +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.367 | 10176 | Marked run 461 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.367 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.369 | 10178 | Marked run 462 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.369 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.370 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.371 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.371 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.372 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.377 | 5450 | Recursively removing directory: /tmp/git.vX1Szz/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.378 | 5447 | Recursively removing directory: /tmp/git.rGWn0O/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.378 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.378 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.378 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.378 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.378 | 10193 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.378 | 5446 | Removed run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.378 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.378 | 5446 | Assigned run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.378 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.378 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.378 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rOE6th +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.380 | 10192 | Marked run 463 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.380 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.380 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.380 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.380 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.380 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.381 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.381 | 10195 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.381 | 5446 | Removed run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.381 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.381 | 5446 | Assigned run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.381 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.381 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.8sI5UQ +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.388 | 10194 | Marked run 464 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.388 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.389 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.390 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.390 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.391 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.395 | 5450 | Recursively removing directory: /tmp/git.rOE6th/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.396 | 5447 | Recursively removing directory: /tmp/git.8sI5UQ/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.397 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.397 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.397 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.397 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.397 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.397 | 10209 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.397 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.397 | 5446 | Removed run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.397 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.397 | 5446 | Assigned run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.398 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.4L4oaH +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.398 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.398 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.399 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.399 | 10208 | Marked run 465 as finished +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.399 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.399 | 10211 | Added a new worker 6 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.399 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.399 | 5446 | Removed run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.399 | 5446 | Removed worker 6 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.399 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.399 | 5446 | Assigned run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.399 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qnpA1Q +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.401 | 10210 | Marked run 466 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.401 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.402 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.403 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.404 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.404 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.408 | 5450 | Recursively removing directory: /tmp/git.4L4oaH/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.410 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.410 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.410 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.410 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.410 | 10225 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.410 | 5446 | Removed run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.410 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.410 | 5446 | Assigned run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.410 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.410 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.410 | 5447 | Recursively removing directory: /tmp/git.qnpA1Q/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.410 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.qvtFHu +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.412 | 10224 | Marked run 467 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.412 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.412 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.412 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.413 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.412 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.413 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.413 | 10227 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.413 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.413 | 5446 | Removed run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.413 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.413 | 5446 | Assigned run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.413 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.sBeNrE +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.414 | 10226 | Marked run 468 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.414 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.416 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.416 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.417 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.418 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.422 | 5450 | Recursively removing directory: /tmp/git.qvtFHu/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.423 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.423 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.424 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.424 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.424 | 10241 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.424 | 5446 | Removed run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.424 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.424 | 5446 | Assigned run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.424 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.424 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.424 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.DgzeXy +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.424 | 5447 | Recursively removing directory: /tmp/git.sBeNrE/ +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.426 | 10240 | Marked run 469 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.426 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.426 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.426 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.426 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.426 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.426 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.426 | 10243 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.426 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.426 | 5446 | Removed run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.426 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.426 | 5446 | Assigned run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.427 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PL4RSe +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.428 | 10242 | Marked run 470 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.428 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.430 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.431 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.432 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.433 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.436 | 5450 | Recursively removing directory: /tmp/git.DgzeXy/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.438 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.438 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.438 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.438 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.438 | 10257 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.438 | 5446 | Removed run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.438 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.438 | 5446 | Assigned run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.438 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.438 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.438 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.u8gqw0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.438 | 5447 | Recursively removing directory: /tmp/git.PL4RSe/ +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.440 | 10256 | Marked run 471 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.440 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.441 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.441 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.441 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.441 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.441 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.441 | 10259 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.441 | 5446 | Removed run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.441 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.441 | 5446 | Assigned run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.441 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.KfP1IA +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.442 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.443 | 10258 | Marked run 472 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.443 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.443 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.444 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.446 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.447 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.449 | 5450 | Recursively removing directory: /tmp/git.u8gqw0/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.451 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.451 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.451 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.451 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.451 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.451 | 10272 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.451 | 5446 | Removed run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.451 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.451 | 5446 | Assigned run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.451 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.451 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.dr5glQ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.453 | 5447 | Recursively removing directory: /tmp/git.KfP1IA/ +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.453 | 10271 | Marked run 473 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.454 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.454 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.454 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.454 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.454 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.454 | 10275 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.454 | 5446 | Removed run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.454 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.455 | 5446 | Assigned run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.455 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.454 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.455 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.736gaw +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.457 | 10274 | Marked run 474 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.457 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.458 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.459 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.460 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.461 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.464 | 5450 | Recursively removing directory: /tmp/git.dr5glQ/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.466 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.466 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.466 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.466 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.466 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.466 | 10289 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.466 | 5446 | Removed run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.466 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.466 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.466 | 5446 | Assigned run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.466 | 5447 | Recursively removing directory: /tmp/git.736gaw/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.467 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BEk8oX +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.468 | 10288 | Marked run 475 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.468 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.469 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.469 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.469 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.469 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.469 | 10291 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.469 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.469 | 5446 | Removed run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.469 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.469 | 5446 | Assigned run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.469 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.469 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.NOdxjt +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.471 | 10290 | Marked run 476 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.471 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.473 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.474 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.475 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.475 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.480 | 5450 | Recursively removing directory: /tmp/git.BEk8oX/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.481 | 5447 | Recursively removing directory: /tmp/git.NOdxjt/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.481 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.481 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.481 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.482 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.482 | 10305 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.482 | 5446 | Removed run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.482 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.482 | 5446 | Assigned run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.482 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.482 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.482 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.hZGcCo +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.483 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.483 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.484 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.484 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.484 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.484 | 10307 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.484 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.484 | 10304 | Marked run 477 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.484 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.484 | 5446 | Removed run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.484 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.484 | 5446 | Assigned run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.484 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.PTX0df +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.485 | 10306 | Marked run 478 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.485 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.487 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.488 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.489 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.489 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.493 | 5450 | Recursively removing directory: /tmp/git.hZGcCo/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.494 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.494 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.494 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.495 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.495 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.495 | 10321 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.495 | 5446 | Removed run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.495 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.495 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.495 | 5446 | Assigned run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.495 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.IGzZ0C +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.495 | 5447 | Recursively removing directory: /tmp/git.PTX0df/ +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.497 | 10320 | Marked run 479 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.497 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.497 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.497 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.498 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.498 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.498 | 10323 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.498 | 5446 | Removed run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.498 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.498 | 5446 | Assigned run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.498 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.498 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.y9TPW8 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.498 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.500 | 10322 | Marked run 480 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.500 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.501 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.502 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.502 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.503 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.507 | 5450 | Recursively removing directory: /tmp/git.IGzZ0C/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.509 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.509 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.509 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.509 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.509 | 5447 | Recursively removing directory: /tmp/git.y9TPW8/ +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.509 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.509 | 10338 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.509 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.509 | 5446 | Removed run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.509 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.509 | 5446 | Assigned run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.509 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.fiPRuF +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.511 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.511 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.511 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.511 | 10337 | Marked run 481 as finished +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.511 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.511 | 10340 | Added a new worker 6 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.511 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.511 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.511 | 5446 | Removed run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.511 | 5446 | Removed worker 6 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.511 | 5446 | Assigned run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 6 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.512 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.V7iyFX +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.514 | 10339 | Marked run 482 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.514 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.516 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.517 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.517 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.518 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.522 | 5450 | Recursively removing directory: /tmp/git.fiPRuF/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.523 | 5447 | Recursively removing directory: /tmp/git.V7iyFX/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.524 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.524 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.524 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.524 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.524 | 10354 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.524 | 5446 | Removed run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.524 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.524 | 5446 | Assigned run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.524 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.524 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.rn476A +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.525 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.525 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.525 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.525 | 10356 | Added a new worker 13 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.525 | 5446 | Removed run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.525 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.525 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.525 | 5446 | Assigned run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.524 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.524 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.525 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.525 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.9Zg6qb +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.526 | 10353 | Marked run 483 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.526 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.527 | 10355 | Marked run 484 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.527 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.529 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.530 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.530 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.530 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.536 | 5447 | Recursively removing directory: /tmp/git.9Zg6qb/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.536 | 5450 | Recursively removing directory: /tmp/git.rn476A/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.537 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.537 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.537 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.537 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.537 | 10370 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.537 | 5446 | Removed run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.537 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.537 | 5446 | Assigned run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.537 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.537 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.537 | 10372 | Added a new worker 15 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.537 | 5446 | Removed run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.537 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.537 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.538 | 5446 | Assigned run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.538 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.537 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.537 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.537 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.538 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.LlzwjM +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.537 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.537 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Jmz7gG +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.539 | 10369 | Marked run 486 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.539 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.542 | 10371 | Marked run 485 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.542 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.543 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.543 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.543 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.543 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.549 | 5447 | Recursively removing directory: /tmp/git.Jmz7gG/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.549 | 5450 | Recursively removing directory: /tmp/git.LlzwjM/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.550 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.550 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.550 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.550 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.550 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.550 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.550 | 10387 | Added a new worker 15 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.550 | 5446 | Removed run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.550 | 5446 | Removed worker 15 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.550 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.550 | 5446 | Assigned run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 15 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.550 | 10388 | Added a new worker 16 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.551 | 5446 | Removed run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.551 | 5446 | Removed worker 16 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.551 | 5446 | Assigned run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 16 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.551 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.551 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.550 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.550 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.550 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.551 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.u3AMBo +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.551 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.gzMq9n +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.552 | 10385 | Marked run 488 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.553 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.554 | 10386 | Marked run 487 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.554 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.556 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.556 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.557 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.557 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.562 | 5450 | Recursively removing directory: /tmp/git.gzMq9n/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.562 | 5447 | Recursively removing directory: /tmp/git.u3AMBo/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.563 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.563 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.564 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.564 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.564 | 10402 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.564 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.564 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.564 | 5446 | Removed run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.564 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.564 | 5446 | Assigned run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.564 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.564 | 10404 | Added a new worker 13 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.564 | 5446 | Removed run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.564 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.564 | 5446 | Assigned run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.564 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.564 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.564 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.564 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.565 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.EYa9Oq +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.564 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.564 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.TlVHBv +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.566 | 10401 | Marked run 489 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.566 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.567 | 10403 | Marked run 490 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.568 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.569 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.569 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.570 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.570 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.575 | 5450 | Recursively removing directory: /tmp/git.TlVHBv/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.576 | 5447 | Recursively removing directory: /tmp/git.EYa9Oq/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.577 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.577 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.577 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.577 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.577 | 10418 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.577 | 5446 | Removed run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.577 | 5446 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.577 | 5446 | Assigned run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 11 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.577 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.577 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.577 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.G0rVJt +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.577 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.577 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.577 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.577 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.578 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.578 | 10420 | Added a new worker 13 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.578 | 5446 | Removed run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.578 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.578 | 5446 | Assigned run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.578 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.578 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.IUaDwk +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.579 | 10417 | Marked run 491 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.579 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.581 | 10419 | Marked run 492 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.581 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.582 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.582 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.583 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.583 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.588 | 5450 | Recursively removing directory: /tmp/git.G0rVJt/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.589 | 5447 | Recursively removing directory: /tmp/git.IUaDwk/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.590 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.590 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.590 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.590 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.590 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.590 | 10434 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.590 | 5446 | Removed run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.590 | 5446 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.590 | 5446 | Assigned run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 10 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.590 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.590 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.590 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.590 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.590 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.591 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.VwWWZm +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.590 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.590 | 10436 | Added a new worker 13 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.590 | 5446 | Removed run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.590 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.591 | 5446 | Assigned run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.591 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.590 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.BiLTFH +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.592 | 10433 | Marked run 493 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.592 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.594 | 10435 | Marked run 494 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.594 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.596 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.596 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.597 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.597 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.602 | 5450 | Recursively removing directory: /tmp/git.BiLTFH/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.603 | 5447 | Recursively removing directory: /tmp/git.VwWWZm/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.604 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.604 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.604 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.604 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.604 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.604 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.604 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.604 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.604 | 10450 | Added a new worker 13 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.604 | 5446 | Removed run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.604 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.604 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.604 | 5446 | Assigned run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.604 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.604 | 10452 | Added a new worker 8 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.604 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.605 | 5446 | Removed run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.605 | 5446 | Removed worker 8 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.605 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.605 | 5446 | Assigned run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 8 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.605 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.z3hzAA +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.605 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.QWk49Y +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.609 | 10449 | Marked run 495 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.610 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.611 | 10451 | Marked run 496 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.612 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.613 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.613 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.614 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.614 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.619 | 5450 | Recursively removing directory: /tmp/git.z3hzAA/ +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.620 | 5447 | Recursively removing directory: /tmp/git.QWk49Y/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.621 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.621 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.621 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.621 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.621 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.621 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.621 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.621 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.621 | 10466 | Added a new worker 13 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.621 | 5446 | Removed run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.621 | 5446 | Removed worker 13 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.621 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.621 | 5446 | Assigned run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 13 +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.622 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.622 | 10468 | Added a new worker 9 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.622 | 5446 | Removed run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.622 | 5446 | Removed worker 9 from the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.622 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.622 | 5446 | Assigned run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to worker 9 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.622 | 5447 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.Gorfu1 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.622 | 5450 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to /tmp/git.OwZwdO +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.623 | 10465 | Marked run 497 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.623 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.625 | 10467 | Marked run 498 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.625 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.627 | 5447 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.627 | 5450 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.627 | 5447 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.627 | 5450 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.633 | 5447 | Recursively removing directory: /tmp/git.Gorfu1/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.633 | 5450 | Recursively removing directory: /tmp/git.OwZwdO/ +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.635 | 5450 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.635 | 5450 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.635 | 5447 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.635 | 5447 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.635 | 5447 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.635 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.635 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.635 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.635 | 10483 | Added a new worker 14 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.635 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.635 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.635 | 10484 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.635 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.635 | 5450 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.636 | 10482 | Marked run 500 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.636 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.637 | 10481 | Marked run 499 as finished +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.637 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.643 | 10487 | Adding a run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.644 | 10487 | Adding a run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.645 | 10487 | Adding a run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.646 | 10487 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple0/repo to the queue +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.648 | 5444 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 500, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 499, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 498, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 497, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 496, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 495, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 494, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 493, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 492, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 491, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 490, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 489, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 488, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 487, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 486, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 485, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 484, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 483, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 482, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 481, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 480, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 479, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 478, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 477, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 476, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 475, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 474, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 473, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 472, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 471, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 470, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 469, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 468, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 467, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 466, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 465, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 464, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 463, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 462, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 461, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 460, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 459, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 458, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 457, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 456, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 455, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 454, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 453, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 452, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 451, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 450, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 449, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 448, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 447, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 446, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 445, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 444, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 443, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 442, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 441, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 440, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 439, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 438, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 437, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 436, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 435, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 434, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 433, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 432, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 431, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 430, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 429, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 428, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 427, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 426, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 425, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 424, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 423, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 422, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 421, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 420, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 419, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 418, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 417, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 416, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 415, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 414, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 413, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 412, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 411, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 410, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 409, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 408, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 407, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 406, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 405, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 404, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 403, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 402, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 401, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 400, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 399, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 398, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 397, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 396, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 395, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 394, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 393, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 392, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 391, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 390, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 389, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 388, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 387, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 386, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 385, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 384, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 383, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 382, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 381, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 380, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 379, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 378, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 377, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 376, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 375, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 374, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 373, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 372, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 371, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 370, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 369, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 368, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 367, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 366, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 365, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 364, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 363, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 362, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 361, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 360, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 359, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 358, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 357, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 356, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 355, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 354, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 353, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 352, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 351, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 350, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 349, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 348, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 347, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 346, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 345, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 344, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 343, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 342, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 341, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 340, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 339, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 338, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 337, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 336, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 335, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 334, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 333, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 332, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 331, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 330, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 329, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 328, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 327, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 326, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 325, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 324, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 323, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 322, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 321, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 320, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 319, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 318, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 317, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 316, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 315, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 314, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 313, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 312, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 311, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 310, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 309, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 308, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 307, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 306, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 305, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 304, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 303, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 302, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 301, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 300, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 299, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 298, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 297, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 296, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 295, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 294, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 293, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 292, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 291, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 290, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 289, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 288, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 287, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 286, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 285, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 284, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 283, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 282, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 281, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 280, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 279, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 278, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 277, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 276, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 275, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 274, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 273, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 272, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 271, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 270, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 269, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 268, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 267, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 266, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 265, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 264, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 263, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 262, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 261, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 260, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 259, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 258, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 257, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 256, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 255, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 254, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 253, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 252, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 251, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 250, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 249, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 248, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 247, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 246, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 245, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 244, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 243, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 242, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 241, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 240, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 239, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 238, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 237, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 236, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 235, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 234, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 233, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 232, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 231, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 230, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 229, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 228, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 227, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 226, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 225, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 224, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 223, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 222, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 221, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 220, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 219, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 218, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 217, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 216, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 215, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 214, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 213, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 212, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 211, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 210, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 209, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 208, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 207, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 206, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 205, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 204, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 203, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 202, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 201, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 200, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 199, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 198, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 197, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 196, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 195, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 194, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 193, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 192, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 191, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 190, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 189, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 188, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 187, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 186, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 185, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 184, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 183, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 182, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 181, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 180, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 179, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 178, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 177, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 176, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 175, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 174, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 173, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 172, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 171, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 170, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 169, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 168, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 167, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 166, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 165, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 164, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 163, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 162, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 161, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 160, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 159, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 158, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 157, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 156, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 155, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 154, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 153, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 152, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 151, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 150, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 149, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 148, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 147, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 146, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 145, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 144, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 143, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 142, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 141, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 140, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 139, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 138, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 137, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 136, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 135, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 134, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 133, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 132, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 131, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 130, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 129, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 128, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 127, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 126, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 125, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 124, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 123, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 122, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 121, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 120, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 119, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 118, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 117, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 116, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 115, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 114, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 113, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 112, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 111, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 110, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 109, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 108, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 107, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 106, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 105, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 104, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 103, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 102, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 101, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 100, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 99, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 98, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 97, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 96, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 95, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 94, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 93, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 92, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 91, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 90, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 89, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 88, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 87, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 86, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 85, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 84, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 83, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 82, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 81, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 80, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 79, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 78, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 77, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 76, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 75, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 74, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 73, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 72, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 71, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 70, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 69, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 68, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 67, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 66, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 65, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 64, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 63, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 62, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 61, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 60, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 59, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 58, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 57, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 56, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 55, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 54, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 53, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 52, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 51, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 50, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 49, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 48, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 47, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 46, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 45, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 44, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 43, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 42, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 41, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 40, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 39, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 38, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 37, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 36, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 35, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 34, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 33, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 32, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 31, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 30, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 29, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 28, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 27, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 26, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 25, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 24, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 23, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 22, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 21, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 20, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 19, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 18, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 17, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 16, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 15, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 14, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 13, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 12, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 11, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 10, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 9, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 8, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 7, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 6, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 5, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple0\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:55:09 | INFO | Terminating process 5450/cimple-worker +2024-01-28 10:55:09 | INFO | 5450/cimple-worker: 2024-01-28 10:55:09.672 | 5450 | Shutting down +2024-01-28 10:55:09 | INFO | Terminating process 5447/cimple-worker +2024-01-28 10:55:09 | INFO | 5447/cimple-worker: 2024-01-28 10:55:09.673 | 5447 | Shutting down +2024-01-28 10:55:09 | INFO | Terminating process 5444/cimple-server +2024-01-28 10:55:09 | INFO | 5444/cimple-server: 2024-01-28 10:55:09.675 | 5444 | Shutting down
Passedsrc/test_repo.py::test_repo_stress[output_simple-numof_clients=1-runs_per_client=2000]16.22
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/cimple.sqlite'] +2024-01-28 10:55:09 | INFO | Process 10488/cimple-server has started +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.683 | 10488 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/cimple.sqlite +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.683 | 10488 | SQLite database version: 0 +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.683 | 10488 | Newest database version: 1 +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.683 | 10488 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.696 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Process 10488/cimple-server is ready +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:09 | INFO | Process 10491/cimple-worker has started +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.705 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.705 | 10493 | Added a new worker 8 to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.705 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.705 | 10491 | Waiting for a new command +2024-01-28 10:55:09 | INFO | Process 10491/cimple-worker is ready +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:09 | INFO | Process 10494/cimple-worker has started +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.713 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.713 | 10496 | Added a new worker 9 to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.713 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.713 | 10494 | Waiting for a new command +2024-01-28 10:55:09 | INFO | Process 10494/cimple-worker is ready +2024-01-28 10:55:09 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/cimple.sqlite +2024-01-28 10:55:09 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:55:09 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:55:09 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:55:09 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:55:09 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:55:09 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:55:09 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:55:09 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:55:09 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:55:09 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:55:09 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:55:09 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:55:09 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:55:09 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:55:09 | INFO | Executing 2000 clients +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.860 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.863 | 10510 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.863 | 10490 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.863 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.863 | 10490 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.863 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.863 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JkLsXm +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.865 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.867 | 10512 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.867 | 10490 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.867 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.867 | 10490 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.868 | 10491 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.867 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7iUM6N +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.868 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.869 | 10491 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.870 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.872 | 10515 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.872 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.873 | 10494 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.874 | 10494 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.875 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.875 | 10491 | Recursively removing directory: /tmp/git.JkLsXm/ +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.877 | 10523 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.877 | 10491 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.877 | 10491 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.877 | 10491 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.877 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.877 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.877 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.877 | 10526 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.877 | 10490 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.877 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.877 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.878 | 10490 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.878 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Zqnu3y +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.879 | 10525 | Marked run 1 as finished +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.880 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.880 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.881 | 10531 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.882 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.882 | 10494 | Recursively removing directory: /tmp/git.7iUM6N/ +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.883 | 10491 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.884 | 10494 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.884 | 10494 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.884 | 10494 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.884 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.884 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.884 | 10535 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.884 | 10490 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.884 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.884 | 10490 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.884 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.884 | 10491 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.884 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AshxzQ +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.885 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.886 | 10536 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.887 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.888 | 10534 | Marked run 2 as finished +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.888 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.890 | 10494 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.890 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.891 | 10494 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.891 | 10491 | Recursively removing directory: /tmp/git.Zqnu3y/ +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.892 | 10543 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.892 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.893 | 10491 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.893 | 10491 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.893 | 10491 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.893 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.893 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.893 | 10549 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.893 | 10490 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.893 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.893 | 10490 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.893 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.894 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3TyTUp +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.895 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.895 | 10548 | Marked run 3 as finished +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.896 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.897 | 10551 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.897 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.898 | 10494 | Recursively removing directory: /tmp/git.AshxzQ/ +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.899 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.899 | 10491 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.899 | 10494 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.899 | 10494 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.900 | 10494 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.900 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cRtd1X +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.900 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.900 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.900 | 10558 | Added a new worker 13 to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.900 | 10490 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.900 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.900 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.900 | 10490 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.901 | 10491 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.901 | 10556 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.901 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.903 | 10557 | Marked run 4 as finished +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.903 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.904 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.906 | 10562 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.906 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.906 | 10494 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.907 | 10494 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.907 | 10491 | Recursively removing directory: /tmp/git.3TyTUp/ +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.909 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.909 | 10491 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.909 | 10491 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.909 | 10491 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.909 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.909 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.909 | 10572 | Added a new worker 13 to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.909 | 10490 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.909 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.909 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.909 | 10490 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.910 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Vs2Xki +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.911 | 10569 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.911 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.913 | 10570 | Marked run 5 as finished +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.913 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.914 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.915 | 10494 | Recursively removing directory: /tmp/git.cRtd1X/ +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.915 | 10577 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.916 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.917 | 10491 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.917 | 10494 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.917 | 10494 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.917 | 10494 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.917 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.917 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.917 | 10581 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.917 | 10490 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.917 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.917 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.917 | 10490 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.918 | 10491 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.917 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mjK2Q5 +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.919 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.920 | 10580 | Marked run 6 as finished +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.920 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.921 | 10583 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.922 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.923 | 10494 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.924 | 10494 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.924 | 10491 | Recursively removing directory: /tmp/git.Vs2Xki/ +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.925 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.927 | 10491 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.927 | 10491 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.927 | 10491 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.927 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.927 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.927 | 10594 | Added a new worker 13 to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.927 | 10490 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.927 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.927 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.927 | 10490 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.927 | 10591 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.927 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ALusQc +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.928 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.929 | 10593 | Marked run 7 as finished +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.930 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.931 | 10494 | Recursively removing directory: /tmp/git.mjK2Q5/ +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.932 | 10600 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.932 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.933 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.933 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.933 | 10603 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.933 | 10490 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.933 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.933 | 10490 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.934 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.933 | 10494 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.933 | 10494 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.933 | 10494 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.933 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.H4Pmaj +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.934 | 10491 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.935 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.936 | 10491 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.936 | 10602 | Marked run 8 as finished +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.936 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.938 | 10604 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.938 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.939 | 10494 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.940 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.940 | 10494 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.942 | 10491 | Recursively removing directory: /tmp/git.ALusQc/ +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.943 | 10491 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.943 | 10491 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.943 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.944 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.944 | 10617 | Added a new worker 13 to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.944 | 10490 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.944 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.944 | 10490 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.944 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.944 | 10491 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.944 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.O1VD1H +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.946 | 10616 | Marked run 9 as finished +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.946 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.946 | 10610 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.946 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.947 | 10494 | Recursively removing directory: /tmp/git.H4Pmaj/ +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.948 | 10494 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.948 | 10494 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.949 | 10494 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.949 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.949 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.949 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.949 | 10624 | Added a new worker 13 to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.949 | 10490 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.949 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.949 | 10490 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.949 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.949 | 10491 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.949 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AQvh7q +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.951 | 10491 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.951 | 10622 | Marked run 10 as finished +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.951 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.953 | 10623 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.953 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.955 | 10494 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.955 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.956 | 10494 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.957 | 10491 | Recursively removing directory: /tmp/git.O1VD1H/ +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.957 | 10631 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.958 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.959 | 10491 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.959 | 10491 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.959 | 10491 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.959 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.959 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.959 | 10637 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.959 | 10490 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.959 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.959 | 10490 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.960 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.959 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sk73aa +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.960 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.962 | 10636 | Marked run 11 as finished +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.962 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.963 | 10639 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.963 | 10494 | Recursively removing directory: /tmp/git.AQvh7q/ +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.964 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.965 | 10491 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.965 | 10494 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.965 | 10494 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.965 | 10494 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.965 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.965 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.965 | 10645 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.965 | 10490 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.965 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.965 | 10490 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.966 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.965 | 10491 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.966 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gxrnYd +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.967 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.970 | 10647 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.970 | 10644 | Marked run 12 as finished +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.970 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.970 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.972 | 10494 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.972 | 10491 | Recursively removing directory: /tmp/git.sk73aa/ +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.973 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.973 | 10494 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.973 | 10491 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.973 | 10491 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.974 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.974 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.974 | 10656 | Added a new worker 13 to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.974 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.974 | 10490 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.974 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.974 | 10490 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.974 | 10491 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.974 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2e7voY +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.975 | 10654 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.975 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.977 | 10655 | Marked run 13 as finished +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.977 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.979 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.980 | 10491 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.981 | 10494 | Recursively removing directory: /tmp/git.gxrnYd/ +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.981 | 10663 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.981 | 10491 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.981 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.982 | 10494 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.982 | 10494 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.982 | 10494 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.982 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.982 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.982 | 10668 | Added a new worker 10 to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.982 | 10490 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.982 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.983 | 10490 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.983 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.983 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ekFA6u +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.983 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.985 | 10667 | Marked run 14 as finished +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.985 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.987 | 10670 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.987 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.987 | 10491 | Recursively removing directory: /tmp/git.2e7voY/ +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.988 | 10494 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.989 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.989 | 10494 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.989 | 10491 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.989 | 10491 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.989 | 10491 | Waiting for a new command +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.989 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.990 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZBCAlu +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.990 | 10677 | Added a new worker 11 to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.990 | 10490 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.990 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.990 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.990 | 10490 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.990 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.991 | 10676 | Marked run 15 as finished +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.991 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.993 | 10679 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.994 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.995 | 10491 | Checking out revision HEAD +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.996 | 10494 | Recursively removing directory: /tmp/git.ekFA6u/ +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.996 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10491/cimple-worker: 2024-01-28 10:55:09.996 | 10491 | Going to run: ./ci +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.998 | 10494 | Process exit code: 0 +2024-01-28 10:55:09 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.998 | 10494 | Process output: 57 bytes +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.998 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.998 | 10488 | Waiting for new connections +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.998 | 10690 | Added a new worker 8 to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.998 | 10686 | Added a new run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.998 | 10490 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:09 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.998 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.999 | 10490 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:09.999 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.998 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:09.999 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ofZjbm +2024-01-28 10:55:09 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:09 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:09 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.000 | 10688 | Marked run 16 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.001 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.001 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.003 | 10693 | Added a new run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.003 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.004 | 10491 | Recursively removing directory: /tmp/git.ZBCAlu/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.004 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.005 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.005 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.005 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.006 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.006 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.006 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.006 | 10700 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.006 | 10490 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.006 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.006 | 10490 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.006 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.006 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.006 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zrYSOo +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.008 | 10699 | Marked run 17 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.008 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.010 | 10701 | Added a new run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.011 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.012 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.013 | 10494 | Recursively removing directory: /tmp/git.ofZjbm/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.013 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.013 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.015 | 10708 | Added a new run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.015 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.015 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.015 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.015 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.015 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.015 | 10711 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.015 | 10490 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.015 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.015 | 10490 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.015 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.016 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0AIQsr +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.017 | 10710 | Marked run 18 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.017 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.018 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.019 | 10715 | Added a new run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.019 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.021 | 10491 | Recursively removing directory: /tmp/git.zrYSOo/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.021 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.022 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.022 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.022 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.022 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.022 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.022 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.022 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.022 | 10723 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.023 | 10490 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.023 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.023 | 10490 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.023 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.023 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0k9I0y +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.024 | 10720 | Added a new run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.024 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.025 | 10721 | Marked run 19 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.026 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.027 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.029 | 10494 | Recursively removing directory: /tmp/git.0AIQsr/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.029 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.030 | 10729 | Added a new run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.030 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.030 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.031 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.031 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.031 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.031 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.031 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.031 | 10734 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.031 | 10490 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.031 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.031 | 10490 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.031 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iVS91j +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.032 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.032 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.033 | 10733 | Marked run 20 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.033 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.034 | 10735 | Added a new run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.034 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.037 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.037 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.037 | 10491 | Recursively removing directory: /tmp/git.0k9I0y/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.038 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.039 | 10742 | Added a new run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.039 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.040 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.040 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.040 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.040 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.040 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.040 | 10745 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.040 | 10490 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.040 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.040 | 10490 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.040 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.040 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rSen9Q +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.042 | 10744 | Marked run 21 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.042 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.042 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.044 | 10749 | Added a new run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.044 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.046 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.046 | 10494 | Recursively removing directory: /tmp/git.iVS91j/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.047 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.047 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.047 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.047 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.048 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.047 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.048 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.048 | 10757 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.048 | 10490 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.048 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.048 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.048 | 10490 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.048 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.db8lDj +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.049 | 10755 | Added a new run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.050 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.051 | 10756 | Marked run 22 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.051 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.052 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.054 | 10491 | Recursively removing directory: /tmp/git.rSen9Q/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.054 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.055 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.055 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.056 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.056 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.056 | 10766 | Added a new worker 14 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.056 | 10490 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.056 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.056 | 10490 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.056 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.056 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.056 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.A45G1n +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.057 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.057 | 10763 | Added a new run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.057 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.059 | 10765 | Marked run 23 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.059 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.060 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.062 | 10770 | Added a new run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.063 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.063 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.064 | 10494 | Recursively removing directory: /tmp/git.db8lDj/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.064 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.066 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.066 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.066 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.066 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.066 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.066 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.066 | 10779 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.066 | 10490 | Removed run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.066 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.066 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.066 | 10490 | Assigned run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.067 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.N4J3zj +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.068 | 10777 | Added a new run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.068 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.070 | 10778 | Marked run 24 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.070 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.071 | 10491 | Recursively removing directory: /tmp/git.A45G1n/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.071 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.073 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.073 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.073 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.073 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.073 | 10786 | Added a new run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.073 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.073 | 10788 | Added a new worker 12 to the queue +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.073 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.073 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JbvX1A +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.073 | 10490 | Removed run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.074 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.073 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.073 | 10490 | Assigned run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.073 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.074 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.076 | 10787 | Marked run 25 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.076 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.076 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.078 | 10791 | Added a new run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.078 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.079 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.080 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.080 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.082 | 10494 | Recursively removing directory: /tmp/git.N4J3zj/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.082 | 10799 | Added a new run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.082 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.083 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.083 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.083 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.083 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.083 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.084 | 10803 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.084 | 10490 | Removed run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.084 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.084 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.084 | 10490 | Assigned run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.084 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0K5kXn +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.085 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.085 | 10802 | Marked run 26 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.086 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.087 | 10491 | Recursively removing directory: /tmp/git.JbvX1A/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.087 | 10807 | Added a new run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.088 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.089 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.089 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.089 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.090 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.089 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZrYuUB +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.089 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.089 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.089 | 10811 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.089 | 10490 | Removed run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.089 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.089 | 10490 | Assigned run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.089 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.090 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.091 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.092 | 10810 | Marked run 27 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.092 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.094 | 10812 | Added a new run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.094 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.095 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.096 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.097 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.098 | 10494 | Recursively removing directory: /tmp/git.0K5kXn/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.098 | 10821 | Added a new run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.099 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.100 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.100 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.100 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.100 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.100 | 10826 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.100 | 10490 | Removed run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.100 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.100 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.100 | 10490 | Assigned run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.100 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.100 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ii8RTH +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.101 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.102 | 10825 | Marked run 28 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.102 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.103 | 10491 | Recursively removing directory: /tmp/git.ZrYuUB/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.104 | 10829 | Added a new run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.104 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.105 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.105 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.105 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.105 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.105 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.105 | 10833 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.105 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.105 | 10490 | Removed run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.105 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.105 | 10490 | Assigned run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.106 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.105 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9z4JZe +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.107 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.107 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.108 | 10832 | Marked run 29 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.108 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.110 | 10834 | Added a new run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.110 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.112 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.113 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.113 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.114 | 10494 | Recursively removing directory: /tmp/git.ii8RTH/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.115 | 10842 | Added a new run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.115 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.116 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.115 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.115 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.116 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.116 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.116 | 10847 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.116 | 10490 | Removed run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.116 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.116 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.116 | 10490 | Assigned run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.116 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.45GzPh +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.118 | 10846 | Marked run 30 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.118 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.118 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.120 | 10849 | Added a new run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.120 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.121 | 10491 | Recursively removing directory: /tmp/git.9z4JZe/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.122 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.122 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.122 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.122 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.122 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.122 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.123 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.123 | 10856 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.122 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.123 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7s7CaS +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.123 | 10490 | Removed run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.123 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.123 | 10490 | Assigned run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.124 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.125 | 10855 | Marked run 31 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.125 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.127 | 10854 | Added a new run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.127 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.129 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.130 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.129 | 10494 | Recursively removing directory: /tmp/git.45GzPh/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.130 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.131 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.131 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.131 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.131 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.131 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.131 | 10867 | Added a new worker 9 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.131 | 10490 | Removed run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.131 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.131 | 10490 | Assigned run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.132 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.132 | 10864 | Added a new run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.132 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.132 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PlEKpc +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.134 | 10866 | Marked run 32 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.134 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.135 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.137 | 10491 | Recursively removing directory: /tmp/git.7s7CaS/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.137 | 10873 | Added a new run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.137 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.137 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.138 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.138 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.138 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.138 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.138 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.139 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.139 | 10877 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.139 | 10490 | Removed run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.139 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.139 | 10490 | Assigned run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.139 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.139 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ya8pud +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.140 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.140 | 10876 | Marked run 33 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.141 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.142 | 10879 | Added a new run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.142 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.144 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.145 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.145 | 10494 | Recursively removing directory: /tmp/git.PlEKpc/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.146 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.147 | 10886 | Added a new run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.147 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.147 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.147 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.148 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.148 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.148 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.148 | 10890 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.148 | 10490 | Removed run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.148 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.148 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.148 | 10490 | Assigned run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.149 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.L06GNI +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.149 | 10889 | Marked run 34 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.150 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.150 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.152 | 10893 | Added a new run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.152 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.152 | 10491 | Recursively removing directory: /tmp/git.Ya8pud/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.154 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.154 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.154 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.154 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.154 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.154 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.154 | 10899 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.154 | 10490 | Removed run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.154 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.154 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.154 | 10490 | Assigned run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.155 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.154 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.155 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S4CAba +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.157 | 10898 | Marked run 35 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.157 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.158 | 10901 | Added a new run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.159 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.160 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.161 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.161 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.161 | 10494 | Recursively removing directory: /tmp/git.L06GNI/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.163 | 10908 | Added a new run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.163 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.163 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.164 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.164 | 10913 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.164 | 10490 | Removed run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.164 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.164 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.164 | 10490 | Assigned run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.163 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.163 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.163 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.164 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rk9UVC +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.166 | 10912 | Marked run 36 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.166 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.166 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.168 | 10491 | Recursively removing directory: /tmp/git.S4CAba/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.169 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.169 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.169 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.169 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.170 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.170 | 10920 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.170 | 10490 | Removed run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.170 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.170 | 10490 | Assigned run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.170 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.170 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DRRKSs +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.173 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.174 | 10917 | Added a new run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.174 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.175 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.176 | 10919 | Marked run 37 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.177 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.177 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.178 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.179 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.179 | 10924 | Added a new run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.179 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.182 | 10494 | Recursively removing directory: /tmp/git.rk9UVC/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.182 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.184 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.184 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.184 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.184 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.184 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.184 | 10933 | Added a new run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.184 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.185 | 10938 | Added a new worker 7 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.185 | 10490 | Removed run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.185 | 10490 | Removed worker 7 from the queue +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.185 | 10491 | Recursively removing directory: /tmp/git.DRRKSs/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.185 | 10490 | Assigned run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.185 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.185 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WTBGaZ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.187 | 10937 | Marked run 38 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.187 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.187 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.187 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.187 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.187 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.187 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.188 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.188 | 10942 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.188 | 10490 | Removed run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.188 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.188 | 10490 | Assigned run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.188 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.188 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AHuBOy +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.189 | 10940 | Added a new run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.190 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.191 | 10941 | Marked run 39 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.191 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.192 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.193 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.194 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.194 | 10944 | Added a new run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.194 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.194 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.195 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.197 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.198 | 10950 | Added a new run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.199 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.201 | 10494 | Recursively removing directory: /tmp/git.WTBGaZ/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.201 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.202 | 10491 | Recursively removing directory: /tmp/git.AHuBOy/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.203 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.203 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.203 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.203 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.203 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.203 | 10962 | Added a new worker 8 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.203 | 10960 | Added a new run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.203 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.203 | 10490 | Removed run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.204 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cTAYGM +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.203 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.203 | 10490 | Assigned run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.203 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.205 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.205 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.205 | 10965 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.205 | 10490 | Removed run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.205 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.205 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.205 | 10490 | Assigned run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.204 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.204 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.205 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.205 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yCK9vT +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.206 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.206 | 10961 | Marked run 40 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.206 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.208 | 10964 | Marked run 41 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.208 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.210 | 10966 | Added a new run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.210 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.210 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.211 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.211 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.212 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.213 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.214 | 10970 | Added a new run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.215 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.217 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.218 | 10494 | Recursively removing directory: /tmp/git.cTAYGM/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.219 | 10491 | Recursively removing directory: /tmp/git.yCK9vT/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.219 | 10981 | Added a new run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.219 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.220 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.220 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.220 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.220 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.220 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.220 | 10985 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.220 | 10490 | Removed run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.220 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.220 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.220 | 10490 | Assigned run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.221 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.221 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.221 | 10987 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.221 | 10490 | Removed run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.221 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.221 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.221 | 10490 | Assigned run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.220 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3ISmxG +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.221 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.221 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.221 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.221 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eMTsI8 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.223 | 10984 | Marked run 42 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.223 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.223 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.225 | 10986 | Marked run 43 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.225 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.227 | 10988 | Added a new run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.227 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.227 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.227 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.228 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.228 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.229 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.230 | 10992 | Added a new run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.231 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.233 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.235 | 10491 | Recursively removing directory: /tmp/git.eMTsI8/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.235 | 11002 | Added a new run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.235 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.235 | 10494 | Recursively removing directory: /tmp/git.3ISmxG/ +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.236 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.236 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.237 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.237 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.237 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.237 | 11007 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.237 | 10490 | Removed run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.237 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.237 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.237 | 10490 | Assigned run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.237 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.237 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.237 | 11009 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.237 | 10490 | Removed run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.237 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.237 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.237 | 10490 | Assigned run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.237 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kWNXag +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.237 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.237 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.237 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.238 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OhDcZM +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.238 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.239 | 11006 | Marked run 45 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.239 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.240 | 11010 | Added a new run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.241 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.242 | 11008 | Marked run 44 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.243 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.243 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.244 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.244 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.245 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.245 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.246 | 11012 | Added a new run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.246 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.248 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.250 | 11019 | Added a new run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.250 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.252 | 10491 | Recursively removing directory: /tmp/git.kWNXag/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.252 | 10494 | Recursively removing directory: /tmp/git.OhDcZM/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.253 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.253 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.253 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.253 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.253 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.253 | 11030 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.253 | 10490 | Removed run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.254 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.254 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.254 | 10490 | Assigned run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.254 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.254 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.254 | 11032 | Added a new worker 15 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.254 | 10490 | Removed run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.254 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.254 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.254 | 10490 | Assigned run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.253 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.254 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OwmgiQ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.253 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.253 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.254 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.254 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.J8aRX9 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.257 | 11029 | Marked run 46 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.257 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.257 | 11028 | Added a new run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.258 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.259 | 11031 | Marked run 47 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.259 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.260 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.260 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.260 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.261 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.262 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.262 | 11034 | Added a new run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.262 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.265 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.266 | 11040 | Added a new run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.266 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.268 | 10491 | Recursively removing directory: /tmp/git.OwmgiQ/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.268 | 10494 | Recursively removing directory: /tmp/git.J8aRX9/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.269 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.269 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.269 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.269 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.270 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.270 | 11052 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.270 | 10490 | Removed run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.270 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.270 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.270 | 10490 | Assigned run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.271 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.271 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.270 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.271 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.271 | 11050 | Added a new run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.271 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.271 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.271 | 11054 | Added a new worker 7 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.271 | 10490 | Removed run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.271 | 10490 | Removed worker 7 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.271 | 10490 | Assigned run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.270 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HgNKjh +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.272 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.271 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n2nH9m +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.274 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.274 | 11051 | Marked run 48 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.274 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.276 | 11056 | Added a new run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.276 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.277 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.277 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.278 | 11053 | Marked run 49 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.278 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.278 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.278 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.279 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.282 | 11060 | Added a new run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.283 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.285 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.285 | 10494 | Recursively removing directory: /tmp/git.n2nH9m/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.285 | 10491 | Recursively removing directory: /tmp/git.HgNKjh/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.287 | 11072 | Added a new run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.287 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.287 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.287 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.287 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.287 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.287 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.288 | 11075 | Added a new worker 15 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.288 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.288 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.288 | 10490 | Removed run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.288 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.288 | 10490 | Assigned run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.288 | 11077 | Added a new worker 16 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.288 | 10490 | Removed run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.288 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.288 | 10490 | Assigned run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.288 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lXAou3 +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.287 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.287 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.287 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.288 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ksy266 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.289 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.290 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.291 | 11073 | Marked run 50 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.291 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.293 | 11078 | Added a new run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.293 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.295 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.295 | 11074 | Marked run 51 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.295 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.295 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.296 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.296 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.297 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.298 | 11080 | Added a new run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.298 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.300 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.302 | 11090 | Added a new run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.302 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.302 | 10491 | Recursively removing directory: /tmp/git.Ksy266/ +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.303 | 10494 | Recursively removing directory: /tmp/git.lXAou3/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.304 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.304 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.304 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.304 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.305 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.304 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.305 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.304 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.304 | 11097 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.304 | 10490 | Removed run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.304 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.304 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.304 | 10490 | Assigned run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.305 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.305 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.305 | 11099 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.305 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.305 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.305 | 10490 | Removed run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.305 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.305 | 10490 | Assigned run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.305 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TSDu7q +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.305 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2AK9j4 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.307 | 11096 | Marked run 52 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.307 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.309 | 11098 | Marked run 53 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.309 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.310 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.311 | 11100 | Added a new run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.311 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.311 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.312 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.313 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.314 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.315 | 11105 | Added a new run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.316 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.318 | 10491 | Recursively removing directory: /tmp/git.TSDu7q/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.318 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.319 | 10494 | Recursively removing directory: /tmp/git.2AK9j4/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.320 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.320 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.320 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.320 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.320 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.320 | 11118 | Added a new worker 14 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.320 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.320 | 10490 | Removed run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.320 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.320 | 10490 | Assigned run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.320 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Qb4hpb +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.321 | 11116 | Added a new run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.321 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.322 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.322 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.322 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.322 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.322 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.322 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tyP4RH +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.322 | 11120 | Added a new worker 14 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.322 | 10490 | Removed run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.322 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.322 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.322 | 10490 | Assigned run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.323 | 11117 | Marked run 54 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.323 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.325 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.325 | 11119 | Marked run 55 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.325 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.327 | 11122 | Added a new run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.327 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.327 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.328 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.328 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.329 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.330 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.331 | 11126 | Added a new run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.331 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.334 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.335 | 10491 | Recursively removing directory: /tmp/git.Qb4hpb/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.335 | 10494 | Recursively removing directory: /tmp/git.tyP4RH/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.336 | 11137 | Added a new run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.336 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.336 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.336 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.337 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.337 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.337 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.337 | 11141 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.337 | 10490 | Removed run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.337 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.337 | 10490 | Assigned run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.337 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.337 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.337 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.337 | 11143 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.337 | 10490 | Removed run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.337 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.337 | 10490 | Assigned run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.338 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.337 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.337 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.337 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.338 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EsL45o +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.338 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ez2Fns +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.339 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.339 | 11140 | Marked run 56 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.340 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.341 | 11142 | Marked run 57 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.341 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.343 | 11144 | Added a new run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.343 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.343 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.343 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.344 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.345 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.345 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.347 | 11148 | Added a new run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.347 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.350 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.351 | 10491 | Recursively removing directory: /tmp/git.Ez2Fns/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.351 | 11159 | Added a new run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.351 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.352 | 10494 | Recursively removing directory: /tmp/git.EsL45o/ +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.353 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.353 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.353 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.353 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.353 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.353 | 11163 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.353 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.353 | 10490 | Removed run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.353 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.353 | 10490 | Assigned run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.353 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.353 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.353 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.353 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZEXVJN +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.354 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.354 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.354 | 11165 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.354 | 10490 | Removed run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.354 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.354 | 10490 | Assigned run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.354 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.354 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.354 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SKkPeY +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.355 | 11162 | Marked run 58 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.356 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.357 | 11166 | Added a new run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.358 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.360 | 11164 | Marked run 59 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.360 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.360 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.360 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.360 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.361 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.362 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.363 | 11168 | Added a new run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.363 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.365 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.367 | 10494 | Recursively removing directory: /tmp/git.SKkPeY/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.367 | 11178 | Added a new run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.368 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.369 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.369 | 10491 | Recursively removing directory: /tmp/git.ZEXVJN/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.369 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.369 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.369 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.370 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.370 | 11185 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.370 | 10490 | Removed run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.370 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.370 | 10490 | Assigned run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.370 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.r8nfl0 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.370 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.370 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.371 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.371 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.371 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.371 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.371 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.371 | 11188 | Added a new worker 15 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.371 | 10490 | Removed run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.371 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.372 | 10490 | Assigned run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.372 | 11184 | Marked run 61 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.372 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.372 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AXdHYY +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.373 | 11186 | Added a new run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.374 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.375 | 11187 | Marked run 60 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.376 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.376 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.376 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.377 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.378 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.378 | 11190 | Added a new run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.379 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.379 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.381 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.383 | 11197 | Added a new run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.383 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.384 | 10494 | Recursively removing directory: /tmp/git.r8nfl0/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.385 | 10491 | Recursively removing directory: /tmp/git.AXdHYY/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.385 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.385 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.386 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.386 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.386 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.386 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.386 | 11208 | Added a new worker 12 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.386 | 10490 | Removed run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.386 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.386 | 10490 | Assigned run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.386 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.386 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.387 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.387 | 11210 | Added a new worker 15 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.387 | 10490 | Removed run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.387 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.387 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.387 | 10490 | Assigned run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.386 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sxa5XJ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.386 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.386 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.386 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.387 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nBNp5F +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.388 | 11206 | Marked run 62 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.388 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.393 | 11207 | Added a new run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.393 | 11209 | Marked run 63 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.393 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.393 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.393 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.393 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.394 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.394 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.396 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.398 | 11214 | Added a new run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.398 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.401 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.401 | 10491 | Recursively removing directory: /tmp/git.nBNp5F/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.402 | 10494 | Recursively removing directory: /tmp/git.sxa5XJ/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.403 | 11226 | Added a new run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.403 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.403 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.403 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.403 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.403 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.403 | 11229 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.403 | 10490 | Removed run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.403 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.403 | 10490 | Assigned run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.404 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.404 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.404 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.404 | 11231 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.404 | 10490 | Removed run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.404 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.404 | 10490 | Assigned run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.404 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.403 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.403 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.404 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.404 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Gy7DID +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.403 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.404 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KVGPGn +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.406 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.408 | 11228 | Marked run 65 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.408 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.421 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.422 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.422 | 11230 | Marked run 64 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.422 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.422 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.423 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.423 | 11232 | Added a new run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.424 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.426 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.428 | 10494 | Recursively removing directory: /tmp/git.Gy7DID/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.429 | 11239 | Added a new run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.429 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.430 | 10491 | Recursively removing directory: /tmp/git.KVGPGn/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.430 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.430 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.430 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.430 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.430 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.430 | 11249 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.430 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.430 | 10490 | Removed run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.430 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.431 | 10490 | Assigned run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.431 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.28JqfG +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.432 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.432 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.432 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.433 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.433 | 11248 | Marked run 67 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.433 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.433 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.433 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.433 | 11252 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.433 | 10490 | Removed run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.433 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.433 | 10490 | Assigned run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.433 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gWrXgI +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.433 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.435 | 11250 | Added a new run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.435 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.437 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.437 | 11251 | Marked run 66 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.438 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.438 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.438 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.440 | 11254 | Added a new run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.440 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.440 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.441 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.442 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.444 | 11261 | Added a new run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.444 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.445 | 10494 | Recursively removing directory: /tmp/git.28JqfG/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.446 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.446 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.446 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.447 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.447 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.447 | 11271 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.447 | 10490 | Removed run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.447 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.447 | 10490 | Assigned run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.447 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.447 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZiPYC3 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.447 | 10491 | Recursively removing directory: /tmp/git.gWrXgI/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.447 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.449 | 11270 | Marked run 68 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.449 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.450 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.450 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.450 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.450 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.450 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.450 | 11274 | Added a new worker 14 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.450 | 10490 | Removed run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.450 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.450 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.450 | 10490 | Assigned run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.450 | 11272 | Added a new run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.451 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.451 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.98oysM +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.452 | 11273 | Marked run 69 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.452 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.453 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.454 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.455 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.456 | 11276 | Added a new run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.456 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.456 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.457 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.458 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.460 | 11282 | Added a new run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.460 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.461 | 10494 | Recursively removing directory: /tmp/git.ZiPYC3/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.463 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.463 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.463 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.463 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.463 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.463 | 11293 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.463 | 10490 | Removed run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.463 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.463 | 10490 | Assigned run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.464 | 10491 | Recursively removing directory: /tmp/git.98oysM/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.464 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.464 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4QdOhd +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.465 | 11292 | Marked run 70 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.465 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.466 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.466 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.466 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.466 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.466 | 11296 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.466 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.466 | 10490 | Removed run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.466 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.466 | 10490 | Assigned run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.466 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.466 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AYLxfm +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.467 | 11294 | Added a new run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.467 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.469 | 11295 | Marked run 71 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.469 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.469 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.470 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.470 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.472 | 11298 | Added a new run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.472 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.473 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.473 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.475 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.477 | 10494 | Recursively removing directory: /tmp/git.4QdOhd/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.477 | 11306 | Added a new run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.477 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.478 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.478 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.479 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.479 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.479 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.479 | 11314 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.479 | 10490 | Removed run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.479 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.479 | 10490 | Assigned run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.479 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.480 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Fa5ldO +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.480 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.480 | 10491 | Recursively removing directory: /tmp/git.AYLxfm/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.481 | 11313 | Marked run 72 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.481 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.483 | 11316 | Added a new run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.483 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.482 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.482 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.483 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.484 | 11319 | Added a new worker 9 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.484 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.484 | 10490 | Removed run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.484 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.484 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.484 | 10490 | Assigned run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.484 | 11317 | Marked run 73 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.484 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.484 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NKbtpE +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.485 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.486 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.487 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.487 | 11320 | Added a new run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.487 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.489 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.491 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.492 | 11323 | Added a new run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.492 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.492 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.495 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.495 | 10494 | Recursively removing directory: /tmp/git.Fa5ldO/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.497 | 11332 | Added a new run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.497 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.498 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.498 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.498 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.498 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VsNxgI +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.498 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.498 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.498 | 11339 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.498 | 10490 | Removed run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.498 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.498 | 10490 | Assigned run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.498 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.498 | 10491 | Recursively removing directory: /tmp/git.NKbtpE/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.500 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.500 | 11337 | Marked run 74 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.500 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.501 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.501 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.502 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.501 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.502 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.502 | 11342 | Added a new worker 14 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.502 | 10490 | Removed run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.502 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.502 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.502 | 10490 | Assigned run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.502 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.h1tFtc +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.503 | 11340 | Added a new run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.503 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.505 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.506 | 11341 | Marked run 75 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.506 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.506 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.508 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.509 | 11344 | Added a new run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.509 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.509 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.510 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.511 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.513 | 11350 | Added a new run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.513 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.514 | 10494 | Recursively removing directory: /tmp/git.VsNxgI/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.515 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.516 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.516 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.516 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.516 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.516 | 11362 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.516 | 10490 | Removed run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.516 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.516 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.516 | 10490 | Assigned run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.517 | 11360 | Added a new run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.518 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.517 | 10491 | Recursively removing directory: /tmp/git.h1tFtc/ +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.516 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.517 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NZyLyM +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.519 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.519 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.519 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.519 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.519 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.519 | 11365 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.519 | 10490 | Removed run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.519 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.520 | 10490 | Assigned run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.520 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xiVHbL +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.520 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.521 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.521 | 11361 | Marked run 76 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.521 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.525 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.525 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.525 | 11366 | Added a new run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.525 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.526 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.525 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.527 | 11364 | Marked run 77 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.527 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.528 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.529 | 11371 | Added a new run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.529 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.532 | 10494 | Recursively removing directory: /tmp/git.NZyLyM/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.532 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.533 | 10491 | Recursively removing directory: /tmp/git.xiVHbL/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.534 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.534 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.534 | 11382 | Added a new run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.534 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.534 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.535 | 11384 | Added a new worker 7 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.535 | 10490 | Removed run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.535 | 10490 | Removed worker 7 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.535 | 10490 | Assigned run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.535 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.535 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.535 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.535 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.535 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cCssPP +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.534 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.535 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cgtrlQ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.535 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.535 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.535 | 11387 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.535 | 10490 | Removed run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.535 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.535 | 10490 | Assigned run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.536 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.537 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.538 | 11383 | Marked run 78 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.538 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.541 | 11386 | Marked run 79 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.541 | 11388 | Added a new run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.541 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.542 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.542 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.542 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.542 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.543 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.544 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.546 | 11392 | Added a new run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.546 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.548 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.549 | 10491 | Recursively removing directory: /tmp/git.cCssPP/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.549 | 10494 | Recursively removing directory: /tmp/git.cgtrlQ/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.550 | 11404 | Added a new run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.550 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.551 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.551 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.551 | 11407 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.551 | 10490 | Removed run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.551 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.551 | 10490 | Assigned run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.551 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.551 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.551 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.552 | 11409 | Added a new worker 8 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.552 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.552 | 10490 | Removed run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.552 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.552 | 10490 | Assigned run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.551 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.551 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.551 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.552 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.R1Zvyx +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.551 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.551 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.551 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.551 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eQZakl +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.553 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.554 | 11406 | Marked run 81 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.554 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.555 | 11410 | Added a new run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.556 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.557 | 11408 | Marked run 80 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.557 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.557 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.558 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.558 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.559 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.559 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.559 | 11412 | Added a new run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.560 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.562 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.563 | 11418 | Added a new run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.564 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.566 | 10494 | Recursively removing directory: /tmp/git.R1Zvyx/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.566 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.567 | 10491 | Recursively removing directory: /tmp/git.eQZakl/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.567 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.567 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.568 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.568 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.568 | 11430 | Added a new worker 14 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.568 | 10490 | Removed run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.568 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.568 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.568 | 10490 | Assigned run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.568 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.568 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0Bk3ey +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.568 | 11428 | Added a new run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.569 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.570 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.570 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.570 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.570 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bhrXlb +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.570 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.570 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.570 | 11433 | Added a new worker 14 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.570 | 10490 | Removed run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.570 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.570 | 10490 | Assigned run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.571 | 11429 | Marked run 83 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.571 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.572 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.573 | 11432 | Marked run 82 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.573 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.573 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.575 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.575 | 11434 | Added a new run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.575 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.576 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.576 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.578 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.579 | 11439 | Added a new run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.580 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.581 | 10494 | Recursively removing directory: /tmp/git.0Bk3ey/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.582 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.583 | 10491 | Recursively removing directory: /tmp/git.bhrXlb/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.584 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.584 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.584 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.584 | 11449 | Added a new run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.584 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.585 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.585 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.585 | 11452 | Added a new worker 6 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.585 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.585 | 10490 | Removed run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.585 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.585 | 10490 | Assigned run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.585 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nmEGx0 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.586 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.586 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.586 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.586 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.586 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.586 | 11455 | Added a new worker 14 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.586 | 10490 | Removed run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.586 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.586 | 10490 | Assigned run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.587 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.587 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j8CSY4 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.587 | 11451 | Marked run 84 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.587 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.588 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.589 | 11454 | Marked run 85 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.589 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.591 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.591 | 11456 | Added a new run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.592 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.592 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.592 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.593 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.594 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.596 | 11461 | Added a new run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.596 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.599 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.599 | 10491 | Recursively removing directory: /tmp/git.j8CSY4/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.599 | 10494 | Recursively removing directory: /tmp/git.nmEGx0/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.601 | 11472 | Added a new run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.601 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.601 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.601 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.601 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.601 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.601 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.601 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.602 | 11475 | Added a new worker 12 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.602 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.602 | 10490 | Removed run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.602 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.602 | 10490 | Assigned run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.602 | 11477 | Added a new worker 12 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.602 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.602 | 10490 | Removed run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.602 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.602 | 10490 | Assigned run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.602 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.603 | 11474 | Marked run 86 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.603 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.604 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.602 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fZKnha +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.601 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.601 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.602 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.603 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.acPVwr +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.605 | 11476 | Marked run 87 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.606 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.607 | 11478 | Added a new run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.608 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.608 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.608 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.609 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.609 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.610 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.611 | 11482 | Added a new run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.612 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.614 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.616 | 10491 | Recursively removing directory: /tmp/git.acPVwr/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.616 | 10494 | Recursively removing directory: /tmp/git.fZKnha/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.617 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.617 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.617 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.617 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.617 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.617 | 11496 | Added a new worker 14 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.618 | 10490 | Removed run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.618 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.618 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.618 | 10490 | Assigned run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.618 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.618 | 11498 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.618 | 10490 | Removed run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.618 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.618 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.618 | 10490 | Assigned run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.618 | 11493 | Added a new run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.619 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.618 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.khz02c +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.617 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.617 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.617 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.618 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oNiFoa +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.621 | 11495 | Marked run 89 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.621 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.621 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.623 | 11497 | Marked run 88 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.623 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.624 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.624 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.625 | 11500 | Added a new run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.625 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.625 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.625 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.628 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.629 | 11506 | Added a new run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.630 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.632 | 10491 | Recursively removing directory: /tmp/git.khz02c/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.632 | 10494 | Recursively removing directory: /tmp/git.oNiFoa/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.633 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.634 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.634 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.634 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.634 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.634 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.634 | 11518 | Added a new worker 14 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.634 | 10490 | Removed run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.634 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.634 | 10490 | Assigned run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.634 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.635 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.635 | 11516 | Added a new run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.635 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.635 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.635 | 11520 | Added a new worker 6 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.635 | 10490 | Removed run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.635 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.635 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.636 | 10490 | Assigned run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.635 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.635 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.635 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.636 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gRQzoB +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.634 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mv08mH +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.638 | 11517 | Marked run 90 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.638 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.639 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.640 | 11519 | Marked run 91 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.640 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.641 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.642 | 11522 | Added a new run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.642 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.642 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.643 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.643 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.644 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.646 | 11527 | Added a new run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.647 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.648 | 10491 | Recursively removing directory: /tmp/git.mv08mH/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.649 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.650 | 10494 | Recursively removing directory: /tmp/git.gRQzoB/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.650 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.651 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.651 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.651 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.651 | 11540 | Added a new worker 9 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.651 | 10490 | Removed run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.651 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.651 | 10490 | Assigned run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.651 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.651 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HLecYp +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.651 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.652 | 11538 | Added a new run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.652 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.652 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.652 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.652 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.652 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.652 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.652 | 11542 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.652 | 10490 | Removed run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.652 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.652 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.652 | 10490 | Assigned run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.652 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4pnWr5 +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.654 | 11539 | Marked run 92 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.654 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.654 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.656 | 11541 | Marked run 93 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.656 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.657 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.658 | 11544 | Added a new run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.658 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.658 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.658 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.659 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.661 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.662 | 11549 | Added a new run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.663 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.665 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.665 | 10491 | Recursively removing directory: /tmp/git.HLecYp/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.666 | 10494 | Recursively removing directory: /tmp/git.4pnWr5/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.667 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.667 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.667 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.667 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.667 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.667 | 11560 | Added a new run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.667 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.667 | 11562 | Added a new worker 6 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.667 | 10490 | Removed run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.667 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.667 | 10490 | Assigned run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.667 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.s9xOYR +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.668 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.668 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.668 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.668 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.669 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.669 | 11565 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.669 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.669 | 10490 | Removed run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.669 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.669 | 10490 | Assigned run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.669 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.669 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.F8PUy2 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.670 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.670 | 11561 | Marked run 94 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.671 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.672 | 11566 | Added a new run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.673 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.675 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.675 | 11564 | Marked run 95 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.675 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.675 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.676 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.676 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.677 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.677 | 11568 | Added a new run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.677 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.680 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.682 | 11575 | Added a new run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.683 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.683 | 10491 | Recursively removing directory: /tmp/git.s9xOYR/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.684 | 10494 | Recursively removing directory: /tmp/git.F8PUy2/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.684 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.684 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.685 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.685 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.685 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.685 | 11585 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.685 | 10490 | Removed run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.685 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.685 | 10490 | Assigned run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.685 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.685 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.685 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dBj987 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.686 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.686 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.686 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.686 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.686 | 11588 | Added a new worker 8 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.686 | 10490 | Removed run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.686 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.686 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.686 | 10490 | Assigned run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.687 | 11584 | Marked run 96 as finished +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.686 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.687 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2FbqZg +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.687 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.688 | 11586 | Added a new run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.689 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.690 | 11587 | Marked run 97 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.690 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.691 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.691 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.692 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.693 | 11590 | Added a new run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.693 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.694 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.694 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.696 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.698 | 11596 | Added a new run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.698 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.699 | 10491 | Recursively removing directory: /tmp/git.dBj987/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.700 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.700 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.700 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.701 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.701 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.701 | 11608 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.701 | 10490 | Removed run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.701 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.701 | 10490 | Assigned run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.701 | 10494 | Recursively removing directory: /tmp/git.2FbqZg/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.701 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.701 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.701 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2p8pY5 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.704 | 11606 | Added a new run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.704 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.704 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.704 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.704 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sVkASO +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.704 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.704 | 11610 | Added a new worker 15 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.704 | 10490 | Removed run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.704 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.704 | 10490 | Assigned run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.705 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.705 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.707 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.707 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.707 | 11607 | Marked run 98 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.707 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.708 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.709 | 11609 | Marked run 99 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.709 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.710 | 11612 | Added a new run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.710 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.711 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.712 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.713 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.714 | 11618 | Added a new run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.714 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.716 | 10491 | Recursively removing directory: /tmp/git.2p8pY5/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.717 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.718 | 10494 | Recursively removing directory: /tmp/git.sVkASO/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.718 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.718 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.718 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.718 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.719 | 11630 | Added a new worker 14 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.719 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.719 | 10490 | Removed run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.719 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.719 | 10490 | Assigned run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.718 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.719 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZyBP7n +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.720 | 11628 | Added a new run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.720 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.720 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.720 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.720 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.720 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.720 | 11632 | Added a new worker 15 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.720 | 10490 | Removed run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.720 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.720 | 10490 | Assigned run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.720 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fFXHZV +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.721 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.721 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.722 | 11629 | Marked run 100 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.722 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.724 | 11631 | Marked run 101 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.724 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.724 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.724 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.726 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.726 | 11634 | Added a new run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.727 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.727 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.727 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.729 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.731 | 11639 | Added a new run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.731 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.733 | 10491 | Recursively removing directory: /tmp/git.ZyBP7n/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.734 | 10494 | Recursively removing directory: /tmp/git.fFXHZV/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.734 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.734 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.734 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.735 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.735 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.735 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.735 | 11652 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.735 | 10490 | Removed run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.735 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.735 | 10490 | Assigned run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.735 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.735 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AkHYvb +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.736 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.736 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.737 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.736 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.737 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.737 | 11654 | Added a new worker 15 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.737 | 10490 | Removed run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.737 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.737 | 10490 | Assigned run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.737 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GPyqdR +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.737 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.737 | 11650 | Added a new run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.738 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.740 | 11651 | Marked run 102 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.740 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.742 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.742 | 11653 | Marked run 103 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.742 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.742 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.743 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.744 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.744 | 11656 | Added a new run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.744 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.746 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.748 | 11663 | Added a new run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.748 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.749 | 10491 | Recursively removing directory: /tmp/git.AkHYvb/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.750 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.750 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.750 | 10494 | Recursively removing directory: /tmp/git.GPyqdR/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.750 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.750 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.750 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.751 | 11673 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.751 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.751 | 10490 | Removed run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.751 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.751 | 10490 | Assigned run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.751 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MgQU6D +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.751 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.753 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.753 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.753 | 11672 | Marked run 104 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.753 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.753 | 11676 | Added a new worker 6 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.753 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.753 | 10490 | Removed run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.753 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.753 | 10490 | Assigned run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.753 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.753 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UuUEwT +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.753 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.755 | 11674 | Added a new run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.755 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.757 | 11675 | Marked run 105 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.757 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.757 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.758 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.758 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.758 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.759 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.760 | 11678 | Added a new run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.760 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.762 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.764 | 11685 | Added a new run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.764 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.765 | 10491 | Recursively removing directory: /tmp/git.MgQU6D/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.766 | 10494 | Recursively removing directory: /tmp/git.UuUEwT/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.766 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.766 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.767 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.767 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.767 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.767 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.767 | 11696 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.767 | 10490 | Removed run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.767 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.767 | 10490 | Assigned run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.767 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.767 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aiNGER +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.768 | 11694 | Marked run 106 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.769 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.769 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.769 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.769 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.769 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.769 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.769 | 11698 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.769 | 10490 | Removed run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.769 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.769 | 10490 | Assigned run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.769 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.769 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.24KURC +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.770 | 11695 | Added a new run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.771 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.773 | 11697 | Marked run 107 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.773 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.773 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.773 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.774 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.775 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.775 | 11700 | Added a new run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.776 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.776 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.778 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.780 | 11709 | Added a new run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.781 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.780 | 10491 | Recursively removing directory: /tmp/git.aiNGER/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.782 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.782 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.782 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.782 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.782 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.782 | 11717 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.782 | 10490 | Removed run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.782 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.782 | 10490 | Assigned run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.782 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.782 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jXcJ2C +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.783 | 10494 | Recursively removing directory: /tmp/git.24KURC/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.783 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.784 | 11716 | Marked run 108 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.784 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.786 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.786 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.786 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.786 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.786 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.786 | 11720 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.786 | 10490 | Removed run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.786 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.786 | 10490 | Assigned run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.786 | 11718 | Added a new run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.786 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wuSjgr +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.787 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.787 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.789 | 11719 | Marked run 109 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.789 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.789 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.789 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.791 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.791 | 11722 | Added a new run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.791 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.792 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.793 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.794 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.795 | 11727 | Added a new run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.796 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.797 | 10491 | Recursively removing directory: /tmp/git.jXcJ2C/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.798 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.799 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.799 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.799 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.799 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.799 | 11740 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.799 | 10490 | Removed run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.799 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.799 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.799 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OvkYnz +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.800 | 10494 | Recursively removing directory: /tmp/git.wuSjgr/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.799 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.799 | 10490 | Assigned run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.800 | 11738 | Added a new run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.800 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.802 | 11739 | Marked run 110 as finished +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.802 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.802 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.802 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.802 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.802 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.802 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.802 | 11743 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.802 | 10490 | Removed run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.802 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.802 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.803 | 10490 | Assigned run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.803 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1sA6Y6 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.803 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.804 | 11742 | Marked run 111 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.804 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.806 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.806 | 11744 | Added a new run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.806 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.806 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.808 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.809 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.809 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.810 | 11747 | Added a new run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.811 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.813 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.813 | 10491 | Recursively removing directory: /tmp/git.OvkYnz/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.815 | 11757 | Added a new run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.815 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.815 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.815 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.815 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.815 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.816 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.816 | 11762 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.816 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.816 | 10490 | Removed run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.816 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.816 | 10490 | Assigned run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.816 | 10494 | Recursively removing directory: /tmp/git.1sA6Y6/ +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.816 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nK1Fa7 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.818 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.818 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.818 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.819 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BtQHLp +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.818 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.818 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.818 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.818 | 11761 | Marked run 112 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.819 | 11766 | Added a new worker 8 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.819 | 10490 | Removed run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.819 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.819 | 10490 | Assigned run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.819 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.820 | 11764 | Added a new run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.821 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.822 | 11765 | Marked run 113 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.822 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.823 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.823 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.825 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.825 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.825 | 11768 | Added a new run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.825 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.826 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.828 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.829 | 11774 | Added a new run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.830 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.831 | 10491 | Recursively removing directory: /tmp/git.nK1Fa7/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.832 | 10494 | Recursively removing directory: /tmp/git.BtQHLp/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.833 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.833 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.833 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.833 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.833 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.833 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.833 | 11786 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.833 | 10490 | Removed run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.833 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.833 | 10490 | Assigned run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.834 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.834 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YWzbLa +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.835 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.835 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.835 | 11784 | Added a new run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.835 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.835 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.835 | 11788 | Added a new worker 12 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.835 | 10490 | Removed run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.835 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.835 | 10490 | Assigned run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.835 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.835 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RtNdwu +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.836 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.837 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.838 | 11785 | Marked run 114 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.838 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.840 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.840 | 11790 | Added a new run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.841 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.841 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.842 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.843 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.843 | 11787 | Marked run 115 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.843 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.843 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.845 | 11794 | Added a new run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.845 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.847 | 10491 | Recursively removing directory: /tmp/git.YWzbLa/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.848 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.849 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.849 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.850 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.850 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.850 | 11808 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.850 | 10490 | Removed run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.850 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.850 | 10490 | Assigned run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.850 | 11803 | Added a new run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.850 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.850 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.850 | 10494 | Recursively removing directory: /tmp/git.RtNdwu/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.850 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.850 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.drX322 +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.852 | 11807 | Marked run 116 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.852 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.853 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.852 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.852 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.853 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.853 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.853 | 11811 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.853 | 10490 | Removed run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.853 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.853 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.853 | 10490 | Assigned run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.853 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.853 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6L9OJZ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.855 | 11810 | Marked run 117 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.855 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.856 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.857 | 11812 | Added a new run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.857 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.857 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.859 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.860 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.860 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.862 | 11817 | Added a new run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.862 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.864 | 10491 | Recursively removing directory: /tmp/git.drX322/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.865 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.866 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.866 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.866 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.866 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.866 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.866 | 11830 | Added a new worker 14 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.866 | 10490 | Removed run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.866 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.866 | 10490 | Assigned run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.866 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.866 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.e5R5He +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.867 | 10494 | Recursively removing directory: /tmp/git.6L9OJZ/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.867 | 11826 | Added a new run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.867 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.869 | 11829 | Marked run 118 as finished +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.869 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.869 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.870 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.870 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.870 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.870 | 11833 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.870 | 10490 | Removed run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.870 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.870 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.870 | 10490 | Assigned run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.870 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.870 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.grK0FV +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.872 | 11832 | Marked run 119 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.872 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.872 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.873 | 11834 | Added a new run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.874 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.874 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.876 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.876 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.877 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.878 | 11838 | Added a new run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.879 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.880 | 10491 | Recursively removing directory: /tmp/git.e5R5He/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.881 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.882 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.882 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.882 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.882 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.882 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.882 | 11852 | Added a new worker 14 to the queue +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.882 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Nz8WkM +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.882 | 10490 | Removed run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.882 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.882 | 10490 | Assigned run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.882 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.883 | 11847 | Added a new run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.884 | 10494 | Recursively removing directory: /tmp/git.grK0FV/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.884 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.886 | 11851 | Marked run 120 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.886 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.886 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.886 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.886 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.886 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.886 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.886 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.886 | 11855 | Added a new worker 12 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.887 | 10490 | Removed run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.887 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.887 | 10490 | Assigned run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.887 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.887 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wZls9q +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.889 | 11854 | Marked run 121 as finished +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.889 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.889 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.890 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.891 | 11856 | Added a new run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.891 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.893 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.893 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.894 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.895 | 11860 | Added a new run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.895 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.897 | 10491 | Recursively removing directory: /tmp/git.Nz8WkM/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.898 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.898 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.898 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.899 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.899 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.899 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.899 | 11874 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.899 | 10490 | Removed run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.899 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.899 | 10490 | Assigned run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.899 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Fz8w2a +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.900 | 11872 | Marked run 122 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.900 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.900 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.900 | 10494 | Recursively removing directory: /tmp/git.wZls9q/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.901 | 11871 | Added a new run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.902 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.902 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.902 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.902 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.903 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.903 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.903 | 11877 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.903 | 10490 | Removed run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.903 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.903 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.903 | 10490 | Assigned run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.903 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dBP2FH +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.904 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.905 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.905 | 11876 | Marked run 123 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.906 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.906 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.907 | 11878 | Added a new run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.907 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.909 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.910 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.910 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.911 | 11883 | Added a new run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.911 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.913 | 10491 | Recursively removing directory: /tmp/git.Fz8w2a/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.914 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.914 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.914 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.915 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.914 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.915 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.915 | 11896 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.915 | 10490 | Removed run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.915 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.915 | 10490 | Assigned run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.915 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.e0sEw5 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.915 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.916 | 10494 | Recursively removing directory: /tmp/git.dBP2FH/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.916 | 11893 | Added a new run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.917 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.919 | 11894 | Marked run 124 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.919 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.919 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.919 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.919 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.919 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.919 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.919 | 11899 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.919 | 10490 | Removed run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.919 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.919 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.919 | 10490 | Assigned run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.919 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mcGSrC +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.920 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.921 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.921 | 11898 | Marked run 125 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.921 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.922 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.923 | 11900 | Added a new run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.923 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.925 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.926 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.926 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.928 | 11906 | Added a new run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.928 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.929 | 10491 | Recursively removing directory: /tmp/git.e0sEw5/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.930 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.930 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.931 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.931 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.931 | 11916 | Added a new worker 13 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.931 | 10490 | Removed run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.931 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.931 | 10490 | Assigned run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.931 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.931 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.931 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.931 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VAPB4W +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.932 | 11915 | Marked run 126 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.933 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.933 | 10494 | Recursively removing directory: /tmp/git.mcGSrC/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.934 | 11917 | Added a new run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.935 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.935 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.935 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.935 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.935 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.935 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.936 | 11921 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.936 | 10490 | Removed run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.936 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.936 | 10490 | Assigned run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.936 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sQPRju +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.936 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.937 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.938 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.938 | 11920 | Marked run 127 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.938 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.939 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.940 | 11922 | Added a new run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.940 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.942 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.942 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.943 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.944 | 11928 | Added a new run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.945 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.945 | 10491 | Recursively removing directory: /tmp/git.VAPB4W/ +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.947 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.947 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.947 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.947 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.947 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.947 | 11936 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.947 | 10490 | Removed run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.947 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.947 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.947 | 10490 | Assigned run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.947 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TM3gTS +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.949 | 11935 | Marked run 128 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.949 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.950 | 10494 | Recursively removing directory: /tmp/git.sQPRju/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.951 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.951 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.951 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.951 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.951 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.951 | 11942 | Added a new worker 14 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.951 | 10490 | Removed run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.951 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.951 | 10490 | Assigned run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.952 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.952 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3ZRTBA +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.952 | 11937 | Added a new run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.953 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.955 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.957 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.958 | 11941 | Marked run 129 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.958 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.958 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.960 | 11944 | Added a new run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.960 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.961 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.962 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.962 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.964 | 10491 | Recursively removing directory: /tmp/git.TM3gTS/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.965 | 11952 | Added a new run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.965 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.966 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.966 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.966 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.966 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.966 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.966 | 11957 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.966 | 10490 | Removed run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.966 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.966 | 10490 | Assigned run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.966 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.966 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0QMzHu +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.968 | 11956 | Marked run 130 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.968 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.969 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.969 | 10494 | Recursively removing directory: /tmp/git.3ZRTBA/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.971 | 11962 | Added a new run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.971 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.971 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.972 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.972 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.972 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.972 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.972 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.972 | 11965 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.972 | 10490 | Removed run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.972 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.972 | 10490 | Assigned run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.972 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.974 | 11964 | Marked run 131 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.974 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.974 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.973 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Vh110I +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.974 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.976 | 11966 | Added a new run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.976 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.978 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.979 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.980 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.980 | 10491 | Recursively removing directory: /tmp/git.0QMzHu/ +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.981 | 11973 | Added a new run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.981 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.982 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.982 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.982 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.982 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.982 | 11978 | Added a new worker 10 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.982 | 10490 | Removed run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.982 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.982 | 10490 | Assigned run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.983 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.982 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.983 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q80cVr +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.985 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.985 | 11977 | Marked run 132 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.985 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.987 | 11981 | Added a new run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.987 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.987 | 10494 | Recursively removing directory: /tmp/git.Vh110I/ +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.988 | 10491 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.989 | 10494 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.989 | 10494 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.989 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.989 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.989 | 10494 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.989 | 11987 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.989 | 10490 | Removed run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.989 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.989 | 10490 | Assigned run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.989 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.989 | 10491 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.989 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dhaL3b +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.990 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.991 | 11986 | Marked run 133 as finished +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.991 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.993 | 11989 | Added a new run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.993 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.995 | 10494 | Checking out revision HEAD +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.996 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.996 | 10491 | Recursively removing directory: /tmp/git.Q80cVr/ +2024-01-28 10:55:10 | INFO | 10494/cimple-worker: 2024-01-28 10:55:10.996 | 10494 | Going to run: ./ci +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.998 | 11996 | Added a new run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:10 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:10 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:10 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.998 | 10491 | Process exit code: 0 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.998 | 10491 | Process output: 57 bytes +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.999 | 10491 | Waiting for a new command +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.998 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.999 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.999 | 10488 | Waiting for new connections +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.999 | 12000 | Added a new worker 11 to the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.999 | 10490 | Removed run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.999 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.999 | 10490 | Assigned run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:10 | INFO | 10491/cimple-worker: 2024-01-28 10:55:10.999 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PShVz0 +2024-01-28 10:55:10 | INFO | 10488/cimple-server: 2024-01-28 10:55:10.999 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.001 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.001 | 11999 | Marked run 134 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.001 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.003 | 12003 | Added a new run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.003 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.004 | 10494 | Recursively removing directory: /tmp/git.dhaL3b/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.005 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.005 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.005 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.006 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.005 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.005 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.006 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.006 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.006 | 12009 | Added a new worker 12 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.006 | 10490 | Removed run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.006 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.006 | 10490 | Assigned run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.006 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.006 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VxrsCV +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.009 | 12008 | Marked run 135 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.009 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.010 | 12011 | Added a new run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.011 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.012 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.013 | 10491 | Recursively removing directory: /tmp/git.PShVz0/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.013 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.013 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.015 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.015 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.015 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.015 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.015 | 12021 | Added a new worker 8 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.015 | 12018 | Added a new run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.015 | 10490 | Removed run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.015 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.015 | 10490 | Assigned run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.015 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.015 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CARMlI +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.017 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.017 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.018 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.018 | 12020 | Marked run 136 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.019 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.020 | 12026 | Added a new run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.020 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.020 | 10494 | Recursively removing directory: /tmp/git.VxrsCV/ +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.022 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.022 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.022 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.022 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.022 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.022 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.022 | 12031 | Added a new worker 10 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.022 | 10490 | Removed run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.022 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.022 | 10490 | Assigned run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.022 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qg1txD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.023 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.023 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.023 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.025 | 12030 | Marked run 137 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.025 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.027 | 12032 | Added a new run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.028 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.028 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.029 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.030 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.030 | 10491 | Recursively removing directory: /tmp/git.CARMlI/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.032 | 12041 | Added a new run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.032 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.032 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.032 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.032 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.032 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.032 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.033 | 12044 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.033 | 10490 | Removed run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.033 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.033 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.033 | 10490 | Assigned run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.033 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ScrLpv +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.034 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.035 | 12043 | Marked run 138 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.035 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.036 | 10494 | Recursively removing directory: /tmp/git.qg1txD/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.037 | 12049 | Added a new run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.037 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.038 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.038 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.038 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.038 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.038 | 12053 | Added a new worker 10 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.038 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.038 | 10490 | Removed run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.038 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.038 | 10490 | Assigned run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.038 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.038 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZcsgIx +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.039 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.040 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.040 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.041 | 12052 | Marked run 139 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.041 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.042 | 12054 | Added a new run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.043 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.044 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.045 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.045 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.047 | 12061 | Added a new run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.047 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.047 | 10491 | Recursively removing directory: /tmp/git.ScrLpv/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.049 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.049 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.049 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.049 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.049 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.049 | 12067 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.049 | 10490 | Removed run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.049 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.049 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.049 | 10490 | Assigned run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.050 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.049 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dtYDmW +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.051 | 12066 | Marked run 140 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.051 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.053 | 10494 | Recursively removing directory: /tmp/git.ZcsgIx/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.053 | 12069 | Added a new run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.053 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.054 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.054 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.054 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.055 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.055 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.055 | 12075 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.055 | 10490 | Removed run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.055 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.055 | 10490 | Assigned run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.055 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.055 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.056 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DVyCoA +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.056 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.057 | 12074 | Marked run 141 as finished +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.057 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.057 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.059 | 12076 | Added a new run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.059 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.061 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.061 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.062 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.063 | 12084 | Added a new run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.063 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.064 | 10491 | Recursively removing directory: /tmp/git.dtYDmW/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.065 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.065 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.065 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.066 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.066 | 12090 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.066 | 10490 | Removed run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.066 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.066 | 10490 | Assigned run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.066 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.066 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.066 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.066 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RX5SR7 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.069 | 10494 | Recursively removing directory: /tmp/git.DVyCoA/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.070 | 12089 | Marked run 142 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.070 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.072 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.072 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.072 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.072 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.072 | 12096 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.072 | 10490 | Removed run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.072 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.072 | 10490 | Assigned run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.072 | 12093 | Added a new run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.072 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.072 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.60r1Al +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.073 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.073 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.075 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.075 | 12095 | Marked run 143 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.075 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.075 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.076 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.078 | 12099 | Added a new run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.078 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.079 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.079 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.081 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.083 | 10491 | Recursively removing directory: /tmp/git.RX5SR7/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.083 | 12107 | Added a new run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.083 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.084 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.084 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.084 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.084 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.084 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.084 | 12114 | Added a new worker 10 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.084 | 10490 | Removed run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.084 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.085 | 10490 | Assigned run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.085 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.085 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NcERvy +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.086 | 10494 | Recursively removing directory: /tmp/git.60r1Al/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.087 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.087 | 12113 | Marked run 144 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.087 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.088 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.088 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.089 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.089 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.089 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.089 | 12118 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.089 | 10490 | Removed run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.089 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.089 | 10490 | Assigned run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.089 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.089 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TKQU7L +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.089 | 12116 | Added a new run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.089 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.091 | 12117 | Marked run 145 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.091 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.092 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.092 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.092 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.095 | 12120 | Added a new run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.095 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.096 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.096 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.097 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.099 | 10491 | Recursively removing directory: /tmp/git.NcERvy/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.099 | 12128 | Added a new run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.099 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.101 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.101 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.101 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.101 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.101 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.101 | 12134 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.101 | 10490 | Removed run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.101 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.101 | 10490 | Assigned run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.101 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zIkH88 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.102 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.102 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.103 | 12133 | Marked run 146 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.104 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.104 | 10494 | Recursively removing directory: /tmp/git.TKQU7L/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.105 | 12137 | Added a new run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.106 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.106 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.106 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.106 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.106 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.106 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.106 | 12140 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.106 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.106 | 10490 | Removed run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.106 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.106 | 10490 | Assigned run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.107 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CEGm8l +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.108 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.108 | 12139 | Marked run 147 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.109 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.109 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.109 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.111 | 12142 | Added a new run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.111 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.113 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.113 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.115 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.115 | 10491 | Recursively removing directory: /tmp/git.zIkH88/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.116 | 12149 | Added a new run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.116 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.117 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.117 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.117 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.117 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.117 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.117 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.25C8Vb +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.117 | 12154 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.117 | 10490 | Removed run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.117 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.117 | 10490 | Assigned run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.117 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.119 | 12152 | Marked run 148 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.119 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.119 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.121 | 12158 | Added a new run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.121 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.122 | 10494 | Recursively removing directory: /tmp/git.CEGm8l/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.123 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.123 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.123 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.123 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.123 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.123 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.123 | 12163 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.123 | 10490 | Removed run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.123 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.123 | 10490 | Assigned run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.124 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.124 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.124 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Djbsqg +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.124 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.125 | 12162 | Marked run 149 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.126 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.127 | 12164 | Added a new run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.127 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.129 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.129 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.131 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.131 | 12171 | Added a new run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.131 | 10491 | Recursively removing directory: /tmp/git.25C8Vb/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.132 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.133 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.133 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.133 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.133 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.133 | 12177 | Added a new worker 10 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.133 | 10490 | Removed run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.133 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.133 | 10490 | Assigned run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.133 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.133 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zkZel1 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.134 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.135 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.136 | 12176 | Marked run 150 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.136 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.138 | 12179 | Added a new run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.138 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.138 | 10494 | Recursively removing directory: /tmp/git.Djbsqg/ +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.139 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.139 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.139 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.139 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.139 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.139 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.140 | 12185 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.140 | 10490 | Removed run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.140 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.140 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.140 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wuSlbS +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.140 | 10490 | Assigned run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.141 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.141 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.142 | 12184 | Marked run 151 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.142 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.144 | 12186 | Added a new run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.144 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.145 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.146 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.147 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.148 | 10491 | Recursively removing directory: /tmp/git.zkZel1/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.148 | 12194 | Added a new run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.149 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.150 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.150 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.150 | 12200 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.150 | 10490 | Removed run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.150 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.150 | 10490 | Assigned run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.150 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.150 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.150 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.150 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.150 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n5SnwK +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.151 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.152 | 12199 | Marked run 152 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.152 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.153 | 10494 | Recursively removing directory: /tmp/git.wuSlbS/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.154 | 12203 | Added a new run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.155 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.155 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.155 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.155 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.155 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.155 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.156 | 12207 | Added a new worker 9 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.156 | 10490 | Removed run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.156 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.156 | 10490 | Assigned run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.156 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.156 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eUkqHp +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.157 | 12205 | Marked run 153 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.157 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.157 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.158 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.158 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.160 | 12208 | Added a new run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.160 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.161 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.161 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.163 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.164 | 12216 | Added a new run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.165 | 10491 | Recursively removing directory: /tmp/git.n5SnwK/ +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.165 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.166 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.166 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.166 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.166 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.167 | 12224 | Added a new worker 10 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.167 | 10490 | Removed run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.167 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.167 | 10490 | Assigned run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.166 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.167 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tjjZYf +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.167 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.167 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.169 | 10494 | Recursively removing directory: /tmp/git.eUkqHp/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.169 | 12226 | Added a new run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.169 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.171 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.171 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.171 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.171 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.171 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.171 | 12229 | Added a new worker 14 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.171 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.171 | 10490 | Removed run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.171 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.171 | 10490 | Assigned run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.171 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cAxe5V +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.172 | 12223 | Marked run 154 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.172 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.173 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.173 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.174 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.175 | 12228 | Marked run 155 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.175 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.177 | 12230 | Added a new run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.177 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.177 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.179 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.180 | 10491 | Recursively removing directory: /tmp/git.tjjZYf/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.180 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.182 | 12238 | Added a new run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.182 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.182 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.182 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.182 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.182 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.182 | 12241 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.182 | 10490 | Removed run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.182 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.182 | 10490 | Assigned run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.182 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0V8feH +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.183 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.185 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.186 | 12240 | Marked run 156 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.186 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.187 | 12245 | Added a new run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.187 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.188 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.188 | 10494 | Recursively removing directory: /tmp/git.cAxe5V/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.189 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.190 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.190 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.190 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.190 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.190 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.190 | 12252 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.190 | 10490 | Removed run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.190 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.190 | 10490 | Assigned run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.190 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.190 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.190 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xWf7Au +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.191 | 12251 | Marked run 157 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.192 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.193 | 12253 | Added a new run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.193 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.195 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.196 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.196 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.197 | 10491 | Recursively removing directory: /tmp/git.0V8feH/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.198 | 12260 | Added a new run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.199 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.199 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.199 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.199 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.199 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.199 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.199 | 12265 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.200 | 10490 | Removed run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.200 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.200 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.200 | 10490 | Assigned run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.200 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.d8DoEr +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.201 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.201 | 12264 | Marked run 158 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.202 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.203 | 10494 | Recursively removing directory: /tmp/git.xWf7Au/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.204 | 12267 | Added a new run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.204 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.205 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.205 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.205 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.205 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.205 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.205 | 12273 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.205 | 10490 | Removed run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.206 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.206 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.206 | 10490 | Assigned run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.206 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.206 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vVQ7u1 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.207 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.207 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.208 | 12272 | Marked run 159 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.208 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.210 | 12274 | Added a new run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.210 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.212 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.212 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.213 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.214 | 10491 | Recursively removing directory: /tmp/git.d8DoEr/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.215 | 12283 | Added a new run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.215 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.216 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.216 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.216 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.216 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.216 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.216 | 12287 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.216 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.216 | 10490 | Removed run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.216 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.216 | 10490 | Assigned run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.216 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5MvJ3Z +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.218 | 12285 | Marked run 160 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.218 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.218 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.219 | 10494 | Recursively removing directory: /tmp/git.vVQ7u1/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.220 | 12292 | Added a new run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.220 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.221 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.221 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.221 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.222 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.222 | 12295 | Added a new worker 10 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.222 | 10490 | Removed run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.222 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.222 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.222 | 10490 | Assigned run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.222 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.221 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.222 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MA0Fqx +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.223 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.223 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.224 | 12294 | Marked run 161 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.224 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.226 | 12297 | Added a new run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.227 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.228 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.229 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.229 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.229 | 10491 | Recursively removing directory: /tmp/git.5MvJ3Z/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.231 | 12304 | Added a new run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.231 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.231 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.231 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.231 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.232 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.232 | 12309 | Added a new worker 10 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.232 | 10490 | Removed run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.232 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.232 | 10490 | Assigned run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.232 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.232 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.232 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.agSUJ9 +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.234 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.234 | 12307 | Marked run 162 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.234 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.236 | 12311 | Added a new run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.236 | 10494 | Recursively removing directory: /tmp/git.MA0Fqx/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.236 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.238 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.238 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.238 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.238 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.238 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.239 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.238 | 12317 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.238 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.238 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.238 | 10490 | Removed run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.238 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FqTxjs +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.238 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.238 | 10490 | Assigned run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.239 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.241 | 12316 | Marked run 163 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.241 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.242 | 12318 | Added a new run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.243 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.244 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.245 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.245 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.246 | 10491 | Recursively removing directory: /tmp/git.agSUJ9/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.248 | 12326 | Added a new run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.248 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.249 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.249 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.249 | 12332 | Added a new worker 10 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.249 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.248 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.248 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.249 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.249 | 10490 | Removed run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.249 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.249 | 10490 | Assigned run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.249 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XfZrDB +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.251 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.251 | 12331 | Marked run 164 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.251 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.252 | 10494 | Recursively removing directory: /tmp/git.FqTxjs/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.253 | 12336 | Added a new run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.253 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.254 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.254 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.254 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.254 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.254 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.254 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YVxF8M +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.254 | 12338 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.254 | 10490 | Removed run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.254 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.254 | 10490 | Assigned run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.254 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.255 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.256 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.257 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.257 | 12337 | Marked run 165 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.257 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.259 | 12340 | Added a new run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.259 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.260 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.261 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.261 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.263 | 12346 | Added a new run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.263 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.263 | 10491 | Recursively removing directory: /tmp/git.XfZrDB/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.265 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.265 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.265 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.265 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.265 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.265 | 12355 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.266 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.266 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.266 | 10490 | Removed run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.266 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.266 | 10490 | Assigned run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.266 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Byv65U +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.267 | 12354 | Marked run 166 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.267 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.267 | 10494 | Recursively removing directory: /tmp/git.YVxF8M/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.269 | 12357 | Added a new run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.269 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.270 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.270 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.270 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.270 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.270 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.270 | 12361 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.270 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.270 | 10490 | Removed run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.270 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.270 | 10490 | Assigned run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.271 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dM6Hsg +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.272 | 12360 | Marked run 167 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.272 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.272 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.273 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.273 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.275 | 12362 | Added a new run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.275 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.277 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.278 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.278 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.279 | 10491 | Recursively removing directory: /tmp/git.Byv65U/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.279 | 12369 | Added a new run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.280 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.281 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.281 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.281 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.281 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.281 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.281 | 12375 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.281 | 10490 | Removed run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.281 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.281 | 10490 | Assigned run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.281 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VX7zYq +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.282 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.282 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.283 | 12374 | Marked run 168 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.283 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.284 | 12377 | Added a new run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.285 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.285 | 10494 | Recursively removing directory: /tmp/git.dM6Hsg/ +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.286 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.286 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.287 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.287 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.286 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.287 | 12383 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.287 | 10490 | Removed run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.287 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.287 | 10490 | Assigned run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.287 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.287 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.287 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.g6YcdR +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.288 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.289 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.289 | 12382 | Marked run 169 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.289 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.292 | 12384 | Added a new run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.292 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.295 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.295 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.295 | 10491 | Recursively removing directory: /tmp/git.VX7zYq/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.295 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.297 | 12392 | Added a new run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.297 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.297 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.298 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.298 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.298 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.298 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.298 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3QQHTq +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.298 | 12395 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.298 | 10490 | Removed run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.298 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.298 | 10490 | Assigned run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.299 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.300 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.301 | 12394 | Marked run 170 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.301 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.302 | 12399 | Added a new run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.303 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.304 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.304 | 10494 | Recursively removing directory: /tmp/git.g6YcdR/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.304 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.305 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.306 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.306 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.306 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.306 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.306 | 12407 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.306 | 10490 | Removed run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.306 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.306 | 10490 | Assigned run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.306 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.306 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZVHQxK +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.307 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.308 | 12406 | Marked run 171 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.308 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.310 | 12405 | Added a new run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.311 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.311 | 10491 | Recursively removing directory: /tmp/git.3QQHTq/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.312 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.312 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.312 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.312 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.312 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.312 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.312 | 12415 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.312 | 10490 | Removed run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.312 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.312 | 10490 | Assigned run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.313 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.313 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.313 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BnINUl +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.314 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.314 | 12414 | Marked run 172 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.314 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.316 | 12416 | Added a new run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.316 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.318 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.318 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.319 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.320 | 12422 | Added a new run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.321 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.321 | 10494 | Recursively removing directory: /tmp/git.ZVHQxK/ +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.322 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.322 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.322 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.323 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.323 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.323 | 12430 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.323 | 10490 | Removed run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.323 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.323 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.323 | 10490 | Assigned run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.323 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.323 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qnmGNJ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.325 | 12428 | Marked run 173 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.325 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.326 | 10491 | Recursively removing directory: /tmp/git.BnINUl/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.326 | 12431 | Added a new run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.327 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.327 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.327 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.328 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.328 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.328 | 12437 | Added a new worker 10 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.328 | 10490 | Removed run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.328 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.328 | 10490 | Assigned run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.328 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.328 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kNM4F7 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.328 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.329 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.329 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.330 | 12436 | Marked run 174 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.330 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.330 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.332 | 12438 | Added a new run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.332 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.333 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.334 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.334 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.336 | 12443 | Added a new run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.336 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.338 | 10494 | Recursively removing directory: /tmp/git.qnmGNJ/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.339 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.339 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.339 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.340 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.340 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.340 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.340 | 12456 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.340 | 10490 | Removed run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.340 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.340 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.340 | 10490 | Assigned run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.340 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uDVvMg +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.340 | 10491 | Recursively removing directory: /tmp/git.kNM4F7/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.341 | 12453 | Added a new run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.342 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.343 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.343 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.343 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.343 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.343 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.343 | 12459 | Added a new worker 14 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.344 | 10490 | Removed run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.344 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.344 | 10490 | Assigned run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.344 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.344 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Kq0DbY +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.345 | 12455 | Marked run 175 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.345 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.345 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.347 | 12458 | Marked run 176 as finished +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.347 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.347 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.348 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.349 | 12460 | Added a new run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.349 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.350 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.350 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.352 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.354 | 12466 | Added a new run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.354 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.355 | 10494 | Recursively removing directory: /tmp/git.uDVvMg/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.357 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.357 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.357 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.357 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.357 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.357 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.357 | 12478 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.357 | 10490 | Removed run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.357 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.357 | 10490 | Assigned run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.357 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.357 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cBUWAL +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.357 | 10491 | Recursively removing directory: /tmp/git.Kq0DbY/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.359 | 12476 | Added a new run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.359 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.360 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.360 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.360 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.360 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.360 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.360 | 12481 | Added a new worker 14 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.361 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.361 | 10490 | Removed run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.361 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.361 | 10490 | Assigned run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.361 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4d8cuw +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.362 | 12477 | Marked run 177 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.362 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.362 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.363 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.364 | 12480 | Marked run 178 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.364 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.364 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.366 | 12482 | Added a new run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.366 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.367 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.367 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.369 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.370 | 12488 | Added a new run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.370 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.371 | 10494 | Recursively removing directory: /tmp/git.cBUWAL/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.373 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.373 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.373 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.373 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.373 | 12499 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.373 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.373 | 10490 | Removed run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.373 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.373 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.373 | 10490 | Assigned run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.373 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.374 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Fr4Tjg +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.374 | 10491 | Recursively removing directory: /tmp/git.4d8cuw/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.375 | 12498 | Marked run 179 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.375 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.376 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.376 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.377 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.376 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.377 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.377 | 12502 | Added a new worker 14 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.377 | 10490 | Removed run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.377 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.377 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.377 | 10490 | Assigned run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.377 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4psaKm +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.377 | 12500 | Added a new run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.378 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.379 | 12501 | Marked run 180 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.379 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.380 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.380 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.381 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.382 | 12504 | Added a new run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.383 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.383 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.384 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.385 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.387 | 12511 | Added a new run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.387 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.387 | 10494 | Recursively removing directory: /tmp/git.Fr4Tjg/ +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.389 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.389 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.389 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.389 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.389 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.389 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.389 | 12520 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.390 | 10490 | Removed run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.390 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.390 | 10490 | Assigned run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.390 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.390 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.43JT1h +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.391 | 10491 | Recursively removing directory: /tmp/git.4psaKm/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.391 | 12519 | Marked run 181 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.391 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.393 | 12521 | Added a new run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.393 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.394 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.393 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.393 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.394 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.394 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.394 | 12524 | Added a new worker 10 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.394 | 10490 | Removed run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.394 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.394 | 10490 | Assigned run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.394 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.394 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9woWWx +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.395 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.396 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.396 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.397 | 12523 | Marked run 182 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.397 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.399 | 12526 | Added a new run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.399 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.399 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.400 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.401 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.403 | 10494 | Recursively removing directory: /tmp/git.43JT1h/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.405 | 12532 | Added a new run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.405 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.406 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.406 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.406 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.406 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.406 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.406 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.r9dege +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.406 | 12542 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.406 | 10490 | Removed run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.406 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.406 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.406 | 10490 | Assigned run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.407 | 10491 | Recursively removing directory: /tmp/git.9woWWx/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.408 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.409 | 12541 | Marked run 183 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.409 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.409 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.409 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.410 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.410 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.410 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.410 | 12546 | Added a new worker 7 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.410 | 10490 | Removed run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.410 | 10490 | Removed worker 7 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.410 | 10490 | Assigned run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.410 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VynYry +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.410 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.411 | 12544 | Added a new run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.411 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.413 | 12545 | Marked run 184 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.413 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.413 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.414 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.414 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.415 | 12548 | Added a new run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.416 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.416 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.417 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.418 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.420 | 12554 | Added a new run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.420 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.421 | 10494 | Recursively removing directory: /tmp/git.r9dege/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.422 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.422 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.423 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.423 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.423 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.423 | 12565 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.423 | 10490 | Removed run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.423 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.423 | 10490 | Assigned run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.423 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.423 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.423 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XOsm4b +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.424 | 10491 | Recursively removing directory: /tmp/git.VynYry/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.424 | 12563 | Marked run 185 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.425 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.426 | 12566 | Added a new run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.427 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.427 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.427 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.427 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.427 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.427 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.427 | 12568 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.427 | 10490 | Removed run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.427 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.427 | 10490 | Assigned run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.428 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.D1BVKi +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.428 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.429 | 12567 | Marked run 186 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.429 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.429 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.429 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.430 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.432 | 12570 | Added a new run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.432 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.433 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.434 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.435 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.436 | 12578 | Added a new run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.437 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.437 | 10494 | Recursively removing directory: /tmp/git.XOsm4b/ +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.439 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.439 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.439 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.439 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.439 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.439 | 12585 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.439 | 10490 | Removed run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.439 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.439 | 10490 | Assigned run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.439 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WJrBSr +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.439 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.440 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.441 | 10491 | Recursively removing directory: /tmp/git.D1BVKi/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.443 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.443 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.444 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.443 | 12587 | Added a new run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.444 | 12584 | Marked run 187 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.444 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.444 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.444 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.444 | 12590 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.444 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.444 | 10490 | Removed run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.444 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.444 | 10490 | Assigned run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.446 | 12589 | Marked run 188 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.446 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.447 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.445 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6ZCbTm +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.445 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.447 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.449 | 12592 | Added a new run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.449 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.451 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.451 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.451 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.453 | 12597 | Added a new run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.453 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.453 | 10494 | Recursively removing directory: /tmp/git.WJrBSr/ +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.455 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.455 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.455 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.455 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.455 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.456 | 12606 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.456 | 10490 | Removed run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.456 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.456 | 10490 | Assigned run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.456 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.456 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.456 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oft8gt +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.458 | 12605 | Marked run 189 as finished +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.458 | 10491 | Recursively removing directory: /tmp/git.6ZCbTm/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.458 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.460 | 12608 | Added a new run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.460 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.460 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.460 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.460 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.461 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.461 | 12612 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.461 | 10490 | Removed run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.461 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.461 | 10490 | Assigned run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.461 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NHV0x4 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.461 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.463 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.463 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.463 | 12611 | Marked run 190 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.463 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.464 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.465 | 12614 | Added a new run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.466 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.467 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.468 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.468 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.470 | 12620 | Added a new run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.470 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.472 | 10494 | Recursively removing directory: /tmp/git.oft8gt/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.472 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.474 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.474 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.474 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.474 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.474 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.474 | 12632 | Added a new worker 14 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.474 | 10490 | Removed run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.474 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.474 | 10490 | Assigned run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.474 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.475 | 12629 | Added a new run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.474 | 10491 | Recursively removing directory: /tmp/git.NHV0x4/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.474 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tHvfef +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.475 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.477 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.477 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.477 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.477 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eQxd58 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.477 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.477 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.477 | 12635 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.477 | 10490 | Removed run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.477 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.477 | 10490 | Assigned run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.477 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.478 | 12631 | Marked run 191 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.478 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.478 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.480 | 12636 | Added a new run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.480 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.481 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.481 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.481 | 12634 | Marked run 192 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.481 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.483 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.483 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.484 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.484 | 12639 | Added a new run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.484 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.487 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.488 | 10494 | Recursively removing directory: /tmp/git.tHvfef/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.489 | 12648 | Added a new run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.489 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.490 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.490 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.490 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.490 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.490 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.490 | 12655 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.490 | 10490 | Removed run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.490 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.490 | 10490 | Assigned run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.490 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hmQlNt +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.491 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.491 | 10491 | Recursively removing directory: /tmp/git.eQxd58/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.492 | 12654 | Marked run 193 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.492 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.493 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.493 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.493 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.493 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.493 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.493 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.493 | 12658 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.493 | 10490 | Removed run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.493 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.493 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.493 | 10490 | Assigned run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.494 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hy6EXq +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.496 | 12657 | Marked run 194 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.496 | 12656 | Added a new run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.496 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.496 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.497 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.498 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.498 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.500 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.500 | 12661 | Added a new run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.501 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.501 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.503 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.505 | 12669 | Added a new run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.505 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.505 | 10494 | Recursively removing directory: /tmp/git.hmQlNt/ +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.507 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.507 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.507 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.507 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.507 | 12677 | Added a new worker 10 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.507 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.507 | 10490 | Removed run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.507 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.507 | 10490 | Assigned run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.507 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.507 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ww96hq +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.507 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.508 | 10491 | Recursively removing directory: /tmp/git.hy6EXq/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.509 | 12676 | Marked run 195 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.509 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.511 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.511 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.511 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.511 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.511 | 12680 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.511 | 10490 | Removed run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.511 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.511 | 10490 | Assigned run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.511 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.512 | 12678 | Added a new run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.511 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.512 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.u5JTCD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.512 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.514 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.516 | 12679 | Marked run 196 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.517 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.517 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.518 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.519 | 12682 | Added a new run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.519 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.520 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.521 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.522 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.524 | 12688 | Added a new run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.524 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.525 | 10494 | Recursively removing directory: /tmp/git.ww96hq/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.526 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.527 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.527 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.527 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.527 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.527 | 12699 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.527 | 10490 | Removed run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.527 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.527 | 10490 | Assigned run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.527 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.527 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B7rosH +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.527 | 10491 | Recursively removing directory: /tmp/git.u5JTCD/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.528 | 12698 | Marked run 197 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.529 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.529 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.529 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.529 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.529 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.529 | 12702 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.529 | 10490 | Removed run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.529 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.529 | 10490 | Assigned run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.530 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.529 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.530 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.joDbWS +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.531 | 12700 | Added a new run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.532 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.533 | 12701 | Marked run 198 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.533 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.533 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.534 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.535 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.535 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.537 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.537 | 12705 | Added a new run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.537 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.540 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.541 | 10494 | Recursively removing directory: /tmp/git.B7rosH/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.542 | 12714 | Added a new run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.542 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.542 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.542 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.543 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.543 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.543 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.543 | 12720 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.543 | 10490 | Removed run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.543 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.543 | 10490 | Assigned run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.543 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.543 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ze5lRl +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.544 | 10491 | Recursively removing directory: /tmp/git.joDbWS/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.545 | 12719 | Marked run 199 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.545 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.546 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.546 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.546 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.546 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.546 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.546 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.546 | 12724 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.547 | 10490 | Removed run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.547 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.547 | 10490 | Assigned run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.547 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.547 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pplt5y +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.548 | 12722 | Added a new run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.548 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.549 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.550 | 12723 | Marked run 200 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.550 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.550 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.551 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.553 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.554 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.554 | 12727 | Added a new run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.554 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.556 | 10494 | Recursively removing directory: /tmp/git.ze5lRl/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.556 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.558 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.558 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.558 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.558 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.559 | 12741 | Added a new worker 9 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.559 | 10490 | Removed run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.559 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.559 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.559 | 10490 | Assigned run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.558 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.559 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hTvZsl +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.560 | 10491 | Recursively removing directory: /tmp/git.pplt5y/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.561 | 12740 | Marked run 201 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.562 | 12736 | Added a new run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.562 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.562 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.562 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.563 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.563 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.563 | 12745 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.563 | 10490 | Removed run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.563 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.563 | 10490 | Assigned run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.562 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.563 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PSdPox +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.563 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.564 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.565 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.566 | 12744 | Marked run 202 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.566 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.566 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.568 | 12746 | Added a new run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.568 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.569 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.570 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.570 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.572 | 12753 | Added a new run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.572 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.572 | 10494 | Recursively removing directory: /tmp/git.hTvZsl/ +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.574 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.574 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.574 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.574 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.574 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.574 | 12762 | Added a new worker 10 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.575 | 10490 | Removed run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.575 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.575 | 10490 | Assigned run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.575 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.575 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NMdkPS +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.576 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.576 | 10491 | Recursively removing directory: /tmp/git.PSdPox/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.577 | 12761 | Marked run 203 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.577 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.578 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.578 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.579 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.579 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.579 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.579 | 12766 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.579 | 10490 | Removed run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.579 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.579 | 10490 | Assigned run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.579 | 12764 | Added a new run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.579 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.579 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4yCGE0 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.580 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.582 | 12765 | Marked run 204 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.582 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.582 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.582 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.583 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.583 | 12768 | Added a new run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.584 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.585 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.586 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.586 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.588 | 12773 | Added a new run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.588 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.590 | 10494 | Recursively removing directory: /tmp/git.NMdkPS/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.591 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.592 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.592 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.592 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.592 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.592 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.592 | 12786 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.592 | 10490 | Removed run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.592 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.592 | 10490 | Assigned run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.592 | 10491 | Recursively removing directory: /tmp/git.4yCGE0/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.592 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZQsoE4 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.593 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.593 | 12784 | Added a new run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.594 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.595 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.595 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.595 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.596 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.596 | 12789 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.596 | 10490 | Removed run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.596 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.596 | 10490 | Assigned run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.596 | 12785 | Marked run 205 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.596 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.596 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.596 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ensxGM +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.597 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.599 | 12790 | Added a new run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.599 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.599 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.600 | 12788 | Marked run 206 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.600 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.600 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.602 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.602 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.602 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.604 | 12793 | Added a new run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.604 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.607 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.607 | 10494 | Recursively removing directory: /tmp/git.ZQsoE4/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.609 | 10491 | Recursively removing directory: /tmp/git.ensxGM/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.609 | 12803 | Added a new run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.609 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.609 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.610 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.610 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.610 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.610 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.610 | 12809 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.611 | 10490 | Removed run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.611 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.611 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.611 | 10490 | Assigned run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.611 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.611 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.611 | 12811 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.611 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.611 | 10490 | Removed run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.611 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.611 | 10490 | Assigned run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.611 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.611 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.611 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.612 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YYBt4B +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.611 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5iuawa +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.613 | 12807 | Marked run 207 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.613 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.613 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.615 | 12810 | Marked run 208 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.615 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.616 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.617 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.617 | 12812 | Added a new run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.617 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.617 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.618 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.620 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.622 | 12817 | Added a new run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.622 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.623 | 10494 | Recursively removing directory: /tmp/git.5iuawa/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.625 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.625 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.625 | 10491 | Recursively removing directory: /tmp/git.YYBt4B/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.625 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.625 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.625 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.625 | 12830 | Added a new worker 12 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.625 | 10490 | Removed run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.625 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.626 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.626 | 10490 | Assigned run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.625 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.626 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V4HYNU +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.630 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.630 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.630 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.630 | 12828 | Added a new run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.630 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.630 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.630 | 12832 | Added a new worker 15 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.630 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.630 | 10490 | Removed run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.630 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.630 | 10490 | Assigned run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.630 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.630 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.20uuDW +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.632 | 12829 | Marked run 209 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.632 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.633 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.634 | 12831 | Marked run 210 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.634 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.635 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.636 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.636 | 12834 | Added a new run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.636 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.636 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.637 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.639 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.640 | 12839 | Added a new run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.641 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.643 | 10494 | Recursively removing directory: /tmp/git.V4HYNU/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.643 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.644 | 10491 | Recursively removing directory: /tmp/git.20uuDW/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.644 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.644 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.644 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.645 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.645 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.645 | 12852 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.645 | 10490 | Removed run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.645 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.645 | 10490 | Assigned run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.645 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.645 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FHH3Kj +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.646 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.646 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.646 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.646 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.646 | 12850 | Added a new run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.646 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.646 | 12854 | Added a new worker 15 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.646 | 10490 | Removed run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.646 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.646 | 10490 | Assigned run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.646 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.647 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.647 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.D4gHRc +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.648 | 12851 | Marked run 211 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.649 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.649 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.650 | 12853 | Marked run 212 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.650 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.651 | 12856 | Added a new run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.652 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.652 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.653 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.653 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.653 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.654 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.655 | 12860 | Added a new run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.656 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.658 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.660 | 10494 | Recursively removing directory: /tmp/git.FHH3Kj/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.660 | 12871 | Added a new run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.660 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.660 | 10491 | Recursively removing directory: /tmp/git.D4gHRc/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.661 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.661 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.661 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.661 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.661 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.662 | 12875 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.662 | 10490 | Removed run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.662 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.662 | 10490 | Assigned run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.662 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.662 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.r0PCaO +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.662 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.662 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.662 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.663 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.663 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.663 | 12877 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.663 | 10490 | Removed run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.663 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.663 | 10490 | Assigned run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.663 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.663 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ThlhEN +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.664 | 12874 | Marked run 213 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.664 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.665 | 12878 | Added a new run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.666 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.667 | 12876 | Marked run 214 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.667 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.668 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.669 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.669 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.670 | 12880 | Added a new run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.670 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.670 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.670 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.673 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.675 | 12886 | Added a new run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.675 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.676 | 10491 | Recursively removing directory: /tmp/git.ThlhEN/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.677 | 10494 | Recursively removing directory: /tmp/git.r0PCaO/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.678 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.678 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.678 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.678 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.678 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.678 | 12898 | Added a new worker 12 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.678 | 10490 | Removed run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.678 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.678 | 10490 | Assigned run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.678 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.678 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.678 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lljLp6 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.679 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.679 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.679 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.679 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.679 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.679 | 12900 | Added a new worker 16 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.680 | 10490 | Removed run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.680 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.680 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.680 | 10490 | Assigned run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.680 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SQn2sV +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.682 | 12896 | Added a new run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.682 | 12897 | Marked run 216 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.682 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.682 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.684 | 12899 | Marked run 215 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.685 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.685 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.685 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.685 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.686 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.687 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.687 | 12902 | Added a new run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.687 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.689 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.691 | 12908 | Added a new run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.691 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.693 | 10491 | Recursively removing directory: /tmp/git.lljLp6/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.694 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.694 | 10494 | Recursively removing directory: /tmp/git.SQn2sV/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.695 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.695 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.695 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.695 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.695 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.696 | 12920 | Added a new worker 14 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.696 | 10490 | Removed run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.696 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.696 | 10490 | Assigned run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.696 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.696 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jF5V2q +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.696 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.696 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.696 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.696 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.696 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.696 | 12922 | Added a new worker 15 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.696 | 10490 | Removed run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.696 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.696 | 10490 | Assigned run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.696 | 12918 | Added a new run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.697 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.697 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tpUpia +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.697 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.699 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.700 | 12919 | Marked run 217 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.700 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.702 | 12924 | Added a new run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.702 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.702 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.703 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.703 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.704 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.705 | 12921 | Marked run 218 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.705 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.705 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.708 | 12928 | Added a new run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.708 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.710 | 10494 | Recursively removing directory: /tmp/git.tpUpia/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.710 | 10491 | Recursively removing directory: /tmp/git.jF5V2q/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.711 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.711 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.711 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.712 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.712 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.712 | 12942 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.712 | 10490 | Removed run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.712 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.712 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.712 | 10490 | Assigned run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.712 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.712 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.skNCpZ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.712 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.712 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.712 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.712 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.713 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.713 | 12944 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.713 | 10490 | Removed run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.713 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.713 | 10490 | Assigned run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.713 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.713 | 12940 | Added a new run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.713 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.drZlvn +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.714 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.716 | 12941 | Marked run 220 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.716 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.717 | 12943 | Marked run 219 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.717 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.719 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.719 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.719 | 12946 | Added a new run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.720 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.720 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.720 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.722 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.724 | 12950 | Added a new run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.724 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.726 | 10491 | Recursively removing directory: /tmp/git.drZlvn/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.727 | 10494 | Recursively removing directory: /tmp/git.skNCpZ/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.727 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.728 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.728 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.729 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.729 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.729 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.729 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.729 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.729 | 12964 | Added a new worker 15 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.729 | 10490 | Removed run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.729 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.729 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.729 | 10490 | Assigned run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.729 | 12966 | Added a new worker 18 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.729 | 10490 | Removed run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.729 | 10490 | Removed worker 18 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.729 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.729 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.729 | 10490 | Assigned run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.730 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HroNLG +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.729 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.729 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.r57cn0 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.730 | 12962 | Added a new run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.731 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.732 | 12963 | Marked run 222 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.732 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.734 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.734 | 12965 | Marked run 221 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.735 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.735 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.736 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.736 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.737 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.737 | 12968 | Added a new run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.737 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.739 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.741 | 12974 | Added a new run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.741 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.743 | 10494 | Recursively removing directory: /tmp/git.HroNLG/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.744 | 10491 | Recursively removing directory: /tmp/git.r57cn0/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.744 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.745 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.746 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.746 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.746 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.746 | 12986 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.746 | 10490 | Removed run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.746 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.746 | 10490 | Assigned run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.746 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.746 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iYzyXj +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.746 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.746 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.746 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.746 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YwRDXb +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.746 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.746 | 12988 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.746 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.746 | 10490 | Removed run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.746 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.746 | 10490 | Assigned run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.747 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.748 | 12985 | Marked run 224 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.749 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.749 | 12984 | Added a new run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.749 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.751 | 12987 | Marked run 223 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.751 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.752 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.752 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.752 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.753 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.754 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.754 | 12990 | Added a new run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.754 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.757 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.758 | 12998 | Added a new run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.758 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.760 | 10494 | Recursively removing directory: /tmp/git.iYzyXj/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.760 | 10491 | Recursively removing directory: /tmp/git.YwRDXb/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.761 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.761 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.761 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.761 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.761 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.761 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.761 | 13007 | Added a new worker 12 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.761 | 10490 | Removed run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.761 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.761 | 10490 | Assigned run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.761 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.762 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.762 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.762 | 13010 | Added a new worker 15 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.762 | 10490 | Removed run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.762 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.762 | 10490 | Assigned run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.762 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.762 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.762 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.762 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.762 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8dWrpC +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.762 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kz03Ou +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.763 | 13006 | Marked run 225 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.764 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.765 | 13008 | Added a new run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.766 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.767 | 13009 | Marked run 226 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.768 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.768 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.768 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.769 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.769 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.770 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.770 | 13012 | Added a new run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.770 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.773 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.774 | 13019 | Added a new run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.775 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.776 | 10494 | Recursively removing directory: /tmp/git.kz03Ou/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.777 | 10491 | Recursively removing directory: /tmp/git.8dWrpC/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.777 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.777 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.777 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.777 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.777 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.778 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.778 | 13030 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.778 | 10490 | Removed run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.778 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.778 | 10490 | Assigned run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.778 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.778 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5nQh4D +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.779 | 13028 | Marked run 227 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.780 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.780 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.780 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.780 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.780 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.780 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.780 | 13032 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.780 | 10490 | Removed run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.780 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.780 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.780 | 10490 | Assigned run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.780 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UT9akM +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.782 | 13029 | Added a new run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.782 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.784 | 13031 | Marked run 228 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.784 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.784 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.785 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.786 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.786 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.787 | 13034 | Added a new run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.787 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.787 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.789 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.791 | 13039 | Added a new run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.791 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.793 | 10494 | Recursively removing directory: /tmp/git.5nQh4D/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.794 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.794 | 10491 | Recursively removing directory: /tmp/git.UT9akM/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.795 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.795 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.795 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.795 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.795 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.795 | 13052 | Added a new worker 9 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.795 | 10490 | Removed run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.795 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.795 | 10490 | Assigned run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.796 | 13050 | Added a new run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.796 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.796 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6eEEYI +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.797 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.797 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.797 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.797 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.797 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.797 | 13055 | Added a new worker 6 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.797 | 10490 | Removed run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.797 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.797 | 10490 | Assigned run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.798 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9RoID5 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.798 | 13051 | Marked run 229 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.798 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.798 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.799 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.800 | 13054 | Marked run 230 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.800 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.802 | 13056 | Added a new run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.802 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.803 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.803 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.803 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.804 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.805 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.806 | 13060 | Added a new run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.806 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.810 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.810 | 10494 | Recursively removing directory: /tmp/git.6eEEYI/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.811 | 10491 | Recursively removing directory: /tmp/git.9RoID5/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.811 | 13072 | Added a new run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.812 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.812 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.812 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.812 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.812 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.812 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.812 | 13075 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.812 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.812 | 10490 | Removed run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.812 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.813 | 10490 | Assigned run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.813 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.813 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.813 | 13077 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.813 | 10490 | Removed run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.813 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.813 | 10490 | Assigned run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.813 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.813 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9I2tEA +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.813 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.813 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.813 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.813 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.w6Axw1 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.814 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.815 | 13074 | Marked run 231 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.815 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.818 | 13078 | Added a new run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.818 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.819 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.820 | 13076 | Marked run 232 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.820 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.820 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.820 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.821 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.821 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.823 | 13082 | Added a new run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.823 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.826 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.826 | 10494 | Recursively removing directory: /tmp/git.9I2tEA/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.827 | 10491 | Recursively removing directory: /tmp/git.w6Axw1/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.827 | 13093 | Added a new run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.828 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.828 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.828 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.828 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.828 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.828 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.828 | 13097 | Added a new worker 10 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.828 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.829 | 10490 | Removed run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.829 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.829 | 10490 | Assigned run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.829 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.829 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.829 | 13099 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.829 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.829 | 10490 | Removed run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.829 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.829 | 10490 | Assigned run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.829 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.829 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.829 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.829 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qxsGoA +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.829 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eyUDeU +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.831 | 13096 | Marked run 233 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.831 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.831 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.833 | 13098 | Marked run 234 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.833 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.837 | 13100 | Added a new run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.837 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.837 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.838 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.838 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.838 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.840 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.842 | 13104 | Added a new run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.842 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.845 | 10494 | Recursively removing directory: /tmp/git.eyUDeU/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.845 | 10491 | Recursively removing directory: /tmp/git.qxsGoA/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.845 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.847 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.847 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.847 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.847 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.847 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.847 | 13118 | Added a new worker 14 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.847 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.847 | 10490 | Removed run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.847 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.847 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.847 | 10490 | Assigned run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.847 | 13116 | Added a new run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.847 | 13120 | Added a new worker 8 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.847 | 10490 | Removed run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.847 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.847 | 10490 | Assigned run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.848 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.848 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.847 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.847 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.847 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.847 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Idoyco +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.848 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j50sTj +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.850 | 13119 | Marked run 236 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.851 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.851 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.853 | 13117 | Marked run 235 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.853 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.854 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.854 | 13122 | Added a new run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.854 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.855 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.855 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.855 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.857 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.859 | 13126 | Added a new run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.859 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.862 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.861 | 10491 | Recursively removing directory: /tmp/git.Idoyco/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.862 | 10494 | Recursively removing directory: /tmp/git.j50sTj/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.863 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.863 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.863 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.863 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.864 | 13140 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.864 | 10490 | Removed run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.864 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.864 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.864 | 10490 | Assigned run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.864 | 13138 | Added a new run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.863 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.864 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T1p4cy +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.865 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.865 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.865 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.865 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.865 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.865 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.865 | 13143 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.865 | 10490 | Removed run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.865 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.865 | 10490 | Assigned run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.865 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.865 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TF1jok +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.867 | 13139 | Marked run 238 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.867 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.867 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.868 | 13142 | Marked run 237 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.868 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.871 | 13144 | Added a new run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.871 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.871 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.872 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.872 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.872 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.874 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.876 | 13148 | Added a new run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.876 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.878 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.879 | 10491 | Recursively removing directory: /tmp/git.T1p4cy/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.879 | 10494 | Recursively removing directory: /tmp/git.TF1jok/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.880 | 13160 | Added a new run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.881 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.881 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.881 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.881 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.881 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.881 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.881 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.881 | 13164 | Added a new worker 15 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.881 | 10490 | Removed run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.881 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.881 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.881 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.881 | 10490 | Assigned run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.882 | 13165 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.882 | 10490 | Removed run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.882 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.882 | 10490 | Assigned run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.882 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.882 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.N3T1VJ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.881 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.881 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.881 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.882 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Oqof7U +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.883 | 13161 | Marked run 239 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.884 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.885 | 13166 | Added a new run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.886 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.887 | 13163 | Marked run 240 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.887 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.888 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.888 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.889 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.889 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.889 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.890 | 13168 | Added a new run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.890 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.893 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.895 | 13180 | Added a new run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.895 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.895 | 10494 | Recursively removing directory: /tmp/git.N3T1VJ/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.896 | 10491 | Recursively removing directory: /tmp/git.Oqof7U/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.897 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.897 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.897 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.897 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.897 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.897 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.897 | 13185 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.897 | 10490 | Removed run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.897 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.897 | 10490 | Assigned run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.898 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.898 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8wTpKo +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.899 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.899 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.899 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.899 | 13188 | Added a new worker 16 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.899 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.899 | 10490 | Removed run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.899 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.899 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.899 | 10490 | Assigned run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.899 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.899 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TPMcBA +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.900 | 13184 | Marked run 242 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.900 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.901 | 13187 | Marked run 241 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.901 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.903 | 13186 | Added a new run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.903 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.904 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.904 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.905 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.906 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.906 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.907 | 13191 | Added a new run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.907 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.910 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.911 | 10494 | Recursively removing directory: /tmp/git.8wTpKo/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.911 | 13201 | Added a new run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.911 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.913 | 10491 | Recursively removing directory: /tmp/git.TPMcBA/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.913 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.913 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.913 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.913 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.913 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.913 | 13207 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.913 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.913 | 10490 | Removed run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.913 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.913 | 10490 | Assigned run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.914 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PqRfqa +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.914 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.915 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.915 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.916 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.916 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.916 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.916 | 13206 | Marked run 243 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.916 | 13210 | Added a new worker 10 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.916 | 10490 | Removed run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.916 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.916 | 10490 | Assigned run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.916 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.917 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uv5Svk +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.918 | 13209 | Marked run 244 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.918 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.919 | 13208 | Added a new run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.919 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.921 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.922 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.922 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.922 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.922 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.924 | 13212 | Added a new run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.924 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.927 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.928 | 13222 | Added a new run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.928 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.929 | 10494 | Recursively removing directory: /tmp/git.PqRfqa/ +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.929 | 10491 | Recursively removing directory: /tmp/git.uv5Svk/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.930 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.930 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.930 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.930 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.931 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.931 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.931 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.931 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.931 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.931 | 13230 | Added a new worker 15 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.931 | 10490 | Removed run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.931 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.931 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.931 | 10490 | Assigned run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.931 | 13231 | Added a new worker 10 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.931 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.931 | 10490 | Removed run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.931 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.931 | 10490 | Assigned run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.932 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.931 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TBijhQ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.931 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.932 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XQptax +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.933 | 13228 | Marked run 246 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.933 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.934 | 13229 | Marked run 245 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.935 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.937 | 13232 | Added a new run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.937 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.938 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.937 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.938 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.938 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.939 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.941 | 13236 | Added a new run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.942 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.944 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.945 | 10494 | Recursively removing directory: /tmp/git.XQptax/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.946 | 10491 | Recursively removing directory: /tmp/git.TBijhQ/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.946 | 13248 | Added a new run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.946 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.947 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.947 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.947 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.947 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.947 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.947 | 13251 | Added a new worker 11 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.947 | 10490 | Removed run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.947 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.947 | 10490 | Assigned run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.947 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.947 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.948 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.947 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DPWub7 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.948 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.948 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.948 | 13253 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.948 | 10490 | Removed run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.948 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.948 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.948 | 10490 | Assigned run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.948 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wsUjlq +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.949 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.952 | 13250 | Marked run 248 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.952 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.954 | 13254 | Added a new run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.954 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.955 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.956 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.956 | 13252 | Marked run 247 as finished +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.956 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.956 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.957 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.957 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.958 | 13257 | Added a new run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.959 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.961 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.963 | 13268 | Added a new run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.963 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.963 | 10491 | Recursively removing directory: /tmp/git.wsUjlq/ +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.964 | 10494 | Recursively removing directory: /tmp/git.DPWub7/ +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.965 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.965 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.965 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.965 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.965 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.965 | 13273 | Added a new worker 10 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.965 | 10490 | Removed run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.965 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.965 | 10490 | Assigned run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.965 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.A1CCDY +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.965 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.965 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.965 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.966 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.966 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.966 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.966 | 13276 | Added a new worker 15 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.966 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.966 | 10490 | Removed run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.966 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.966 | 10490 | Assigned run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.966 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oBnykv +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.968 | 13272 | Marked run 250 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.968 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.970 | 13274 | Marked run 249 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.970 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.971 | 13275 | Added a new run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.971 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.971 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.972 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.972 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.973 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.974 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.976 | 13280 | Added a new run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.976 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.978 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.979 | 10491 | Recursively removing directory: /tmp/git.A1CCDY/ +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.980 | 10494 | Recursively removing directory: /tmp/git.oBnykv/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.980 | 13291 | Added a new run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.981 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.981 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.981 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.981 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.981 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.981 | 13295 | Added a new worker 10 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.981 | 10490 | Removed run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.981 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.981 | 10490 | Assigned run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.982 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.982 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.982 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.982 | 13297 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.982 | 10490 | Removed run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.982 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.982 | 10490 | Assigned run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.982 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.982 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.982 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.982 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.982 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PEe4Uw +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.981 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.982 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cEiKDe +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.984 | 13294 | Marked run 251 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.984 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.984 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.985 | 13296 | Marked run 252 as finished +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.985 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.987 | 13298 | Added a new run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.988 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.988 | 10491 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.988 | 10494 | Checking out revision HEAD +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.989 | 10494 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.989 | 10491 | Going to run: ./ci +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.990 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.992 | 13302 | Added a new run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.993 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.995 | 10494 | Recursively removing directory: /tmp/git.PEe4Uw/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.995 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.995 | 10491 | Recursively removing directory: /tmp/git.cEiKDe/ +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.997 | 13314 | Added a new run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.997 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.997 | 10494 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.997 | 10494 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.998 | 10491 | Process exit code: 0 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.998 | 10491 | Process output: 57 bytes +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.998 | 10494 | Waiting for a new command +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.998 | 10491 | Waiting for a new command +2024-01-28 10:55:11 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:11 | INFO | 10494/cimple-worker: 2024-01-28 10:55:11.998 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.21XVPU +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.998 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.998 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.998 | 13316 | Added a new worker 13 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.998 | 10490 | Removed run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.998 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.998 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.998 | 10490 | Assigned run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.998 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.998 | 13319 | Added a new worker 8 to the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.998 | 10488 | Waiting for new connections +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.998 | 10490 | Removed run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.998 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:11 | INFO | 10488/cimple-server: 2024-01-28 10:55:11.998 | 10490 | Assigned run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:11 | INFO | 10491/cimple-worker: 2024-01-28 10:55:11.999 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ym8wzE +2024-01-28 10:55:11 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:11 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.000 | 13315 | Marked run 254 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.000 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.001 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.002 | 13317 | Marked run 253 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.002 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.004 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.004 | 13320 | Added a new run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.005 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.005 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.005 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.006 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.007 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.008 | 13324 | Added a new run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.009 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.011 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.012 | 13335 | Added a new run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.013 | 10491 | Recursively removing directory: /tmp/git.ym8wzE/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.013 | 10494 | Recursively removing directory: /tmp/git.21XVPU/ +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.014 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.014 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.014 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.014 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.014 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.014 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.014 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.015 | 13339 | Added a new worker 12 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.015 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.015 | 10490 | Removed run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.015 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.015 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.014 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.015 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DUJCp7 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.015 | 10490 | Assigned run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.015 | 13341 | Added a new worker 9 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.015 | 10490 | Removed run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.015 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.015 | 10490 | Assigned run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.015 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.014 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.015 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.q5OGeS +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.016 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.017 | 13340 | Marked run 256 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.017 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.019 | 13342 | Added a new run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.019 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.022 | 13338 | Marked run 255 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.022 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.022 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.022 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.022 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.023 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.023 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.024 | 13344 | Added a new run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.024 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.027 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.029 | 13351 | Added a new run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.029 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.029 | 10491 | Recursively removing directory: /tmp/git.DUJCp7/ +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.030 | 10494 | Recursively removing directory: /tmp/git.q5OGeS/ +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.031 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.031 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.031 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.031 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.031 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.031 | 13361 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.031 | 10490 | Removed run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.031 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.031 | 10490 | Assigned run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.031 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.031 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.031 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KdBo75 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.032 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.032 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.032 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.032 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.033 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.033 | 13364 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.033 | 10490 | Removed run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.033 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.033 | 10490 | Assigned run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.033 | 13360 | Marked run 258 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.033 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.033 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.033 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cb34R3 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.035 | 13362 | Added a new run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.035 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.037 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.037 | 13363 | Marked run 257 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.038 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.038 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.039 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.039 | 13366 | Added a new run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.039 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.040 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.040 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.042 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.044 | 13371 | Added a new run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.044 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.046 | 10491 | Recursively removing directory: /tmp/git.KdBo75/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.047 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.047 | 10494 | Recursively removing directory: /tmp/git.cb34R3/ +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.048 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.048 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.048 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.048 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.048 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.048 | 13384 | Added a new worker 14 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.048 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.048 | 10490 | Removed run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.048 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.048 | 10490 | Assigned run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.048 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.28rRyw +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.049 | 13382 | Added a new run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.049 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.049 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.049 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.050 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.050 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.050 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.050 | 13386 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.050 | 10490 | Removed run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.050 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.050 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.050 | 10490 | Assigned run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.052 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.052 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MK7Mlx +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.054 | 13383 | Marked run 259 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.054 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.056 | 13388 | Added a new run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.056 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.057 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.058 | 13385 | Marked run 260 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.058 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.058 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.058 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.059 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.059 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.062 | 13391 | Added a new run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.062 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.064 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.065 | 10491 | Recursively removing directory: /tmp/git.28rRyw/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.066 | 10494 | Recursively removing directory: /tmp/git.MK7Mlx/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.066 | 13404 | Added a new run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.067 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.067 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.067 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.067 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.067 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.067 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.068 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.067 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.067 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.067 | 13407 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.068 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.068 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.068 | 10490 | Removed run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.068 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.068 | 10490 | Assigned run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.068 | 13409 | Added a new worker 14 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.068 | 10490 | Removed run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.068 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.068 | 10490 | Assigned run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.068 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.068 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2ENeIW +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.068 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FqKUhz +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.070 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.070 | 13406 | Marked run 261 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.070 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.072 | 13410 | Added a new run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.072 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.074 | 13408 | Marked run 262 as finished +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.074 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.074 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.074 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.074 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.076 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.076 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.076 | 13412 | Added a new run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.077 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.079 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.081 | 13420 | Added a new run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.081 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.082 | 10491 | Recursively removing directory: /tmp/git.FqKUhz/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.083 | 10494 | Recursively removing directory: /tmp/git.2ENeIW/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.083 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.084 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.084 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.084 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.084 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.084 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.084 | 13430 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.084 | 10490 | Removed run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.084 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.084 | 10490 | Assigned run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.085 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.085 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.085 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.085 | 13432 | Added a new worker 16 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.085 | 10490 | Removed run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.085 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.085 | 10490 | Assigned run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.085 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.085 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.085 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.085 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.085 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kWhEyI +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.086 | 13428 | Added a new run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.086 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.085 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pxBFj7 +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.088 | 13429 | Marked run 263 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.088 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.089 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.090 | 13431 | Marked run 264 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.090 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.092 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.092 | 13434 | Added a new run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.092 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.092 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.093 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.093 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.095 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.097 | 13438 | Added a new run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.097 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.099 | 10491 | Recursively removing directory: /tmp/git.pxBFj7/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.099 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.100 | 10494 | Recursively removing directory: /tmp/git.kWhEyI/ +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.101 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.101 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.102 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.101 | 13450 | Added a new run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.102 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.102 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.102 | 13452 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.102 | 10490 | Removed run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.102 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.102 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.102 | 10490 | Assigned run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.102 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.102 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.102 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.102 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.102 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.103 | 13455 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.103 | 10490 | Removed run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.103 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.103 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.103 | 10490 | Assigned run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.103 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.f0IvyL +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.102 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qBz3o6 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.104 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.105 | 13451 | Marked run 265 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.105 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.107 | 13456 | Added a new run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.108 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.108 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.109 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.109 | 13454 | Marked run 266 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.110 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.110 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.110 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.111 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.112 | 13459 | Added a new run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.112 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.114 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.116 | 13468 | Added a new run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.116 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.117 | 10491 | Recursively removing directory: /tmp/git.qBz3o6/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.117 | 10494 | Recursively removing directory: /tmp/git.f0IvyL/ +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.118 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.118 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.118 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.119 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.119 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.119 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.119 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.119 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.119 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.119 | 13476 | Added a new worker 15 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.119 | 10490 | Removed run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.119 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.119 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.119 | 10490 | Assigned run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.119 | 13478 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.119 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.119 | 10490 | Removed run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.119 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.119 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.119 | 10490 | Assigned run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.119 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Vyus8z +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.119 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.igI4kN +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.120 | 13474 | Marked run 267 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.120 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.122 | 13475 | Added a new run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.122 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.123 | 13477 | Marked run 268 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.124 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.125 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.125 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.126 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.126 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.126 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.127 | 13480 | Added a new run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.127 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.129 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.131 | 13487 | Added a new run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.132 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.133 | 10491 | Recursively removing directory: /tmp/git.igI4kN/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.133 | 10494 | Recursively removing directory: /tmp/git.Vyus8z/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.134 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.134 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.134 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.134 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.134 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.135 | 13498 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.135 | 10490 | Removed run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.135 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.135 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.135 | 10490 | Assigned run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.134 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.135 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9Kl4Sm +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.136 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.136 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.136 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.136 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FtFTMW +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.136 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.136 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.136 | 13500 | Added a new worker 15 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.136 | 10490 | Removed run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.136 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.136 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.136 | 10490 | Assigned run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.139 | 13497 | Marked run 269 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.139 | 13496 | Added a new run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.139 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.139 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.140 | 13499 | Marked run 270 as finished +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.141 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.141 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.142 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.142 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.142 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.143 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.144 | 13503 | Added a new run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.145 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.147 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.148 | 10491 | Recursively removing directory: /tmp/git.9Kl4Sm/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.149 | 13513 | Added a new run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.149 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.149 | 10494 | Recursively removing directory: /tmp/git.FtFTMW/ +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.150 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.150 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.150 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.150 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.150 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.150 | 13519 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.150 | 10490 | Removed run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.150 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.150 | 10490 | Assigned run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.151 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZiOrJI +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.151 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.151 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.151 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.151 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.151 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.151 | 13521 | Added a new worker 8 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.151 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.151 | 10490 | Removed run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.151 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.151 | 10490 | Assigned run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.152 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.152 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jelQIC +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.152 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.153 | 13518 | Marked run 271 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.153 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.155 | 13522 | Added a new run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.155 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.157 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.158 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.158 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.159 | 13520 | Marked run 272 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.159 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.159 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.159 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.160 | 13524 | Added a new run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.161 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.163 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.164 | 13532 | Added a new run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.165 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.166 | 10491 | Recursively removing directory: /tmp/git.ZiOrJI/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.166 | 10494 | Recursively removing directory: /tmp/git.jelQIC/ +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.167 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.167 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.167 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.167 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.168 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.168 | 13542 | Added a new worker 12 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.168 | 10490 | Removed run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.168 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.168 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.168 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.168 | 10490 | Assigned run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.168 | 13544 | Added a new worker 16 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.168 | 10490 | Removed run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.168 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.168 | 10490 | Assigned run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.168 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.168 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.168 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.168 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.169 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xGTpkE +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.168 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.168 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cmHaIP +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.170 | 13541 | Marked run 273 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.170 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.171 | 13540 | Added a new run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.172 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.174 | 13543 | Marked run 274 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.174 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.174 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.174 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.174 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.176 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.176 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.176 | 13546 | Added a new run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.176 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.179 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.180 | 13552 | Added a new run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.180 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.182 | 10491 | Recursively removing directory: /tmp/git.cmHaIP/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.183 | 10494 | Recursively removing directory: /tmp/git.xGTpkE/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.183 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.184 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.184 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.184 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.184 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.184 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.185 | 13564 | Added a new worker 14 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.185 | 10490 | Removed run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.185 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.185 | 10490 | Assigned run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.185 | 13562 | Added a new run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.185 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7V8xxH +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.185 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.185 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.185 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.186 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.186 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.186 | 13566 | Added a new worker 12 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.186 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.186 | 10490 | Removed run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.186 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.186 | 10490 | Assigned run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.186 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1mR2pP +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.188 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.189 | 13563 | Marked run 275 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.189 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.190 | 13568 | Added a new run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.190 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.191 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.192 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.192 | 13565 | Marked run 276 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.192 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.192 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.193 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.194 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.195 | 13572 | Added a new run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.195 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.198 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.199 | 10491 | Recursively removing directory: /tmp/git.7V8xxH/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.199 | 10494 | Recursively removing directory: /tmp/git.1mR2pP/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.200 | 13584 | Added a new run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.200 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.201 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.201 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.201 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.201 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.201 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.201 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.201 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.201 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.202 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.202 | 13588 | Added a new worker 15 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.202 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.202 | 10490 | Removed run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.202 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.202 | 10490 | Assigned run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.202 | 13589 | Added a new worker 15 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.202 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.202 | 10490 | Removed run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.202 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.202 | 10490 | Assigned run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.202 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.202 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MHtqy0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.202 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eJGDGu +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.204 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.204 | 13587 | Marked run 278 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.204 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.205 | 13586 | Marked run 277 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.205 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.207 | 13590 | Added a new run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.207 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.208 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.208 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.209 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.209 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.210 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.211 | 13594 | Added a new run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.211 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.214 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.215 | 13604 | Added a new run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.215 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.216 | 10491 | Recursively removing directory: /tmp/git.MHtqy0/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.216 | 10494 | Recursively removing directory: /tmp/git.eJGDGu/ +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.217 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.217 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.218 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.218 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.218 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.218 | 13609 | Added a new worker 12 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.218 | 10490 | Removed run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.218 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.218 | 10490 | Assigned run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.218 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.218 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.218 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.218 | 13612 | Added a new worker 15 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.218 | 10490 | Removed run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.218 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.218 | 10490 | Assigned run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.218 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.218 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.218 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.218 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Z34Qii +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.218 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.218 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.219 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.K2GkbU +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.221 | 13610 | Added a new run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.221 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.223 | 13611 | Marked run 280 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.223 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.224 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.225 | 13608 | Marked run 279 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.225 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.225 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.225 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.226 | 13614 | Added a new run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.226 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.226 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.227 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.229 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.230 | 13620 | Added a new run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.230 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.233 | 10491 | Recursively removing directory: /tmp/git.Z34Qii/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.233 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.234 | 10494 | Recursively removing directory: /tmp/git.K2GkbU/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.235 | 13630 | Added a new run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.235 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.235 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.235 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.235 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.235 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.236 | 13633 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.236 | 10490 | Removed run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.236 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.236 | 10490 | Assigned run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.236 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.236 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.236 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.236 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.c9GZXt +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.236 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.26UOAs +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.236 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.236 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.236 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.236 | 13635 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.236 | 10490 | Removed run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.236 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.236 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.236 | 10490 | Assigned run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.238 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.239 | 13631 | Marked run 281 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.239 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.240 | 13636 | Added a new run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.241 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.242 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.243 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.243 | 13634 | Marked run 282 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.243 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.243 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.243 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.244 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.245 | 13639 | Added a new run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.245 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.248 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.249 | 10491 | Recursively removing directory: /tmp/git.26UOAs/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.250 | 13648 | Added a new run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.250 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.251 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.251 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.251 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.251 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CjDEAh +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.251 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.251 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.251 | 13655 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.251 | 10490 | Removed run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.251 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.251 | 10490 | Assigned run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.251 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.251 | 10494 | Recursively removing directory: /tmp/git.c9GZXt/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.253 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.254 | 13654 | Marked run 283 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.254 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.254 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.254 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.254 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.254 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.255 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.255 | 13658 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.255 | 10490 | Removed run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.255 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.255 | 10490 | Assigned run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.255 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.f2zLKh +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.255 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.256 | 13656 | Added a new run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.256 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.257 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.258 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.258 | 13657 | Marked run 284 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.258 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.259 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.261 | 13661 | Added a new run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.261 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.262 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.263 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.263 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.265 | 10491 | Recursively removing directory: /tmp/git.CjDEAh/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.265 | 13669 | Added a new run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.266 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.266 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.266 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.267 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.267 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.267 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.267 | 13674 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.267 | 10490 | Removed run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.267 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.267 | 10490 | Assigned run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.267 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.267 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7GGWRb +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.268 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.271 | 10494 | Recursively removing directory: /tmp/git.f2zLKh/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.272 | 13673 | Marked run 285 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.272 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.273 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.273 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.274 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.273 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.274 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.274 | 13680 | Added a new worker 7 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.274 | 10490 | Removed run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.274 | 10490 | Removed worker 7 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.274 | 10490 | Assigned run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.274 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SCi7Gb +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.275 | 13677 | Added a new run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.275 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.275 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.277 | 13679 | Marked run 286 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.277 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.277 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.278 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.278 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.280 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.280 | 13682 | Added a new run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.280 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.281 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.283 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.284 | 13688 | Added a new run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.284 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.285 | 10491 | Recursively removing directory: /tmp/git.7GGWRb/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.287 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.287 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.287 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.287 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.287 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.288 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.288 | 13700 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.288 | 10490 | Removed run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.288 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.288 | 10490 | Assigned run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.288 | 10494 | Recursively removing directory: /tmp/git.SCi7Gb/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.288 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.288 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wuPbqL +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.289 | 13698 | Added a new run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.289 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.290 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.290 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.290 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.290 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.290 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.290 | 13703 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.290 | 10490 | Removed run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.290 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.290 | 10490 | Assigned run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.290 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SnGudq +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.291 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.292 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.292 | 13699 | Marked run 287 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.293 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.293 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.294 | 13704 | Added a new run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.294 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.295 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.296 | 13702 | Marked run 288 as finished +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.296 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.297 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.297 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.297 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.300 | 13708 | Added a new run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.300 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.301 | 10491 | Recursively removing directory: /tmp/git.wuPbqL/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.303 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.303 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.303 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.303 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.303 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.303 | 13722 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.303 | 10490 | Removed run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.303 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.303 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.303 | 10490 | Assigned run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.303 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.303 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xzjndh +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.304 | 10494 | Recursively removing directory: /tmp/git.SnGudq/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.305 | 13720 | Added a new run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.306 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.306 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.306 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.307 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.307 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.307 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.307 | 13725 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.307 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.307 | 10490 | Removed run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.307 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.307 | 10490 | Assigned run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.307 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6a1Oih +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.308 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.308 | 13721 | Marked run 289 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.308 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.309 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.310 | 13726 | Added a new run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.310 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.311 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.313 | 13724 | Marked run 290 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.313 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.313 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.313 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.314 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.315 | 13730 | Added a new run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.315 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.317 | 10491 | Recursively removing directory: /tmp/git.xzjndh/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.318 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.319 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.319 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.319 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.319 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.319 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.319 | 13744 | Added a new worker 9 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.319 | 10490 | Removed run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.319 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.319 | 10490 | Assigned run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.320 | 13739 | Added a new run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.320 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.320 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zxgsQa +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.321 | 10494 | Recursively removing directory: /tmp/git.6a1Oih/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.322 | 13743 | Marked run 291 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.322 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.322 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.324 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.324 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.324 | 13746 | Added a new run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.324 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.324 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.324 | 13748 | Added a new worker 12 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.324 | 10490 | Removed run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.324 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.325 | 10490 | Assigned run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.324 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.325 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7zkxcV +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.325 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.326 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.327 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.327 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.327 | 13747 | Marked run 292 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.328 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.329 | 13750 | Added a new run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.330 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.331 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.332 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.332 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.334 | 10491 | Recursively removing directory: /tmp/git.zxgsQa/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.335 | 13758 | Added a new run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.335 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.335 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.335 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.336 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.335 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.336 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.336 | 13764 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.336 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.336 | 10490 | Removed run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.336 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.336 | 10490 | Assigned run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.336 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oXdxKN +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.338 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.338 | 13763 | Marked run 293 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.338 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.338 | 10494 | Recursively removing directory: /tmp/git.7zkxcV/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.340 | 13768 | Added a new run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.340 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.340 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.340 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.341 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.341 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.341 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.341 | 13771 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.341 | 10490 | Removed run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.341 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.341 | 10490 | Assigned run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.341 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.342 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MspcCJ +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.342 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.343 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.343 | 13770 | Marked run 294 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.343 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.344 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.345 | 13772 | Added a new run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.345 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.347 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.348 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.348 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.349 | 13777 | Added a new run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.350 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.350 | 10491 | Recursively removing directory: /tmp/git.oXdxKN/ +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.352 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.352 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.352 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.352 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.352 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.352 | 13785 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.352 | 10490 | Removed run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.352 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.352 | 10490 | Assigned run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.352 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.352 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.353 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wlcWyd +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.353 | 13784 | Marked run 295 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.353 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.355 | 13787 | Added a new run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.355 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.356 | 10494 | Recursively removing directory: /tmp/git.MspcCJ/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.358 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.358 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.358 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.358 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.358 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.358 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.358 | 13794 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.358 | 10490 | Removed run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.358 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.358 | 10490 | Assigned run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.358 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.358 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.358 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y9wVX5 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.359 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.360 | 13792 | Added a new run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.360 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.362 | 13793 | Marked run 296 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.362 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.363 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.364 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.365 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.365 | 13798 | Added a new run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.365 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.366 | 10491 | Recursively removing directory: /tmp/git.wlcWyd/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.367 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.369 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.369 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.369 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.369 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.369 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.369 | 13809 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.369 | 10490 | Removed run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.369 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.369 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.369 | 10490 | Assigned run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.369 | 13806 | Added a new run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.369 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.369 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lid7H2 +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.371 | 13808 | Marked run 297 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.371 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.372 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.373 | 10494 | Recursively removing directory: /tmp/git.y9wVX5/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.374 | 13814 | Added a new run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.374 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.374 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.375 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.375 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.375 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.375 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.375 | 13817 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.375 | 10490 | Removed run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.375 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.375 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.375 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sHbaWi +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.375 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.375 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.375 | 10490 | Assigned run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.377 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.378 | 13816 | Marked run 298 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.378 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.380 | 13819 | Added a new run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.380 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.382 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.382 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.383 | 10491 | Recursively removing directory: /tmp/git.lid7H2/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.383 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.384 | 13826 | Added a new run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.384 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.385 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.385 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.385 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.385 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.385 | 13829 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.385 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.385 | 10490 | Removed run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.385 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.385 | 10490 | Assigned run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.385 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.385 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.D1fM1u +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.387 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.387 | 13828 | Marked run 299 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.388 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.389 | 13833 | Added a new run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.389 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.390 | 10494 | Recursively removing directory: /tmp/git.sHbaWi/ +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.391 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.391 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.392 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.392 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.392 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.392 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.392 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.392 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.392 | 13841 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.392 | 10490 | Removed run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.392 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.392 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.392 | 10490 | Assigned run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.392 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oDkHrP +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.394 | 13839 | Marked run 300 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.395 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.396 | 13840 | Added a new run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.397 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.398 | 10491 | Recursively removing directory: /tmp/git.D1fM1u/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.399 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.399 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.401 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.401 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.401 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.401 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.401 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.401 | 13850 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.401 | 10490 | Removed run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.401 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.401 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.401 | 10490 | Assigned run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.401 | 13848 | Added a new run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.401 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.401 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.401 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ipAhlK +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.404 | 13849 | Marked run 301 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.404 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.404 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.406 | 13854 | Added a new run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.406 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.407 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.408 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.408 | 10494 | Recursively removing directory: /tmp/git.oDkHrP/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.409 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.411 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.411 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.411 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.411 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.411 | 13864 | Added a new worker 12 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.411 | 10490 | Removed run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.411 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.411 | 10490 | Assigned run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.411 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.411 | 13861 | Added a new run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.412 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.411 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.411 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yaCk9A +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.414 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.414 | 13863 | Marked run 302 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.414 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.415 | 10491 | Recursively removing directory: /tmp/git.ipAhlK/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.416 | 13870 | Added a new run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.416 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.417 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.417 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.417 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.417 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.417 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.417 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.417 | 13873 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.418 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.418 | 10490 | Removed run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.418 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.418 | 10490 | Assigned run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.418 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.418 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xlxzp2 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.419 | 13872 | Marked run 303 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.420 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.420 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.421 | 13875 | Added a new run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.421 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.423 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.424 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.424 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.425 | 10494 | Recursively removing directory: /tmp/git.yaCk9A/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.426 | 13883 | Added a new run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.426 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.427 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.427 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.427 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.427 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.427 | 13887 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.427 | 10490 | Removed run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.427 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.427 | 10490 | Assigned run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.427 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.427 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V3qGgU +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.428 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.430 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.430 | 10491 | Recursively removing directory: /tmp/git.xlxzp2/ +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.431 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.431 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.431 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.431 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.431 | 13894 | Added a new worker 15 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.431 | 10490 | Removed run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.431 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.431 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.431 | 10490 | Assigned run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.431 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.432 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.h6UJtq +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.436 | 13886 | Marked run 304 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.437 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.438 | 13893 | Marked run 305 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.438 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.440 | 13892 | Added a new run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.440 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.440 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.441 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.441 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.442 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.443 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.444 | 13898 | Added a new run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.444 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.447 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.448 | 10491 | Recursively removing directory: /tmp/git.h6UJtq/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.448 | 10494 | Recursively removing directory: /tmp/git.V3qGgU/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.449 | 13910 | Added a new run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.449 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.450 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.450 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.450 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.450 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.450 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.450 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.450 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.450 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.450 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.450 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.450 | 13913 | Added a new worker 14 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.450 | 10490 | Removed run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.450 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.450 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.450 | 10490 | Assigned run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.450 | 13915 | Added a new worker 9 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.450 | 10490 | Removed run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.450 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.450 | 10490 | Assigned run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.450 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.451 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lsM2jB +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.450 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WAYlfX +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.452 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.453 | 13912 | Marked run 307 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.453 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.455 | 13916 | Added a new run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.455 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.456 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.457 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.457 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.458 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.458 | 13914 | Marked run 306 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.458 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.458 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.460 | 13919 | Added a new run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.460 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.463 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.464 | 10494 | Recursively removing directory: /tmp/git.WAYlfX/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.464 | 13931 | Added a new run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.465 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.465 | 10491 | Recursively removing directory: /tmp/git.lsM2jB/ +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.466 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.466 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.466 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.466 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CDkDGC +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.466 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.466 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.466 | 13935 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.466 | 10490 | Removed run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.466 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.466 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.466 | 10490 | Assigned run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.467 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.468 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.468 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.468 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.468 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.468 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.468 | 13938 | Added a new worker 15 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.468 | 10490 | Removed run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.468 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.468 | 10490 | Assigned run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.468 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.468 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eSP4sb +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.469 | 13934 | Marked run 309 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.469 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.471 | 13936 | Added a new run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.471 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.473 | 13937 | Marked run 308 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.473 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.473 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.474 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.474 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.475 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.476 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.476 | 13940 | Added a new run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.477 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.479 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.480 | 10494 | Recursively removing directory: /tmp/git.CDkDGC/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.481 | 13950 | Added a new run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.481 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.482 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.482 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.482 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.482 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.483 | 13957 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.483 | 10490 | Removed run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.483 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.483 | 10490 | Assigned run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.483 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.482 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.483 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9T0zpV +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.483 | 10491 | Recursively removing directory: /tmp/git.eSP4sb/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.485 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.485 | 13956 | Marked run 310 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.485 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.485 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.485 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.485 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.485 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.486 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.486 | 13960 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.486 | 10490 | Removed run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.486 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.486 | 10490 | Assigned run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.486 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.486 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cfZ355 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.486 | 13958 | Added a new run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.487 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.489 | 13959 | Marked run 311 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.489 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.489 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.490 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.491 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.491 | 13962 | Added a new run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.492 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.492 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.493 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.494 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.497 | 13967 | Added a new run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.497 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.498 | 10494 | Recursively removing directory: /tmp/git.9T0zpV/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.499 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.499 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.499 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.499 | 10491 | Recursively removing directory: /tmp/git.cfZ355/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.499 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.500 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.500 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.500 | 13980 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.500 | 10490 | Removed run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.500 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.500 | 10490 | Assigned run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.500 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.500 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.524O5G +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.502 | 13978 | Marked run 312 as finished +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.502 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.502 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.502 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.502 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.502 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.502 | 13982 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.502 | 10490 | Removed run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.502 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.502 | 10490 | Assigned run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.502 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.503 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.O3AQ1r +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.503 | 13979 | Added a new run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.504 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.505 | 13981 | Marked run 313 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.506 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.506 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.507 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.508 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.509 | 13984 | Added a new run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.509 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.509 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.509 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.511 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.513 | 13990 | Added a new run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.513 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.515 | 10494 | Recursively removing directory: /tmp/git.524O5G/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.516 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.516 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.516 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.516 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.516 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.516 | 14002 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.516 | 10490 | Removed run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.516 | 10491 | Recursively removing directory: /tmp/git.O3AQ1r/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.516 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.516 | 10490 | Assigned run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.517 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.516 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.517 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Hw0jwc +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.519 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.519 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.519 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.519 | 14000 | Added a new run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.519 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.519 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.519 | 14004 | Added a new worker 15 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.519 | 10490 | Removed run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.519 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.520 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.520 | 10490 | Assigned run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.520 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.520 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.L5eajU +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.522 | 14001 | Marked run 314 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.522 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.523 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.523 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.524 | 14003 | Marked run 315 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.524 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.524 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.526 | 14006 | Added a new run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.526 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.526 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.527 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.529 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.531 | 14014 | Added a new run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.531 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.531 | 10494 | Recursively removing directory: /tmp/git.Hw0jwc/ +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.533 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.533 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.533 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.533 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.533 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.533 | 14023 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.533 | 10490 | Removed run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.533 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.533 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.533 | 10490 | Assigned run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.533 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fAP2aY +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.534 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.534 | 10491 | Recursively removing directory: /tmp/git.L5eajU/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.535 | 14021 | Marked run 316 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.536 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.537 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.537 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.537 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.537 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.537 | 14024 | Added a new run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.537 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.538 | 14026 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.538 | 10490 | Removed run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.538 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.538 | 10490 | Assigned run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.538 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.I5V4gT +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.538 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.538 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.540 | 14025 | Marked run 317 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.540 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.540 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.541 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.541 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.542 | 14028 | Added a new run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.543 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.543 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.544 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.545 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.547 | 14036 | Added a new run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.547 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.547 | 10494 | Recursively removing directory: /tmp/git.fAP2aY/ +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.549 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.549 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.549 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.549 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.549 | 14043 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.549 | 10490 | Removed run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.549 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.549 | 10490 | Assigned run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.549 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.549 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.550 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XPGaDX +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.550 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.551 | 14042 | Marked run 318 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.551 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.552 | 10491 | Recursively removing directory: /tmp/git.I5V4gT/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.553 | 14045 | Added a new run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.553 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.554 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.554 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.554 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.554 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.554 | 14049 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.554 | 10490 | Removed run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.554 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.554 | 10490 | Assigned run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.554 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.554 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.555 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LB4WK6 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.555 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.556 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.556 | 14048 | Marked run 319 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.556 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.557 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.558 | 14050 | Added a new run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.559 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.561 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.561 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.562 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.563 | 14056 | Added a new run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.563 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.564 | 10494 | Recursively removing directory: /tmp/git.XPGaDX/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.566 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.566 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.566 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.566 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.566 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.566 | 14066 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.566 | 10490 | Removed run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.566 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.566 | 10490 | Assigned run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.566 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.566 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QQod4K +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.567 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.568 | 10491 | Recursively removing directory: /tmp/git.LB4WK6/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.568 | 14067 | Added a new run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.569 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.570 | 14065 | Marked run 320 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.570 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.571 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.571 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.571 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.571 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.571 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.571 | 14071 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.571 | 10490 | Removed run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.571 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.571 | 10490 | Assigned run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.571 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.571 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.571 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AEYar9 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.573 | 14070 | Marked run 321 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.574 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.573 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.575 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.575 | 14072 | Added a new run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.576 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.577 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.577 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.578 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.579 | 14077 | Added a new run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.580 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.582 | 10494 | Recursively removing directory: /tmp/git.QQod4K/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.582 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.584 | 14087 | Added a new run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.584 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.584 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.584 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.584 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.584 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.584 | 14090 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.585 | 10490 | Removed run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.585 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.585 | 10490 | Assigned run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.584 | 10491 | Recursively removing directory: /tmp/git.AEYar9/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.585 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wpfvzP +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.585 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.587 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.587 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.587 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.587 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.587 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.587 | 14093 | Added a new worker 12 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.587 | 14089 | Marked run 322 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.587 | 10490 | Removed run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.587 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.587 | 10490 | Assigned run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.587 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KUiJ9S +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.588 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.588 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.590 | 14092 | Marked run 323 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.590 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.591 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.591 | 14094 | Added a new run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.591 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.591 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.593 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.593 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.594 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.596 | 14099 | Added a new run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.596 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.598 | 10494 | Recursively removing directory: /tmp/git.wpfvzP/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.599 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.600 | 10491 | Recursively removing directory: /tmp/git.KUiJ9S/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.600 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.600 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.601 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.600 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.601 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.601 | 14112 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.601 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.601 | 10490 | Removed run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.601 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.601 | 10490 | Assigned run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.601 | 14109 | Added a new run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.601 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xEMIf8 +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.602 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.602 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.602 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.602 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.602 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.602 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.602 | 14115 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.602 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.602 | 10490 | Removed run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.602 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.602 | 10490 | Assigned run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.602 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Hdi6Ls +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.605 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.606 | 14111 | Marked run 324 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.607 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.607 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.608 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.608 | 14116 | Added a new run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.609 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.610 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.610 | 14114 | Marked run 325 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.610 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.611 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.611 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.613 | 14121 | Added a new run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.613 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.615 | 10494 | Recursively removing directory: /tmp/git.xEMIf8/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.616 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.617 | 10491 | Recursively removing directory: /tmp/git.Hdi6Ls/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.618 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.618 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.618 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.618 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.618 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.618 | 14134 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.618 | 10490 | Removed run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.618 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.618 | 10490 | Assigned run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.618 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jDZp2h +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.619 | 14131 | Added a new run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.619 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.619 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.619 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.619 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.619 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.619 | 14136 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.619 | 10490 | Removed run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.619 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.619 | 10490 | Assigned run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.619 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.620 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Zwa3mI +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.621 | 14133 | Marked run 326 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.621 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.622 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.622 | 14135 | Marked run 327 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.623 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.624 | 14138 | Added a new run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.624 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.625 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.626 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.626 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.626 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.627 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.629 | 14142 | Added a new run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.629 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.632 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.632 | 10494 | Recursively removing directory: /tmp/git.jDZp2h/ +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.633 | 10491 | Recursively removing directory: /tmp/git.Zwa3mI/ +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.634 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.634 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.634 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.635 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.635 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.635 | 14157 | Added a new worker 17 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.635 | 10490 | Removed run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.635 | 10490 | Removed worker 17 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.635 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.635 | 10490 | Assigned run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.635 | 14158 | Added a new worker 18 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.635 | 10490 | Removed run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.635 | 10490 | Removed worker 18 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.635 | 10490 | Assigned run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.635 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.635 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.635 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.635 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vtDUPu +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.634 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.634 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.634 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.635 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kqfetW +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.637 | 14155 | Marked run 328 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.637 | 14154 | Added a new run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.638 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.638 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.639 | 14156 | Marked run 329 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.640 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.640 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.641 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.641 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.642 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.642 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.642 | 14160 | Added a new run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.643 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.645 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.648 | 14167 | Added a new run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.648 | 10494 | Recursively removing directory: /tmp/git.kqfetW/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.648 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.650 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.650 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.650 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.650 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.650 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.650 | 14177 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.650 | 10490 | Removed run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.650 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.650 | 10490 | Assigned run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.650 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.649 | 10491 | Recursively removing directory: /tmp/git.vtDUPu/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.650 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.650 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cJOpIG +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.651 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.651 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.651 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.651 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.651 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.651 | 14180 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.651 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.651 | 10490 | Removed run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.651 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.652 | 10490 | Assigned run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.652 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3mUd5t +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.652 | 14176 | Marked run 330 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.652 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.654 | 14179 | Marked run 331 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.654 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.656 | 14178 | Added a new run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.656 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.656 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.657 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.658 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.658 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.658 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.660 | 14183 | Added a new run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.660 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.663 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.664 | 10494 | Recursively removing directory: /tmp/git.cJOpIG/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.665 | 14195 | Added a new run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.665 | 10491 | Recursively removing directory: /tmp/git.3mUd5t/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.665 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.666 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.666 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.666 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.666 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.666 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.666 | 14199 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.666 | 10490 | Removed run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.666 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.666 | 10490 | Assigned run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.666 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.666 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.666 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.667 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.667 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Hhe1bc +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.667 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.667 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.667 | 14201 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.667 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.667 | 10490 | Removed run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.667 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.667 | 10490 | Assigned run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.667 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FmrAyJ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.668 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.670 | 14198 | Marked run 332 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.670 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.672 | 14202 | Added a new run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.672 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.673 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.673 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.674 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.674 | 14200 | Marked run 333 as finished +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.674 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.674 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.675 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.676 | 14206 | Added a new run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.677 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.679 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.680 | 14215 | Added a new run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.680 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.681 | 10491 | Recursively removing directory: /tmp/git.FmrAyJ/ +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.682 | 10494 | Recursively removing directory: /tmp/git.Hhe1bc/ +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.682 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.682 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.682 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.682 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.682 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.682 | 14221 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.682 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.683 | 10490 | Removed run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.683 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.683 | 10490 | Assigned run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.683 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VFnC20 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.683 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.684 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.684 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.685 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.685 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.685 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XZ8xG9 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.685 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.685 | 14224 | Added a new worker 15 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.685 | 10490 | Removed run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.685 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.685 | 10490 | Assigned run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.685 | 14220 | Marked run 335 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.685 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.687 | 14222 | Added a new run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.687 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.688 | 14223 | Marked run 334 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.688 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.689 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.690 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.691 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.691 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.691 | 14226 | Added a new run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.691 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.692 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.694 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.696 | 14231 | Added a new run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.696 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.698 | 10491 | Recursively removing directory: /tmp/git.VFnC20/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.699 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.699 | 10494 | Recursively removing directory: /tmp/git.XZ8xG9/ +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.700 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.700 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.700 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.700 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.700 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.700 | 14244 | Added a new worker 9 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.700 | 10490 | Removed run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.700 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.700 | 10490 | Assigned run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.700 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.700 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RLTL4d +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.701 | 14242 | Added a new run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.701 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.701 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.702 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.702 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.702 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.702 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.702 | 14246 | Added a new worker 6 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.702 | 10490 | Removed run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.702 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.702 | 10490 | Assigned run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.702 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.702 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IIvXUH +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.704 | 14243 | Marked run 336 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.704 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.705 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.706 | 14245 | Marked run 337 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.706 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.706 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.708 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.708 | 14248 | Added a new run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.708 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.708 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.709 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.711 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.713 | 14253 | Added a new run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.713 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.715 | 10491 | Recursively removing directory: /tmp/git.RLTL4d/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.716 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.716 | 10494 | Recursively removing directory: /tmp/git.IIvXUH/ +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.716 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.716 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.716 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.716 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.716 | 14266 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.716 | 10490 | Removed run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.716 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.716 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.716 | 10490 | Assigned run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.716 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.717 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.l2EQp9 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.722 | 14264 | Added a new run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.722 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.722 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.722 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.722 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.722 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.723 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.723 | 14268 | Added a new worker 12 to the queue +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.723 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eWMmgN +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.723 | 10490 | Removed run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.723 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.723 | 10490 | Assigned run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.723 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.726 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.726 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.727 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.727 | 14265 | Marked run 338 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.727 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.729 | 14270 | Added a new run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.729 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.731 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.731 | 14267 | Marked run 339 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.731 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.732 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.733 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.734 | 14278 | Added a new run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.735 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.735 | 10491 | Recursively removing directory: /tmp/git.l2EQp9/ +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.737 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.737 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.737 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.737 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.737 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.737 | 14286 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.737 | 10490 | Removed run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.737 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.737 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.737 | 10490 | Assigned run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.737 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uQMIap +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.738 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.739 | 10494 | Recursively removing directory: /tmp/git.eWMmgN/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.740 | 14285 | Marked run 340 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.740 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.741 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.741 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.742 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.741 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.741 | 14288 | Added a new run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.742 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.742 | 14290 | Added a new worker 9 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.742 | 10490 | Removed run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.742 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.742 | 10490 | Assigned run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.742 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.743 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.744 | 14289 | Marked run 341 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.744 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.743 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3zfR2x +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.744 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.745 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.748 | 14293 | Added a new run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.748 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.748 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.749 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.751 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.752 | 10491 | Recursively removing directory: /tmp/git.uQMIap/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.752 | 14301 | Added a new run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.753 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.753 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.753 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.753 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.754 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.754 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.754 | 14305 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.754 | 10490 | Removed run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.754 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.754 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.754 | 10490 | Assigned run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.755 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZN6y7y +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.756 | 14304 | Marked run 342 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.756 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.757 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.758 | 10494 | Recursively removing directory: /tmp/git.3zfR2x/ +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.759 | 14309 | Added a new run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.759 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.760 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.760 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.761 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.761 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.761 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.761 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.761 | 14313 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.761 | 10490 | Removed run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.761 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.761 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.762 | 10490 | Assigned run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.762 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kKQ16f +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.762 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.763 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.764 | 14312 | Marked run 343 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.765 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.767 | 14315 | Added a new run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.767 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.768 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.769 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.769 | 10491 | Recursively removing directory: /tmp/git.ZN6y7y/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.770 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.770 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.770 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.771 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.771 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.771 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.771 | 14326 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.771 | 10490 | Removed run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.771 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.771 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.771 | 10490 | Assigned run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.771 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nHTxX2 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.772 | 14323 | Added a new run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.773 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.774 | 14324 | Marked run 344 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.774 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.775 | 10494 | Recursively removing directory: /tmp/git.kKQ16f/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.775 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.776 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.777 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.778 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.778 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.778 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.778 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.778 | 14332 | Added a new run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.778 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.778 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.778 | 14335 | Added a new worker 7 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.778 | 10490 | Removed run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.778 | 10490 | Removed worker 7 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.778 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.778 | 10490 | Assigned run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.778 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rJFyDK +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.781 | 14334 | Marked run 345 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.781 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.782 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.783 | 14339 | Added a new run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.783 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.784 | 10491 | Recursively removing directory: /tmp/git.nHTxX2/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.785 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.786 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.786 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.786 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.786 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.786 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.786 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.786 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.786 | 14346 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.786 | 10490 | Removed run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.786 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.786 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.786 | 10490 | Assigned run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.786 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bDkIv9 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.788 | 14344 | Marked run 346 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.789 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.790 | 14345 | Added a new run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.790 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.792 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.792 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.793 | 10494 | Recursively removing directory: /tmp/git.rJFyDK/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.793 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.795 | 14355 | Added a new run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.795 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.795 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.795 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.795 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.795 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.795 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.796 | 14358 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.796 | 10490 | Removed run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.796 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.796 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.796 | 10490 | Assigned run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.796 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1viqUd +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.798 | 14357 | Marked run 347 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.798 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.798 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.800 | 10491 | Recursively removing directory: /tmp/git.bDkIv9/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.800 | 14364 | Added a new run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.801 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.801 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.801 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.801 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.801 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.801 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.802 | 14367 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.802 | 10490 | Removed run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.802 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.802 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.802 | 10490 | Assigned run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.802 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.802 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ee7PYX +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.802 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.803 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.806 | 14369 | Added a new run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.806 | 14366 | Marked run 348 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.806 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.808 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.809 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.809 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.809 | 10494 | Recursively removing directory: /tmp/git.1viqUd/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.811 | 14376 | Added a new run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.811 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.812 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.812 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.812 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.812 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.812 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.813 | 14382 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.813 | 10490 | Removed run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.813 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.813 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.813 | 10490 | Assigned run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.813 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kSRUBE +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.814 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.815 | 14381 | Marked run 349 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.815 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.816 | 10491 | Recursively removing directory: /tmp/git.ee7PYX/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.817 | 14385 | Added a new run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.817 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.817 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.817 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.818 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.817 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.818 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.818 | 14388 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.818 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.818 | 10490 | Removed run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.818 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.818 | 10490 | Assigned run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.818 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tLSQC9 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.819 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.820 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.820 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.820 | 14387 | Marked run 350 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.820 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.822 | 14390 | Added a new run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.823 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.824 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.825 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.825 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.826 | 14397 | Added a new run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.826 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.827 | 10494 | Recursively removing directory: /tmp/git.kSRUBE/ +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.828 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.828 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.829 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.829 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.829 | 14404 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.829 | 10490 | Removed run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.829 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.829 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.829 | 10490 | Assigned run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.829 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.829 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.830 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Jtf3Yg +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.831 | 10491 | Recursively removing directory: /tmp/git.tLSQC9/ +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.833 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.833 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.833 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.833 | 14403 | Marked run 351 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.833 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.833 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.833 | 14410 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.833 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.833 | 10490 | Removed run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.833 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.833 | 10490 | Assigned run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.833 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.i7tafe +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.836 | 14405 | Added a new run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.836 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.838 | 14409 | Marked run 352 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.838 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.838 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.839 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.839 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.841 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.840 | 14412 | Added a new run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.841 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.841 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.843 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.845 | 14419 | Added a new run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.845 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.846 | 10494 | Recursively removing directory: /tmp/git.Jtf3Yg/ +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.847 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.847 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.847 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.847 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.847 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.847 | 14429 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.848 | 10490 | Removed run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.848 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.848 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.848 | 10490 | Assigned run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.848 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.u9xVrt +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.848 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.848 | 10491 | Recursively removing directory: /tmp/git.i7tafe/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.850 | 14428 | Marked run 353 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.850 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.851 | 14430 | Added a new run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.851 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.851 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.851 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.851 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.852 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.852 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.852 | 14432 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.852 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.852 | 10490 | Removed run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.852 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.852 | 10490 | Assigned run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.852 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bsL9dG +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.854 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.854 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.855 | 14431 | Marked run 354 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.855 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.855 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.856 | 14434 | Added a new run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.856 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.857 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.858 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.859 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.860 | 14442 | Added a new run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.861 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.861 | 10494 | Recursively removing directory: /tmp/git.u9xVrt/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.863 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.863 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.863 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.863 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.863 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.864 | 14450 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.864 | 10490 | Removed run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.864 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.864 | 10490 | Assigned run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.864 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SRPzYu +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.864 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.865 | 10491 | Recursively removing directory: /tmp/git.bsL9dG/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.865 | 14449 | Marked run 355 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.866 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.867 | 14452 | Added a new run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.867 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.868 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.868 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.868 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.868 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.868 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.868 | 14455 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.868 | 10490 | Removed run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.868 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.868 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.868 | 10490 | Assigned run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.868 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cg3JHQ +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.869 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.870 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.871 | 14454 | Marked run 356 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.871 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.871 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.873 | 14457 | Added a new run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.873 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.874 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.875 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.876 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.877 | 10494 | Recursively removing directory: /tmp/git.SRPzYu/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.877 | 14465 | Added a new run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.878 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.878 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.879 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.878 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.879 | 14470 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.878 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.879 | 10490 | Removed run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.879 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.879 | 10490 | Assigned run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.879 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.879 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.879 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cDWFUI +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.880 | 14469 | Marked run 357 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.881 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.882 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.882 | 10491 | Recursively removing directory: /tmp/git.cg3JHQ/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.883 | 14474 | Added a new run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.884 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.884 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.884 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.884 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.884 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.885 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dcFzag +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.884 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.884 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.885 | 14477 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.885 | 10490 | Removed run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.885 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.885 | 10490 | Assigned run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.885 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.886 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.886 | 14476 | Marked run 358 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.887 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.887 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.888 | 14479 | Added a new run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.888 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.891 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.891 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.891 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.893 | 14484 | Added a new run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.893 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.893 | 10494 | Recursively removing directory: /tmp/git.cDWFUI/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.895 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.895 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.895 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.895 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.895 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.895 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.895 | 14493 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.895 | 10490 | Removed run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.895 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.895 | 10490 | Assigned run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.895 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.896 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lBULSN +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.898 | 14491 | Marked run 359 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.898 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.899 | 10491 | Recursively removing directory: /tmp/git.dcFzag/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.899 | 14492 | Added a new run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.899 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.901 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.901 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.901 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.901 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.901 | 14499 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.901 | 10490 | Removed run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.901 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.901 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.901 | 10490 | Assigned run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.901 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.901 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0YWoa2 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.901 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.902 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.903 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.903 | 14498 | Marked run 360 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.903 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.905 | 14500 | Added a new run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.905 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.907 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.907 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.908 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.909 | 10494 | Recursively removing directory: /tmp/git.lBULSN/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.910 | 14509 | Added a new run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.910 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.911 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.911 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.911 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.911 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.911 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.911 | 14513 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.911 | 10490 | Removed run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.911 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.911 | 10490 | Assigned run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.911 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.911 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1dEa4H +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.913 | 14512 | Marked run 361 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.913 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.913 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.915 | 10491 | Recursively removing directory: /tmp/git.0YWoa2/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.915 | 14517 | Added a new run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.915 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.916 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.916 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.917 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.917 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.917 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.917 | 14521 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.917 | 10490 | Removed run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.917 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.917 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.917 | 10490 | Assigned run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.917 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.917 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.64zSc1 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.917 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.918 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.919 | 14520 | Marked run 362 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.919 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.921 | 14522 | Added a new run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.921 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.922 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.923 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.923 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.925 | 10494 | Recursively removing directory: /tmp/git.1dEa4H/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.925 | 14529 | Added a new run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.925 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.927 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.927 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.927 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.927 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.927 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.927 | 14536 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.927 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.927 | 10490 | Removed run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.927 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.927 | 10490 | Assigned run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.927 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9XEC5V +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.928 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.929 | 14535 | Marked run 363 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.929 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.930 | 10491 | Recursively removing directory: /tmp/git.64zSc1/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.931 | 14539 | Added a new run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.931 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.932 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.932 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.932 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.932 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.932 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.933 | 14543 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.933 | 10490 | Removed run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.933 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.933 | 10490 | Assigned run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.933 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.933 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0k6rNU +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.933 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.933 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.934 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.935 | 14542 | Marked run 364 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.935 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.937 | 14544 | Added a new run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.937 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.938 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.939 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.940 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.941 | 10494 | Recursively removing directory: /tmp/git.9XEC5V/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.942 | 14551 | Added a new run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.942 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.943 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.943 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.943 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.943 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.943 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.943 | 14557 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.943 | 10490 | Removed run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.943 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.943 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.943 | 10490 | Assigned run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.943 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3XG9Cf +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.944 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.945 | 14556 | Marked run 365 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.946 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.946 | 10491 | Recursively removing directory: /tmp/git.0k6rNU/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.947 | 14561 | Added a new run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.947 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.948 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.948 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.948 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.948 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.948 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.948 | 14565 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.948 | 10490 | Removed run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.948 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.948 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.948 | 10490 | Assigned run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.949 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1HecBp +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.950 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.950 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.951 | 14564 | Marked run 366 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.951 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.952 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.952 | 14566 | Added a new run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.953 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.955 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.955 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.956 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.957 | 14571 | Added a new run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.957 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.959 | 10494 | Recursively removing directory: /tmp/git.3XG9Cf/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.960 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.960 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.960 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.960 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.960 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.960 | 14581 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.960 | 10490 | Removed run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.960 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.960 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.960 | 10490 | Assigned run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.960 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.961 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.N0SpYH +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.961 | 14580 | Marked run 367 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.961 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.963 | 10491 | Recursively removing directory: /tmp/git.1HecBp/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.963 | 14579 | Added a new run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.963 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.964 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.965 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.965 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.965 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.965 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.965 | 14587 | Added a new worker 11 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.965 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.965 | 10490 | Removed run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.965 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.965 | 10490 | Assigned run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.965 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0YKx1V +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.966 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.967 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.967 | 14586 | Marked run 368 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.967 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.968 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.969 | 14588 | Added a new run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.969 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.970 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.971 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.972 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.973 | 14592 | Added a new run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.974 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.975 | 10494 | Recursively removing directory: /tmp/git.N0SpYH/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.976 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.977 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.977 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.977 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.977 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.977 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.977 | 14605 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.977 | 10490 | Removed run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.977 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.977 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.977 | 10490 | Assigned run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.977 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7CNINC +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.978 | 14603 | Added a new run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.978 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.979 | 14604 | Marked run 369 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.980 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.980 | 10491 | Recursively removing directory: /tmp/git.0YKx1V/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.981 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.981 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.981 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.981 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.981 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.981 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.981 | 14610 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.981 | 10490 | Removed run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.981 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.981 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.981 | 10490 | Assigned run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.982 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ui42bK +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.983 | 14608 | Added a new run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.983 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.984 | 10494 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.985 | 14609 | Marked run 370 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.985 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.985 | 10494 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.986 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.987 | 14613 | Added a new run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.987 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.988 | 10491 | Checking out revision HEAD +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.988 | 10491 | Going to run: ./ci +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.990 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.991 | 14619 | Added a new run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.991 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.992 | 10494 | Recursively removing directory: /tmp/git.7CNINC/ +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.994 | 10494 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.994 | 10494 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.994 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.994 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.994 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.994 | 14627 | Added a new worker 13 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.994 | 10490 | Removed run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.994 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.994 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.994 | 10490 | Assigned run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.994 | 10494 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10494/cimple-worker: 2024-01-28 10:55:12.994 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aPU01H +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.995 | 14625 | Marked run 371 as finished +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.996 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.997 | 10491 | Recursively removing directory: /tmp/git.Ui42bK/ +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.997 | 14626 | Added a new run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.997 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:12 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:12 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.998 | 10491 | Process exit code: 0 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.998 | 10491 | Process output: 57 bytes +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.998 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.999 | 10488 | Waiting for new connections +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.999 | 10491 | Waiting for a new command +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.999 | 14633 | Added a new worker 10 to the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.999 | 10490 | Removed run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.999 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.999 | 10490 | Assigned run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:12 | INFO | 10491/cimple-worker: 2024-01-28 10:55:12.999 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yZinH1 +2024-01-28 10:55:12 | INFO | 10488/cimple-server: 2024-01-28 10:55:12.999 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.000 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.000 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.001 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.002 | 14632 | Marked run 372 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.002 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.003 | 14634 | Added a new run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.004 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.004 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.005 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.007 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.008 | 10494 | Recursively removing directory: /tmp/git.aPU01H/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.008 | 14643 | Added a new run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.009 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.010 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.010 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.010 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.010 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.010 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.010 | 14650 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.010 | 10490 | Removed run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.010 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.010 | 10490 | Assigned run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.011 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.010 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KLsiCC +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.011 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.012 | 14649 | Marked run 373 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.012 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.013 | 10491 | Recursively removing directory: /tmp/git.yZinH1/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.014 | 14651 | Added a new run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.014 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.015 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.015 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.015 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.015 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BfzLB9 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.015 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.015 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.015 | 14655 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.015 | 10490 | Removed run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.015 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.015 | 10490 | Assigned run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.016 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.016 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.017 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.018 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.019 | 14654 | Marked run 374 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.019 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.021 | 14657 | Added a new run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.021 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.021 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.022 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.024 | 10494 | Recursively removing directory: /tmp/git.KLsiCC/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.024 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.026 | 14665 | Added a new run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.026 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.026 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.026 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.026 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rgHr5q +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.026 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.026 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.026 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.026 | 14669 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.026 | 10490 | Removed run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.026 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.026 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.026 | 10490 | Assigned run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.029 | 14668 | Marked run 375 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.029 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.029 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.030 | 10491 | Recursively removing directory: /tmp/git.BfzLB9/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.031 | 14674 | Added a new run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.031 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.032 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.032 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.032 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.032 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.032 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.032 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.032 | 14677 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.032 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.032 | 10490 | Removed run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.032 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.032 | 10490 | Assigned run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.032 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xudnwO +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.034 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.034 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.035 | 14676 | Marked run 376 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.035 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.037 | 14679 | Added a new run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.037 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.038 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.039 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.040 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.041 | 10494 | Recursively removing directory: /tmp/git.rgHr5q/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.041 | 14687 | Added a new run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.042 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.043 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.043 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.043 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.043 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.043 | 14692 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.043 | 10490 | Removed run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.043 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.043 | 10490 | Assigned run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.043 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.043 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.043 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xkHlEE +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.044 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.045 | 14691 | Marked run 377 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.045 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.047 | 10491 | Recursively removing directory: /tmp/git.xudnwO/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.047 | 14695 | Added a new run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.047 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.048 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.048 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.048 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.048 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.048 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.049 | 14699 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.049 | 10490 | Removed run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.049 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.049 | 10490 | Assigned run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.049 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.049 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jspUIs +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.049 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.050 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.051 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.051 | 14698 | Marked run 378 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.051 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.052 | 14700 | Added a new run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.053 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.055 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.057 | 10494 | Recursively removing directory: /tmp/git.xkHlEE/ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.057 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.058 | 14705 | Added a new run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.058 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.058 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.059 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.059 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.059 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.059 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.059 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.059 | 14712 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.059 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.059 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NGje04 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.059 | 10490 | Removed run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.059 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.059 | 10490 | Assigned run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.061 | 14711 | Marked run 379 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.061 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.061 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.063 | 14714 | Added a new run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.063 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.065 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.065 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.065 | 10491 | Recursively removing directory: /tmp/git.jspUIs/ +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.066 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.067 | 14720 | Added a new run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.068 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.068 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.068 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.068 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.068 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.068 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.068 | 14724 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.068 | 10490 | Removed run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.068 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.068 | 10490 | Assigned run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.068 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aqdNZ4 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.069 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.070 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.071 | 14723 | Marked run 380 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.071 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.072 | 14727 | Added a new run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.072 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.073 | 10494 | Recursively removing directory: /tmp/git.NGje04/ +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.074 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.074 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.074 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.074 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.074 | 14733 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.074 | 10490 | Removed run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.074 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.075 | 10490 | Assigned run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.075 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.074 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.075 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kyg0sK +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.074 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.076 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.076 | 14732 | Marked run 381 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.077 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.077 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.078 | 14734 | Added a new run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.078 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.080 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.081 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.081 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.082 | 14739 | Added a new run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.083 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.084 | 10491 | Recursively removing directory: /tmp/git.aqdNZ4/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.085 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.085 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.085 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.086 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.085 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.086 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.086 | 14750 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.086 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.086 | 10490 | Removed run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.086 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.086 | 10490 | Assigned run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.086 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WpjLzS +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.087 | 14747 | Added a new run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.088 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.088 | 10494 | Recursively removing directory: /tmp/git.kyg0sK/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.089 | 14748 | Marked run 382 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.089 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.090 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.090 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.090 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.090 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.091 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.091 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.091 | 14755 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.091 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CCyLKP +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.091 | 10490 | Removed run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.091 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.091 | 10490 | Assigned run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.091 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.092 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.093 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.093 | 14754 | Marked run 383 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.093 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.095 | 14756 | Added a new run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.095 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.097 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.097 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.098 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.099 | 14763 | Added a new run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.099 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.100 | 10491 | Recursively removing directory: /tmp/git.WpjLzS/ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.101 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.101 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.101 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.101 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.101 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.101 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Qnt9kf +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.101 | 14769 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.101 | 10490 | Removed run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.101 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.101 | 10490 | Assigned run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.101 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.103 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.103 | 14768 | Marked run 384 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.104 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.105 | 14771 | Added a new run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.105 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.105 | 10494 | Recursively removing directory: /tmp/git.CCyLKP/ +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.107 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.107 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.107 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.107 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.107 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.107 | 14777 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.107 | 10490 | Removed run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.107 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.107 | 10490 | Assigned run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.107 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.107 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.107 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7Zgb3R +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.108 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.109 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.109 | 14776 | Marked run 385 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.110 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.111 | 14779 | Added a new run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.111 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.113 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.114 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.114 | 10491 | Recursively removing directory: /tmp/git.Qnt9kf/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.114 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.116 | 14787 | Added a new run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.117 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.117 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.117 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.117 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.117 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.117 | 14790 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.117 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.117 | 10490 | Removed run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.117 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.117 | 10490 | Assigned run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.117 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.117 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V4lNSk +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.119 | 14789 | Marked run 386 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.119 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.120 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.121 | 10494 | Recursively removing directory: /tmp/git.7Zgb3R/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.121 | 14795 | Added a new run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.122 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.123 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.123 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.123 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.123 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.123 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.123 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.123 | 14799 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.123 | 10490 | Removed run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.123 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.123 | 10490 | Assigned run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.124 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.123 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JYfR7z +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.124 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.125 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.126 | 14798 | Marked run 387 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.126 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.127 | 14801 | Added a new run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.127 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.129 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.130 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.130 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.131 | 14807 | Added a new run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.131 | 10491 | Recursively removing directory: /tmp/git.V4lNSk/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.131 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.133 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.133 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.133 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.133 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.133 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.133 | 14813 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.133 | 10490 | Removed run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.133 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.133 | 10490 | Assigned run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.133 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.133 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aaJgRe +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.134 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.135 | 14812 | Marked run 388 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.135 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.137 | 14815 | Added a new run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.137 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.137 | 10494 | Recursively removing directory: /tmp/git.JYfR7z/ +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.138 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.138 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.139 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.138 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.139 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.139 | 14821 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.139 | 10490 | Removed run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.139 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.139 | 10490 | Assigned run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.139 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.139 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FtBgiU +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.139 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.140 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.141 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.141 | 14820 | Marked run 389 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.141 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.143 | 14822 | Added a new run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.143 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.145 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.145 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.146 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.147 | 14829 | Added a new run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.147 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.148 | 10491 | Recursively removing directory: /tmp/git.aaJgRe/ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.149 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.149 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.150 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.150 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.150 | 14836 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.150 | 10490 | Removed run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.150 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.150 | 10490 | Assigned run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.150 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.150 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.149 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.150 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QYLWX9 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.152 | 14837 | Added a new run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.152 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.152 | 10494 | Recursively removing directory: /tmp/git.FtBgiU/ +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.154 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.154 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.154 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.153 | 14835 | Marked run 390 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.155 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.155 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.155 | 14843 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.155 | 10490 | Removed run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.155 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.155 | 10490 | Assigned run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.155 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RHWLCD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.155 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.155 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.156 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.157 | 14842 | Marked run 391 as finished +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.157 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.157 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.158 | 14844 | Added a new run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.158 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.161 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.161 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.162 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.162 | 14848 | Added a new run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.162 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.164 | 10491 | Recursively removing directory: /tmp/git.QYLWX9/ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.166 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.166 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.166 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.166 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.166 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.166 | 14858 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.166 | 10490 | Removed run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.166 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.166 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.166 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.167 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ufUUCB +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.166 | 10490 | Assigned run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.168 | 10494 | Recursively removing directory: /tmp/git.RHWLCD/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.170 | 14857 | Marked run 392 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.170 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.171 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.171 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.172 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.172 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.172 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.172 | 14864 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.172 | 10490 | Removed run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.172 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.172 | 10490 | Assigned run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.172 | 14859 | Added a new run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.172 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.172 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.172 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lhbxkU +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.174 | 14863 | Marked run 393 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.174 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.174 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.175 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.175 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.177 | 14866 | Added a new run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.178 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.178 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.179 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.180 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.182 | 10491 | Recursively removing directory: /tmp/git.ufUUCB/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.182 | 14874 | Added a new run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.183 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.183 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.183 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.183 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.183 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.183 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.184 | 14882 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.184 | 10490 | Removed run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.184 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.184 | 10490 | Assigned run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.184 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.184 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XR2QFF +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.185 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.186 | 14881 | Marked run 394 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.186 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.187 | 10494 | Recursively removing directory: /tmp/git.lhbxkU/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.188 | 14884 | Added a new run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.188 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.189 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.189 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.189 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.189 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.189 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.189 | 14887 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.189 | 10490 | Removed run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.189 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.189 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.189 | 10490 | Assigned run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.189 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ozFLWG +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.190 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.191 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.191 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.192 | 14886 | Marked run 395 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.192 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.193 | 14888 | Added a new run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.194 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.195 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.196 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.196 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.198 | 10491 | Recursively removing directory: /tmp/git.XR2QFF/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.198 | 14897 | Added a new run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.199 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.199 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.199 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.199 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.200 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.200 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.200 | 14902 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.200 | 10490 | Removed run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.200 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.200 | 10490 | Assigned run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.200 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.200 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yzUh8h +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.202 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.202 | 14901 | Marked run 396 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.202 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.203 | 10494 | Recursively removing directory: /tmp/git.ozFLWG/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.204 | 14906 | Added a new run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.204 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.205 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.205 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.205 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.205 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.205 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.205 | 14909 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.205 | 10490 | Removed run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.205 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.205 | 10490 | Assigned run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.205 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.205 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YU3u6y +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.206 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.207 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.207 | 14908 | Marked run 397 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.207 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.207 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.209 | 14910 | Added a new run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.209 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.211 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.212 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.212 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.213 | 14917 | Added a new run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.214 | 10491 | Recursively removing directory: /tmp/git.yzUh8h/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.214 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.216 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.216 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.216 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.216 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.216 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.216 | 14924 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.216 | 10490 | Removed run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.216 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.216 | 10490 | Assigned run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.216 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.216 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XW8yb1 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.217 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.217 | 14923 | Marked run 398 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.218 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.219 | 14926 | Added a new run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.219 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.219 | 10494 | Recursively removing directory: /tmp/git.YU3u6y/ +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.221 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.221 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.221 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.221 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.221 | 14931 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.221 | 10490 | Removed run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.221 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.221 | 10490 | Assigned run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.222 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.221 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.222 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.s99OBD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.222 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.222 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.224 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.224 | 14932 | Added a new run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.225 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.226 | 14930 | Marked run 399 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.226 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.228 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.228 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.229 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.230 | 14937 | Added a new run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.230 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.230 | 10491 | Recursively removing directory: /tmp/git.XW8yb1/ +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.232 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.232 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.232 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.232 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.232 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.232 | 14945 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.233 | 10490 | Removed run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.233 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.233 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.233 | 10490 | Assigned run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.233 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.233 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sUtX6G +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.234 | 14944 | Marked run 400 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.234 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.236 | 14946 | Added a new run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.236 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.237 | 10494 | Recursively removing directory: /tmp/git.s99OBD/ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.238 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.238 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.238 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.239 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.239 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.239 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.239 | 14953 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.239 | 10490 | Removed run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.239 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.239 | 10490 | Assigned run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.239 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.239 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZnzfhJ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.239 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.240 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.241 | 14952 | Marked run 401 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.241 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.242 | 14955 | Added a new run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.243 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.245 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.245 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.245 | 10491 | Recursively removing directory: /tmp/git.sUtX6G/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.246 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.248 | 14962 | Added a new run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.248 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.248 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.248 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.248 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.248 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.249 | 14966 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.249 | 10490 | Removed run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.249 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.249 | 10490 | Assigned run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.249 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.249 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.249 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.viH4rB +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.251 | 14965 | Marked run 402 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.251 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.251 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.252 | 10494 | Recursively removing directory: /tmp/git.ZnzfhJ/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.253 | 14972 | Added a new run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.254 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.254 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.254 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.254 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.255 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.254 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.254 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.255 | 14975 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.255 | 10490 | Removed run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.255 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.255 | 10490 | Assigned run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.255 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7FvQ37 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.255 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.256 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.256 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.258 | 14974 | Marked run 403 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.258 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.260 | 14977 | Added a new run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.260 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.260 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.261 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.262 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.263 | 10491 | Recursively removing directory: /tmp/git.viH4rB/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.264 | 14985 | Added a new run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.264 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.265 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.265 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.265 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.265 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.265 | 14990 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.265 | 10490 | Removed run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.265 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.265 | 10490 | Assigned run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.265 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.265 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.265 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.33rgXz +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.268 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.268 | 14989 | Marked run 404 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.268 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.268 | 10494 | Recursively removing directory: /tmp/git.7FvQ37/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.270 | 14994 | Added a new run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.270 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.271 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.271 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.271 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.271 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.271 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.271 | 14996 | Added a new worker 8 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.271 | 10490 | Removed run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.271 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.271 | 10490 | Assigned run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.271 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n3KeZI +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.271 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.271 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.272 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.273 | 14995 | Marked run 405 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.273 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.274 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.276 | 14999 | Added a new run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.277 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.277 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.278 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.279 | 10491 | Recursively removing directory: /tmp/git.33rgXz/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.279 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.280 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.280 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.280 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.280 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.280 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.280 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.t6GeWX +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.280 | 15010 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.280 | 10490 | Removed run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.280 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.280 | 10490 | Assigned run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.280 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.284 | 10494 | Recursively removing directory: /tmp/git.n3KeZI/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.285 | 15007 | Added a new run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.285 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.286 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.286 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.287 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.287 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.287 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.287 | 15017 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.287 | 10490 | Removed run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.287 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IfcKq7 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.287 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.287 | 10490 | Assigned run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.287 | 15008 | Marked run 406 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.287 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.288 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.288 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.290 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.290 | 15016 | Marked run 407 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.291 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.291 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.292 | 15018 | Added a new run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.292 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.292 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.293 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.295 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.296 | 15023 | Added a new run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.297 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.298 | 10491 | Recursively removing directory: /tmp/git.t6GeWX/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.299 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.300 | 10494 | Recursively removing directory: /tmp/git.IfcKq7/ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.301 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.301 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.301 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.301 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.301 | 15034 | Added a new run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.301 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.301 | 15036 | Added a new worker 12 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.301 | 10490 | Removed run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.301 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.301 | 10490 | Assigned run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.302 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.301 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UFEzbq +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.302 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.302 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.302 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.302 | 15039 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.302 | 10490 | Removed run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.302 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.302 | 10490 | Assigned run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.302 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.302 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.302 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.303 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3CfDL6 +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.303 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.304 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.305 | 15035 | Marked run 408 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.305 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.307 | 15038 | Marked run 409 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.307 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.307 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.309 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.310 | 15040 | Added a new run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.310 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.310 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.311 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.313 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.314 | 15046 | Added a new run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.314 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.315 | 10491 | Recursively removing directory: /tmp/git.UFEzbq/ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.317 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.317 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.317 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.317 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.317 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.317 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.317 | 15058 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.317 | 10490 | Removed run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.317 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.317 | 10490 | Assigned run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.318 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.317 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hdUT64 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.318 | 10494 | Recursively removing directory: /tmp/git.3CfDL6/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.319 | 15057 | Added a new run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.320 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.320 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.320 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.320 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.320 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.321 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.P5eOM3 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.320 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.320 | 15061 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.320 | 10490 | Removed run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.320 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.320 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.320 | 10490 | Assigned run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.322 | 15056 | Marked run 410 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.322 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.322 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.324 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.326 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.326 | 15059 | Marked run 411 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.326 | 15062 | Added a new run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.326 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.326 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.327 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.328 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.329 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.331 | 15067 | Added a new run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.331 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.333 | 10491 | Recursively removing directory: /tmp/git.hdUT64/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.333 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.334 | 10494 | Recursively removing directory: /tmp/git.P5eOM3/ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.335 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.335 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.335 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.335 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.335 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.335 | 15080 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.335 | 10490 | Removed run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.335 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.335 | 10490 | Assigned run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.335 | 15078 | Added a new run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.335 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WLkw7o +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.336 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.336 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.337 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.337 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.337 | 15079 | Marked run 412 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.338 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.338 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.338 | 15083 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.338 | 10490 | Removed run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.338 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.338 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.338 | 10490 | Assigned run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.337 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.338 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kmbGHs +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.339 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.340 | 15082 | Marked run 413 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.340 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.341 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.342 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.342 | 15084 | Added a new run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.342 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.344 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.344 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.344 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.345 | 15087 | Added a new run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.346 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.348 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.349 | 10491 | Recursively removing directory: /tmp/git.WLkw7o/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.350 | 15097 | Added a new run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.350 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.351 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.351 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.351 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.351 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kFiFE4 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.351 | 10494 | Recursively removing directory: /tmp/git.kmbGHs/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.351 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.351 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.351 | 15103 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.351 | 10490 | Removed run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.351 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.351 | 10490 | Assigned run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.352 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.353 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.354 | 15102 | Marked run 414 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.354 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.354 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.354 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.354 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.355 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.355 | 15106 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.355 | 10490 | Removed run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.355 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.355 | 10490 | Assigned run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.355 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.354 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.355 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4ie3zp +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.356 | 15104 | Added a new run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.356 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.358 | 15105 | Marked run 415 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.358 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.358 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.359 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.359 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.360 | 15108 | Added a new run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.361 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.361 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.362 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.363 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.365 | 15114 | Added a new run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.365 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.366 | 10491 | Recursively removing directory: /tmp/git.kFiFE4/ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.367 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.367 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.367 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.367 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.367 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.368 | 15124 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.368 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.368 | 10490 | Removed run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.368 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.368 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.368 | 10490 | Assigned run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.368 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.M26n4z +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.369 | 15123 | Marked run 416 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.369 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.370 | 10494 | Recursively removing directory: /tmp/git.4ie3zp/ +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.372 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.372 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.372 | 15125 | Added a new run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.372 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.372 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.372 | 15128 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.372 | 10490 | Removed run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.372 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.372 | 10490 | Assigned run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.372 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.372 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QxFJZ1 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.373 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.373 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.373 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.375 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.375 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.376 | 15127 | Marked run 417 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.376 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.377 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.378 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.378 | 15130 | Added a new run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.378 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.381 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.382 | 10491 | Recursively removing directory: /tmp/git.M26n4z/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.383 | 15140 | Added a new run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.383 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.383 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.383 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.384 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.384 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.384 | 15146 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.384 | 10490 | Removed run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.384 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.384 | 10490 | Assigned run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.384 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.384 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.384 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B1XQth +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.385 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.385 | 10494 | Recursively removing directory: /tmp/git.QxFJZ1/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.387 | 15145 | Marked run 418 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.387 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.387 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.387 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.388 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.388 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.388 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.388 | 15150 | Added a new worker 14 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.388 | 10490 | Removed run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.388 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.388 | 10490 | Assigned run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.388 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TFk5bK +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.389 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.389 | 15148 | Added a new run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.389 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.391 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.392 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.392 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.396 | 15149 | Marked run 419 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.396 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.397 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.397 | 10491 | Recursively removing directory: /tmp/git.B1XQth/ +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.398 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.398 | 15153 | Added a new run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.398 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.399 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.399 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.399 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.399 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.399 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.399 | 15162 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.399 | 10490 | Removed run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.399 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.399 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.399 | 10490 | Assigned run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.400 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.42Ztuo +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.401 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.401 | 15161 | Marked run 420 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.402 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.403 | 15164 | Added a new run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.403 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.405 | 10494 | Recursively removing directory: /tmp/git.TFk5bK/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.406 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.406 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.406 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.406 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.406 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.406 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.407 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.407 | 15172 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.407 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vjq7fu +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.407 | 10490 | Removed run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.407 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.407 | 10490 | Assigned run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.407 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.407 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.408 | 15170 | Added a new run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.409 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.410 | 15171 | Marked run 421 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.410 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.412 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.412 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.413 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.414 | 15177 | Added a new run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.414 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.415 | 10491 | Recursively removing directory: /tmp/git.42Ztuo/ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.416 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.416 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.417 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.417 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.417 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.417 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.417 | 15186 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.417 | 10490 | Removed run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.417 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.417 | 10490 | Assigned run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.417 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.417 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.stch9M +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.419 | 15184 | Marked run 422 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.419 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.421 | 10494 | Recursively removing directory: /tmp/git.vjq7fu/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.421 | 15185 | Added a new run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.421 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.422 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.422 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.422 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.422 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.422 | 15192 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.422 | 10490 | Removed run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.422 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.422 | 10490 | Assigned run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.423 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.422 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.422 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.422 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.G5ql1W +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.424 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.425 | 15191 | Marked run 423 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.425 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.425 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.427 | 15195 | Added a new run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.427 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.428 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.429 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.430 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.431 | 10491 | Recursively removing directory: /tmp/git.stch9M/ +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.432 | 15203 | Added a new run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.432 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.433 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.433 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.433 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.433 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.433 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.434 | 15208 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.434 | 10490 | Removed run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.434 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.434 | 10490 | Assigned run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.434 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.434 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yqyO8W +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.435 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.436 | 15207 | Marked run 424 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.436 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.437 | 10494 | Recursively removing directory: /tmp/git.G5ql1W/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.438 | 15211 | Added a new run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.438 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.438 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.438 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.438 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.438 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.439 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XzeXjI +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.438 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.438 | 15214 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.438 | 10490 | Removed run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.439 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.439 | 10490 | Assigned run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.439 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.440 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.441 | 15213 | Marked run 425 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.441 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.441 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.441 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.443 | 15216 | Added a new run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.443 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.445 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.445 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.446 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.447 | 15222 | Added a new run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.448 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.448 | 10491 | Recursively removing directory: /tmp/git.yqyO8W/ +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.449 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.449 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.450 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.450 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.450 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.450 | 15230 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.450 | 10490 | Removed run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.450 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.450 | 10490 | Assigned run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.450 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.450 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kinvU4 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.451 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.452 | 15229 | Marked run 426 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.452 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.453 | 10494 | Recursively removing directory: /tmp/git.XzeXjI/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.454 | 15233 | Added a new run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.454 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.455 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.455 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.455 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.455 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.455 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.455 | 15237 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.455 | 10490 | Removed run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.455 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.455 | 10490 | Assigned run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.455 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ShdMBq +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.456 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.457 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.457 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.457 | 15236 | Marked run 427 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.457 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.458 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.459 | 15238 | Added a new run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.459 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.462 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.462 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.463 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.463 | 15243 | Added a new run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.464 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.464 | 10491 | Recursively removing directory: /tmp/git.kinvU4/ +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.466 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.466 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.466 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.466 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.466 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.466 | 15251 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.466 | 10490 | Removed run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.466 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.466 | 10490 | Assigned run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.466 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.467 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5n6dC2 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.467 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.468 | 15250 | Marked run 428 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.468 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.470 | 15252 | Added a new run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.470 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.470 | 10494 | Recursively removing directory: /tmp/git.ShdMBq/ +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.472 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.472 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.472 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.472 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.472 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.472 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.473 | 15259 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.473 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.473 | 10490 | Removed run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.473 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.473 | 10490 | Assigned run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.473 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.473 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VLSUg6 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.473 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.475 | 15258 | Marked run 429 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.475 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.476 | 15260 | Added a new run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.477 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.478 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.479 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.479 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.480 | 10491 | Recursively removing directory: /tmp/git.5n6dC2/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.481 | 15268 | Added a new run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.481 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.482 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.482 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.482 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.482 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.482 | 15273 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.482 | 10490 | Removed run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.482 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.482 | 10490 | Assigned run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.482 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.482 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.482 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JVDuru +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.484 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.485 | 15272 | Marked run 430 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.485 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.486 | 10494 | Recursively removing directory: /tmp/git.VLSUg6/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.487 | 15277 | Added a new run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.487 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.488 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.488 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.488 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.488 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.489 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.en1bYo +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.488 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.488 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.488 | 15281 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.488 | 10490 | Removed run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.488 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.488 | 10490 | Assigned run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.489 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.488 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.490 | 15280 | Marked run 431 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.490 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.492 | 15283 | Added a new run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.493 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.494 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.495 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.495 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.496 | 10491 | Recursively removing directory: /tmp/git.JVDuru/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.497 | 15291 | Added a new run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.497 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.497 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.498 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.497 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.497 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.498 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.498 | 15294 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.498 | 10490 | Removed run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.498 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wfZl7r +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.498 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.498 | 10490 | Assigned run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.498 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.499 | 15293 | Marked run 432 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.499 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.500 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.502 | 15297 | Added a new run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.502 | 10494 | Recursively removing directory: /tmp/git.en1bYo/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.502 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.503 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.504 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.504 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.504 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.504 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.504 | 15303 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.504 | 10490 | Removed run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.504 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.505 | 10490 | Assigned run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.505 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.504 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.505 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RVbTcH +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.504 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.506 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.507 | 15302 | Marked run 433 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.507 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.508 | 15305 | Added a new run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.511 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.511 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.512 | 10491 | Recursively removing directory: /tmp/git.wfZl7r/ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.513 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.513 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.513 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.513 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.513 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.513 | 15314 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.513 | 10490 | Removed run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.513 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.513 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.513 | 10490 | Assigned run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.513 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ng1R9Z +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.545 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.555 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.558 | 15312 | Added a new run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.558 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.559 | 15313 | Marked run 434 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.560 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.561 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.562 | 10494 | Recursively removing directory: /tmp/git.RVbTcH/ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.562 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.563 | 15322 | Added a new run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.563 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.563 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.563 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.563 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.564 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.564 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.564 | 15326 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.564 | 10490 | Removed run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.564 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.564 | 10490 | Assigned run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.564 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.564 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.564 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Bb8nc5 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.565 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.566 | 15325 | Marked run 435 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.566 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.568 | 15327 | Added a new run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.568 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.570 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.570 | 10491 | Recursively removing directory: /tmp/git.Ng1R9Z/ +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.571 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.571 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.573 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.573 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.573 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.573 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.573 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.573 | 15337 | Added a new worker 12 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.573 | 15334 | Added a new run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.573 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.573 | 10490 | Removed run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.573 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.573 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.573 | 10490 | Assigned run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.573 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3VgsLh +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.576 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.576 | 15336 | Marked run 436 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.576 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.578 | 15342 | Added a new run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.578 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.578 | 10494 | Recursively removing directory: /tmp/git.Bb8nc5/ +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.580 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.580 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.580 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.580 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.580 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.580 | 15347 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.580 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.580 | 10490 | Removed run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.580 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.580 | 10490 | Assigned run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.580 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.580 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.581 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wKmafZ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.581 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.582 | 15346 | Marked run 437 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.582 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.583 | 15348 | Added a new run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.584 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.586 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.586 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.587 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.588 | 10491 | Recursively removing directory: /tmp/git.3VgsLh/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.588 | 15355 | Added a new run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.588 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.590 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.590 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.590 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.590 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.590 | 15361 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.590 | 10490 | Removed run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.590 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.590 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.590 | 10490 | Assigned run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.590 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.590 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MKsaH1 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.591 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.592 | 15360 | Marked run 438 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.592 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.594 | 15362 | Added a new run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.594 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.595 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.595 | 10494 | Recursively removing directory: /tmp/git.wKmafZ/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.596 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.596 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.597 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.597 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.598 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.598 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.598 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.598 | 15371 | Added a new worker 9 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.598 | 10490 | Removed run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.598 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.598 | 10490 | Assigned run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.598 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.598 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5wGNfE +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.600 | 15370 | Marked run 439 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.601 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.601 | 15368 | Added a new run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.601 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.603 | 10491 | Recursively removing directory: /tmp/git.MKsaH1/ +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.603 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.603 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.605 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.605 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.605 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.605 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.605 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.605 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.605 | 15381 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.605 | 10490 | Removed run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.605 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.605 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.605 | 10490 | Assigned run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.606 | 15378 | Added a new run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.606 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KBTEtY +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.606 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.608 | 15380 | Marked run 440 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.608 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.609 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.611 | 15385 | Added a new run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.611 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.611 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.612 | 10494 | Recursively removing directory: /tmp/git.5wGNfE/ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.612 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.613 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.613 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.613 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.613 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.613 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.613 | 15392 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.613 | 10490 | Removed run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.613 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.614 | 10490 | Assigned run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.614 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.614 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.614 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9WGY5u +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.615 | 15391 | Marked run 441 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.615 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.619 | 10491 | Recursively removing directory: /tmp/git.KBTEtY/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.619 | 15393 | Added a new run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.619 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.620 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.620 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.620 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.621 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.621 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.621 | 15401 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.621 | 10490 | Removed run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.621 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.621 | 10490 | Assigned run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.621 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.621 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2j3l6F +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.621 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.622 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.622 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.623 | 15400 | Marked run 442 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.623 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.625 | 15402 | Added a new run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.625 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.626 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.627 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.628 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.629 | 15410 | Added a new run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.629 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.629 | 10494 | Recursively removing directory: /tmp/git.9WGY5u/ +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.631 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.631 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.631 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.631 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.631 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.631 | 15417 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.631 | 10490 | Removed run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.631 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.631 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.631 | 10490 | Assigned run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.632 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.631 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YtEbf7 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.633 | 15415 | Marked run 443 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.633 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.634 | 10491 | Recursively removing directory: /tmp/git.2j3l6F/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.635 | 15419 | Added a new run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.636 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.636 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.636 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.636 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.636 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.636 | 15423 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.636 | 10490 | Removed run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.636 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.636 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.636 | 10490 | Assigned run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.636 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.636 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HiR3Oq +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.637 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.638 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.639 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.639 | 15422 | Marked run 444 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.639 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.641 | 15424 | Added a new run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.642 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.642 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.643 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.644 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.645 | 10494 | Recursively removing directory: /tmp/git.YtEbf7/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.646 | 15433 | Added a new run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.646 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.647 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.647 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.647 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.647 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.647 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.647 | 15438 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.647 | 10490 | Removed run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.647 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.647 | 10490 | Assigned run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.647 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.648 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7hfHxR +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.649 | 15437 | Marked run 445 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.649 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.649 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.650 | 10491 | Recursively removing directory: /tmp/git.HiR3Oq/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.651 | 15442 | Added a new run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.651 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.652 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.652 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.652 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.652 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.652 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.652 | 15445 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.653 | 10490 | Removed run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.653 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.653 | 10490 | Assigned run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.653 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j9ow24 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.653 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.654 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.654 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.655 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.656 | 15446 | Added a new run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.656 | 15444 | Marked run 446 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.656 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.656 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.658 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.659 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.659 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.660 | 15451 | Added a new run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.661 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.662 | 10494 | Recursively removing directory: /tmp/git.7hfHxR/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.663 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.664 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.664 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.664 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.664 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.664 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.665 | 15463 | Added a new worker 9 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.665 | 10490 | Removed run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.665 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.665 | 10490 | Assigned run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.665 | 15459 | Added a new run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.665 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.665 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.665 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.q9WpWG +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.667 | 10491 | Recursively removing directory: /tmp/git.j9ow24/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.667 | 15462 | Marked run 447 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.667 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.668 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.668 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.668 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.668 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.668 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.669 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.669 | 15468 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.669 | 10490 | Removed run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.669 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.669 | 10490 | Assigned run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.669 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RaC7xc +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.669 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.670 | 15466 | Added a new run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.671 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.671 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.672 | 15467 | Marked run 448 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.672 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.672 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.673 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.675 | 15471 | Added a new run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.675 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.675 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.676 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.678 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.679 | 10494 | Recursively removing directory: /tmp/git.q9WpWG/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.679 | 15479 | Added a new run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.679 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.680 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.680 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.681 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.681 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.681 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.681 | 15485 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.681 | 10490 | Removed run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.681 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.681 | 10490 | Assigned run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.681 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.681 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nmqZIA +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.682 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.683 | 15484 | Marked run 449 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.683 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.684 | 10491 | Recursively removing directory: /tmp/git.RaC7xc/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.685 | 15487 | Added a new run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.685 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.686 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.686 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.686 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.686 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.686 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.686 | 15491 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.686 | 10490 | Removed run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.686 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.686 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.686 | 10490 | Assigned run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.686 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hFv07Q +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.687 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.688 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.688 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.689 | 15490 | Marked run 450 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.689 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.691 | 15492 | Added a new run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.691 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.692 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.693 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.693 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.695 | 15498 | Added a new run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.695 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.696 | 10494 | Recursively removing directory: /tmp/git.nmqZIA/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.697 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.697 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.697 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.697 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.697 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.698 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.698 | 15509 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.698 | 10490 | Removed run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.698 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.698 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.698 | 10490 | Assigned run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.698 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WfEOeZ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.699 | 15505 | Added a new run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.699 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.700 | 10491 | Recursively removing directory: /tmp/git.hFv07Q/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.702 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.702 | 15508 | Marked run 451 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.702 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.702 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.702 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.702 | 15514 | Added a new worker 12 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.702 | 10490 | Removed run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.702 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.702 | 10490 | Assigned run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.702 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.702 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.702 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.702 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FkNRA8 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.702 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.704 | 15512 | Added a new run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.704 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.705 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.706 | 15513 | Marked run 452 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.706 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.706 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.707 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.708 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.709 | 15517 | Added a new run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.709 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.709 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.711 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.713 | 10494 | Recursively removing directory: /tmp/git.WfEOeZ/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.713 | 15524 | Added a new run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.713 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.714 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.714 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.715 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.715 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.715 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.715 | 15533 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.715 | 10490 | Removed run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.715 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.715 | 10490 | Assigned run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.715 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JEYhuQ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.715 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.716 | 10491 | Recursively removing directory: /tmp/git.FkNRA8/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.717 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.717 | 15532 | Marked run 453 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.718 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.719 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.719 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.719 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.719 | 15534 | Added a new run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.719 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.719 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.719 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.719 | 15536 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.719 | 10490 | Removed run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.719 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.719 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.719 | 10490 | Assigned run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.719 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MlQurl +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.721 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.722 | 15535 | Marked run 454 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.722 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.722 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.722 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.724 | 15538 | Added a new run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.724 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.725 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.726 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.726 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.729 | 15544 | Added a new run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.729 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.729 | 10494 | Recursively removing directory: /tmp/git.JEYhuQ/ +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.730 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.730 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.730 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.731 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.731 | 15552 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.731 | 10490 | Removed run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.731 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.731 | 10490 | Assigned run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.731 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.731 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.731 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OJdqJU +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.732 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.733 | 15551 | Marked run 455 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.733 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.733 | 10491 | Recursively removing directory: /tmp/git.MlQurl/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.735 | 15555 | Added a new run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.735 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.735 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.735 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.735 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.736 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.736 | 15559 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.736 | 10490 | Removed run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.736 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.736 | 10490 | Assigned run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.736 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.736 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vaKXep +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.737 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.737 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.738 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.738 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.738 | 15558 | Marked run 456 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.739 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.740 | 15560 | Added a new run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.740 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.741 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.742 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.743 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.745 | 10494 | Recursively removing directory: /tmp/git.OJdqJU/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.745 | 15568 | Added a new run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.745 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.746 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.746 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.747 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.747 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.747 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.747 | 15575 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.747 | 10490 | Removed run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.747 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.747 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.747 | 10490 | Assigned run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.747 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jr2ud9 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.748 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.749 | 15574 | Marked run 457 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.749 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.749 | 10491 | Recursively removing directory: /tmp/git.vaKXep/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.750 | 15578 | Added a new run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.750 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.751 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.751 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.751 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.751 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.751 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.752 | 15581 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.752 | 10490 | Removed run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.752 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.752 | 10490 | Assigned run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.752 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.752 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RPHxa9 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.754 | 15580 | Marked run 458 as finished +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.754 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.754 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.754 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.755 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.756 | 15582 | Added a new run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.756 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.758 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.758 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.758 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.760 | 15586 | Added a new run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.761 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.761 | 10494 | Recursively removing directory: /tmp/git.jr2ud9/ +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.763 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.763 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.763 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.763 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.763 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.763 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.764 | 15599 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.764 | 10490 | Removed run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.764 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.764 | 10490 | Assigned run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.764 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.764 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4J5bsQ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.765 | 15597 | Added a new run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.766 | 10491 | Recursively removing directory: /tmp/git.RPHxa9/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.766 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.767 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.767 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.768 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.768 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.deKZFY +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.767 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.768 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.768 | 15603 | Added a new worker 14 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.768 | 10490 | Removed run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.768 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.768 | 10490 | Assigned run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.768 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.769 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.769 | 15598 | Marked run 459 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.769 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.770 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.771 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.772 | 15602 | Marked run 460 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.772 | 15604 | Added a new run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.773 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.773 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.774 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.775 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.776 | 15610 | Added a new run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.777 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.778 | 10494 | Recursively removing directory: /tmp/git.4J5bsQ/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.780 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.780 | 10491 | Recursively removing directory: /tmp/git.deKZFY/ +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.780 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.780 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.780 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.781 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.781 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.781 | 15622 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.781 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ue5WmT +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.781 | 10490 | Removed run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.781 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.781 | 10490 | Assigned run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.781 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.781 | 15620 | Added a new run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.782 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.783 | 15621 | Marked run 461 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.783 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.783 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.783 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.783 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.783 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.783 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.783 | 15625 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.783 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.783 | 10490 | Removed run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.783 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.784 | 10490 | Assigned run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.784 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jBbJzS +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.785 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.786 | 15624 | Marked run 462 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.786 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.787 | 15626 | Added a new run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.788 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.788 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.789 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.789 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.790 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.790 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.792 | 15629 | Added a new run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.792 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.795 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.796 | 10494 | Recursively removing directory: /tmp/git.Ue5WmT/ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.797 | 10491 | Recursively removing directory: /tmp/git.jBbJzS/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.797 | 15641 | Added a new run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.797 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.797 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.797 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.798 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.798 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.798 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.798 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BjBlXx +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.798 | 15645 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.798 | 10490 | Removed run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.798 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.798 | 10490 | Assigned run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.798 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.799 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.799 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.799 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.799 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.799 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.799 | 15647 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.799 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Lwso7a +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.799 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.799 | 10490 | Removed run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.799 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.799 | 10490 | Assigned run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.800 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.801 | 15644 | Marked run 463 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.801 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.802 | 15648 | Added a new run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.802 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.804 | 15646 | Marked run 464 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.804 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.805 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.805 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.806 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.806 | 15650 | Added a new run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.806 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.807 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.807 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.809 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.811 | 15656 | Added a new run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.811 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.813 | 10494 | Recursively removing directory: /tmp/git.BjBlXx/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.813 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.814 | 10491 | Recursively removing directory: /tmp/git.Lwso7a/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.815 | 15666 | Added a new run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.815 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.815 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.815 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.815 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.815 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.815 | 15668 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.815 | 10490 | Removed run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.815 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.815 | 10490 | Assigned run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.816 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.816 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.816 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.816 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.816 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.816 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zwqzFF +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.817 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oxrlqk +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.816 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.816 | 15671 | Added a new worker 14 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.817 | 10490 | Removed run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.817 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.817 | 10490 | Assigned run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.817 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.817 | 15667 | Marked run 465 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.817 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.819 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.821 | 15670 | Marked run 466 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.821 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.822 | 15672 | Added a new run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.822 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.823 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.823 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.823 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.823 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.825 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.827 | 15676 | Added a new run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.827 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.830 | 10494 | Recursively removing directory: /tmp/git.zwqzFF/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.830 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.830 | 10491 | Recursively removing directory: /tmp/git.oxrlqk/ +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.832 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.832 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.832 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.832 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.832 | 15688 | Added a new run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.832 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.832 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.832 | 15690 | Added a new worker 6 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.832 | 10490 | Removed run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.832 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.832 | 10490 | Assigned run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.833 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.833 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.833 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.833 | 15692 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.833 | 10490 | Removed run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.833 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.833 | 10490 | Assigned run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.832 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hL2IZE +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.833 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.833 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.833 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.833 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.e9AjrT +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.834 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.836 | 15689 | Marked run 467 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.836 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.836 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.837 | 15691 | Marked run 468 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.837 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.839 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.839 | 15694 | Added a new run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.839 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.839 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.840 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.840 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.842 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.844 | 15698 | Added a new run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.844 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.846 | 10494 | Recursively removing directory: /tmp/git.hL2IZE/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.847 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.847 | 10491 | Recursively removing directory: /tmp/git.e9AjrT/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.848 | 15710 | Added a new run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.848 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.848 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.848 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.849 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.849 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.849 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.849 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.849 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.849 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.849 | 15713 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.849 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rYh6g5 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.849 | 10490 | Removed run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.850 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XJFGra +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.849 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.849 | 10490 | Assigned run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.849 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.849 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.849 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.849 | 15715 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.849 | 10490 | Removed run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.849 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.850 | 10490 | Assigned run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.850 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.851 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.852 | 15712 | Marked run 469 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.852 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.853 | 15714 | Marked run 470 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.853 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.855 | 15716 | Added a new run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.856 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.856 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.856 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.857 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.857 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.858 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.859 | 15720 | Added a new run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.859 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.862 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.863 | 10494 | Recursively removing directory: /tmp/git.rYh6g5/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.864 | 15731 | Added a new run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.864 | 10491 | Recursively removing directory: /tmp/git.XJFGra/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.864 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.865 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.865 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.865 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.865 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.865 | 15735 | Added a new worker 11 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.865 | 10490 | Removed run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.865 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.865 | 10490 | Assigned run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.866 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.866 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.866 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.866 | 15737 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.866 | 10490 | Removed run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.866 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.866 | 10490 | Assigned run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.866 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.865 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.865 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.866 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.866 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.inEAfg +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.865 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.866 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bkcXO2 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.867 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.869 | 15734 | Marked run 471 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.869 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.871 | 15738 | Added a new run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.871 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.871 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.872 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.873 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.873 | 15736 | Marked run 472 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.873 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.873 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.874 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.875 | 15742 | Added a new run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.875 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.877 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.879 | 15749 | Added a new run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.879 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.880 | 10494 | Recursively removing directory: /tmp/git.bkcXO2/ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.880 | 10491 | Recursively removing directory: /tmp/git.inEAfg/ +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.881 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.881 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.881 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.882 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.882 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.881 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.882 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.882 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.882 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JB9Gzu +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.882 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.882 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.882 | 15758 | Added a new worker 15 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.882 | 10490 | Removed run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.882 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.882 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.882 | 10490 | Assigned run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.882 | 15760 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.882 | 10490 | Removed run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.882 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.882 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.882 | 10490 | Assigned run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.882 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.INvK3L +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.883 | 15756 | Marked run 473 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.884 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.885 | 15759 | Marked run 474 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.885 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.887 | 15757 | Added a new run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.888 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.887 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.888 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.888 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.889 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.890 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.891 | 15764 | Added a new run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.892 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.895 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.895 | 10491 | Recursively removing directory: /tmp/git.INvK3L/ +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.895 | 10494 | Recursively removing directory: /tmp/git.JB9Gzu/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.897 | 15776 | Added a new run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.897 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.897 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.897 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.897 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.897 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.898 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.898 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.898 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.898 | 15779 | Added a new worker 15 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.898 | 15781 | Added a new worker 16 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.898 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.898 | 10490 | Removed run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.898 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.898 | 10490 | Assigned run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.898 | 10490 | Removed run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.898 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.898 | 10490 | Assigned run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.898 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.899 | 15777 | Marked run 475 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.899 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.897 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.897 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.897 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.898 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rESF5d +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.898 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7vN9WL +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.900 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.903 | 15778 | Marked run 476 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.903 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.904 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.904 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.905 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.905 | 15782 | Added a new run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.905 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.905 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.908 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.910 | 15788 | Added a new run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.910 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.911 | 10491 | Recursively removing directory: /tmp/git.rESF5d/ +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.912 | 10494 | Recursively removing directory: /tmp/git.7vN9WL/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.913 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.913 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.913 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.913 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.913 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.913 | 15801 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.913 | 10490 | Removed run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.913 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.913 | 10490 | Assigned run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.913 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.913 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.914 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.I4EL1M +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.915 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.915 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.915 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.915 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.915 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.915 | 15803 | Added a new worker 8 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.915 | 15799 | Added a new run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.915 | 10490 | Removed run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.915 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.915 | 10490 | Assigned run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.915 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n94UDS +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.916 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.917 | 15800 | Marked run 478 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.917 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.918 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.919 | 15802 | Marked run 477 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.919 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.921 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.921 | 15805 | Added a new run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.922 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.922 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.922 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.923 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.924 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.926 | 15809 | Added a new run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.926 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.928 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.929 | 10491 | Recursively removing directory: /tmp/git.I4EL1M/ +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.930 | 10494 | Recursively removing directory: /tmp/git.n94UDS/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.930 | 15821 | Added a new run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.930 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.931 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.931 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.931 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.931 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.931 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.931 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NkOmun +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.931 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.931 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.932 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.931 | 15824 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.932 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Tg2UEb +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.931 | 10490 | Removed run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.931 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.931 | 10490 | Assigned run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.931 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.931 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.932 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.932 | 15826 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.932 | 10490 | Removed run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.932 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.932 | 10490 | Assigned run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.932 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.934 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.934 | 15822 | Marked run 479 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.935 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.936 | 15827 | Added a new run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.937 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.939 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.939 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.940 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.940 | 15825 | Marked run 480 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.940 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.940 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.941 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.942 | 15829 | Added a new run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.942 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.944 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.946 | 15837 | Added a new run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.946 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.947 | 10494 | Recursively removing directory: /tmp/git.Tg2UEb/ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.947 | 10491 | Recursively removing directory: /tmp/git.NkOmun/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.948 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.949 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.949 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.949 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.949 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.949 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.949 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.949 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.949 | 15848 | Added a new worker 17 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.949 | 15849 | Added a new worker 18 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.949 | 10490 | Removed run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.949 | 10490 | Removed worker 17 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.949 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.949 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.949 | 10490 | Assigned run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.949 | 10490 | Removed run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.949 | 10490 | Removed worker 18 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.949 | 10490 | Assigned run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.950 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WuDmUm +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.949 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.949 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.949 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.950 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.I0iYEa +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.951 | 15845 | Added a new run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.951 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.953 | 15846 | Marked run 482 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.953 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.954 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.955 | 15847 | Marked run 481 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.955 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.955 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.956 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.957 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.957 | 15851 | Added a new run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.957 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.957 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.959 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.961 | 15856 | Added a new run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.961 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.964 | 10494 | Recursively removing directory: /tmp/git.WuDmUm/ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.964 | 10491 | Recursively removing directory: /tmp/git.I0iYEa/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.964 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.965 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.965 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.965 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.965 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.965 | 15869 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.965 | 10490 | Removed run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.965 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.965 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.966 | 10490 | Assigned run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.966 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.966 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.966 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.965 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.966 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pOyQu4 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.966 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.967 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gbRPjw +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.966 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.966 | 15871 | Added a new worker 15 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.967 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.967 | 10490 | Removed run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.967 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.967 | 10490 | Assigned run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.967 | 15867 | Added a new run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.968 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.969 | 15868 | Marked run 483 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.969 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.970 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.971 | 15870 | Marked run 484 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.971 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.972 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.973 | 15873 | Added a new run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.973 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.973 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.974 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.975 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.975 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.977 | 15878 | Added a new run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.977 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.980 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.980 | 10494 | Recursively removing directory: /tmp/git.pOyQu4/ +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.982 | 10491 | Recursively removing directory: /tmp/git.gbRPjw/ +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.982 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.982 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.982 | 15888 | Added a new run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.982 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.982 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.982 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.983 | 15891 | Added a new worker 10 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.983 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.983 | 10490 | Removed run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.983 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.983 | 10490 | Assigned run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.983 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9yzRHe +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.984 | 10491 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.984 | 10491 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.985 | 10491 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.985 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.985 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.985 | 15894 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.985 | 10490 | Removed run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.985 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.985 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.985 | 10490 | Assigned run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.985 | 15890 | Marked run 485 as finished +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.985 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SOjUjI +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.986 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.987 | 15893 | Marked run 486 as finished +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.987 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.989 | 10494 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.989 | 15895 | Added a new run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.989 | 10494 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.990 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.991 | 10491 | Checking out revision HEAD +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.992 | 10491 | Going to run: ./ci +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.992 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.994 | 15900 | Added a new run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.995 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.996 | 10494 | Recursively removing directory: /tmp/git.9yzRHe/ +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.997 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10491/cimple-worker: 2024-01-28 10:55:13.998 | 10491 | Recursively removing directory: /tmp/git.SOjUjI/ +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.998 | 10494 | Process exit code: 0 +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.998 | 10494 | Process output: 57 bytes +2024-01-28 10:55:13 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.998 | 10494 | Waiting for a new command +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.998 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.998 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.998 | 15913 | Added a new worker 13 to the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.999 | 10490 | Removed run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.999 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.999 | 10488 | Waiting for new connections +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.999 | 10490 | Assigned run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:13 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.999 | 15910 | Added a new run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:13 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:13 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:13 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:13.999 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GI9Ya6 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:13.999 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.001 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.001 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.001 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.001 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.001 | 15916 | Added a new worker 14 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.001 | 10490 | Removed run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.001 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.001 | 10490 | Assigned run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.001 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.001 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zmp0D9 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.002 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.002 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.002 | 15912 | Marked run 487 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.003 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.004 | 15917 | Added a new run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.005 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.006 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.007 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.007 | 15915 | Marked run 488 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.007 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.007 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.007 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.008 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.009 | 15920 | Added a new run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.010 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.012 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.013 | 10494 | Recursively removing directory: /tmp/git.GI9Ya6/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.014 | 15928 | Added a new run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.014 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.015 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.015 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.015 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.015 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.015 | 15936 | Added a new worker 10 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.015 | 10490 | Removed run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.015 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.015 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.015 | 10490 | Assigned run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.016 | 10491 | Recursively removing directory: /tmp/git.zmp0D9/ +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.015 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.016 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PS1ZU8 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.017 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.018 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.018 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.018 | 15935 | Marked run 489 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.018 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.018 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.018 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.018 | 15939 | Added a new worker 6 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.019 | 10490 | Removed run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.019 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.019 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.019 | 10490 | Assigned run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.019 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aIjjvg +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.021 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.022 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.022 | 15938 | Marked run 490 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.022 | 15937 | Added a new run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.022 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.024 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.025 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.025 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.027 | 15943 | Added a new run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.027 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.029 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.030 | 10494 | Recursively removing directory: /tmp/git.PS1ZU8/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.031 | 15952 | Added a new run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.031 | 10491 | Recursively removing directory: /tmp/git.aIjjvg/ +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.032 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.032 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.032 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.032 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.032 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.032 | 15958 | Added a new worker 10 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.032 | 10490 | Removed run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.032 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.032 | 10490 | Assigned run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.032 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.032 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.032 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.twYGhz +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.034 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.034 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.035 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.035 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.035 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.035 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.035 | 15961 | Added a new worker 15 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.035 | 10490 | Removed run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.035 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.035 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.035 | 10490 | Assigned run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.035 | 15957 | Marked run 491 as finished +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.035 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cPCim0 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.036 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.039 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.041 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.042 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.042 | 15959 | Added a new run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.042 | 15960 | Marked run 492 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.043 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.043 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.045 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.048 | 15967 | Added a new run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.048 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.048 | 10494 | Recursively removing directory: /tmp/git.twYGhz/ +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.050 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.050 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.050 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.050 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.050 | 15978 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.050 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.050 | 10490 | Removed run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.050 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.050 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.050 | 10490 | Assigned run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.050 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.050 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V1nUa9 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.050 | 10491 | Recursively removing directory: /tmp/git.cPCim0/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.052 | 15977 | Marked run 493 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.052 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.053 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.054 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.054 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.054 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.054 | 15979 | Added a new run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.054 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.054 | 15981 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.054 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.054 | 10490 | Removed run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.054 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.054 | 10490 | Assigned run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.055 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.055 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HjWv9a +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.056 | 15980 | Marked run 494 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.057 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.057 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.057 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.059 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.059 | 15983 | Added a new run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.059 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.061 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.061 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.062 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.063 | 15987 | Added a new run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.063 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.066 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.066 | 10494 | Recursively removing directory: /tmp/git.V1nUa9/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.068 | 15995 | Added a new run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.068 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.068 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.068 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.068 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.069 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.069 | 10491 | Recursively removing directory: /tmp/git.HjWv9a/ +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.069 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.069 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.feURZ9 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.069 | 16002 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.069 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.069 | 10490 | Removed run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.069 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.069 | 10490 | Assigned run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.071 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.071 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.071 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.072 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.071 | 16001 | Marked run 495 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.071 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.072 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.072 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.072 | 16005 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.072 | 10490 | Removed run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.072 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.072 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.072 | 10490 | Assigned run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.072 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KxdC66 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.074 | 16003 | Added a new run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.074 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.076 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.076 | 16004 | Marked run 496 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.076 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.077 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.077 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.078 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.079 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.079 | 16008 | Added a new run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.079 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.082 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.083 | 10494 | Recursively removing directory: /tmp/git.feURZ9/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.084 | 16017 | Added a new run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.084 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.085 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.085 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.085 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.085 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.085 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.086 | 16024 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.086 | 10490 | Removed run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.086 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.086 | 10490 | Assigned run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.086 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.086 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4x9CMf +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.086 | 10491 | Recursively removing directory: /tmp/git.KxdC66/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.087 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.087 | 16023 | Marked run 497 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.088 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.089 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.089 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.089 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.089 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.089 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.089 | 16027 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.089 | 10490 | Removed run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.089 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.089 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.089 | 10490 | Assigned run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.089 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.p3fy98 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.092 | 16026 | Marked run 498 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.092 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.092 | 16025 | Added a new run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.092 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.093 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.093 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.095 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.095 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.097 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.098 | 16030 | Added a new run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.098 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.100 | 10494 | Recursively removing directory: /tmp/git.4x9CMf/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.101 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.102 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.102 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.103 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.103 | 16040 | Added a new run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.103 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.103 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.103 | 16044 | Added a new worker 7 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.103 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.103 | 10490 | Removed run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.103 | 10490 | Removed worker 7 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.103 | 10490 | Assigned run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.104 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VsMrYv +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.105 | 16043 | Marked run 499 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.105 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.105 | 10491 | Recursively removing directory: /tmp/git.p3fy98/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.106 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.106 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.106 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.107 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.107 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.107 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.107 | 16049 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.107 | 10490 | Removed run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.107 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.107 | 10490 | Assigned run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.107 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.107 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Qs7C2g +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.108 | 16047 | Added a new run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.108 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.110 | 16048 | Marked run 500 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.110 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.111 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.111 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.112 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.112 | 16051 | Added a new run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.113 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.113 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.114 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.115 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.117 | 16055 | Added a new run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.117 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.119 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.119 | 10494 | Recursively removing directory: /tmp/git.VsMrYv/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.121 | 10491 | Recursively removing directory: /tmp/git.Qs7C2g/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.121 | 16066 | Added a new run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.121 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.121 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.122 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.122 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.122 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.122 | 16069 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.122 | 10490 | Removed run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.122 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.122 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.122 | 10490 | Assigned run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.122 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.122 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.crzTCz +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.123 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.123 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.123 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.124 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MYF2E0 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.123 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.123 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.123 | 16072 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.124 | 10490 | Removed run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.124 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.124 | 10490 | Assigned run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.124 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.124 | 16068 | Marked run 501 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.124 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.126 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.126 | 16071 | Marked run 502 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.126 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.128 | 16073 | Added a new run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.128 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.129 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.129 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.130 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.131 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.131 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.133 | 16076 | Added a new run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.133 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.136 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.136 | 10494 | Recursively removing directory: /tmp/git.crzTCz/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.138 | 10491 | Recursively removing directory: /tmp/git.MYF2E0/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.138 | 16088 | Added a new run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.138 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.138 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.138 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.138 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.138 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.138 | 16092 | Added a new worker 10 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.138 | 10490 | Removed run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.138 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.138 | 10490 | Assigned run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.138 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.138 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.139 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5wPmAR +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.139 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.139 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.139 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.139 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.140 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.140 | 16094 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.140 | 10490 | Removed run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.140 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.140 | 10490 | Assigned run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.140 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.140 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.140 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZGe58j +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.141 | 16091 | Marked run 503 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.141 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.144 | 16093 | Marked run 504 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.144 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.144 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.149 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.149 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.149 | 16095 | Added a new run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.149 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.150 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.152 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.155 | 10494 | Recursively removing directory: /tmp/git.5wPmAR/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.156 | 10491 | Recursively removing directory: /tmp/git.ZGe58j/ +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.156 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.156 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.157 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.157 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.157 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.157 | 16111 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.157 | 10490 | Removed run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.157 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.157 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.157 | 10490 | Assigned run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.157 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Vk4UGc +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.158 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.158 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.158 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.158 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.158 | 16113 | Added a new worker 15 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.158 | 10490 | Removed run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.158 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.158 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.158 | 10490 | Assigned run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.158 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.158 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.juQHXe +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.162 | 16100 | Added a new run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.162 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.164 | 16110 | Marked run 505 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.164 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.165 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.166 | 16112 | Marked run 506 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.166 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.166 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.167 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.167 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.168 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.168 | 16115 | Added a new run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.168 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.171 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.172 | 16121 | Added a new run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.173 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.174 | 10491 | Recursively removing directory: /tmp/git.juQHXe/ +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.175 | 10494 | Recursively removing directory: /tmp/git.Vk4UGc/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.175 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.175 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.175 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.176 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.176 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.176 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.176 | 16133 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.176 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.176 | 10490 | Removed run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.176 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.176 | 10490 | Assigned run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.176 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RFvjnC +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.177 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.177 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.177 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.177 | 16131 | Added a new run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.177 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.177 | 16135 | Added a new worker 14 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.177 | 10490 | Removed run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.177 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.177 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.177 | 10490 | Assigned run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.177 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.177 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.178 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LoLXR6 +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.179 | 16132 | Marked run 508 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.180 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.181 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.181 | 16134 | Marked run 507 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.181 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.182 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.183 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.183 | 16137 | Added a new run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.184 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.184 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.185 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.186 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.188 | 16142 | Added a new run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.188 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.190 | 10491 | Recursively removing directory: /tmp/git.RFvjnC/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.191 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.191 | 10494 | Recursively removing directory: /tmp/git.LoLXR6/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.192 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.192 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.193 | 16153 | Added a new run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.193 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.193 | 16155 | Added a new worker 6 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.193 | 10490 | Removed run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.193 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.193 | 10490 | Assigned run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.193 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.193 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2GCugo +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.193 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.194 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.194 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.194 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.194 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.194 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.194 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.194 | 16158 | Added a new worker 14 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.194 | 10490 | Removed run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.194 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.194 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.194 | 10490 | Assigned run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.194 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2LbBgq +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.195 | 16154 | Marked run 509 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.195 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.196 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.197 | 16157 | Marked run 510 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.197 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.199 | 16159 | Added a new run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.199 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.200 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.200 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.201 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.201 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.202 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.203 | 16163 | Added a new run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.203 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.206 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.207 | 16173 | Added a new run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.208 | 10491 | Recursively removing directory: /tmp/git.2GCugo/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.208 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.208 | 10494 | Recursively removing directory: /tmp/git.2LbBgq/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.209 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.209 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.210 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.210 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.210 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.210 | 16178 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.210 | 10490 | Removed run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.210 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.210 | 10490 | Assigned run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.210 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.210 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.210 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.210 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.211 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DeErQ2 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.211 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.211 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.211 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.211 | 16181 | Added a new worker 16 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.211 | 10490 | Removed run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.211 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.211 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.211 | 10490 | Assigned run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.211 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4hfSba +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.212 | 16177 | Marked run 511 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.212 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.214 | 16179 | Added a new run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.214 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.216 | 16180 | Marked run 512 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.216 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.217 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.217 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.217 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.217 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.218 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.219 | 16183 | Added a new run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.219 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.222 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.223 | 16192 | Added a new run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.223 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.224 | 10491 | Recursively removing directory: /tmp/git.DeErQ2/ +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.225 | 10494 | Recursively removing directory: /tmp/git.4hfSba/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.226 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.226 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.226 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.226 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.226 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.226 | 16201 | Added a new worker 12 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.226 | 10490 | Removed run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.226 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.226 | 10490 | Assigned run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.226 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.226 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.226 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QSSwsN +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.228 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.228 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.228 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.228 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.228 | 16203 | Added a new worker 15 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.228 | 10490 | Removed run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.228 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.228 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.228 | 10490 | Assigned run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.228 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.228 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PN1LoY +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.231 | 16199 | Added a new run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.231 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.231 | 16200 | Marked run 513 as finished +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.231 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.232 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.233 | 16202 | Marked run 514 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.233 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.233 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.234 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.235 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.235 | 16206 | Added a new run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.235 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.235 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.238 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.239 | 16211 | Added a new run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.239 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.240 | 10491 | Recursively removing directory: /tmp/git.QSSwsN/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.241 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.242 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.242 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.242 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.242 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.242 | 16223 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.242 | 10490 | Removed run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.242 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.242 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.242 | 10490 | Assigned run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.242 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.242 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wic6p1 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.242 | 10494 | Recursively removing directory: /tmp/git.PN1LoY/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.243 | 16221 | Added a new run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.244 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.245 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.245 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.245 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.245 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xP3q9q +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.245 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.245 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.245 | 16226 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.245 | 10490 | Removed run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.245 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.245 | 10490 | Assigned run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.246 | 16222 | Marked run 515 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.246 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.247 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.248 | 16225 | Marked run 516 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.248 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.248 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.250 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.250 | 16227 | Added a new run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.250 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.252 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.252 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.254 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.254 | 16231 | Added a new run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.255 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.256 | 10491 | Recursively removing directory: /tmp/git.wic6p1/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.257 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.258 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.258 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.258 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.258 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.258 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.258 | 16243 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.258 | 10490 | Removed run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.258 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.258 | 10490 | Assigned run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.258 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.258 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TuTp4L +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.260 | 16240 | Added a new run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.260 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.261 | 10494 | Recursively removing directory: /tmp/git.xP3q9q/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.261 | 16241 | Marked run 517 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.262 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.262 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.264 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.264 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.264 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.264 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.264 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.264 | 16249 | Added a new worker 12 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.265 | 16247 | Added a new run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.265 | 10490 | Removed run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.265 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.265 | 10490 | Assigned run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.265 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B1ed8C +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.265 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.265 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.266 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.267 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.267 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.268 | 16248 | Marked run 518 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.268 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.270 | 16252 | Added a new run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.270 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.270 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.271 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.273 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.274 | 10491 | Recursively removing directory: /tmp/git.TuTp4L/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.274 | 16260 | Added a new run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.275 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.275 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.275 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.275 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.276 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.276 | 16265 | Added a new worker 10 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.276 | 10490 | Removed run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.276 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.276 | 10490 | Assigned run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.276 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.275 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.276 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.glKnkJ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.278 | 16264 | Marked run 519 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.278 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.278 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.279 | 10494 | Recursively removing directory: /tmp/git.B1ed8C/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.279 | 16269 | Added a new run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.279 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.280 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.280 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.281 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.281 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.281 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.281 | 16272 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.281 | 10490 | Removed run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.281 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.281 | 10490 | Assigned run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.281 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.281 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AMP3w3 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.282 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.282 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.283 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.284 | 16271 | Marked run 520 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.284 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.286 | 16273 | Added a new run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.286 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.286 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.287 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.289 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.290 | 10491 | Recursively removing directory: /tmp/git.glKnkJ/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.291 | 16282 | Added a new run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.291 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.292 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.292 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.292 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.292 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.292 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.292 | 16287 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.292 | 10490 | Removed run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.292 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.292 | 10490 | Assigned run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.292 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.292 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2Lkq8i +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.293 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.294 | 16286 | Marked run 521 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.294 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.294 | 10494 | Recursively removing directory: /tmp/git.AMP3w3/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.296 | 16291 | Added a new run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.297 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.297 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.297 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.297 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.297 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.297 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.297 | 16294 | Added a new worker 10 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.297 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.297 | 10490 | Removed run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.297 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.297 | 10490 | Assigned run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.298 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FwESfl +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.299 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.299 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.300 | 16293 | Marked run 522 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.300 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.301 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.302 | 16295 | Added a new run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.302 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.303 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.304 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.304 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.307 | 16300 | Added a new run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.307 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.308 | 10491 | Recursively removing directory: /tmp/git.2Lkq8i/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.309 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.309 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.309 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.309 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.310 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.310 | 16311 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.310 | 10490 | Removed run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.310 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.310 | 10490 | Assigned run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.310 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.309 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.310 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X5Qo4t +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.311 | 16310 | Marked run 523 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.311 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.312 | 10494 | Recursively removing directory: /tmp/git.FwESfl/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.313 | 16312 | Added a new run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.313 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.314 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.314 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.314 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.314 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.314 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.314 | 16316 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.314 | 10490 | Removed run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.314 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.314 | 10490 | Assigned run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.314 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.314 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mlGKXr +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.316 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.316 | 16315 | Marked run 524 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.317 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.317 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.317 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.318 | 16317 | Added a new run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.319 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.320 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.320 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.321 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.323 | 16323 | Added a new run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.323 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.325 | 10491 | Recursively removing directory: /tmp/git.X5Qo4t/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.325 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.327 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.327 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.327 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.327 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.327 | 10494 | Recursively removing directory: /tmp/git.mlGKXr/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.327 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.327 | 16335 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.327 | 10490 | Removed run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.327 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.328 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BVl0LC +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.328 | 10490 | Assigned run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.328 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.329 | 16334 | Marked run 525 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.329 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.329 | 16332 | Added a new run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.329 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.329 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.329 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.330 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.330 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.330 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.330 | 16337 | Added a new worker 6 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.330 | 10490 | Removed run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.330 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.330 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.330 | 10490 | Assigned run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.330 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QZk2w7 +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.332 | 16336 | Marked run 526 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.332 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.332 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.334 | 16339 | Added a new run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.334 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.334 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.335 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.336 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.337 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.337 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.338 | 16342 | Added a new run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.338 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.341 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.342 | 10491 | Recursively removing directory: /tmp/git.BVl0LC/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.343 | 16352 | Added a new run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.343 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.343 | 10494 | Recursively removing directory: /tmp/git.QZk2w7/ +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.344 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.344 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.345 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.345 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.345 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.345 | 16358 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.345 | 10490 | Removed run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.345 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.345 | 10490 | Assigned run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.345 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.345 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.345 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.345 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HQnFmH +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.345 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.345 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.345 | 16360 | Added a new worker 8 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.345 | 10490 | Removed run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.345 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.345 | 10490 | Assigned run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.346 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.346 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.345 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y2rnUS +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.347 | 16357 | Marked run 527 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.347 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.349 | 16361 | Added a new run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.349 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.351 | 16359 | Marked run 528 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.351 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.351 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.352 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.352 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.352 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.353 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.358 | 10494 | Recursively removing directory: /tmp/git.Y2rnUS/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.358 | 10491 | Recursively removing directory: /tmp/git.HQnFmH/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.359 | 16363 | Added a new run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.359 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.360 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.360 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.360 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.360 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.360 | 16378 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.360 | 10490 | Removed run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.360 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.360 | 10490 | Assigned run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.360 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.360 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8ghTwl +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.361 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.361 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.361 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.361 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.361 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.361 | 16380 | Added a new worker 8 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.361 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.361 | 10490 | Removed run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.361 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.361 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BDYdTQ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.361 | 10490 | Assigned run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.362 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.362 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.362 | 16377 | Marked run 530 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.363 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.364 | 16379 | Marked run 529 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.364 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.366 | 16381 | Added a new run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.366 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.366 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.367 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.367 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.368 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.369 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.371 | 16385 | Added a new run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.372 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.374 | 10491 | Recursively removing directory: /tmp/git.BDYdTQ/ +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.374 | 10494 | Recursively removing directory: /tmp/git.8ghTwl/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.375 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.376 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.376 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.376 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.376 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.376 | 16399 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.377 | 10490 | Removed run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.377 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.377 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.377 | 10490 | Assigned run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.377 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.377 | 16397 | Added a new run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.377 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.377 | 16401 | Added a new worker 14 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.377 | 10490 | Removed run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.377 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.377 | 10490 | Assigned run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.378 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.376 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.377 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vRznsm +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.377 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.377 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.377 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.377 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.l1ISJP +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.379 | 16398 | Marked run 532 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.380 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.380 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.381 | 16400 | Marked run 531 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.381 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.383 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.383 | 16403 | Added a new run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.383 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.383 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.384 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.384 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.386 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.388 | 16407 | Added a new run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.389 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.390 | 10491 | Recursively removing directory: /tmp/git.vRznsm/ +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.391 | 10494 | Recursively removing directory: /tmp/git.l1ISJP/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.391 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.392 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.392 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.392 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.392 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.392 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.392 | 16421 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.392 | 10490 | Removed run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.392 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.392 | 10490 | Assigned run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.392 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.392 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mFfBiE +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.393 | 16419 | Added a new run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.393 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.393 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.393 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.394 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.394 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.394 | 16423 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.394 | 10490 | Removed run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.394 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.394 | 10490 | Assigned run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.394 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.394 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.394 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SMSiGJ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.396 | 16420 | Marked run 533 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.396 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.397 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.398 | 16422 | Marked run 534 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.398 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.399 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.399 | 16425 | Added a new run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.400 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.400 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.400 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.401 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.403 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.404 | 16430 | Added a new run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.404 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.407 | 10491 | Recursively removing directory: /tmp/git.mFfBiE/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.407 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.408 | 10494 | Recursively removing directory: /tmp/git.SMSiGJ/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.409 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.409 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.409 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.409 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.409 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.409 | 16443 | Added a new worker 12 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.409 | 16441 | Added a new run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.409 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.409 | 10490 | Removed run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.409 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.409 | 10490 | Assigned run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.409 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.409 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.410 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oV4LZe +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.410 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.410 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.410 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.410 | 16445 | Added a new worker 15 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.410 | 10490 | Removed run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.410 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.410 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.410 | 10490 | Assigned run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.410 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.410 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5MAcIr +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.411 | 16442 | Marked run 535 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.411 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.413 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.415 | 16447 | Added a new run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.415 | 16444 | Marked run 536 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.415 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.415 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.416 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.416 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.417 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.417 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.418 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.419 | 16451 | Added a new run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.419 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.422 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.423 | 16461 | Added a new run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.423 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.423 | 10491 | Recursively removing directory: /tmp/git.oV4LZe/ +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.424 | 10494 | Recursively removing directory: /tmp/git.5MAcIr/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.425 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.425 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.425 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.425 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.425 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.426 | 16466 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.426 | 10490 | Removed run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.426 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.426 | 10490 | Assigned run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.426 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.426 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.426 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.426 | 16468 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.426 | 10490 | Removed run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.426 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.426 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.426 | 10490 | Assigned run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.426 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.426 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.426 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.426 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ukgCde +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.426 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2JiYvD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.426 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.427 | 16465 | Marked run 537 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.427 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.429 | 16467 | Marked run 538 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.429 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.430 | 16469 | Added a new run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.430 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.432 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.432 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.432 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.433 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.433 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.435 | 16473 | Added a new run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.435 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.438 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.439 | 10494 | Recursively removing directory: /tmp/git.ukgCde/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.440 | 10491 | Recursively removing directory: /tmp/git.2JiYvD/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.440 | 16484 | Added a new run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.440 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.440 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.440 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.441 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.441 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.441 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.441 | 16488 | Added a new worker 10 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.441 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.441 | 10490 | Removed run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.441 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.441 | 10490 | Assigned run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.441 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6Saiyh +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.442 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.442 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.442 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.442 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.442 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.442 | 16490 | Added a new worker 14 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.442 | 10490 | Removed run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.442 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.442 | 10490 | Assigned run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.443 | 16487 | Marked run 540 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.443 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.443 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.443 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eup4mS +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.443 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.444 | 16489 | Marked run 539 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.445 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.446 | 16491 | Added a new run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.446 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.448 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.448 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.448 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.448 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.449 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.450 | 16493 | Added a new run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.450 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.453 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.454 | 16501 | Added a new run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.455 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.455 | 10491 | Recursively removing directory: /tmp/git.eup4mS/ +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.455 | 10494 | Recursively removing directory: /tmp/git.6Saiyh/ +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.457 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.457 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.457 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.457 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.457 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.457 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.457 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.457 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.457 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.457 | 16511 | Added a new worker 14 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.457 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.457 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.457 | 16512 | Added a new worker 10 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.457 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.457 | 10490 | Removed run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.457 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.457 | 10490 | Assigned run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.457 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.edLu1o +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.458 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.h2rNIm +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.457 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.457 | 10490 | Removed run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.457 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.457 | 10490 | Assigned run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.459 | 16510 | Marked run 542 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.459 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.461 | 16509 | Marked run 541 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.461 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.462 | 16513 | Added a new run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.463 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.463 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.464 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.464 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.465 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.465 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.468 | 16517 | Added a new run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.469 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.471 | 10491 | Recursively removing directory: /tmp/git.h2rNIm/ +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.471 | 10494 | Recursively removing directory: /tmp/git.edLu1o/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.471 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.473 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.473 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.473 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.473 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.473 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.473 | 16529 | Added a new run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.473 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.473 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.473 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.473 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.474 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.R2hd6M +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.473 | 16532 | Added a new worker 17 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.473 | 10490 | Removed run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.473 | 10490 | Removed worker 17 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.474 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.474 | 10490 | Assigned run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.474 | 16533 | Added a new worker 18 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.474 | 10490 | Removed run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.474 | 10490 | Removed worker 18 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.474 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.474 | 10490 | Assigned run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.474 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.474 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OReQjC +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.476 | 16530 | Marked run 544 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.476 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.476 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.477 | 16531 | Marked run 543 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.477 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.479 | 16535 | Added a new run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.479 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.479 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.480 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.481 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.482 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.482 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.483 | 16538 | Added a new run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.483 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.486 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.487 | 10491 | Recursively removing directory: /tmp/git.R2hd6M/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.488 | 16550 | Added a new run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.488 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.488 | 10494 | Recursively removing directory: /tmp/git.OReQjC/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.489 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.489 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.489 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.489 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.489 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.489 | 16554 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.489 | 10490 | Removed run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.489 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.489 | 10490 | Assigned run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.489 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.489 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yyiRoh +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.491 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.491 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.491 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.491 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.491 | 16553 | Marked run 545 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.491 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.491 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.491 | 16557 | Added a new worker 7 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.492 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.492 | 10490 | Removed run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.492 | 10490 | Removed worker 7 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.492 | 10490 | Assigned run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.492 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pRUqDC +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.493 | 16555 | Added a new run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.494 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.495 | 16556 | Marked run 546 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.495 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.495 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.496 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.497 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.497 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.498 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.499 | 16560 | Added a new run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.499 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.502 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.503 | 10491 | Recursively removing directory: /tmp/git.yyiRoh/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.503 | 16569 | Added a new run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.504 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.504 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.504 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.504 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.505 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4qPiEg +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.504 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.504 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.505 | 10494 | Recursively removing directory: /tmp/git.pRUqDC/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.505 | 16576 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.505 | 10490 | Removed run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.505 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.505 | 10490 | Assigned run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.505 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.507 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.507 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.507 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.507 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.507 | 16575 | Marked run 547 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.507 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.507 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.507 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.507 | 16579 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.507 | 10490 | Removed run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.507 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.507 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.507 | 10490 | Assigned run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.508 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ThbGvP +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.509 | 16577 | Added a new run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.509 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.511 | 16578 | Marked run 548 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.511 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.511 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.512 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.513 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.514 | 16581 | Added a new run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.514 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.514 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.515 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.516 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.518 | 16587 | Added a new run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.518 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.520 | 10491 | Recursively removing directory: /tmp/git.4qPiEg/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.521 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.521 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.521 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.521 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.521 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.521 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.522 | 16599 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.522 | 10490 | Removed run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.522 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.522 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.522 | 10490 | Assigned run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.522 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.olxXA4 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.522 | 10494 | Recursively removing directory: /tmp/git.ThbGvP/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.523 | 16596 | Added a new run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.523 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.525 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.525 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.525 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.525 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.525 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.525 | 16602 | Added a new worker 12 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.525 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.525 | 16598 | Marked run 549 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.525 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.526 | 10490 | Removed run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.526 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.526 | 10490 | Assigned run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.526 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KGFk4t +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.526 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.527 | 16601 | Marked run 550 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.527 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.528 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.529 | 16603 | Added a new run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.529 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.530 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.531 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.532 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.532 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.534 | 16607 | Added a new run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.534 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.536 | 10491 | Recursively removing directory: /tmp/git.olxXA4/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.537 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.538 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.538 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.539 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.539 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.L8W7Ma +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.539 | 10494 | Recursively removing directory: /tmp/git.KGFk4t/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.539 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.539 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.539 | 16621 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.539 | 10490 | Removed run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.539 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.539 | 10490 | Assigned run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.539 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.539 | 16616 | Added a new run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.540 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.541 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.541 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.541 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.542 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.542 | 16624 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.542 | 10490 | Removed run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.542 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.542 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.542 | 10490 | Assigned run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.542 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.543 | 16620 | Marked run 551 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.543 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.542 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.542 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NmVDzt +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.544 | 16623 | Marked run 552 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.544 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.546 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.546 | 16625 | Added a new run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.546 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.546 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.547 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.548 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.549 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.550 | 16630 | Added a new run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.551 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.553 | 10491 | Recursively removing directory: /tmp/git.L8W7Ma/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.554 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.555 | 10494 | Recursively removing directory: /tmp/git.NmVDzt/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.555 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.555 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.556 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.556 | 16641 | Added a new run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.556 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.556 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.556 | 16643 | Added a new worker 6 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.557 | 10490 | Removed run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.557 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.557 | 10490 | Assigned run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.557 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.557 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rpjAp9 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.558 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.558 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.558 | 16642 | Marked run 553 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.558 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.558 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.558 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.559 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.559 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.559 | 16646 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.559 | 10490 | Removed run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.559 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.559 | 10490 | Assigned run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.559 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.559 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3BYVx7 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.560 | 16645 | Marked run 554 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.560 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.562 | 16647 | Added a new run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.562 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.563 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.564 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.564 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.564 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.566 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.566 | 16649 | Added a new run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.566 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.569 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.570 | 16658 | Added a new run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.570 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.571 | 10491 | Recursively removing directory: /tmp/git.rpjAp9/ +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.572 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.572 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.572 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.573 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.573 | 16666 | Added a new worker 10 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.573 | 10490 | Removed run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.573 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.573 | 10490 | Assigned run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.573 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.573 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.573 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.v7tARE +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.573 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.573 | 10494 | Recursively removing directory: /tmp/git.3BYVx7/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.575 | 16665 | Marked run 555 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.575 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.575 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.575 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.576 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.575 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.576 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.576 | 16669 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.576 | 10490 | Removed run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.576 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.576 | 10490 | Assigned run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.576 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.576 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qR0vCU +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.577 | 16667 | Added a new run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.577 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.580 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.581 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.581 | 16668 | Marked run 556 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.581 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.581 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.582 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.582 | 16671 | Added a new run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.583 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.583 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.585 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.587 | 16678 | Added a new run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.587 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.588 | 10491 | Recursively removing directory: /tmp/git.v7tARE/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.590 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.590 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.590 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.590 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.590 | 10494 | Recursively removing directory: /tmp/git.qR0vCU/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.590 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.590 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.590 | 16689 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.590 | 10490 | Removed run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.590 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.590 | 10490 | Assigned run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.591 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.591 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3J8hL5 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.592 | 16687 | Added a new run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.592 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.592 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.592 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.593 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.593 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.593 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.593 | 16692 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.593 | 10490 | Removed run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.593 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.593 | 10490 | Assigned run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.593 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.593 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EFb6o1 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.594 | 16688 | Marked run 557 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.594 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.595 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.596 | 16691 | Marked run 558 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.596 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.597 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.598 | 16693 | Added a new run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.598 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.598 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.599 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.600 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.601 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.602 | 16698 | Added a new run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.603 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.605 | 10491 | Recursively removing directory: /tmp/git.3J8hL5/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.605 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.606 | 10494 | Recursively removing directory: /tmp/git.EFb6o1/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.607 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.607 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.607 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.607 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.607 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.607 | 16711 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.607 | 10490 | Removed run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.607 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.607 | 10490 | Assigned run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.608 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.607 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jb5g9I +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.608 | 16709 | Added a new run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.609 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.610 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.610 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.610 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.610 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.610 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.610 | 16714 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.610 | 10490 | Removed run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.610 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.610 | 10490 | Assigned run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.610 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iC7kku +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.611 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.611 | 16710 | Marked run 559 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.611 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.611 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.613 | 16713 | Marked run 560 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.613 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.613 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.614 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.615 | 16715 | Added a new run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.615 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.616 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.617 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.618 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.620 | 16721 | Added a new run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.620 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.621 | 10491 | Recursively removing directory: /tmp/git.jb5g9I/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.622 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.622 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.622 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.623 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.622 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.623 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.623 | 16733 | Added a new worker 12 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.623 | 10490 | Removed run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.623 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.623 | 10490 | Assigned run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.623 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Nx8s8X +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.623 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.624 | 10494 | Recursively removing directory: /tmp/git.iC7kku/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.625 | 16730 | Added a new run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.625 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.626 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.627 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.627 | 16736 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.627 | 10490 | Removed run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.627 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.627 | 10490 | Assigned run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.627 | 16732 | Marked run 561 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.627 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.627 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.628 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.626 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.626 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.627 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.627 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3NZcoh +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.629 | 16735 | Marked run 562 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.629 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.629 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.630 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.630 | 16737 | Added a new run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.631 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.632 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.633 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.634 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.635 | 16740 | Added a new run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.635 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.637 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.637 | 10491 | Recursively removing directory: /tmp/git.Nx8s8X/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.639 | 16750 | Added a new run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.639 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.640 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.640 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.640 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.640 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.640 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.640 | 16756 | Added a new worker 10 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.640 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.640 | 10490 | Removed run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.640 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.640 | 10490 | Assigned run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.640 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Hy5qDJ +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.641 | 10494 | Recursively removing directory: /tmp/git.3NZcoh/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.642 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.643 | 16755 | Marked run 563 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.643 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.643 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.643 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.643 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.643 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.643 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.643 | 16759 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.643 | 10490 | Removed run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.643 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.644 | 10490 | Assigned run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.644 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.644 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2gysXa +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.646 | 16757 | Added a new run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.646 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.647 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.647 | 16758 | Marked run 564 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.648 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.648 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.649 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.649 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.650 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.651 | 16762 | Added a new run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.651 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.654 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.654 | 10491 | Recursively removing directory: /tmp/git.Hy5qDJ/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.656 | 16771 | Added a new run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.657 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.657 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.657 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.656 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.656 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.657 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.657 | 16778 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.657 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.657 | 10490 | Removed run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.657 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.657 | 10490 | Assigned run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.657 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.k5LNbr +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.658 | 10494 | Recursively removing directory: /tmp/git.2gysXa/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.659 | 16777 | Marked run 565 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.659 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.659 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.660 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.660 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.661 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.660 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.661 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.661 | 16781 | Added a new worker 14 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.661 | 10490 | Removed run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.661 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.661 | 10490 | Assigned run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.661 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.661 | 16779 | Added a new run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.661 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FcaSz6 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.662 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.663 | 16780 | Marked run 566 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.664 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.664 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.664 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.664 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.666 | 16783 | Added a new run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.667 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.666 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.668 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.669 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.670 | 16789 | Added a new run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.671 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.671 | 10491 | Recursively removing directory: /tmp/git.k5LNbr/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.673 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.673 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.673 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.673 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.673 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.673 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.673 | 16800 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.673 | 10490 | Removed run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.673 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.674 | 10490 | Assigned run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.674 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.674 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q50Drf +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.675 | 10494 | Recursively removing directory: /tmp/git.FcaSz6/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.675 | 16799 | Added a new run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.676 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.677 | 16798 | Marked run 567 as finished +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.677 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.677 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.678 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.678 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.678 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.678 | 16804 | Added a new worker 10 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.678 | 10490 | Removed run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.678 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.678 | 10490 | Assigned run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.678 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.678 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FCv7ru +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.679 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.680 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.680 | 16803 | Marked run 568 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.681 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.681 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.684 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.684 | 16805 | Added a new run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.684 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.685 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.687 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.687 | 10491 | Recursively removing directory: /tmp/git.Q50Drf/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.689 | 16815 | Added a new run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.689 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.689 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.689 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.690 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.690 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.690 | 16821 | Added a new worker 10 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.690 | 10490 | Removed run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.690 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.690 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.690 | 10490 | Assigned run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.690 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.690 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aak2VK +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.692 | 16820 | Marked run 569 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.692 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.692 | 10494 | Recursively removing directory: /tmp/git.FCv7ru/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.693 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.694 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.694 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.694 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.694 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.694 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.694 | 16825 | Added a new worker 14 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.694 | 10490 | Removed run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.694 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.694 | 10490 | Assigned run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.694 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.694 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yb3xOW +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.695 | 16823 | Added a new run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.695 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.696 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.697 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.697 | 16824 | Marked run 570 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.697 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.698 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.700 | 16828 | Added a new run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.700 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.700 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.701 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.702 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.704 | 16835 | Added a new run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.704 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.704 | 10491 | Recursively removing directory: /tmp/git.aak2VK/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.706 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.706 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.706 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.706 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.706 | 16844 | Added a new worker 10 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.706 | 10490 | Removed run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.706 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.706 | 10490 | Assigned run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.707 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.707 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.706 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.707 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.k39vhA +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.707 | 10494 | Recursively removing directory: /tmp/git.yb3xOW/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.708 | 16843 | Marked run 571 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.709 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.710 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.710 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.710 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.711 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Jyhc9r +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.710 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.711 | 16845 | Added a new run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.711 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.711 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.711 | 16847 | Added a new worker 8 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.711 | 10490 | Removed run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.711 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.711 | 10490 | Assigned run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.711 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.713 | 16846 | Marked run 572 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.713 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.713 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.715 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.715 | 16849 | Added a new run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.716 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.716 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.717 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.718 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.718 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.719 | 16852 | Added a new run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.719 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.722 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.723 | 10491 | Recursively removing directory: /tmp/git.k39vhA/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.724 | 16862 | Added a new run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.724 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.725 | 10494 | Recursively removing directory: /tmp/git.Jyhc9r/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.725 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.725 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.725 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.725 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.725 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.725 | 16868 | Added a new worker 10 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.725 | 10490 | Removed run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.725 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.725 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.725 | 10490 | Assigned run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.725 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WMniSl +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.727 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.727 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.727 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.727 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.727 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.727 | 16871 | Added a new worker 16 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.727 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.727 | 10490 | Removed run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.727 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.727 | 10490 | Assigned run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.727 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.728 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yaSerZ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.729 | 16867 | Marked run 573 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.729 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.730 | 16870 | Marked run 574 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.730 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.731 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.732 | 16869 | Added a new run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.732 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.732 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.734 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.735 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.735 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.737 | 16875 | Added a new run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.737 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.738 | 10491 | Recursively removing directory: /tmp/git.WMniSl/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.739 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.740 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.740 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.740 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.740 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.740 | 16888 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.740 | 10490 | Removed run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.740 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.740 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.740 | 10490 | Assigned run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.740 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.741 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.r1vjTQ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.741 | 16885 | Added a new run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.742 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.742 | 10494 | Recursively removing directory: /tmp/git.yaSerZ/ +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.744 | 16887 | Marked run 575 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.744 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.744 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.744 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.744 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.745 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.745 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.745 | 16892 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.745 | 10490 | Removed run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.745 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.745 | 10490 | Assigned run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.745 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.745 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.745 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bnuoxL +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.746 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.746 | 16891 | Marked run 576 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.746 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.747 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.748 | 16893 | Added a new run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.748 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.751 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.751 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.752 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.753 | 10491 | Recursively removing directory: /tmp/git.r1vjTQ/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.753 | 16900 | Added a new run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.754 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.755 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.755 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.755 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.755 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.755 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.755 | 16906 | Added a new worker 10 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.755 | 10490 | Removed run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.755 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.755 | 10490 | Assigned run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.755 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.755 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.U3hxLz +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.756 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.758 | 16905 | Marked run 577 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.758 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.759 | 10494 | Recursively removing directory: /tmp/git.bnuoxL/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.759 | 16908 | Added a new run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.760 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.761 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.761 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.761 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.761 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.761 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.761 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.761 | 16914 | Added a new worker 10 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.761 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.761 | 10490 | Removed run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.761 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.761 | 10490 | Assigned run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.761 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.d4PM2s +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.762 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.762 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.763 | 16913 | Marked run 578 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.763 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.765 | 16916 | Added a new run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.765 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.767 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.767 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.768 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.769 | 10491 | Recursively removing directory: /tmp/git.U3hxLz/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.770 | 16924 | Added a new run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.770 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.771 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.771 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.771 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.771 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.771 | 16929 | Added a new worker 10 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.771 | 10490 | Removed run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.771 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.771 | 10490 | Assigned run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.771 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.771 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FFXT40 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.772 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.773 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.773 | 16928 | Marked run 579 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.773 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.774 | 10494 | Recursively removing directory: /tmp/git.d4PM2s/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.775 | 16933 | Added a new run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.775 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.776 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.776 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.776 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.776 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.776 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.776 | 16936 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.776 | 10490 | Removed run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.776 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.776 | 10490 | Assigned run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.777 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.777 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sbHphv +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.778 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.778 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.778 | 16935 | Marked run 580 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.778 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.779 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.780 | 16937 | Added a new run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.780 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.783 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.783 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.784 | 16942 | Added a new run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.784 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.784 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.786 | 10491 | Recursively removing directory: /tmp/git.FFXT40/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.787 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.788 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.788 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.788 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.788 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.788 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.788 | 16952 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.788 | 10490 | Removed run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.788 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.788 | 10490 | Assigned run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.788 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KvfkHH +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.789 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.791 | 10494 | Recursively removing directory: /tmp/git.sbHphv/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.791 | 16949 | Added a new run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.791 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.793 | 16951 | Marked run 581 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.793 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.793 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.793 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.793 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.794 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.794 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.794 | 16958 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.794 | 10490 | Removed run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.794 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.794 | 10490 | Assigned run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.794 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.794 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.794 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Qhczuf +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.795 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.795 | 16957 | Marked run 582 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.795 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.796 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.797 | 16959 | Added a new run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.797 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.799 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.800 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.800 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.801 | 16963 | Added a new run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.802 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.803 | 10491 | Recursively removing directory: /tmp/git.KvfkHH/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.804 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.805 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.805 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.805 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.805 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.805 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.805 | 16974 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.805 | 10490 | Removed run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.805 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.805 | 10490 | Assigned run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.805 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mD8VmM +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.806 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.806 | 16972 | Added a new run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.806 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.808 | 10494 | Recursively removing directory: /tmp/git.Qhczuf/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.808 | 16973 | Marked run 583 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.809 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.809 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.810 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.810 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.810 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.810 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.810 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.810 | 16981 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.810 | 10490 | Removed run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.810 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.810 | 10490 | Assigned run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.810 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cjC9VT +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.811 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.811 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.812 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.814 | 16979 | Added a new run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.814 | 16980 | Marked run 584 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.814 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.815 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.816 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.816 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.817 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.819 | 16988 | Added a new run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.819 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.819 | 10491 | Recursively removing directory: /tmp/git.mD8VmM/ +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.821 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.821 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.821 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.821 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.821 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.821 | 16996 | Added a new worker 10 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.821 | 10490 | Removed run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.821 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.821 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.821 | 10490 | Assigned run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.821 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.I7A8LZ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.822 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.823 | 10494 | Recursively removing directory: /tmp/git.cjC9VT/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.824 | 16995 | Marked run 585 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.824 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.825 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.825 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.825 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.825 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.825 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.825 | 17001 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.825 | 10490 | Removed run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.825 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.826 | 10490 | Assigned run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.826 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.826 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8QxgIg +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.827 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.827 | 16999 | Added a new run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.827 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.828 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.829 | 17000 | Marked run 586 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.829 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.830 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.832 | 17005 | Added a new run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.832 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.832 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.833 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.834 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.834 | 10491 | Recursively removing directory: /tmp/git.I7A8LZ/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.836 | 17012 | Added a new run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.837 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.837 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.837 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.837 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.837 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.837 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.837 | 17017 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.837 | 10490 | Removed run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.837 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.837 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.837 | 10490 | Assigned run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.838 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fv3LmZ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.839 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.840 | 17016 | Marked run 587 as finished +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.840 | 10494 | Recursively removing directory: /tmp/git.8QxgIg/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.840 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.841 | 17021 | Added a new run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.842 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.842 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.842 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.842 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.842 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.842 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.842 | 17024 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.842 | 10490 | Removed run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.842 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.842 | 10490 | Assigned run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.842 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.weyQlP +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.843 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.844 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.845 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.845 | 17022 | Marked run 588 as finished +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.845 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.845 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.846 | 17025 | Added a new run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.847 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.848 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.849 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.849 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.851 | 17030 | Added a new run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.851 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.852 | 10491 | Recursively removing directory: /tmp/git.fv3LmZ/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.854 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.854 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.854 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.854 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.854 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.854 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.854 | 17042 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.854 | 10490 | Removed run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.854 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.855 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.855 | 10490 | Assigned run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.855 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5bZQfo +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.857 | 17040 | Added a new run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.857 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.857 | 10494 | Recursively removing directory: /tmp/git.weyQlP/ +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.859 | 17041 | Marked run 589 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.859 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.859 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.859 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.859 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.859 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.859 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.860 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oy52Ja +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.860 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.860 | 17047 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.860 | 10490 | Removed run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.860 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.860 | 10490 | Assigned run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.860 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.861 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.862 | 17046 | Marked run 590 as finished +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.862 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.862 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.864 | 17045 | Added a new run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.864 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.865 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.866 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.867 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.868 | 17053 | Added a new run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.868 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.869 | 10491 | Recursively removing directory: /tmp/git.5bZQfo/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.871 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.871 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.871 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.871 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.871 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.871 | 17064 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.871 | 10490 | Removed run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.871 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.871 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.871 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.871 | 10490 | Assigned run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.871 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dzXIyN +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.873 | 10494 | Recursively removing directory: /tmp/git.oy52Ja/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.873 | 17062 | Marked run 591 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.873 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.874 | 17065 | Added a new run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.875 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.875 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.875 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.875 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.875 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.875 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.876 | 17068 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.876 | 10490 | Removed run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.876 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.876 | 10490 | Assigned run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.876 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.876 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lLf41g +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.877 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.878 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.878 | 17066 | Marked run 592 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.878 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.879 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.880 | 17069 | Added a new run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.880 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.882 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.882 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.882 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.885 | 17073 | Added a new run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.885 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.886 | 10491 | Recursively removing directory: /tmp/git.dzXIyN/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.887 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.889 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.889 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.889 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.889 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.889 | 17084 | Added a new run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.889 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.889 | 17087 | Added a new worker 8 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.889 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.889 | 10490 | Removed run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.889 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.889 | 10490 | Assigned run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.889 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.889 | 10494 | Recursively removing directory: /tmp/git.lLf41g/ +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.890 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IzdRu1 +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.892 | 17086 | Marked run 593 as finished +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.892 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.892 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.892 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.892 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.892 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.892 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.892 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.892 | 17091 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.892 | 10490 | Removed run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.892 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.893 | 10490 | Assigned run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.893 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ct7c3Q +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.893 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.895 | 17089 | Added a new run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.895 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.896 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.897 | 17090 | Marked run 594 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.897 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.897 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.898 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.898 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.899 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.902 | 17094 | Added a new run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.902 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.905 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.905 | 10491 | Recursively removing directory: /tmp/git.IzdRu1/ +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.905 | 10494 | Recursively removing directory: /tmp/git.ct7c3Q/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.907 | 17107 | Added a new run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.907 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.907 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.907 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.907 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.907 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.907 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.907 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.907 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.907 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.907 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.907 | 17111 | Added a new worker 15 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.907 | 17109 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.908 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.908 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.908 | 10490 | Removed run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.908 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.908 | 10490 | Assigned run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.908 | 10490 | Removed run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.908 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.908 | 10490 | Assigned run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.908 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5MQ9ao +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.908 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sDJfAl +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.910 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.911 | 17108 | Marked run 595 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.912 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.913 | 17110 | Marked run 596 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.913 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.915 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.915 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.915 | 17113 | Added a new run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.915 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.916 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.916 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.918 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.919 | 17118 | Added a new run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.920 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.922 | 10494 | Recursively removing directory: /tmp/git.5MQ9ao/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.923 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.923 | 10491 | Recursively removing directory: /tmp/git.sDJfAl/ +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.924 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.924 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.924 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.924 | 17129 | Added a new run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.925 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.925 | 17131 | Added a new worker 12 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.925 | 10490 | Removed run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.925 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.925 | 10490 | Assigned run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.925 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.925 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.925 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hl8Hki +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.926 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.926 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.926 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.926 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.927 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.927 | 17134 | Added a new worker 12 to the queue +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.927 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.N9axi8 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.927 | 10490 | Removed run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.927 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.927 | 10490 | Assigned run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.927 | 17130 | Marked run 597 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.928 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.928 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.928 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.930 | 17133 | Marked run 598 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.930 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.931 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.932 | 17135 | Added a new run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.932 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.932 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.932 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.933 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.935 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.936 | 17140 | Added a new run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.937 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.939 | 10494 | Recursively removing directory: /tmp/git.hl8Hki/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.939 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.940 | 10491 | Recursively removing directory: /tmp/git.N9axi8/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.941 | 17151 | Added a new run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.941 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.942 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.942 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.941 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.941 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.942 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.942 | 17153 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.942 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.942 | 10490 | Removed run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.942 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.942 | 10490 | Assigned run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.943 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hFU9Yt +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.943 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.943 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.943 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.943 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.944 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.944 | 17156 | Added a new worker 14 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.944 | 10490 | Removed run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.944 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.944 | 10490 | Assigned run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.944 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.944 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GPppBf +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.945 | 17152 | Marked run 599 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.945 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.945 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.947 | 17155 | Marked run 600 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.947 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.948 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.949 | 17157 | Added a new run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.949 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.949 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.949 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.950 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.951 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.953 | 17162 | Added a new run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.953 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.956 | 10494 | Recursively removing directory: /tmp/git.hFU9Yt/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.956 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.957 | 10491 | Recursively removing directory: /tmp/git.GPppBf/ +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.958 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.958 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.958 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.958 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.958 | 17175 | Added a new worker 13 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.958 | 10490 | Removed run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.958 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.958 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.958 | 10490 | Assigned run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.958 | 17173 | Added a new run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.958 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.958 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.958 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IJnH73 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.960 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.960 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.960 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.960 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.960 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.960 | 17178 | Added a new worker 6 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.960 | 10490 | Removed run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.960 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.961 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rF393m +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.961 | 10490 | Assigned run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.961 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.961 | 17174 | Marked run 601 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.961 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.962 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.963 | 17177 | Marked run 602 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.963 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.965 | 17179 | Added a new run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.965 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.965 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.966 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.967 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.967 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.968 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.969 | 17183 | Added a new run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.970 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.972 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.973 | 10494 | Recursively removing directory: /tmp/git.IJnH73/ +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.974 | 10491 | Recursively removing directory: /tmp/git.rF393m/ +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.975 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.975 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.975 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.975 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.975 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.975 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.975 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.975 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.975 | 17197 | Added a new worker 15 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.975 | 10490 | Removed run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.975 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.975 | 10490 | Assigned run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.975 | 17194 | Added a new run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.975 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.976 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.976 | 17199 | Added a new worker 6 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.976 | 10490 | Removed run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.976 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.976 | 10490 | Assigned run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.976 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.975 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PGRfpc +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.977 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VOYoHF +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.978 | 17196 | Marked run 603 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.978 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.978 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.980 | 17198 | Marked run 604 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.980 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.982 | 10494 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.982 | 17201 | Added a new run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.983 | 10491 | Checking out revision HEAD +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.983 | 10494 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.982 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.983 | 10491 | Going to run: ./ci +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.985 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.986 | 17206 | Added a new run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.987 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.989 | 10494 | Recursively removing directory: /tmp/git.PGRfpc/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.989 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.990 | 10491 | Recursively removing directory: /tmp/git.VOYoHF/ +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.991 | 17217 | Added a new run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.991 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.991 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.992 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.991 | 10494 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.991 | 10494 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.992 | 17219 | Added a new worker 11 to the queue +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.991 | 10494 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.992 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ScM4Xd +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.992 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.992 | 10490 | Removed run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.992 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.992 | 10490 | Assigned run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.993 | 10491 | Process exit code: 0 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.993 | 10491 | Process output: 57 bytes +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.993 | 10491 | Waiting for a new command +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.993 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.993 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.993 | 17222 | Added a new worker 14 to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.993 | 10490 | Removed run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.993 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.993 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.993 | 10490 | Assigned run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:14 | INFO | 10491/cimple-worker: 2024-01-28 10:55:14.994 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Li6X2l +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.995 | 17218 | Marked run 605 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.995 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.996 | 17221 | Marked run 606 as finished +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.997 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.998 | 17223 | Added a new run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:14 | INFO | 10488/cimple-server: 2024-01-28 10:55:14.998 | 10488 | Waiting for new connections +2024-01-28 10:55:14 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:14 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:14 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:14 | INFO | 10494/cimple-worker: 2024-01-28 10:55:14.999 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.000 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.000 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.000 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.001 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.002 | 17227 | Added a new run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.003 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.005 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.006 | 17237 | Added a new run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.007 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.007 | 10494 | Recursively removing directory: /tmp/git.ScM4Xd/ +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.008 | 10491 | Recursively removing directory: /tmp/git.Li6X2l/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.009 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.009 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.009 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.009 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.009 | 17242 | Added a new worker 10 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.009 | 10490 | Removed run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.009 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.009 | 10490 | Assigned run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.009 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.009 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.009 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.009 | 17244 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.009 | 10490 | Removed run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.009 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.009 | 10490 | Assigned run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.009 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.009 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bjo68b +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.009 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.009 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.009 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.010 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GTZow2 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.010 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.010 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.011 | 17241 | Marked run 607 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.012 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.015 | 17245 | Added a new run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.016 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.016 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.016 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.017 | 17243 | Marked run 608 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.017 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.017 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.017 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.019 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.020 | 17249 | Added a new run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.020 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.023 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.024 | 10491 | Recursively removing directory: /tmp/git.GTZow2/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.024 | 17260 | Added a new run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.024 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.025 | 10494 | Recursively removing directory: /tmp/git.bjo68b/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.025 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.025 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.025 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.025 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.025 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.025 | 17264 | Added a new worker 10 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.025 | 10490 | Removed run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.025 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.025 | 10490 | Assigned run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.026 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.026 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rmiN0P +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.027 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.027 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.027 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.027 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.027 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.027 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.027 | 17267 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.027 | 10490 | Removed run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.027 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.027 | 10490 | Assigned run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.028 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.028 | 17263 | Marked run 610 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.028 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.028 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wLxYrN +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.030 | 17265 | Added a new run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.030 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.032 | 17266 | Marked run 609 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.032 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.033 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.033 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.033 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.033 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.034 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.035 | 17269 | Added a new run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.035 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.037 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.039 | 17276 | Added a new run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.039 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.040 | 10494 | Recursively removing directory: /tmp/git.wLxYrN/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.042 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.042 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.042 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.042 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.042 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.042 | 17287 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.042 | 10490 | Removed run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.042 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.042 | 10490 | Assigned run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.042 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.042 | 10491 | Recursively removing directory: /tmp/git.rmiN0P/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.042 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.042 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dtfI0B +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.044 | 17286 | Marked run 612 as finished +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.044 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.044 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.044 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.044 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.044 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.044 | 17289 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.044 | 10490 | Removed run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.044 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.044 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.044 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.044 | 10490 | Assigned run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.045 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HSsslT +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.046 | 17285 | Added a new run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.046 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.047 | 17288 | Marked run 611 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.048 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.048 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.049 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.049 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.050 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.051 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.051 | 17291 | Added a new run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.051 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.054 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.055 | 17299 | Added a new run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.056 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.056 | 10494 | Recursively removing directory: /tmp/git.dtfI0B/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.057 | 10491 | Recursively removing directory: /tmp/git.HSsslT/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.058 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.058 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.058 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.058 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.058 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.058 | 17309 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.058 | 10490 | Removed run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.058 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.058 | 10490 | Assigned run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.058 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.058 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.058 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QfLOkq +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.059 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.059 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.059 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.059 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.059 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.059 | 17311 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.059 | 10490 | Removed run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.059 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.060 | 10490 | Assigned run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.060 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vuxrwU +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.060 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.061 | 17308 | Marked run 613 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.061 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.063 | 17307 | Added a new run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.063 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.065 | 17310 | Marked run 614 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.065 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.065 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.065 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.066 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.066 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.067 | 17313 | Added a new run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.067 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.067 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.070 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.071 | 17322 | Added a new run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.072 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.072 | 10494 | Recursively removing directory: /tmp/git.QfLOkq/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.073 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.073 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.074 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.074 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.074 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.074 | 17330 | Added a new worker 10 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.074 | 10490 | Removed run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.074 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.074 | 10490 | Assigned run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.074 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.074 | 10491 | Recursively removing directory: /tmp/git.vuxrwU/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.074 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TQqXKD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.075 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.076 | 17329 | Marked run 615 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.076 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.077 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.077 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.078 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.077 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.078 | 17331 | Added a new run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.078 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.078 | 17333 | Added a new worker 10 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.078 | 10490 | Removed run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.078 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.078 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.078 | 10490 | Assigned run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.078 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NUYjdr +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.080 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.080 | 17332 | Marked run 616 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.081 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.081 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.081 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.082 | 17335 | Added a new run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.083 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.084 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.085 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.085 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.086 | 17340 | Added a new run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.087 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.088 | 10494 | Recursively removing directory: /tmp/git.TQqXKD/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.089 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.091 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.091 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.091 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.091 | 17348 | Added a new run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.091 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.091 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.091 | 17353 | Added a new worker 11 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.091 | 10490 | Removed run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.091 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.091 | 10490 | Assigned run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.092 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.092 | 10491 | Recursively removing directory: /tmp/git.NUYjdr/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.091 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Sut6sl +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.093 | 17352 | Marked run 617 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.093 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.093 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.094 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.094 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.095 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.095 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.095 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.095 | 17357 | Added a new worker 9 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.095 | 10490 | Removed run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.095 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.095 | 10490 | Assigned run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.095 | 17355 | Added a new run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.095 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.095 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.095 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tDJTlm +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.097 | 17356 | Marked run 618 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.097 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.097 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.099 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.099 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.100 | 17359 | Added a new run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.101 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.101 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.101 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.103 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.105 | 17366 | Added a new run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.105 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.105 | 10494 | Recursively removing directory: /tmp/git.Sut6sl/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.107 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.107 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.107 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.107 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.107 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.107 | 17376 | Added a new worker 11 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.108 | 10490 | Removed run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.108 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.108 | 10490 | Assigned run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.108 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.108 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.108 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0VOZys +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.108 | 10491 | Recursively removing directory: /tmp/git.tDJTlm/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.109 | 17375 | Marked run 619 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.109 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.110 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.110 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.110 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.110 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.110 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.110 | 17379 | Added a new worker 11 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.110 | 10490 | Removed run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.110 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.110 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.110 | 10490 | Assigned run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.110 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rCM8fp +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.112 | 17377 | Added a new run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.113 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.114 | 17378 | Marked run 620 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.114 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.115 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.115 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.116 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.117 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.117 | 17381 | Added a new run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.118 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.118 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.120 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.122 | 17387 | Added a new run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.122 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.122 | 10494 | Recursively removing directory: /tmp/git.0VOZys/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.124 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.124 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.124 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.124 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.124 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.124 | 17398 | Added a new worker 10 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.124 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.124 | 10490 | Removed run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.124 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.124 | 10490 | Assigned run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.124 | 10491 | Recursively removing directory: /tmp/git.rCM8fp/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.125 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.125 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EY0wnz +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.126 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.126 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.126 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.126 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.126 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.126 | 17401 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.126 | 10490 | Removed run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.126 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.126 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.126 | 10490 | Assigned run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.126 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FJPxcO +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.132 | 17399 | Added a new run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.132 | 17397 | Marked run 621 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.132 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.132 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.134 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.134 | 17400 | Marked run 622 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.134 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.135 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.135 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.135 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.136 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.136 | 17403 | Added a new run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.137 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.139 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.141 | 17411 | Added a new run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.141 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.142 | 10491 | Recursively removing directory: /tmp/git.FJPxcO/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.143 | 10494 | Recursively removing directory: /tmp/git.EY0wnz/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.143 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.144 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.144 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.144 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.144 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.144 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.144 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.144 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.144 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.144 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.145 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fwcuIj +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.144 | 17422 | Added a new worker 17 to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.144 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y0SFjy +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.144 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.144 | 10490 | Removed run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.144 | 10490 | Removed worker 17 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.144 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.144 | 10490 | Assigned run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.144 | 17423 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.144 | 10490 | Removed run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.144 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.144 | 10490 | Assigned run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.145 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.146 | 17419 | Added a new run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.146 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.148 | 17420 | Marked run 624 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.148 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.149 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.151 | 17421 | Marked run 623 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.151 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.151 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.152 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.152 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.153 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.153 | 17425 | Added a new run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.153 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.155 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.157 | 17431 | Added a new run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.157 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.159 | 10494 | Recursively removing directory: /tmp/git.fwcuIj/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.159 | 10491 | Recursively removing directory: /tmp/git.y0SFjy/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.160 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.162 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.162 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.162 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.162 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.162 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.162 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.162 | 17444 | Added a new worker 17 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.162 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.162 | 10490 | Removed run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.162 | 10490 | Removed worker 17 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.162 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.162 | 10490 | Assigned run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.162 | 17445 | Added a new worker 8 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.162 | 10490 | Removed run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.162 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.162 | 10490 | Assigned run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.163 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.162 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.162 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lClhAQ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.162 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.162 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.162 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kNP76N +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.164 | 17443 | Marked run 626 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.164 | 17441 | Added a new run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.164 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.164 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.167 | 17442 | Marked run 625 as finished +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.167 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.167 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.167 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.168 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.169 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.170 | 17447 | Added a new run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.170 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.170 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.172 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.174 | 17455 | Added a new run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.175 | 10491 | Recursively removing directory: /tmp/git.lClhAQ/ +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.175 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.176 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.176 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.176 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.177 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.177 | 10494 | Recursively removing directory: /tmp/git.kNP76N/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.177 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.177 | 17464 | Added a new worker 11 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.177 | 10490 | Removed run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.177 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.177 | 10490 | Assigned run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.177 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.177 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YwAYHV +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.177 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.179 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.179 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.179 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.179 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.179 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.179 | 17467 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.179 | 10490 | Removed run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.179 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.179 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.179 | 10490 | Assigned run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.179 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6EoCnp +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.181 | 17465 | Added a new run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.181 | 17463 | Marked run 627 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.181 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.181 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.183 | 17466 | Marked run 628 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.183 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.184 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.184 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.185 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.185 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.186 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.186 | 17469 | Added a new run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.186 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.189 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.191 | 17476 | Added a new run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.191 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.192 | 10491 | Recursively removing directory: /tmp/git.YwAYHV/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.193 | 10494 | Recursively removing directory: /tmp/git.6EoCnp/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.194 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.194 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.194 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.194 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.194 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.194 | 17487 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.194 | 10490 | Removed run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.194 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.194 | 10490 | Assigned run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.194 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.194 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.194 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.I5GwFx +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.194 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.194 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.195 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.195 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.195 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.195 | 17489 | Added a new worker 16 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.195 | 10490 | Removed run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.195 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.195 | 10490 | Assigned run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.195 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.195 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9A7fN3 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.197 | 17486 | Marked run 629 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.197 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.199 | 17488 | Marked run 630 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.199 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.199 | 17485 | Added a new run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.199 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.200 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.200 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.201 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.201 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.202 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.203 | 17491 | Added a new run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.203 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.206 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.207 | 17500 | Added a new run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.207 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.208 | 10494 | Recursively removing directory: /tmp/git.9A7fN3/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.209 | 10491 | Recursively removing directory: /tmp/git.I5GwFx/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.210 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.210 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.210 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.210 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.210 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.210 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.210 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.210 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.210 | 17509 | Added a new worker 17 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.210 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.210 | 10490 | Removed run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.210 | 10490 | Removed worker 17 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.210 | 10490 | Assigned run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.210 | 17511 | Added a new worker 18 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.210 | 10490 | Removed run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.210 | 10490 | Removed worker 18 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.210 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.210 | 10490 | Assigned run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.211 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.210 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.210 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rXWnfS +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.210 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.211 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EMfUIf +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.212 | 17507 | Added a new run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.213 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.215 | 17508 | Marked run 632 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.215 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.215 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.217 | 17510 | Marked run 631 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.217 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.217 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.217 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.218 | 17513 | Added a new run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.219 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.219 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.219 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.221 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.223 | 17518 | Added a new run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.223 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.226 | 10494 | Recursively removing directory: /tmp/git.rXWnfS/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.226 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.226 | 10491 | Recursively removing directory: /tmp/git.EMfUIf/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.228 | 17529 | Added a new run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.228 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.228 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.228 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.228 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.228 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.228 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.229 | 17532 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.228 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.228 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.228 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.229 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vGKIB3 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.228 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.229 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CRlTcl +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.229 | 10490 | Removed run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.229 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.229 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.229 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.229 | 10490 | Assigned run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.229 | 17533 | Added a new worker 10 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.229 | 10490 | Removed run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.229 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.229 | 10490 | Assigned run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.229 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.231 | 17530 | Marked run 634 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.231 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.232 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.233 | 17531 | Marked run 633 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.233 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.235 | 17535 | Added a new run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.235 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.235 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.235 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.236 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.236 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.237 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.242 | 10491 | Recursively removing directory: /tmp/git.CRlTcl/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.243 | 10494 | Recursively removing directory: /tmp/git.vGKIB3/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.243 | 17539 | Added a new run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.243 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.244 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.244 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.244 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.244 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.244 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.244 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.244 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.244 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.245 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.245 | 17553 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.245 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.245 | 10490 | Removed run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.245 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.245 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.245 | 10490 | Assigned run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.245 | 17554 | Added a new worker 10 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.245 | 10490 | Removed run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.245 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.245 | 10490 | Assigned run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.245 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.245 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3CkX9q +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.245 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BgFTMO +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.247 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.247 | 17551 | Marked run 636 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.247 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.249 | 17555 | Added a new run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.249 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.251 | 17552 | Marked run 635 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.251 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.251 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.251 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.252 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.252 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.252 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.254 | 17557 | Added a new run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.254 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.257 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.258 | 17567 | Added a new run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.258 | 10494 | Recursively removing directory: /tmp/git.BgFTMO/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.258 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.259 | 10491 | Recursively removing directory: /tmp/git.3CkX9q/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.260 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.260 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.260 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.260 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.260 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.260 | 17574 | Added a new worker 10 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.260 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.260 | 10490 | Removed run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.260 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.261 | 10490 | Assigned run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.261 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.enY7L7 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.261 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.262 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.262 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.262 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.262 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AOiwFQ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.262 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.262 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.262 | 17577 | Added a new worker 16 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.262 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.262 | 10490 | Removed run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.262 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.262 | 10490 | Assigned run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.264 | 17575 | Added a new run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.264 | 17573 | Marked run 638 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.264 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.264 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.267 | 17576 | Marked run 637 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.267 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.267 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.267 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.268 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.268 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.269 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.270 | 17579 | Added a new run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.270 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.272 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.273 | 17586 | Added a new run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.274 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.275 | 10494 | Recursively removing directory: /tmp/git.enY7L7/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.276 | 10491 | Recursively removing directory: /tmp/git.AOiwFQ/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.276 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.276 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.277 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.277 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.277 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.277 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.277 | 17596 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.277 | 10490 | Removed run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.277 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.277 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.277 | 10490 | Assigned run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.278 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.278 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.278 | 17599 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.278 | 10490 | Removed run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.278 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.278 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.278 | 10490 | Assigned run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.277 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.277 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.278 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.278 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7mnpA9 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.277 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j1TH3P +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.279 | 17597 | Added a new run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.279 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.281 | 17595 | Marked run 639 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.281 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.282 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.284 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.284 | 17598 | Marked run 640 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.284 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.285 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.285 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.286 | 17601 | Added a new run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.286 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.286 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.288 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.290 | 17607 | Added a new run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.290 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.292 | 10494 | Recursively removing directory: /tmp/git.j1TH3P/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.293 | 10491 | Recursively removing directory: /tmp/git.7mnpA9/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.293 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.294 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.294 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.294 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.294 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.294 | 17619 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.294 | 10490 | Removed run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.294 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.294 | 10490 | Assigned run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.294 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.294 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.294 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wBH1op +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.295 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.295 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.295 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.295 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KqNM83 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.295 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.295 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.295 | 17621 | Added a new worker 16 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.295 | 10490 | Removed run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.295 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.295 | 10490 | Assigned run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.295 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.295 | 17617 | Added a new run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.296 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.298 | 17618 | Marked run 641 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.298 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.299 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.300 | 17620 | Marked run 642 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.300 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.301 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.301 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.302 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.302 | 17623 | Added a new run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.302 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.303 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.305 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.306 | 17629 | Added a new run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.307 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.309 | 10491 | Recursively removing directory: /tmp/git.KqNM83/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.309 | 10494 | Recursively removing directory: /tmp/git.wBH1op/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.310 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.311 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.311 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.311 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.311 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.311 | 17641 | Added a new worker 14 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.311 | 10490 | Removed run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.311 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.311 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.311 | 10490 | Assigned run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.311 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.311 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dsk0pJ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.312 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.312 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.312 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.312 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.312 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.312 | 17643 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.312 | 10490 | Removed run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.312 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.312 | 10490 | Assigned run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.312 | 17639 | Added a new run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.312 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nT6gUa +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.313 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.314 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.315 | 17640 | Marked run 644 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.315 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.316 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.317 | 17642 | Marked run 643 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.317 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.318 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.318 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.319 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.319 | 17645 | Added a new run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.319 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.320 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.322 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.324 | 17651 | Added a new run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.324 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.326 | 10494 | Recursively removing directory: /tmp/git.nT6gUa/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.326 | 10491 | Recursively removing directory: /tmp/git.dsk0pJ/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.327 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.328 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.328 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.328 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.328 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.328 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.328 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.328 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.329 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.329 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.329 | 17664 | Added a new worker 17 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.329 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.329 | 10490 | Removed run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.329 | 10490 | Removed worker 17 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.329 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.329 | 10490 | Assigned run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.329 | 17665 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.329 | 10490 | Removed run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.329 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.329 | 10490 | Assigned run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.329 | 17661 | Added a new run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.329 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.329 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MucnIe +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.329 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ea5cJ7 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.332 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.334 | 17662 | Marked run 646 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.334 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.335 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.335 | 17663 | Marked run 645 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.336 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.336 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.337 | 17667 | Added a new run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.337 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.337 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.337 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.339 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.341 | 17671 | Added a new run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.341 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.344 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.344 | 10491 | Recursively removing directory: /tmp/git.MucnIe/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.344 | 10494 | Recursively removing directory: /tmp/git.Ea5cJ7/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.345 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.345 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.345 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.345 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.346 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.345 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.346 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.346 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.346 | 17686 | Added a new worker 17 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.346 | 10490 | Removed run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.346 | 10490 | Removed worker 17 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.346 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.346 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.346 | 10490 | Assigned run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.346 | 17687 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.346 | 10490 | Removed run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.346 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.346 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.346 | 10490 | Assigned run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.346 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zqh8KA +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.346 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.346 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.D8MMfB +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.348 | 17683 | Added a new run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.348 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.350 | 17685 | Marked run 647 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.350 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.350 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.352 | 17684 | Marked run 648 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.352 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.352 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.353 | 17689 | Added a new run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.353 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.354 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.353 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.354 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.356 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.357 | 17694 | Added a new run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.358 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.360 | 10494 | Recursively removing directory: /tmp/git.zqh8KA/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.360 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.361 | 10491 | Recursively removing directory: /tmp/git.D8MMfB/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.362 | 17705 | Added a new run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.362 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.362 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.362 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.362 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.362 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.363 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.p7Dc2B +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.363 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.363 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.363 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.362 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.362 | 17707 | Added a new worker 10 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.362 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.362 | 10490 | Removed run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.362 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.362 | 10490 | Assigned run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.363 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.363 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.363 | 17710 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.363 | 10490 | Removed run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.363 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.363 | 10490 | Assigned run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.364 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.364 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.h5N09W +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.366 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.366 | 17706 | Marked run 650 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.366 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.367 | 17709 | Marked run 649 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.367 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.368 | 17711 | Added a new run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.369 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.369 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.370 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.370 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.370 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.371 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.372 | 17715 | Added a new run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.372 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.375 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.376 | 17725 | Added a new run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.377 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.377 | 10491 | Recursively removing directory: /tmp/git.h5N09W/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.377 | 10494 | Recursively removing directory: /tmp/git.p7Dc2B/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.378 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.378 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.379 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.379 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.379 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.379 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.379 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FWkutk +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.379 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.379 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.379 | 17730 | Added a new worker 10 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.379 | 10490 | Removed run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.379 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.379 | 10490 | Assigned run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.379 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.379 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.379 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.379 | 17733 | Added a new worker 8 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.379 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.379 | 10490 | Removed run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.379 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.379 | 10490 | Assigned run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.380 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ARqNeD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.381 | 17729 | Marked run 652 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.381 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.383 | 17731 | Added a new run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.383 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.385 | 17732 | Marked run 651 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.385 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.385 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.386 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.386 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.386 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.387 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.387 | 17735 | Added a new run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.388 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.390 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.392 | 17743 | Added a new run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.392 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.393 | 10491 | Recursively removing directory: /tmp/git.FWkutk/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.393 | 10494 | Recursively removing directory: /tmp/git.ARqNeD/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.394 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.394 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.395 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.395 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.395 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.395 | 17752 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.395 | 10490 | Removed run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.395 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.395 | 10490 | Assigned run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.395 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.395 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.395 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.395 | 17755 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.395 | 10490 | Removed run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.395 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.395 | 10490 | Assigned run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.395 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.395 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.395 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8v1KCd +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.395 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.395 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.395 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.395 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8zwCMd +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.397 | 17751 | Marked run 653 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.397 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.399 | 17753 | Added a new run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.399 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.400 | 17754 | Marked run 654 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.400 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.401 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.402 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.402 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.402 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.403 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.403 | 17757 | Added a new run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.404 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.406 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.407 | 17764 | Added a new run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.407 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.409 | 10491 | Recursively removing directory: /tmp/git.8v1KCd/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.410 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.410 | 10494 | Recursively removing directory: /tmp/git.8zwCMd/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.410 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.410 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.410 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.410 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.411 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.411 | 17775 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.411 | 10490 | Removed run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.411 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.411 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.411 | 10490 | Assigned run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.411 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S7h1r6 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.412 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.412 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.412 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.412 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.413 | 17773 | Added a new run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.413 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.413 | 17777 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.413 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.413 | 10490 | Removed run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.413 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.413 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.413 | 10490 | Assigned run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.413 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IBDkMI +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.415 | 17774 | Marked run 655 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.415 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.416 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.417 | 17776 | Marked run 656 as finished +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.417 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.417 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.418 | 17779 | Added a new run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.418 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.419 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.419 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.420 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.421 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.423 | 17784 | Added a new run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.423 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.426 | 10491 | Recursively removing directory: /tmp/git.S7h1r6/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.426 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.427 | 10494 | Recursively removing directory: /tmp/git.IBDkMI/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.428 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.428 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.428 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.428 | 17795 | Added a new run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.428 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.429 | 17798 | Added a new worker 6 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.429 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.429 | 10490 | Removed run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.429 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.429 | 10490 | Assigned run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.429 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.429 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.430 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.430 | 17800 | Added a new worker 14 to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.429 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.429 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.430 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.430 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wvhXtO +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.429 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QygWq7 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.430 | 10490 | Removed run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.430 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.430 | 10490 | Assigned run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.430 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.430 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.431 | 17796 | Marked run 657 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.431 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.433 | 17799 | Marked run 658 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.433 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.435 | 17801 | Added a new run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.435 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.435 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.435 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.436 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.436 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.438 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.439 | 17805 | Added a new run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.439 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.442 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.443 | 10491 | Recursively removing directory: /tmp/git.QygWq7/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.443 | 10494 | Recursively removing directory: /tmp/git.wvhXtO/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.444 | 17817 | Added a new run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.445 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.445 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.445 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.445 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.445 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.445 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.446 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.446 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nVvNkp +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.445 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.445 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.445 | 17820 | Added a new worker 10 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.445 | 10490 | Removed run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.445 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.445 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.445 | 10490 | Assigned run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.445 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.446 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.446 | 17822 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.446 | 10490 | Removed run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.446 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.446 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.446 | 10490 | Assigned run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.446 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Uim7WI +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.448 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.452 | 17819 | Marked run 660 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.452 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.454 | 17821 | Marked run 659 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.454 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.455 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.456 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.456 | 17823 | Added a new run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.456 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.456 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.457 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.459 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.461 | 17829 | Added a new run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.461 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.463 | 10491 | Recursively removing directory: /tmp/git.nVvNkp/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.464 | 10494 | Recursively removing directory: /tmp/git.Uim7WI/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.464 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.466 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.466 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.466 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.466 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.466 | 17841 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.466 | 10490 | Removed run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.466 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.466 | 10490 | Assigned run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.466 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.466 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.466 | 17843 | Added a new worker 17 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.466 | 10490 | Removed run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.466 | 10490 | Removed worker 17 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.466 | 10490 | Assigned run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.466 | 17839 | Added a new run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.467 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.467 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.466 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.466 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xJ4ddR +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.466 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.466 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.466 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.466 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ns2YeT +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.467 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.469 | 17840 | Marked run 662 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.469 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.470 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.472 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.473 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.473 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.473 | 17842 | Marked run 661 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.473 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.473 | 17845 | Added a new run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.474 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.474 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.476 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.477 | 17850 | Added a new run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.478 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.480 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.480 | 10491 | Recursively removing directory: /tmp/git.xJ4ddR/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.481 | 10494 | Recursively removing directory: /tmp/git.ns2YeT/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.482 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.482 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.483 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.483 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mjmxNx +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.482 | 17861 | Added a new run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.483 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.483 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.483 | 17863 | Added a new worker 11 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.483 | 10490 | Removed run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.483 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.483 | 10490 | Assigned run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.483 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.484 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.484 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.484 | 17866 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.484 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.484 | 10490 | Removed run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.484 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.484 | 10490 | Assigned run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.483 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.483 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.483 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.484 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.t3l0Vn +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.486 | 17862 | Marked run 663 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.486 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.486 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.488 | 17865 | Marked run 664 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.488 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.489 | 17867 | Added a new run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.489 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.490 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.490 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.491 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.491 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.492 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.494 | 17871 | Added a new run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.494 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.497 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.497 | 10491 | Recursively removing directory: /tmp/git.mjmxNx/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.498 | 10494 | Recursively removing directory: /tmp/git.t3l0Vn/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.498 | 17882 | Added a new run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.499 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.499 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.499 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.500 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.500 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.500 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.500 | 17886 | Added a new worker 12 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.500 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.500 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.500 | 10490 | Removed run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.500 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.500 | 10490 | Assigned run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.500 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.500 | 17888 | Added a new worker 8 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.500 | 10490 | Removed run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.500 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.500 | 10490 | Assigned run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.500 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UTJRj3 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.499 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.499 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.500 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.500 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kUKI92 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.501 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.503 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.503 | 17887 | Marked run 665 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.503 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.505 | 17889 | Added a new run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.505 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.506 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.507 | 17885 | Marked run 666 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.507 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.507 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.507 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.508 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.508 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.509 | 17892 | Added a new run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.510 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.512 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.514 | 17902 | Added a new run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.514 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.514 | 10494 | Recursively removing directory: /tmp/git.UTJRj3/ +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.515 | 10491 | Recursively removing directory: /tmp/git.kUKI92/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.516 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.516 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.516 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.516 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.516 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.516 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.516 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.516 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.516 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.516 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.517 | 17908 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.517 | 10490 | Removed run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.517 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.517 | 10490 | Assigned run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.517 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.517 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.517 | 17910 | Added a new worker 16 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.517 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.517 | 10490 | Removed run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.517 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.517 | 10490 | Assigned run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.517 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.z3QorB +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.518 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3PrJza +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.519 | 17907 | Marked run 667 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.519 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.521 | 17909 | Marked run 668 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.521 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.522 | 17911 | Added a new run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.523 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.523 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.523 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.524 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.524 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.525 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.527 | 17915 | Added a new run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.527 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.530 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.531 | 10491 | Recursively removing directory: /tmp/git.3PrJza/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.531 | 10494 | Recursively removing directory: /tmp/git.z3QorB/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.532 | 17927 | Added a new run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.532 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.532 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.532 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.533 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.533 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.533 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.533 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.533 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.533 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.533 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.533 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.533 | 17932 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.533 | 10490 | Removed run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.533 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.533 | 10490 | Assigned run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.533 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.533 | 17931 | Added a new worker 16 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.533 | 10490 | Removed run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.533 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.533 | 10490 | Assigned run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.534 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.534 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mVKVtf +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.533 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CpmrSP +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.535 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.535 | 17929 | Marked run 670 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.536 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.537 | 17930 | Marked run 669 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.537 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.539 | 17933 | Added a new run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.539 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.540 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.540 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.541 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.541 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.542 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.544 | 17937 | Added a new run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.544 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.547 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.547 | 10494 | Recursively removing directory: /tmp/git.CpmrSP/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.547 | 10491 | Recursively removing directory: /tmp/git.mVKVtf/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.548 | 17949 | Added a new run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.549 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.549 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.549 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.549 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.549 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.549 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.549 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.549 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.550 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.550 | 17951 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.550 | 10490 | Removed run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.550 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.550 | 10490 | Assigned run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.550 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.550 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.550 | 17954 | Added a new worker 8 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.550 | 10490 | Removed run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.550 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.550 | 10490 | Assigned run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.550 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.550 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0GWL0x +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.550 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pU4ML1 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.552 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.552 | 17950 | Marked run 671 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.552 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.554 | 17955 | Added a new run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.554 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.556 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.557 | 17953 | Marked run 672 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.558 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.558 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.559 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.559 | 17957 | Added a new run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.560 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.560 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.561 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.562 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.564 | 17962 | Added a new run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.564 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.566 | 10491 | Recursively removing directory: /tmp/git.pU4ML1/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.566 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.568 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.568 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.568 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.568 | 10494 | Recursively removing directory: /tmp/git.0GWL0x/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.568 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.568 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.568 | 17975 | Added a new worker 8 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.568 | 10490 | Removed run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.568 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.568 | 10490 | Assigned run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.568 | 17972 | Added a new run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.569 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.569 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kjno5p +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.569 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.570 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.570 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.571 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.571 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.571 | 17974 | Marked run 674 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.571 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.571 | 17978 | Added a new worker 9 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.571 | 10490 | Removed run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.571 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.571 | 10490 | Assigned run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.571 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.571 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.571 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uaU15D +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.572 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.573 | 17977 | Marked run 673 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.573 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.575 | 17979 | Added a new run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.575 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.575 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.576 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.577 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.577 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.578 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.580 | 17983 | Added a new run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.580 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.582 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.583 | 10491 | Recursively removing directory: /tmp/git.kjno5p/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.584 | 10494 | Recursively removing directory: /tmp/git.uaU15D/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.584 | 17994 | Added a new run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.585 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.585 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.585 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.585 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.585 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.585 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.585 | 17998 | Added a new worker 10 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.585 | 10490 | Removed run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.585 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.585 | 10490 | Assigned run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.586 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.586 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.585 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XM4PEW +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.586 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.586 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.586 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.586 | 18000 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.586 | 10490 | Removed run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.586 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.586 | 10490 | Assigned run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.586 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.586 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9mvJvb +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.587 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.588 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.589 | 17999 | Marked run 676 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.589 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.591 | 17997 | Marked run 675 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.591 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.593 | 18001 | Added a new run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.593 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.593 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.594 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.594 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.595 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.596 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.597 | 18005 | Added a new run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.598 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.600 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.600 | 10491 | Recursively removing directory: /tmp/git.XM4PEW/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.601 | 10494 | Recursively removing directory: /tmp/git.9mvJvb/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.602 | 18017 | Added a new run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.602 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.602 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.603 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.603 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.603 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.603 | 18019 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.603 | 10490 | Removed run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.603 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.603 | 10490 | Assigned run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.603 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.603 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.603 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j8piBo +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.604 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.604 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.604 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.604 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.604 | 18022 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.604 | 10490 | Removed run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.604 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.604 | 10490 | Assigned run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.605 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.604 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.605 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5CxHc2 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.606 | 18018 | Marked run 677 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.606 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.607 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.607 | 18021 | Marked run 678 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.607 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.609 | 18023 | Added a new run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.609 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.609 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.610 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.610 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.611 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.611 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.614 | 18026 | Added a new run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.614 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.617 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.617 | 10491 | Recursively removing directory: /tmp/git.j8piBo/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.618 | 10494 | Recursively removing directory: /tmp/git.5CxHc2/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.618 | 18038 | Added a new run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.619 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.619 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.619 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.619 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.619 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.619 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.620 | 18042 | Added a new worker 11 to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.620 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.620 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.620 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.620 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZN2uMD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.620 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.F6BBnp +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.620 | 10490 | Removed run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.620 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.620 | 10490 | Assigned run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.620 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.620 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.620 | 18044 | Added a new worker 11 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.620 | 10490 | Removed run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.620 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.620 | 10490 | Assigned run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.622 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.623 | 18041 | Marked run 679 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.623 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.625 | 18045 | Added a new run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.625 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.625 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.625 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.626 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.626 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.627 | 18043 | Marked run 680 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.627 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.628 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.628 | 18049 | Added a new run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.629 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.631 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.633 | 18059 | Added a new run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.633 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.633 | 10494 | Recursively removing directory: /tmp/git.ZN2uMD/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.634 | 10491 | Recursively removing directory: /tmp/git.F6BBnp/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.635 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.635 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.635 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.635 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.635 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.635 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.635 | 18064 | Added a new worker 12 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.635 | 18066 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.635 | 10490 | Removed run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.635 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.635 | 10490 | Assigned run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.635 | 10490 | Removed run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.635 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.635 | 10490 | Assigned run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.635 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.636 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.635 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.635 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.635 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.636 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.g2uzPL +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.636 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.635 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.636 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RtTUhH +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.638 | 18065 | Marked run 681 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.638 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.639 | 18067 | Added a new run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.640 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.641 | 18063 | Marked run 682 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.641 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.642 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.642 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.643 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.643 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.643 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.644 | 18069 | Added a new run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.644 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.647 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.648 | 18077 | Added a new run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.648 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.650 | 10491 | Recursively removing directory: /tmp/git.g2uzPL/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.651 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.650 | 10494 | Recursively removing directory: /tmp/git.RtTUhH/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.652 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.652 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.652 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.652 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.652 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.652 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.652 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.652 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.652 | 18088 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.652 | 10490 | Removed run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.652 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.652 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.653 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.getM4r +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.652 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.652 | 10490 | Assigned run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.652 | 18089 | Added a new worker 14 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.652 | 10490 | Removed run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.652 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.652 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.652 | 10490 | Assigned run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.653 | 18085 | Added a new run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.652 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.652 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0fzaO1 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.654 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.656 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.656 | 18087 | Marked run 683 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.656 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.658 | 18086 | Marked run 684 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.658 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.659 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.659 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.660 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.660 | 18091 | Added a new run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.660 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.660 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.663 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.664 | 18096 | Added a new run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.664 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.667 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.667 | 10494 | Recursively removing directory: /tmp/git.getM4r/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.668 | 10491 | Recursively removing directory: /tmp/git.0fzaO1/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.668 | 18107 | Added a new run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.668 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.669 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.669 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.669 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.669 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.669 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.669 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.670 | 18110 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.670 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.670 | 18112 | Added a new worker 16 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.670 | 10490 | Removed run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.670 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.670 | 10490 | Assigned run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.670 | 10490 | Removed run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.670 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.670 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.670 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.670 | 10490 | Assigned run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.669 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.669 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.670 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.670 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FeKPKU +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.670 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Yh570s +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.671 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.677 | 18109 | Marked run 686 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.677 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.679 | 18111 | Marked run 685 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.679 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.680 | 18113 | Added a new run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.681 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.681 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.681 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.682 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.682 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.683 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.685 | 18117 | Added a new run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.685 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.687 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.689 | 18127 | Added a new run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.689 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.689 | 10491 | Recursively removing directory: /tmp/git.FeKPKU/ +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.689 | 10494 | Recursively removing directory: /tmp/git.Yh570s/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.691 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.691 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.691 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.691 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.691 | 18132 | Added a new worker 11 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.691 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.691 | 10490 | Removed run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.691 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.691 | 10490 | Assigned run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.691 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.691 | 18134 | Added a new worker 8 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.691 | 10490 | Removed run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.691 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.691 | 10490 | Assigned run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.692 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.692 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.691 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.691 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zol14E +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.693 | 18131 | Marked run 688 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.693 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.691 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.691 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.691 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.692 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S3SNSK +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.695 | 18135 | Added a new run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.695 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.697 | 18133 | Marked run 687 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.697 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.697 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.697 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.698 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.699 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.699 | 18137 | Added a new run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.699 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.699 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.702 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.704 | 18143 | Added a new run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.704 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.705 | 10494 | Recursively removing directory: /tmp/git.S3SNSK/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.706 | 10491 | Recursively removing directory: /tmp/git.zol14E/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.706 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.708 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.708 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.708 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.708 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.708 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.708 | 18155 | Added a new worker 14 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.708 | 10490 | Removed run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.708 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.708 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.708 | 10490 | Assigned run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.708 | 18153 | Added a new run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.708 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.708 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.709 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.709 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.709 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.709 | 18157 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.709 | 10490 | Removed run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.709 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.709 | 10490 | Assigned run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.709 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.709 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZMeFuz +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.708 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.90zhFV +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.710 | 18154 | Marked run 690 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.710 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.712 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.712 | 18156 | Marked run 689 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.713 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.714 | 18159 | Added a new run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.715 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.715 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.715 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.716 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.716 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.717 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.719 | 18163 | Added a new run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.719 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.722 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.722 | 10494 | Recursively removing directory: /tmp/git.90zhFV/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.723 | 18174 | Added a new run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.724 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.724 | 10491 | Recursively removing directory: /tmp/git.ZMeFuz/ +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.724 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.724 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.724 | 18177 | Added a new worker 10 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.724 | 10490 | Removed run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.724 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.724 | 10490 | Assigned run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.725 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.724 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.724 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.724 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.725 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NidvFd +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.726 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.726 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.726 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.727 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kSBlue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.726 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.726 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.726 | 18180 | Added a new worker 14 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.726 | 10490 | Removed run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.726 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.726 | 10490 | Assigned run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.726 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.727 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.727 | 18176 | Marked run 691 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.728 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.729 | 18181 | Added a new run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.730 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.731 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.731 | 18179 | Marked run 692 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.731 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.732 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.732 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.733 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.733 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.734 | 18184 | Added a new run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.735 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.737 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.738 | 10494 | Recursively removing directory: /tmp/git.NidvFd/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.739 | 18194 | Added a new run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.739 | 10491 | Recursively removing directory: /tmp/git.kSBlue/ +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.740 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.740 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.740 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.739 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.740 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.740 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.740 | 18200 | Added a new worker 10 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.740 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.741 | 10490 | Removed run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.741 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.741 | 10490 | Assigned run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.741 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DY50ov +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.741 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.741 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.741 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.741 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.742 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.742 | 18202 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.742 | 10490 | Removed run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.742 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.742 | 10490 | Assigned run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.742 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AyeOcH +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.742 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.742 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.743 | 18199 | Marked run 693 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.743 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.744 | 18203 | Added a new run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.745 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.746 | 18201 | Marked run 694 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.747 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.747 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.747 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.747 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.749 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.749 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.749 | 18205 | Added a new run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.749 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.752 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.753 | 18211 | Added a new run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.754 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.756 | 10491 | Recursively removing directory: /tmp/git.AyeOcH/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.756 | 10494 | Recursively removing directory: /tmp/git.DY50ov/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.757 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.758 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.758 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.758 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.758 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.758 | 18223 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.758 | 10490 | Removed run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.758 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.758 | 10490 | Assigned run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.758 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.759 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.759 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.759 | 18225 | Added a new worker 8 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.759 | 10490 | Removed run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.759 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.759 | 10490 | Assigned run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.759 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.758 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.758 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.759 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.759 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V2L9tZ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.758 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.759 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wDchXd +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.761 | 18222 | Marked run 696 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.761 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.762 | 18224 | Marked run 695 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.762 | 18221 | Added a new run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.763 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.763 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.764 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.764 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.765 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.765 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.765 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.766 | 18227 | Added a new run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.766 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.769 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.771 | 18238 | Added a new run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.771 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.771 | 10494 | Recursively removing directory: /tmp/git.V2L9tZ/ +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.772 | 10491 | Recursively removing directory: /tmp/git.wDchXd/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.773 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.773 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.773 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.773 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.773 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.773 | 18244 | Added a new worker 10 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.773 | 10490 | Removed run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.773 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.773 | 10490 | Assigned run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.773 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.773 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.774 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.774 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.774 | 18246 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.774 | 10490 | Removed run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.774 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.774 | 10490 | Assigned run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.774 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.773 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.773 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.774 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.774 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZYiimw +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.774 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.drfoYn +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.776 | 18243 | Marked run 698 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.776 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.778 | 18247 | Added a new run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.778 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.780 | 18245 | Marked run 697 as finished +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.780 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.780 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.780 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.781 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.781 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.782 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.786 | 18249 | Added a new run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.786 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.787 | 10491 | Recursively removing directory: /tmp/git.ZYiimw/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.788 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.789 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.788 | 10494 | Recursively removing directory: /tmp/git.drfoYn/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.788 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.788 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.789 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.789 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uTvptF +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.789 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.789 | 18265 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.789 | 10490 | Removed run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.789 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.789 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.789 | 10490 | Assigned run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.791 | 18263 | Added a new run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.791 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.791 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.791 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.791 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.791 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.791 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.791 | 18267 | Added a new worker 6 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.791 | 10490 | Removed run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.791 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.791 | 10490 | Assigned run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.792 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.791 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.K1DKed +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.793 | 18264 | Marked run 700 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.793 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.794 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.795 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.796 | 18266 | Marked run 699 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.796 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.796 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.797 | 18269 | Added a new run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.798 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.798 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.799 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.800 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.802 | 18275 | Added a new run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.802 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.803 | 10491 | Recursively removing directory: /tmp/git.uTvptF/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.805 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.805 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.805 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.805 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.805 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.805 | 18287 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.805 | 10490 | Removed run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.805 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.805 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.805 | 10490 | Assigned run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.805 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.805 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tWS77u +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.806 | 10494 | Recursively removing directory: /tmp/git.K1DKed/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.807 | 18285 | Added a new run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.807 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.808 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.808 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.808 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.808 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.808 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.808 | 18290 | Added a new worker 14 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.808 | 10490 | Removed run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.808 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.808 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.808 | 10490 | Assigned run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.809 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bCN2H1 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.809 | 18286 | Marked run 701 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.809 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.810 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.811 | 18289 | Marked run 702 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.811 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.812 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.813 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.814 | 18291 | Added a new run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.814 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.814 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.815 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.816 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.818 | 18296 | Added a new run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.819 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.820 | 10491 | Recursively removing directory: /tmp/git.tWS77u/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.821 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.822 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.822 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.822 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.822 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.822 | 18309 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.822 | 10490 | Removed run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.822 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.822 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.822 | 10490 | Assigned run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.822 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.822 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hnMwEW +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.822 | 10494 | Recursively removing directory: /tmp/git.bCN2H1/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.823 | 18307 | Added a new run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.823 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.825 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.825 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.825 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.825 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.825 | 18312 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.825 | 10490 | Removed run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.825 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.825 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.825 | 18308 | Marked run 703 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.825 | 10490 | Assigned run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.825 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.825 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.826 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RDAoCf +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.826 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.827 | 18311 | Marked run 704 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.827 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.829 | 18313 | Added a new run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.829 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.830 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.831 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.831 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.832 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.832 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.833 | 18316 | Added a new run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.833 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.836 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.837 | 18326 | Added a new run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.837 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.838 | 10491 | Recursively removing directory: /tmp/git.hnMwEW/ +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.839 | 10494 | Recursively removing directory: /tmp/git.RDAoCf/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.839 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.839 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.840 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.840 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.840 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.840 | 18332 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.840 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.840 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.840 | 10490 | Removed run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.840 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.840 | 10490 | Assigned run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.841 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0z2RXG +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.841 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.841 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.841 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.841 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.841 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.841 | 18335 | Added a new worker 16 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.841 | 10490 | Removed run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.841 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.841 | 10490 | Assigned run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.841 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.842 | 18331 | Marked run 705 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.842 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.841 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EmQktf +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.844 | 18334 | Marked run 706 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.844 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.846 | 18333 | Added a new run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.846 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.846 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.846 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.847 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.847 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.849 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.850 | 18339 | Added a new run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.850 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.853 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.854 | 10494 | Recursively removing directory: /tmp/git.EmQktf/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.854 | 10491 | Recursively removing directory: /tmp/git.0z2RXG/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.855 | 18351 | Added a new run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.855 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.856 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.856 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.856 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.856 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.856 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.856 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.856 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.856 | 18356 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.856 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.856 | 18355 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.856 | 10490 | Removed run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.856 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.856 | 10490 | Assigned run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.856 | 10490 | Removed run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.856 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.856 | 10490 | Assigned run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.856 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.856 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.856 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.856 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.856 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KSzuke +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.856 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AyvMoa +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.858 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.859 | 18353 | Marked run 708 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.859 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.861 | 18357 | Added a new run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.862 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.863 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.863 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.864 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.864 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.864 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.865 | 18354 | Marked run 707 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.865 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.866 | 18359 | Added a new run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.866 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.869 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.870 | 18371 | Added a new run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.870 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.871 | 10494 | Recursively removing directory: /tmp/git.AyvMoa/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.871 | 10491 | Recursively removing directory: /tmp/git.KSzuke/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.872 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.872 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.872 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.873 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.873 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.873 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.872 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.873 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.872 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.873 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.873 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.873 | 18379 | Added a new worker 17 to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.873 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.x6Y5Ni +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.873 | 10490 | Removed run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.873 | 10490 | Removed worker 17 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.873 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.873 | 10490 | Assigned run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.873 | 18378 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.873 | 10490 | Removed run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.873 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.873 | 10490 | Assigned run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.873 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.874 | 18375 | Added a new run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.873 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YkBRLz +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.875 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.877 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.877 | 18376 | Marked run 710 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.877 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.879 | 18381 | Added a new run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.879 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.880 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.880 | 18377 | Marked run 709 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.881 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.881 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.881 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.881 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.882 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.883 | 18385 | Added a new run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.884 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.886 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.887 | 18393 | Added a new run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.887 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.888 | 10494 | Recursively removing directory: /tmp/git.YkBRLz/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.890 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.889 | 10491 | Recursively removing directory: /tmp/git.x6Y5Ni/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.890 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.890 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.890 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.890 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.890 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.890 | 18401 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.890 | 10490 | Removed run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.890 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.890 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.890 | 10490 | Assigned run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.890 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hrDw74 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.891 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.891 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.891 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.891 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.891 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.891 | 18403 | Added a new worker 11 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.891 | 10490 | Removed run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.891 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.891 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.891 | 10490 | Assigned run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.891 | 18399 | Added a new run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.891 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8Z3nI1 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.892 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.893 | 18400 | Marked run 712 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.893 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.895 | 18402 | Marked run 711 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.895 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.895 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.901 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.901 | 18405 | Added a new run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.901 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.901 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.902 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.902 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.903 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.904 | 18409 | Added a new run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.905 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.907 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.909 | 10494 | Recursively removing directory: /tmp/git.hrDw74/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.909 | 18419 | Added a new run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.909 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.910 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.910 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.910 | 10491 | Recursively removing directory: /tmp/git.8Z3nI1/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.910 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.910 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.910 | 18424 | Added a new worker 10 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.910 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.910 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.911 | 10490 | Removed run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.911 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.911 | 10490 | Assigned run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.911 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.h2pzL3 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.911 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.912 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.912 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.912 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.913 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.913 | 18427 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.913 | 10490 | Removed run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.913 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.913 | 10490 | Assigned run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.913 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.912 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.913 | 18423 | Marked run 713 as finished +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.913 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jxxeG0 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.913 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.915 | 18426 | Marked run 714 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.915 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.917 | 18425 | Added a new run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.917 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.917 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.918 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.918 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.919 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.920 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.921 | 18431 | Added a new run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.921 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.924 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.925 | 10494 | Recursively removing directory: /tmp/git.h2pzL3/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.925 | 18440 | Added a new run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.925 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.927 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.927 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.927 | 18446 | Added a new worker 11 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.927 | 10490 | Removed run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.927 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.927 | 10490 | Assigned run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.926 | 10491 | Recursively removing directory: /tmp/git.jxxeG0/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.927 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.927 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.927 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.927 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Pv5b94 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.927 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.928 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.929 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.929 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.929 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.929 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.929 | 18449 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.929 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.929 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.929 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IjJzzL +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.929 | 10490 | Removed run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.929 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.929 | 10490 | Assigned run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.929 | 18445 | Marked run 715 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.930 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.931 | 18447 | Added a new run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.931 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.933 | 18448 | Marked run 716 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.933 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.934 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.934 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.935 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.935 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.935 | 18451 | Added a new run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.935 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.936 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.938 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.940 | 18456 | Added a new run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.940 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.942 | 10494 | Recursively removing directory: /tmp/git.Pv5b94/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.943 | 10491 | Recursively removing directory: /tmp/git.IjJzzL/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.943 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.944 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.944 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.944 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.944 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.944 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.944 | 18469 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.944 | 10490 | Removed run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.944 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.944 | 10490 | Assigned run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.944 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.944 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1aJLem +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.945 | 18467 | Added a new run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.945 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.945 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.945 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.946 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.946 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.946 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.946 | 18472 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.946 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.946 | 10490 | Removed run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.946 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.946 | 10490 | Assigned run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.946 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Tad4eR +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.947 | 18468 | Marked run 717 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.947 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.948 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.949 | 18470 | Marked run 718 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.949 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.950 | 18473 | Added a new run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.951 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.951 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.952 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.952 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.953 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.953 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.955 | 18477 | Added a new run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.955 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.958 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.959 | 10494 | Recursively removing directory: /tmp/git.1aJLem/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.959 | 10491 | Recursively removing directory: /tmp/git.Tad4eR/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.960 | 18488 | Added a new run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.960 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.961 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.961 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.961 | 18492 | Added a new worker 10 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.961 | 10490 | Removed run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.961 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.961 | 10490 | Assigned run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.961 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.961 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.961 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.961 | 18494 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.961 | 10490 | Removed run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.961 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.961 | 10490 | Assigned run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.961 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.961 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.961 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.961 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.961 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XAhq99 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.960 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.960 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.961 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.961 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WzVlNn +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.963 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.964 | 18491 | Marked run 719 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.964 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.967 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.967 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.968 | 18493 | Marked run 720 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.968 | 18495 | Added a new run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.968 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.968 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.968 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.969 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.971 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.972 | 18501 | Added a new run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.973 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.975 | 10491 | Recursively removing directory: /tmp/git.XAhq99/ +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.976 | 10494 | Recursively removing directory: /tmp/git.WzVlNn/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.976 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.977 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.977 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.977 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.977 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.977 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.978 | 18513 | Added a new worker 9 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.978 | 10490 | Removed run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.978 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.978 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.978 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.k4Ezt3 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.978 | 10490 | Assigned run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.978 | 18511 | Added a new run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.978 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.978 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.979 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.979 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.979 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.979 | 18516 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.979 | 10490 | Removed run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.979 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.979 | 10490 | Assigned run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.979 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.979 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VCvPsE +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.980 | 18512 | Marked run 722 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.981 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.982 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.983 | 10491 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.984 | 18514 | Marked run 721 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.984 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.985 | 10491 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.985 | 10494 | Checking out revision HEAD +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.985 | 18517 | Added a new run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.986 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.986 | 10494 | Going to run: ./ci +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.988 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.990 | 18522 | Added a new run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.990 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.992 | 10491 | Recursively removing directory: /tmp/git.k4Ezt3/ +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.993 | 10491 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.993 | 10491 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.993 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.993 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.993 | 10491 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.994 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.994 | 18535 | Added a new worker 13 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.994 | 10490 | Removed run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.994 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.994 | 10490 | Assigned run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:15 | INFO | 10491/cimple-worker: 2024-01-28 10:55:15.994 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.76VqxV +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.993 | 10494 | Recursively removing directory: /tmp/git.VCvPsE/ +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.994 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.996 | 10494 | Process exit code: 0 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.996 | 10494 | Process output: 57 bytes +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.996 | 18533 | Added a new run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.996 | 10494 | Waiting for a new command +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.996 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.996 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.996 | 18537 | Added a new worker 15 to the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.996 | 10490 | Removed run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.996 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.996 | 10490 | Assigned run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:15 | INFO | 10494/cimple-worker: 2024-01-28 10:55:15.996 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VUdzkp +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.997 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:15 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:15 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.997 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.999 | 18534 | Marked run 723 as finished +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.999 | 10488 | Waiting for new connections +2024-01-28 10:55:15 | INFO | 10488/cimple-server: 2024-01-28 10:55:15.999 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.001 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.001 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.002 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.003 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.003 | 18536 | Marked run 724 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.003 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.003 | 18539 | Added a new run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.004 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.006 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.007 | 18548 | Added a new run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.008 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.008 | 10491 | Recursively removing directory: /tmp/git.76VqxV/ +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.010 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.010 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.010 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.010 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.010 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.010 | 18556 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.010 | 10490 | Removed run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.010 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.010 | 10490 | Assigned run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.010 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.010 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.011 | 10494 | Recursively removing directory: /tmp/git.VUdzkp/ +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.011 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sT2I7D +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.012 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.012 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.013 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.013 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.013 | 18559 | Added a new worker 15 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.013 | 10490 | Removed run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.013 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.013 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.013 | 10490 | Assigned run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.013 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.013 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1dGodI +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.016 | 18555 | Marked run 725 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.016 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.018 | 18557 | Added a new run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.018 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.020 | 18558 | Marked run 726 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.020 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.021 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.021 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.021 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.022 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.022 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.023 | 18561 | Added a new run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.023 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.025 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.027 | 18568 | Added a new run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.028 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.029 | 10491 | Recursively removing directory: /tmp/git.sT2I7D/ +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.029 | 10494 | Recursively removing directory: /tmp/git.1dGodI/ +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.030 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.030 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.030 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.030 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.030 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.030 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.030 | 18579 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.030 | 10490 | Removed run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.030 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.030 | 10490 | Assigned run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.031 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.031 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.U70kDH +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.031 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.031 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.031 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.031 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.031 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.031 | 18581 | Added a new worker 15 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.031 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.031 | 10490 | Removed run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.031 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.031 | 10490 | Assigned run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.032 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NjVBeU +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.032 | 18577 | Marked run 727 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.033 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.034 | 18580 | Marked run 728 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.034 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.036 | 18578 | Added a new run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.037 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.037 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.037 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.038 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.038 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.039 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.041 | 18585 | Added a new run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.042 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.044 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.044 | 10494 | Recursively removing directory: /tmp/git.NjVBeU/ +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.045 | 10491 | Recursively removing directory: /tmp/git.U70kDH/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.046 | 18597 | Added a new run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.046 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.046 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.047 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.047 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.047 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.047 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.047 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.047 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.047 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.047 | 18601 | Added a new worker 15 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.047 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.047 | 10490 | Removed run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.047 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.047 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.047 | 10490 | Assigned run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.047 | 18602 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.047 | 10490 | Removed run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.047 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.047 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.047 | 10490 | Assigned run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.048 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zafs6X +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.047 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.048 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Za8VIs +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.049 | 18599 | Marked run 729 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.049 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.051 | 18600 | Marked run 730 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.051 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.053 | 18603 | Added a new run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.053 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.053 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.053 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.054 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.054 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.056 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.058 | 18607 | Added a new run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.058 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.061 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.061 | 10494 | Recursively removing directory: /tmp/git.zafs6X/ +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.061 | 10491 | Recursively removing directory: /tmp/git.Za8VIs/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.062 | 18619 | Added a new run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.063 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.063 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.063 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.063 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.57pKng +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.063 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.063 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.063 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.063 | 18621 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.063 | 10490 | Removed run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.063 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.063 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.063 | 10490 | Assigned run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.064 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.064 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.064 | 18624 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.064 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.064 | 10490 | Removed run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.064 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.064 | 10490 | Assigned run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.064 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.064 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.064 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.064 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.g0P1ye +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.065 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.066 | 18620 | Marked run 731 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.066 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.068 | 18625 | Added a new run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.068 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.069 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.070 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.071 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.071 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.072 | 18623 | Marked run 732 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.072 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.072 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.074 | 18628 | Added a new run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.074 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.077 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.077 | 10491 | Recursively removing directory: /tmp/git.57pKng/ +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.078 | 10494 | Recursively removing directory: /tmp/git.g0P1ye/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.078 | 18640 | Added a new run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.078 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.079 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.079 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.079 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.079 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.079 | 18644 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.079 | 10490 | Removed run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.079 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.079 | 10490 | Assigned run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.079 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.080 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.079 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.079 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NEAArr +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.079 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.079 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.080 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.080 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.080 | 18646 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.080 | 10490 | Removed run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.080 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.080 | 10490 | Assigned run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.080 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.081 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BaXMLF +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.081 | 18643 | Marked run 733 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.082 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.082 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.084 | 18645 | Marked run 734 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.084 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.085 | 18647 | Added a new run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.085 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.086 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.086 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.086 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.087 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.088 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.090 | 18651 | Added a new run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.090 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.093 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.093 | 10491 | Recursively removing directory: /tmp/git.NEAArr/ +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.094 | 10494 | Recursively removing directory: /tmp/git.BaXMLF/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.094 | 18663 | Added a new run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.094 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.095 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.095 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.095 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.095 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.095 | 18666 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.095 | 10490 | Removed run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.095 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.095 | 10490 | Assigned run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.096 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.095 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.095 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.096 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.095 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.095 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lOOZD2 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.096 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.096 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.096 | 18668 | Added a new worker 8 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.096 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.096 | 10490 | Removed run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.096 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.096 | 10490 | Assigned run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.096 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BpeJzz +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.098 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.098 | 18665 | Marked run 735 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.098 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.100 | 18669 | Added a new run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.100 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.102 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.102 | 18667 | Marked run 736 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.103 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.103 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.103 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.103 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.105 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.105 | 18671 | Added a new run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.105 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.108 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.109 | 18680 | Added a new run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.109 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.110 | 10491 | Recursively removing directory: /tmp/git.lOOZD2/ +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.111 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.111 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.111 | 10494 | Recursively removing directory: /tmp/git.BpeJzz/ +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.111 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.111 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.111 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.112 | 18688 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.112 | 10490 | Removed run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.112 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.112 | 10490 | Assigned run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.112 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.112 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tKX3Mb +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.113 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.114 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.114 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.114 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.114 | 18687 | Marked run 737 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.114 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.114 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.114 | 18691 | Added a new worker 12 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.114 | 10490 | Removed run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.114 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.114 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.114 | 10490 | Assigned run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.114 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tjYneW +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.116 | 18689 | Added a new run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.117 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.119 | 18690 | Marked run 738 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.119 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.119 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.119 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.123 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.123 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.123 | 18693 | Added a new run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.124 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.124 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.126 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.128 | 18699 | Added a new run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.128 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.130 | 10491 | Recursively removing directory: /tmp/git.tKX3Mb/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.131 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.131 | 10494 | Recursively removing directory: /tmp/git.tjYneW/ +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.131 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.131 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.131 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.131 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.131 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.131 | 18711 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.131 | 10490 | Removed run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.131 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.131 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.132 | 10490 | Assigned run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.132 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vBXUhR +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.133 | 18709 | Added a new run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.133 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.133 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.133 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.134 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RupJzH +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.134 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.134 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.134 | 18714 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.134 | 10490 | Removed run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.134 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.134 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.134 | 10490 | Assigned run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.136 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.136 | 18710 | Marked run 739 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.136 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.137 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.138 | 18715 | Added a new run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.138 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.139 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.140 | 18713 | Marked run 740 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.140 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.140 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.140 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.141 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.143 | 18720 | Added a new run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.143 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.146 | 10491 | Recursively removing directory: /tmp/git.vBXUhR/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.146 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.147 | 10494 | Recursively removing directory: /tmp/git.RupJzH/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.148 | 18731 | Added a new run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.148 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.148 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.148 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.148 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.148 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.148 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.148 | 18734 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.148 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.149 | 10490 | Removed run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.149 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.149 | 10490 | Assigned run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.149 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zKkDgN +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.149 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.149 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.150 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.150 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.150 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.150 | 18736 | Added a new worker 14 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.150 | 10490 | Removed run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.150 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.150 | 10490 | Assigned run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.150 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GncNQD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.151 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.151 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.151 | 18733 | Marked run 741 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.151 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.153 | 18737 | Added a new run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.153 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.155 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.155 | 18735 | Marked run 742 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.155 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.155 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.156 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.157 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.158 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.158 | 18740 | Added a new run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.159 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.161 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.162 | 10491 | Recursively removing directory: /tmp/git.zKkDgN/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.163 | 18749 | Added a new run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.163 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.164 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.164 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.164 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.164 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.164 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.165 | 18756 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.165 | 10490 | Removed run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.165 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.165 | 10490 | Assigned run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.165 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JonB8a +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.165 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.166 | 10494 | Recursively removing directory: /tmp/git.GncNQD/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.166 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.168 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.168 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.168 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.168 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.168 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.168 | 18759 | Added a new worker 15 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.168 | 10490 | Removed run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.168 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.168 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.168 | 10490 | Assigned run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.168 | 18757 | Added a new run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.168 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZEPbMS +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.169 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.169 | 18755 | Marked run 743 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.169 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.171 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.171 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.172 | 18758 | Marked run 744 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.172 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.172 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.174 | 18761 | Added a new run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.174 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.174 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.175 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.177 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.178 | 18769 | Added a new run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.178 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.179 | 10491 | Recursively removing directory: /tmp/git.JonB8a/ +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.180 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.180 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.180 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.181 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.181 | 18778 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.181 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.181 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.181 | 10490 | Removed run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.181 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.181 | 10490 | Assigned run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.181 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.181 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2b0uoE +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.182 | 10494 | Recursively removing directory: /tmp/git.ZEPbMS/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.183 | 18777 | Marked run 745 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.183 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.185 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.185 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.185 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.185 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ALCgDh +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.185 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.185 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.185 | 18781 | Added a new worker 6 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.185 | 10490 | Removed run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.185 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.185 | 10490 | Assigned run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.185 | 18779 | Added a new run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.185 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.186 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.187 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.188 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.188 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.188 | 18780 | Marked run 746 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.189 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.190 | 18783 | Added a new run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.191 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.191 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.192 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.193 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.194 | 10491 | Recursively removing directory: /tmp/git.2b0uoE/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.195 | 18792 | Added a new run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.195 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.196 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.196 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.196 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.196 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.197 | 18797 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.197 | 10490 | Removed run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.197 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.197 | 10490 | Assigned run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.196 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.197 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aTlpUQ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.197 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.198 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.199 | 10494 | Recursively removing directory: /tmp/git.ALCgDh/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.200 | 18796 | Marked run 747 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.200 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.201 | 18801 | Added a new run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.202 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.202 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.202 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.202 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.202 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.202 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.202 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.203 | 18804 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.203 | 10490 | Removed run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.203 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.203 | 10490 | Assigned run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.203 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.203 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.203 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.M0Pmel +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.205 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.205 | 18803 | Marked run 748 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.205 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.206 | 18806 | Added a new run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.206 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.209 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.209 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.209 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.210 | 10491 | Recursively removing directory: /tmp/git.aTlpUQ/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.211 | 18813 | Added a new run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.211 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.212 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.212 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.212 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.212 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.212 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.212 | 18817 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.212 | 10490 | Removed run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.212 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.212 | 10490 | Assigned run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.212 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.213 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KqGR37 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.214 | 18816 | Marked run 749 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.214 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.214 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.216 | 10494 | Recursively removing directory: /tmp/git.M0Pmel/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.217 | 18821 | Added a new run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.217 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.218 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.218 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.218 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.218 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.218 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.218 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.218 | 18826 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.218 | 10490 | Removed run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.218 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.218 | 10490 | Assigned run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.218 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.219 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.219 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UP62ul +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.220 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.221 | 18825 | Marked run 750 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.221 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.223 | 18828 | Added a new run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.223 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.224 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.225 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.226 | 10491 | Recursively removing directory: /tmp/git.KqGR37/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.227 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.228 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.228 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.228 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.228 | 18836 | Added a new run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.228 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.229 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.229 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.229 | 18839 | Added a new worker 6 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.229 | 10490 | Removed run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.229 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.229 | 10490 | Assigned run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.229 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.229 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.p3738l +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.231 | 18838 | Marked run 751 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.231 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.232 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.235 | 10494 | Recursively removing directory: /tmp/git.UP62ul/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.236 | 18845 | Added a new run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.236 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.237 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.237 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.237 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.237 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.237 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.237 | 18848 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.237 | 10490 | Removed run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.237 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.237 | 10490 | Assigned run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.237 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.238 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VPoNc0 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.238 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.239 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.239 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.239 | 18847 | Marked run 752 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.240 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.241 | 18850 | Added a new run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.241 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.244 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.244 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.245 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.245 | 10491 | Recursively removing directory: /tmp/git.p3738l/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.245 | 18856 | Added a new run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.246 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.247 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.247 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.247 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.247 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.247 | 18861 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.247 | 10490 | Removed run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.247 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.247 | 10490 | Assigned run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.247 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.247 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rQKpci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.248 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.248 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.250 | 18860 | Marked run 753 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.250 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.252 | 18863 | Added a new run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.252 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.252 | 10494 | Recursively removing directory: /tmp/git.VPoNc0/ +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.253 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.254 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.254 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.254 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.254 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.254 | 18870 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.254 | 10490 | Removed run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.254 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.254 | 10490 | Assigned run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.254 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.254 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.254 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yEow4V +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.255 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.255 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.256 | 18869 | Marked run 754 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.256 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.258 | 18871 | Added a new run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.258 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.260 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.260 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.262 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.262 | 18878 | Added a new run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.262 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.262 | 10491 | Recursively removing directory: /tmp/git.rQKpci/ +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.264 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.264 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.264 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.264 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.264 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.264 | 18884 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.264 | 10490 | Removed run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.264 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.264 | 10490 | Assigned run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.265 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.265 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n3XqQd +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.265 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.267 | 18883 | Marked run 755 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.267 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.268 | 18885 | Added a new run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.268 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.268 | 10494 | Recursively removing directory: /tmp/git.yEow4V/ +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.270 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.270 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.270 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.270 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.270 | 18892 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.270 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.271 | 10490 | Removed run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.271 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.271 | 10490 | Assigned run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.271 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.270 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.271 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ueoLgh +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.271 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.272 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.273 | 18891 | Marked run 756 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.273 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.275 | 18893 | Added a new run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.275 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.277 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.278 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.278 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.279 | 10491 | Recursively removing directory: /tmp/git.n3XqQd/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.280 | 18901 | Added a new run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.280 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.281 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.281 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.281 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.281 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.282 | 18907 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.282 | 10490 | Removed run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.282 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.282 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.282 | 10490 | Assigned run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.282 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.282 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HHoXj0 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.283 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.283 | 18906 | Marked run 757 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.283 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.285 | 18910 | Added a new run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.285 | 10494 | Recursively removing directory: /tmp/git.ueoLgh/ +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.286 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.287 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.287 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.287 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.287 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.287 | 18913 | Added a new worker 8 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.287 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.287 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.287 | 10490 | Removed run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.287 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.287 | 10490 | Assigned run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.287 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uxJA28 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.289 | 18912 | Marked run 758 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.289 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.289 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.289 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.290 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.292 | 18915 | Added a new run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.292 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.293 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.294 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.295 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.296 | 18923 | Added a new run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.296 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.297 | 10491 | Recursively removing directory: /tmp/git.HHoXj0/ +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.298 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.298 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.298 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.298 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.298 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.299 | 18931 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.299 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DpsDOL +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.299 | 10490 | Removed run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.299 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.299 | 10490 | Assigned run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.299 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.299 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.301 | 10494 | Recursively removing directory: /tmp/git.uxJA28/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.301 | 18933 | Added a new run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.302 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.302 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.302 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.302 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.302 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.302 | 18936 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.303 | 10490 | Removed run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.303 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.303 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.303 | 10490 | Assigned run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.303 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kq275E +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.305 | 18930 | Marked run 759 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.305 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.305 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.305 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.306 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.307 | 18935 | Marked run 760 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.307 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.308 | 18937 | Added a new run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.308 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.308 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.309 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.311 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.312 | 18945 | Added a new run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.312 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.312 | 10491 | Recursively removing directory: /tmp/git.DpsDOL/ +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.314 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.314 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.314 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.314 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.314 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.315 | 18953 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.315 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.315 | 10490 | Removed run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.315 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.315 | 10490 | Assigned run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.315 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jF9O5W +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.316 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.316 | 10494 | Recursively removing directory: /tmp/git.kq275E/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.318 | 18952 | Marked run 761 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.318 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.318 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.318 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.318 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.319 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uAkJYe +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.318 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.318 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.318 | 18957 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.319 | 10490 | Removed run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.319 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.319 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.319 | 10490 | Assigned run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.320 | 18955 | Added a new run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.320 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.322 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.322 | 18956 | Marked run 762 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.322 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.323 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.323 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.325 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.325 | 18960 | Added a new run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.325 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.326 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.328 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.329 | 10491 | Recursively removing directory: /tmp/git.jF9O5W/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.330 | 18969 | Added a new run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.330 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.331 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.331 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.331 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.331 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.331 | 18976 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.331 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.331 | 10490 | Removed run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.331 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.332 | 10490 | Assigned run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.331 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.332 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.p5ZJkt +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.333 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.334 | 10494 | Recursively removing directory: /tmp/git.uAkJYe/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.334 | 18975 | Marked run 763 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.334 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.336 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.336 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.336 | 18977 | Added a new run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.336 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.336 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.336 | 18979 | Added a new worker 12 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.336 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.336 | 10490 | Removed run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.336 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.336 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MA9qRf +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.336 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.336 | 10490 | Assigned run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.337 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.337 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.338 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.339 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.339 | 18978 | Marked run 764 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.339 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.341 | 18981 | Added a new run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.341 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.342 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.343 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.343 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.346 | 10491 | Recursively removing directory: /tmp/git.p5ZJkt/ +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.347 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.347 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.348 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.348 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.348 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.348 | 18996 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.348 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.348 | 10490 | Removed run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.348 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.348 | 10490 | Assigned run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.348 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qIbY6Z +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.349 | 10494 | Recursively removing directory: /tmp/git.MA9qRf/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.350 | 18988 | Added a new run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.350 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.351 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.351 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.351 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.351 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.351 | 18999 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.351 | 10490 | Removed run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.351 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.351 | 10490 | Assigned run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.351 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.351 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.351 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JBNfr8 +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.353 | 18995 | Marked run 765 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.353 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.353 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.354 | 18998 | Marked run 766 as finished +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.355 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.355 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.356 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.356 | 19001 | Added a new run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.356 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.358 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.359 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.359 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.360 | 19005 | Added a new run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.361 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.363 | 10491 | Recursively removing directory: /tmp/git.qIbY6Z/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.363 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.365 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.365 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.365 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.365 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.365 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.365 | 19019 | Added a new worker 8 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.365 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.366 | 19015 | Added a new run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.366 | 10490 | Removed run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.366 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.366 | 10490 | Assigned run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.365 | 10494 | Recursively removing directory: /tmp/git.JBNfr8/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.366 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.366 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mzAUKZ +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.368 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.368 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.368 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.368 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.368 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.368 | 19022 | Added a new worker 12 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.368 | 19018 | Marked run 767 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.368 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.369 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.369 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.369 | 10490 | Removed run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.369 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.369 | 10490 | Assigned run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.369 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LFNFEU +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.371 | 19021 | Marked run 768 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.371 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.372 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.373 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.373 | 19023 | Added a new run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.374 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.375 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.376 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.376 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.378 | 19026 | Added a new run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.378 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.380 | 10491 | Recursively removing directory: /tmp/git.mzAUKZ/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.381 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.382 | 19037 | Added a new run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.383 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.383 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.383 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.383 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.383 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.383 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.383 | 19041 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.384 | 10494 | Recursively removing directory: /tmp/git.LFNFEU/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.383 | 10490 | Removed run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.384 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LcXPU7 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.383 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.383 | 10490 | Assigned run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.383 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.385 | 19040 | Marked run 769 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.385 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.385 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.386 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.386 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.386 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.386 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.386 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.386 | 19045 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.386 | 10490 | Removed run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.386 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.386 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.386 | 10490 | Assigned run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.386 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yh4DOT +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.387 | 19043 | Added a new run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.387 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.389 | 19044 | Marked run 770 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.389 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.390 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.391 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.392 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.392 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.392 | 19047 | Added a new run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.393 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.393 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.395 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.397 | 19053 | Added a new run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.397 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.399 | 10491 | Recursively removing directory: /tmp/git.LcXPU7/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.399 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.399 | 10494 | Recursively removing directory: /tmp/git.yh4DOT/ +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.401 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.401 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.402 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.402 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.402 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.402 | 19065 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.402 | 10490 | Removed run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.402 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.402 | 10490 | Assigned run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.402 | 19063 | Added a new run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.402 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.403 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.403 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.403 | 19067 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.403 | 10490 | Removed run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.403 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.403 | 10490 | Assigned run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.402 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.402 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.402 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.403 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4w3rLn +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.403 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.404 | 19064 | Marked run 771 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.404 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.402 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.b8AqvD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.405 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.406 | 19066 | Marked run 772 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.406 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.407 | 19069 | Added a new run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.408 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.408 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.409 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.409 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.410 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.410 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.412 | 19072 | Added a new run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.412 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.414 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.416 | 19081 | Added a new run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.416 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.416 | 10491 | Recursively removing directory: /tmp/git.b8AqvD/ +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.417 | 10494 | Recursively removing directory: /tmp/git.4w3rLn/ +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.418 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.418 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.418 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.418 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.418 | 19088 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.418 | 10490 | Removed run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.418 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.418 | 10490 | Assigned run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.418 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.418 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1xVyT1 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.419 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.419 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.419 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.419 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.420 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.420 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.420 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.420 | 19091 | Added a new worker 16 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.420 | 10490 | Removed run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.420 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.420 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.420 | 10490 | Assigned run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.420 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.h13Ada +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.423 | 19089 | Added a new run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.423 | 19087 | Marked run 773 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.423 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.423 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.424 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.425 | 19090 | Marked run 774 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.425 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.425 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.426 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.426 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.427 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.427 | 19094 | Added a new run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.428 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.430 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.432 | 19101 | Added a new run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.432 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.432 | 10491 | Recursively removing directory: /tmp/git.1xVyT1/ +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.434 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.434 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.434 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.434 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.434 | 19110 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.434 | 10490 | Removed run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.434 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.434 | 10490 | Assigned run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.434 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.434 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.434 | 10494 | Recursively removing directory: /tmp/git.h13Ada/ +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.434 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.435 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ad3WtF +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.437 | 19109 | Marked run 775 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.437 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.437 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.437 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.437 | 19113 | Added a new worker 12 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.437 | 10490 | Removed run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.437 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.437 | 10490 | Assigned run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.437 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.437 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.437 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.437 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.437 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RqOiMh +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.439 | 19112 | Marked run 776 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.439 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.440 | 19111 | Added a new run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.440 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.442 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.442 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.443 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.443 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.444 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.444 | 19115 | Added a new run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.445 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.447 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.449 | 19123 | Added a new run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.449 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.450 | 10491 | Recursively removing directory: /tmp/git.ad3WtF/ +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.451 | 10494 | Recursively removing directory: /tmp/git.RqOiMh/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.451 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.452 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.452 | 19132 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.451 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.451 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.452 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.452 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.K39ixM +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.452 | 10490 | Removed run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.452 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.452 | 10490 | Assigned run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.452 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.453 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.453 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.453 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.453 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.453 | 19135 | Added a new worker 15 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.453 | 10490 | Removed run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.453 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.453 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.453 | 10490 | Assigned run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.453 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.453 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nfg817 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.456 | 19133 | Added a new run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.456 | 19131 | Marked run 777 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.457 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.459 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.461 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.461 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.461 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.462 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.462 | 19134 | Marked run 778 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.462 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.463 | 19137 | Added a new run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.463 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.466 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.468 | 19147 | Added a new run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.468 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.468 | 10494 | Recursively removing directory: /tmp/git.nfg817/ +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.469 | 10491 | Recursively removing directory: /tmp/git.K39ixM/ +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.469 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.469 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.470 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.470 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.470 | 19154 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.470 | 10490 | Removed run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.470 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.470 | 10490 | Assigned run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.470 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.470 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.470 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SexDNp +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.471 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.471 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.471 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.472 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.472 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.472 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.472 | 19157 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.472 | 19153 | Marked run 780 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.472 | 10490 | Removed run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.472 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.472 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.472 | 10490 | Assigned run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.472 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.473 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iYvCsu +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.474 | 19155 | Marked run 779 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.474 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.476 | 19156 | Added a new run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.476 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.476 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.477 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.479 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.479 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.480 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.481 | 19160 | Added a new run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.481 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.484 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.484 | 10494 | Recursively removing directory: /tmp/git.SexDNp/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.486 | 19170 | Added a new run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.486 | 10491 | Recursively removing directory: /tmp/git.iYvCsu/ +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.486 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.486 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.486 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.486 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.486 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.486 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.487 | 19175 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.487 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.487 | 10490 | Removed run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.487 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.487 | 10490 | Assigned run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.487 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xWPUQ6 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.489 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.489 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.489 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.489 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KXRIwp +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.489 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.489 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.489 | 19178 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.489 | 10490 | Removed run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.489 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.489 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.489 | 10490 | Assigned run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.489 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.490 | 19174 | Marked run 781 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.490 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.492 | 19179 | Added a new run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.492 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.493 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.494 | 19177 | Marked run 782 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.494 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.494 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.495 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.495 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.496 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.497 | 19182 | Added a new run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.497 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.500 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.501 | 10494 | Recursively removing directory: /tmp/git.xWPUQ6/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.502 | 19192 | Added a new run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.502 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.503 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.503 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.503 | 19198 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.503 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.503 | 10490 | Removed run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.503 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.503 | 10490 | Assigned run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.502 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.502 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.503 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.504 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HxhF7C +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.502 | 10491 | Recursively removing directory: /tmp/git.KXRIwp/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.505 | 19197 | Marked run 783 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.505 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.505 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.505 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.505 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.505 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.505 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.506 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.506 | 19201 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.506 | 10490 | Removed run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.506 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.506 | 10490 | Assigned run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.506 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.506 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Z8OqpX +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.507 | 19199 | Marked run 784 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.507 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.509 | 19200 | Added a new run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.509 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.510 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.510 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.511 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.512 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.512 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.513 | 19204 | Added a new run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.514 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.516 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.517 | 10494 | Recursively removing directory: /tmp/git.HxhF7C/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.518 | 19215 | Added a new run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.518 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.519 | 10491 | Recursively removing directory: /tmp/git.Z8OqpX/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.519 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.519 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.519 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.519 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.519 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.519 | 19220 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.519 | 10490 | Removed run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.519 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.520 | 10490 | Assigned run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.520 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.520 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3PcDml +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.521 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.521 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.521 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.521 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.522 | 19219 | Marked run 785 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.522 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.522 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.522 | 19222 | Added a new worker 7 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.522 | 10490 | Removed run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.522 | 10490 | Removed worker 7 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.522 | 10490 | Assigned run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.522 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.522 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.A08m9c +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.523 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.524 | 19221 | Marked run 786 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.524 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.526 | 19223 | Added a new run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.527 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.527 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.527 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.528 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.528 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.529 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.530 | 19227 | Added a new run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.530 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.533 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.534 | 10494 | Recursively removing directory: /tmp/git.3PcDml/ +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.535 | 10491 | Recursively removing directory: /tmp/git.A08m9c/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.535 | 19238 | Added a new run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.536 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.536 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.536 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.536 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.536 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.536 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.536 | 19242 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.536 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.536 | 10490 | Removed run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.536 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.537 | 10490 | Assigned run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.537 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.537 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.537 | 19244 | Added a new worker 8 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.537 | 10490 | Removed run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.537 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.537 | 10490 | Assigned run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.537 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.537 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Gzwg3f +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.536 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.536 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.536 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.537 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3hHwon +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.539 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.539 | 19241 | Marked run 787 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.539 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.541 | 19245 | Added a new run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.541 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.543 | 19243 | Marked run 788 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.543 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.543 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.544 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.544 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.545 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.545 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.545 | 19247 | Added a new run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.546 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.548 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.550 | 19254 | Added a new run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.550 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.552 | 10491 | Recursively removing directory: /tmp/git.3hHwon/ +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.552 | 10494 | Recursively removing directory: /tmp/git.Gzwg3f/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.553 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.553 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.553 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.553 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.553 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.553 | 19265 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.553 | 10490 | Removed run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.553 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.553 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.553 | 10490 | Assigned run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.553 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.554 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9Wse40 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.554 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.554 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.555 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.555 | 19263 | Added a new run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.555 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.555 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.555 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.555 | 19267 | Added a new worker 6 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.555 | 10490 | Removed run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.555 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.555 | 10490 | Assigned run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.555 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.555 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MTSfqL +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.557 | 19264 | Marked run 790 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.557 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.558 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.559 | 19266 | Marked run 789 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.559 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.560 | 19269 | Added a new run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.560 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.560 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.561 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.561 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.562 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.563 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.565 | 19273 | Added a new run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.565 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.568 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.568 | 10491 | Recursively removing directory: /tmp/git.9Wse40/ +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.569 | 10494 | Recursively removing directory: /tmp/git.MTSfqL/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.569 | 19285 | Added a new run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.569 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.570 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.570 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.570 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.570 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.571 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.570 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.571 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.571 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.571 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.571 | 19290 | Added a new worker 15 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.571 | 10490 | Removed run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.571 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.571 | 10490 | Assigned run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.571 | 19289 | Added a new worker 16 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.571 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.571 | 10490 | Removed run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.571 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.571 | 10490 | Assigned run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.571 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.570 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.571 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fKu2ra +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.572 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.m7Z8WG +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.572 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.573 | 19288 | Marked run 792 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.573 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.574 | 19291 | Added a new run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.575 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.576 | 19287 | Marked run 791 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.576 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.577 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.577 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.579 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.579 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.579 | 19293 | Added a new run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.579 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.580 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.582 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.584 | 19300 | Added a new run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.584 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.585 | 10494 | Recursively removing directory: /tmp/git.fKu2ra/ +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.587 | 10491 | Recursively removing directory: /tmp/git.m7Z8WG/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.587 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.587 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.587 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.587 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.587 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.587 | 19311 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.587 | 10490 | Removed run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.587 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.587 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.587 | 10490 | Assigned run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.587 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.587 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.d6Uals +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.589 | 19309 | Added a new run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.589 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.589 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.589 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.589 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.590 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.590 | 19313 | Added a new worker 6 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.590 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.590 | 10490 | Removed run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.590 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.590 | 10490 | Assigned run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.590 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.591 | 19310 | Marked run 793 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.591 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.590 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9GeDEp +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.592 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.593 | 19312 | Marked run 794 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.593 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.594 | 19315 | Added a new run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.594 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.594 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.595 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.596 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.597 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.597 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.598 | 19318 | Added a new run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.598 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.601 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.602 | 19327 | Added a new run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.602 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.602 | 10494 | Recursively removing directory: /tmp/git.d6Uals/ +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.604 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.604 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.604 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.604 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.604 | 19334 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.604 | 10490 | Removed run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.604 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.605 | 10490 | Assigned run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.605 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.604 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.604 | 10491 | Recursively removing directory: /tmp/git.9GeDEp/ +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.605 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yoqS7Z +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.605 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.606 | 19333 | Marked run 795 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.607 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.607 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.607 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.608 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.608 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.608 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.608 | 19337 | Added a new worker 6 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.608 | 10490 | Removed run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.608 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.608 | 10490 | Assigned run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.608 | 19335 | Added a new run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.608 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SHDl5D +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.609 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.609 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.610 | 19336 | Marked run 796 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.611 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.611 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.611 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.613 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.614 | 19339 | Added a new run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.614 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.614 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.615 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.617 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.618 | 19345 | Added a new run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.618 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.619 | 10494 | Recursively removing directory: /tmp/git.yoqS7Z/ +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.621 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.621 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.621 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.621 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.621 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.621 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.621 | 19357 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.621 | 10490 | Removed run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.621 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.621 | 10490 | Assigned run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.622 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kvwoCQ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.622 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.622 | 10491 | Recursively removing directory: /tmp/git.SHDl5D/ +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.625 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.625 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.625 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.625 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.625 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.625 | 19359 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.625 | 19356 | Marked run 797 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.625 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.625 | 10490 | Removed run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.625 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.625 | 10490 | Assigned run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.625 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.625 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.d0RFQA +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.627 | 19358 | Marked run 798 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.627 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.627 | 19355 | Added a new run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.628 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.628 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.629 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.630 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.631 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.632 | 19362 | Added a new run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.632 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.632 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.634 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.635 | 10494 | Recursively removing directory: /tmp/git.kvwoCQ/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.636 | 19371 | Added a new run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.636 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.637 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.637 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.637 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.638 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.638 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.638 | 19377 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.638 | 10490 | Removed run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.638 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.638 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.638 | 10490 | Assigned run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.638 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Vta1YY +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.639 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.639 | 19376 | Marked run 799 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.639 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.640 | 10491 | Recursively removing directory: /tmp/git.d0RFQA/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.641 | 19379 | Added a new run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.641 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.642 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.642 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.642 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.642 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.642 | 19382 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.642 | 10490 | Removed run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.642 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.642 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.642 | 10490 | Assigned run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.642 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.642 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aO463x +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.644 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.644 | 19381 | Marked run 800 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.644 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.645 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.646 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.646 | 19383 | Added a new run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.646 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.647 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.648 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.649 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.651 | 19388 | Added a new run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.651 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.654 | 10494 | Recursively removing directory: /tmp/git.Vta1YY/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.654 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.655 | 10491 | Recursively removing directory: /tmp/git.aO463x/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.656 | 19399 | Added a new run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.656 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.656 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.656 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.656 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.656 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.656 | 19401 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.656 | 10490 | Removed run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.656 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.656 | 10490 | Assigned run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.657 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.657 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.657 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.656 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.656 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1OQh9J +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.657 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.657 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.657 | 19404 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.658 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.658 | 10490 | Removed run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.658 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.658 | 10490 | Assigned run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.658 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Pw9XEe +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.659 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.660 | 19400 | Marked run 801 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.660 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.662 | 19405 | Added a new run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.662 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.663 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.663 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.664 | 19403 | Marked run 802 as finished +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.664 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.665 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.665 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.665 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.666 | 19408 | Added a new run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.667 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.669 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.670 | 10494 | Recursively removing directory: /tmp/git.1OQh9J/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.670 | 19418 | Added a new run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.671 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.672 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.672 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.672 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.672 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.672 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.672 | 19424 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.672 | 10490 | Removed run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.672 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.672 | 10490 | Assigned run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.672 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.672 | 10491 | Recursively removing directory: /tmp/git.Pw9XEe/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.673 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.673 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XViJ0C +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.674 | 19423 | Marked run 803 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.674 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.674 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.674 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.674 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.674 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.675 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.675 | 19427 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.675 | 10490 | Removed run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.675 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.675 | 19426 | Marked run 804 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.675 | 10490 | Assigned run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.675 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.675 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.675 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fVB8iL +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.676 | 19425 | Added a new run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.677 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.678 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.679 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.680 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.681 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.682 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.682 | 19430 | Added a new run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.682 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.684 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.686 | 10494 | Recursively removing directory: /tmp/git.XViJ0C/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.686 | 19439 | Added a new run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.686 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.687 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.687 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.687 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.688 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QQLzqz +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.687 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.687 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.688 | 19446 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.688 | 10490 | Removed run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.688 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.688 | 10490 | Assigned run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.688 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.689 | 10491 | Recursively removing directory: /tmp/git.fVB8iL/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.689 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.690 | 19445 | Marked run 805 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.690 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.691 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.691 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.691 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.691 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.691 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.691 | 19449 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.691 | 10490 | Removed run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.691 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.691 | 10490 | Assigned run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.691 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.691 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CgeuBE +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.692 | 19447 | Added a new run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.693 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.694 | 19448 | Marked run 806 as finished +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.694 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.694 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.695 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.695 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.697 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.697 | 19451 | Added a new run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.697 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.698 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.700 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.701 | 10494 | Recursively removing directory: /tmp/git.QQLzqz/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.702 | 19459 | Added a new run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.702 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.703 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.703 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.703 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.703 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.703 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.704 | 19468 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.704 | 10490 | Removed run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.704 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.704 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.704 | 10490 | Assigned run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.704 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VF5kSx +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.705 | 10491 | Recursively removing directory: /tmp/git.CgeuBE/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.705 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.705 | 19467 | Marked run 807 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.705 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.707 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.707 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.707 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.707 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.707 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.707 | 19469 | Added a new run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.708 | 19471 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.708 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.708 | 10490 | Removed run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.708 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.708 | 10490 | Assigned run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.708 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UXilLW +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.708 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.710 | 19470 | Marked run 808 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.710 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.711 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.711 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.712 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.713 | 19473 | Added a new run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.713 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.714 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.715 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.716 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.718 | 19479 | Added a new run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.718 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.719 | 10494 | Recursively removing directory: /tmp/git.VF5kSx/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.720 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.721 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.721 | 19490 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.721 | 10490 | Removed run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.721 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.721 | 10490 | Assigned run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.721 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.720 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.720 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.721 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.721 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rOa57O +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.722 | 10491 | Recursively removing directory: /tmp/git.UXilLW/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.722 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.723 | 19489 | Marked run 809 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.723 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.724 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.724 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.724 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.725 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.725 | 19493 | Added a new worker 6 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.725 | 10490 | Removed run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.725 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.725 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.725 | 10490 | Assigned run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.725 | 19491 | Added a new run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.725 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.724 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.725 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NSd4xI +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.727 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.727 | 19492 | Marked run 810 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.727 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.728 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.728 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.730 | 19495 | Added a new run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.730 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.731 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.732 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.733 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.734 | 19503 | Added a new run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.734 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.734 | 10494 | Recursively removing directory: /tmp/git.rOa57O/ +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.736 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.736 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.736 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.736 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.736 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.736 | 19509 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.737 | 10490 | Removed run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.737 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.737 | 10490 | Assigned run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.737 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MTNX19 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.737 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.737 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.738 | 19508 | Marked run 811 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.738 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.739 | 10491 | Recursively removing directory: /tmp/git.NSd4xI/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.740 | 19512 | Added a new run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.741 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.741 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.741 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.741 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.741 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.741 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.741 | 19516 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.741 | 10490 | Removed run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.741 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.741 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.741 | 10490 | Assigned run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.741 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JTwLZt +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.743 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.743 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.744 | 19514 | Marked run 812 as finished +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.744 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.744 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.746 | 19517 | Added a new run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.746 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.747 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.748 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.749 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.750 | 10494 | Recursively removing directory: /tmp/git.MTNX19/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.751 | 19526 | Added a new run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.752 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.752 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.752 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.752 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.752 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.752 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.753 | 19531 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.753 | 10490 | Removed run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.753 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.753 | 10490 | Assigned run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.753 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j0RH9e +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.753 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.754 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.755 | 19530 | Marked run 813 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.755 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.755 | 10491 | Recursively removing directory: /tmp/git.JTwLZt/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.757 | 19535 | Added a new run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.757 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.758 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.758 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.758 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.758 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.758 | 19538 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.758 | 10490 | Removed run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.758 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.758 | 10490 | Assigned run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.758 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.758 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V7tv7k +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.759 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.760 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.760 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.761 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.761 | 19537 | Marked run 814 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.761 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.763 | 19539 | Added a new run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.763 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.764 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.765 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.766 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.767 | 10494 | Recursively removing directory: /tmp/git.j0RH9e/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.768 | 19547 | Added a new run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.768 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.769 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.769 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.769 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.769 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.769 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.770 | 19554 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.770 | 10490 | Removed run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.770 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.770 | 10490 | Assigned run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.770 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.770 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.htJJUq +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.771 | 19552 | Marked run 815 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.771 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.771 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.772 | 10491 | Recursively removing directory: /tmp/git.V7tv7k/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.773 | 19557 | Added a new run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.774 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.774 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.774 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.774 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.774 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.774 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.774 | 19560 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.775 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.775 | 10490 | Removed run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.775 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.775 | 10490 | Assigned run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.775 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.L8f7KI +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.776 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.776 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.776 | 19559 | Marked run 816 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.776 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.777 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.778 | 19561 | Added a new run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.778 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.781 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.781 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.782 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.783 | 19566 | Added a new run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.783 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.784 | 10494 | Recursively removing directory: /tmp/git.htJJUq/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.786 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.786 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.786 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.786 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.786 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.786 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.786 | 19576 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.786 | 10490 | Removed run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.786 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.786 | 10490 | Assigned run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.787 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.786 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YdhCX0 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.788 | 19574 | Added a new run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.788 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.789 | 10491 | Recursively removing directory: /tmp/git.L8f7KI/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.790 | 19575 | Marked run 817 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.790 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.791 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.791 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.791 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.791 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.791 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.791 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.791 | 19582 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.791 | 10490 | Removed run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.791 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.791 | 10490 | Assigned run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.791 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.791 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lXPnae +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.793 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.793 | 19581 | Marked run 818 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.794 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.794 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.798 | 19583 | Added a new run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.798 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.798 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.799 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.800 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.801 | 10494 | Recursively removing directory: /tmp/git.YdhCX0/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.802 | 19592 | Added a new run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.802 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.803 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.803 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.803 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.803 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.803 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.804 | 19597 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.804 | 10490 | Removed run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.804 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.804 | 10490 | Assigned run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.804 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PDzf2P +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.804 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.805 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.805 | 19596 | Marked run 819 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.806 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.807 | 10491 | Recursively removing directory: /tmp/git.lXPnae/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.807 | 19600 | Added a new run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.807 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.808 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.808 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.809 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.809 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.809 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.809 | 19604 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.809 | 10490 | Removed run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.809 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.809 | 10490 | Assigned run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.809 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.809 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lYkrhm +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.810 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.810 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.811 | 19603 | Marked run 820 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.811 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.811 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.812 | 19605 | Added a new run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.813 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.815 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.816 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.817 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.817 | 19610 | Added a new run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.818 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.818 | 10494 | Recursively removing directory: /tmp/git.PDzf2P/ +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.819 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.819 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.820 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.820 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.820 | 19618 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.820 | 10490 | Removed run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.820 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.820 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.820 | 10490 | Assigned run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.820 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.820 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.820 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ypTeCV +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.822 | 19617 | Marked run 821 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.822 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.823 | 19620 | Added a new run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.824 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.824 | 10491 | Recursively removing directory: /tmp/git.lYkrhm/ +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.826 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.826 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.826 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.826 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.826 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.826 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.826 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.826 | 19626 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.826 | 10490 | Removed run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.826 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.826 | 10490 | Assigned run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.826 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.826 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wpsUGW +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.828 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.828 | 19625 | Marked run 822 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.828 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.830 | 19627 | Added a new run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.830 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.832 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.833 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.833 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.834 | 19634 | Added a new run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.834 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.834 | 10494 | Recursively removing directory: /tmp/git.ypTeCV/ +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.836 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.836 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.836 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.837 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.837 | 19641 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.837 | 10490 | Removed run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.837 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.837 | 10490 | Assigned run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.837 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.837 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.837 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.837 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WrqCgs +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.838 | 19640 | Marked run 823 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.838 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.840 | 19642 | Added a new run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.840 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.840 | 10491 | Recursively removing directory: /tmp/git.wpsUGW/ +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.842 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.842 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.842 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.842 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.842 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.842 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.842 | 19648 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.842 | 10490 | Removed run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.842 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.842 | 10490 | Assigned run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.842 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.843 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jqNTH2 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.843 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.844 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.845 | 19647 | Marked run 824 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.845 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.846 | 19650 | Added a new run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.846 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.849 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.849 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.849 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.850 | 10494 | Recursively removing directory: /tmp/git.WrqCgs/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.851 | 19657 | Added a new run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.851 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.852 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.852 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.852 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.852 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.852 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.852 | 19662 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.852 | 10490 | Removed run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.852 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.852 | 10490 | Assigned run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.852 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.852 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.F4XXuZ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.854 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.854 | 19661 | Marked run 825 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.854 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.856 | 19664 | Added a new run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.856 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.857 | 10491 | Recursively removing directory: /tmp/git.jqNTH2/ +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.858 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.858 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.858 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.858 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.858 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.858 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.859 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.859 | 19670 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.859 | 10490 | Removed run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.859 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YOAKMm +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.859 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.859 | 10490 | Assigned run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.859 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.859 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.861 | 19669 | Marked run 826 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.861 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.862 | 19671 | Added a new run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.863 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.865 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.866 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.866 | 10494 | Recursively removing directory: /tmp/git.F4XXuZ/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.866 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.868 | 19679 | Added a new run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.868 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.868 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.868 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.868 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.868 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.868 | 19682 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.868 | 10490 | Removed run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.868 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.868 | 10490 | Assigned run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.868 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.869 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4wNcJY +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.869 | 19681 | Marked run 827 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.870 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.871 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.873 | 19686 | Added a new run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.873 | 10491 | Recursively removing directory: /tmp/git.YOAKMm/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.873 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.874 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.875 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.875 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.875 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.875 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.875 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.875 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.876 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.876 | 19693 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.876 | 10490 | Removed run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.876 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.876 | 10490 | Assigned run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.876 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.876 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BkEvOI +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.878 | 19691 | Marked run 828 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.878 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.879 | 19694 | Added a new run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.880 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.882 | 10494 | Recursively removing directory: /tmp/git.4wNcJY/ +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.882 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.882 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.883 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.883 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.883 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.883 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.883 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.883 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.883 | 19704 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.884 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.884 | 10490 | Removed run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.884 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.884 | 10490 | Assigned run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.884 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RBb8w2 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.885 | 19701 | Added a new run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.885 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.887 | 19703 | Marked run 829 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.887 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.888 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.889 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.890 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.890 | 19708 | Added a new run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.890 | 10491 | Recursively removing directory: /tmp/git.BkEvOI/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.890 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.892 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.892 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.892 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.892 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.892 | 19715 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.892 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.893 | 10490 | Removed run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.893 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.893 | 10490 | Assigned run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.892 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.893 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GBSy1Y +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.893 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.895 | 19714 | Marked run 830 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.896 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.897 | 10494 | Recursively removing directory: /tmp/git.RBb8w2/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.897 | 19717 | Added a new run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.897 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.898 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.898 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.898 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.898 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.898 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.899 | 19724 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.899 | 10490 | Removed run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.899 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.899 | 10490 | Assigned run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.899 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.899 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LTLGJL +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.900 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.900 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.900 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.901 | 19723 | Marked run 831 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.901 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.903 | 19725 | Added a new run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.903 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.905 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.906 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.906 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.907 | 10491 | Recursively removing directory: /tmp/git.GBSy1Y/ +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.909 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.909 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.909 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.909 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.909 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.909 | 19738 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.909 | 10490 | Removed run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.909 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.909 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.909 | 10490 | Assigned run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.909 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UvyQeu +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.910 | 19733 | Added a new run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.911 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.912 | 10494 | Recursively removing directory: /tmp/git.LTLGJL/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.913 | 19737 | Marked run 832 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.913 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.913 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.914 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.914 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.914 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.914 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.914 | 19745 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.914 | 10490 | Removed run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.914 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.914 | 10490 | Assigned run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.914 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.914 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.914 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8t586q +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.915 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.916 | 19743 | Added a new run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.916 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.917 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.918 | 19744 | Marked run 833 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.918 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.918 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.920 | 19748 | Added a new run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.920 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.921 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.922 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.923 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.924 | 10491 | Recursively removing directory: /tmp/git.UvyQeu/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.924 | 19756 | Added a new run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.925 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.926 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.926 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.926 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.926 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.926 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.926 | 19761 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.926 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.926 | 10490 | Removed run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.926 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.926 | 10490 | Assigned run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.927 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JdJZ8Q +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.928 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.928 | 19760 | Marked run 834 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.928 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.929 | 10494 | Recursively removing directory: /tmp/git.8t586q/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.930 | 19765 | Added a new run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.931 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.931 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.931 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.931 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.931 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.931 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.931 | 19768 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.931 | 10490 | Removed run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.931 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.931 | 10490 | Assigned run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.931 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.932 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Z5hamh +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.933 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.934 | 19766 | Marked run 835 as finished +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.934 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.934 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.936 | 19769 | Added a new run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.936 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.937 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.938 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.939 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.940 | 10491 | Recursively removing directory: /tmp/git.JdJZ8Q/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.941 | 19777 | Added a new run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.941 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.942 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.942 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.942 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.942 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.942 | 19783 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.942 | 10490 | Removed run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.942 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.942 | 10490 | Assigned run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.942 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.942 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EKyFs6 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.943 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.944 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.945 | 19782 | Marked run 836 as finished +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.945 | 10494 | Recursively removing directory: /tmp/git.Z5hamh/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.945 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.947 | 19787 | Added a new run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.947 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.948 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.948 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.948 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.948 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.948 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.948 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.948 | 19789 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.948 | 10490 | Removed run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.948 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.948 | 10490 | Assigned run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.949 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.948 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MOT1VM +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.949 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.950 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.951 | 19788 | Marked run 837 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.951 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.952 | 19792 | Added a new run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.953 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.954 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.955 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.955 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.956 | 10491 | Recursively removing directory: /tmp/git.EKyFs6/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.957 | 19800 | Added a new run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.957 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.958 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.958 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.958 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.958 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.958 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.958 | 19804 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.958 | 10490 | Removed run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.958 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.958 | 10490 | Assigned run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.958 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.958 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TSFQ2a +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.959 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.960 | 19803 | Marked run 838 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.960 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.961 | 19806 | Added a new run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.961 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.963 | 10494 | Recursively removing directory: /tmp/git.MOT1VM/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.964 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.964 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.965 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.965 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.965 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.965 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.965 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.965 | 19813 | Added a new worker 13 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.965 | 10490 | Removed run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.965 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.965 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.965 | 10490 | Assigned run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.965 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YRFwmO +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.965 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.968 | 19811 | Added a new run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.968 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.968 | 19812 | Marked run 839 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.968 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.970 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.971 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.971 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.972 | 10491 | Recursively removing directory: /tmp/git.TSFQ2a/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.973 | 19820 | Added a new run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.973 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.974 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.974 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.974 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.974 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.974 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.974 | 19826 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.974 | 10490 | Removed run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.974 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.974 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.974 | 10490 | Assigned run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.974 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4zIcgd +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.976 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.976 | 19825 | Marked run 840 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.976 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.978 | 19828 | Added a new run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.978 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.979 | 10494 | Recursively removing directory: /tmp/git.YRFwmO/ +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.980 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.980 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.980 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.980 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.980 | 19834 | Added a new worker 10 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.980 | 10490 | Removed run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.980 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.980 | 10490 | Assigned run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.980 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.980 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.980 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.980 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fykvxU +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.981 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.982 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.983 | 19833 | Marked run 841 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.983 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.984 | 19835 | Added a new run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.985 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.986 | 10494 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.987 | 10494 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.987 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.989 | 10491 | Recursively removing directory: /tmp/git.4zIcgd/ +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.989 | 19842 | Added a new run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.989 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.990 | 10491 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.990 | 10491 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.990 | 10491 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.990 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.990 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.991 | 19848 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.991 | 10490 | Removed run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.991 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.991 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.991 | 10490 | Assigned run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.991 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uaRX8P +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.992 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.992 | 19847 | Marked run 842 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.993 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.994 | 19850 | Added a new run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.994 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.994 | 10494 | Recursively removing directory: /tmp/git.fykvxU/ +2024-01-28 10:55:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.996 | 10494 | Process exit code: 0 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.996 | 10494 | Process output: 57 bytes +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.996 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.996 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.996 | 10491 | Checking out revision HEAD +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.996 | 10494 | Waiting for a new command +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.996 | 19856 | Added a new worker 11 to the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.996 | 10490 | Removed run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.996 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.997 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.997 | 10490 | Assigned run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:16 | INFO | 10494/cimple-worker: 2024-01-28 10:55:16.997 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qp9fYy +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.997 | 10488 | Waiting for new connections +2024-01-28 10:55:16 | INFO | 10491/cimple-worker: 2024-01-28 10:55:16.998 | 10491 | Going to run: ./ci +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.998 | 19855 | Marked run 843 as finished +2024-01-28 10:55:16 | INFO | 10488/cimple-server: 2024-01-28 10:55:16.998 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.000 | 19857 | Added a new run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.000 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.002 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.002 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.003 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.004 | 19862 | Added a new run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.004 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.006 | 10491 | Recursively removing directory: /tmp/git.uaRX8P/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.007 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.007 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.007 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.008 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.008 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.008 | 19874 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.008 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.008 | 10490 | Removed run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.008 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.008 | 10490 | Assigned run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.008 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.008 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Kllsa5 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.009 | 19870 | Added a new run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.010 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.010 | 10494 | Recursively removing directory: /tmp/git.qp9fYy/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.011 | 19872 | Marked run 844 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.011 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.012 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.012 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.012 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.012 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.012 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.012 | 19878 | Added a new worker 11 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.012 | 10490 | Removed run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.012 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.013 | 10490 | Assigned run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.013 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.013 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.013 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CVVcW6 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.014 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.015 | 19877 | Marked run 845 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.015 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.016 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.016 | 19879 | Added a new run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.017 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.018 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.018 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.019 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.022 | 10491 | Recursively removing directory: /tmp/git.Kllsa5/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.023 | 19884 | Added a new run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.023 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.024 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.024 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.024 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.024 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.024 | 19896 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.024 | 10490 | Removed run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.024 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.024 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.024 | 10490 | Assigned run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.024 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.024 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CRTVCN +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.025 | 10494 | Recursively removing directory: /tmp/git.CVVcW6/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.026 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.027 | 19895 | Marked run 846 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.027 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.028 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.028 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.029 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.029 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.029 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.029 | 19899 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.029 | 10490 | Removed run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.029 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.029 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.029 | 10490 | Assigned run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.029 | 19897 | Added a new run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.029 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IYQlhD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.030 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.030 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.031 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.031 | 19898 | Marked run 847 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.032 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.032 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.033 | 19901 | Added a new run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.034 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.034 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.035 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.036 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.037 | 19907 | Added a new run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.038 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.039 | 10491 | Recursively removing directory: /tmp/git.CRTVCN/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.040 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.040 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.040 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.041 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.041 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.041 | 19919 | Added a new worker 12 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.041 | 10490 | Removed run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.041 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.041 | 10490 | Assigned run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.041 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.041 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kSosaN +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.041 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.042 | 10494 | Recursively removing directory: /tmp/git.IYQlhD/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.042 | 19916 | Added a new run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.043 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.044 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.044 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.045 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.045 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.045 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.045 | 19922 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.045 | 10490 | Removed run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.045 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.045 | 10490 | Assigned run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.045 | 19918 | Marked run 848 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.045 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.045 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.045 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GXs24B +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.046 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.048 | 19923 | Added a new run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.048 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.049 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.049 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.050 | 19921 | Marked run 849 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.051 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.051 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.051 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.052 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.053 | 19926 | Added a new run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.053 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.056 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.056 | 10491 | Recursively removing directory: /tmp/git.kSosaN/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.058 | 19935 | Added a new run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.058 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.058 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.058 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.058 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.059 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fiAqIZ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.058 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.058 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.058 | 19941 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.058 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.058 | 10490 | Removed run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.058 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.059 | 10490 | Assigned run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.060 | 10494 | Recursively removing directory: /tmp/git.GXs24B/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.060 | 19940 | Marked run 850 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.061 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.061 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.062 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.062 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.062 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.062 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.062 | 19943 | Added a new run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.062 | 19945 | Added a new worker 6 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.063 | 10490 | Removed run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.063 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.063 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.063 | 10490 | Assigned run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.062 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.063 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.z6uRmK +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.065 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.065 | 19944 | Marked run 851 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.065 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.067 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.068 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.068 | 19947 | Added a new run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.068 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.069 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.070 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.070 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.073 | 19952 | Added a new run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.073 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.074 | 10491 | Recursively removing directory: /tmp/git.fiAqIZ/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.075 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.076 | 10494 | Recursively removing directory: /tmp/git.z6uRmK/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.076 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.076 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.076 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.076 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.077 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.077 | 19965 | Added a new worker 14 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.077 | 10490 | Removed run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.077 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.077 | 10490 | Assigned run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.077 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.077 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HiHefl +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.078 | 19963 | Added a new run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.078 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.079 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.079 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.079 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.079 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.079 | 19968 | Added a new worker 14 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.079 | 10490 | Removed run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.079 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.079 | 10490 | Assigned run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.079 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.079 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.080 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EnZ620 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.080 | 19964 | Marked run 852 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.081 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.081 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.083 | 19967 | Marked run 853 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.083 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.083 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.084 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.085 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.085 | 19969 | Added a new run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.085 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.086 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.088 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.090 | 19974 | Added a new run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.090 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.091 | 10491 | Recursively removing directory: /tmp/git.HiHefl/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.092 | 10494 | Recursively removing directory: /tmp/git.EnZ620/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.093 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.093 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.093 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.093 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.094 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.094 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.094 | 19987 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.094 | 10490 | Removed run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.094 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.094 | 10490 | Assigned run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.094 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.094 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PjNTq9 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.094 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.094 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.095 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.095 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.095 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.095 | 19989 | Added a new worker 15 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.095 | 10490 | Removed run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.095 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.095 | 10490 | Assigned run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.095 | 19985 | Added a new run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.095 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.096 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.095 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ffhmqj +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.097 | 19986 | Marked run 854 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.097 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.099 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.099 | 19988 | Marked run 855 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.099 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.099 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.101 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.101 | 19991 | Added a new run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.101 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.102 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.102 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.104 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.106 | 19996 | Added a new run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.107 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.108 | 10491 | Recursively removing directory: /tmp/git.PjNTq9/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.109 | 10494 | Recursively removing directory: /tmp/git.Ffhmqj/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.109 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.109 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.109 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.110 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.110 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.110 | 20009 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.110 | 10490 | Removed run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.110 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.110 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.110 | 10490 | Assigned run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.110 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.110 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zyMvsb +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.111 | 20007 | Added a new run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.111 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.111 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.111 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.112 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.112 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.112 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.112 | 20011 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.112 | 10490 | Removed run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.112 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.112 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.112 | 10490 | Assigned run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.112 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nWCeoc +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.114 | 20008 | Marked run 856 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.114 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.115 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.115 | 20010 | Marked run 857 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.115 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.117 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.117 | 20013 | Added a new run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.117 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.118 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.118 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.119 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.120 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.121 | 20018 | Added a new run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.122 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.124 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.124 | 10491 | Recursively removing directory: /tmp/git.zyMvsb/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.126 | 10494 | Recursively removing directory: /tmp/git.nWCeoc/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.126 | 20029 | Added a new run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.127 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.127 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.127 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.127 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.127 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.127 | 20031 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.127 | 10490 | Removed run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.127 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.127 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.127 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GQRZKP +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.127 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.127 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.127 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.128 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sUkA7j +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.127 | 10490 | Assigned run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.127 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.127 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.127 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.127 | 20034 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.127 | 10490 | Removed run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.127 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.128 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.128 | 10490 | Assigned run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.129 | 20030 | Marked run 858 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.129 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.130 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.131 | 20033 | Marked run 859 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.131 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.135 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.135 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.136 | 20035 | Added a new run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.136 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.136 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.136 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.139 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.140 | 20041 | Added a new run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.140 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.142 | 10491 | Recursively removing directory: /tmp/git.GQRZKP/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.143 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.143 | 10494 | Recursively removing directory: /tmp/git.sUkA7j/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.144 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.144 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.144 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.145 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.145 | 20053 | Added a new worker 14 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.145 | 10490 | Removed run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.145 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.145 | 10490 | Assigned run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.145 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.145 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zfU4Pf +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.145 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.145 | 20051 | Added a new run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.145 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.145 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.146 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.146 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.146 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.146 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.146 | 20055 | Added a new worker 6 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.146 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.146 | 10490 | Removed run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.146 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.146 | 10490 | Assigned run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.147 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3ZTUuw +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.148 | 20052 | Marked run 860 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.148 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.149 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.150 | 20054 | Marked run 861 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.150 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.151 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.151 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.152 | 20057 | Added a new run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.152 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.152 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.153 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.155 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.156 | 20062 | Added a new run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.157 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.158 | 10491 | Recursively removing directory: /tmp/git.zfU4Pf/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.159 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.159 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.159 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.160 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.160 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.160 | 20075 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.160 | 10490 | Removed run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.160 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.160 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.160 | 10490 | Assigned run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.160 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.160 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xdj6nO +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.161 | 10494 | Recursively removing directory: /tmp/git.3ZTUuw/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.161 | 20073 | Added a new run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.161 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.163 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.163 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.163 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.163 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.163 | 20078 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.163 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.163 | 10490 | Removed run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.163 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.163 | 10490 | Assigned run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.163 | 20074 | Marked run 862 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.163 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.163 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.163 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RG1xga +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.164 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.166 | 20079 | Added a new run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.166 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.167 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.168 | 20077 | Marked run 863 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.168 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.168 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.169 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.169 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.170 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.170 | 20082 | Added a new run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.171 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.173 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.174 | 20090 | Added a new run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.175 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.175 | 10491 | Recursively removing directory: /tmp/git.xdj6nO/ +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.176 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.176 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.177 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.177 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.177 | 20098 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.177 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.177 | 10490 | Removed run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.177 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.177 | 10490 | Assigned run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.177 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.177 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iZ1XKX +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.177 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.177 | 10494 | Recursively removing directory: /tmp/git.RG1xga/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.180 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.180 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.180 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.180 | 20097 | Marked run 864 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.180 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.180 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.180 | 20101 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.180 | 10490 | Removed run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.180 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.180 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.180 | 10490 | Assigned run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.181 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MVxmpw +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.182 | 20099 | Added a new run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.182 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.184 | 20100 | Marked run 865 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.184 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.184 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.184 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.186 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.186 | 20103 | Added a new run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.186 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.187 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.187 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.189 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.190 | 20108 | Added a new run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.190 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.193 | 10491 | Recursively removing directory: /tmp/git.iZ1XKX/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.193 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.194 | 10494 | Recursively removing directory: /tmp/git.MVxmpw/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.195 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.195 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.195 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.195 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.195 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.195 | 20121 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.195 | 10490 | Removed run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.195 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.195 | 10490 | Assigned run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.195 | 20119 | Added a new run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.195 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Yfrpy7 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.196 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.196 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.196 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.196 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.197 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.197 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.197 | 20124 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.197 | 10490 | Removed run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.197 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.197 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.197 | 10490 | Assigned run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.197 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0ee6iG +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.198 | 20120 | Marked run 866 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.198 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.199 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.200 | 20122 | Marked run 867 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.200 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.202 | 20125 | Added a new run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.202 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.202 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.203 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.203 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.204 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.204 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.207 | 20129 | Added a new run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.207 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.210 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.210 | 10491 | Recursively removing directory: /tmp/git.Yfrpy7/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.210 | 10494 | Recursively removing directory: /tmp/git.0ee6iG/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.212 | 20141 | Added a new run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.212 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.212 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.212 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.212 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.212 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.212 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.212 | 20143 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.212 | 10490 | Removed run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.212 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.212 | 10490 | Assigned run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.212 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.212 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.212 | 20146 | Added a new worker 9 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.212 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.212 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.212 | 10490 | Removed run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.212 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.212 | 10490 | Assigned run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.212 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.212 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.212 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.213 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Un6W9q +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.212 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KYyBY3 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.215 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.215 | 20142 | Marked run 868 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.216 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.217 | 20147 | Added a new run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.217 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.218 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.219 | 20144 | Marked run 869 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.219 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.219 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.219 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.220 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.220 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.221 | 20151 | Added a new run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.222 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.224 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.226 | 20161 | Added a new run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.226 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.226 | 10491 | Recursively removing directory: /tmp/git.KYyBY3/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.226 | 10494 | Recursively removing directory: /tmp/git.Un6W9q/ +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.228 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.228 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.228 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.228 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.228 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.228 | 20166 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.228 | 10490 | Removed run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.228 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.228 | 10490 | Assigned run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.228 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.228 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.228 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.228 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bxzfcp +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.228 | 20168 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.228 | 10490 | Removed run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.228 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.228 | 10490 | Assigned run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.228 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.229 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.228 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.228 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.228 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.229 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ju1fiL +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.230 | 20165 | Marked run 870 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.230 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.232 | 20169 | Added a new run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.232 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.234 | 20167 | Marked run 871 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.234 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.234 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.235 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.235 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.235 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.236 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.237 | 20172 | Added a new run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.238 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.240 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.241 | 10491 | Recursively removing directory: /tmp/git.bxzfcp/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.242 | 20181 | Added a new run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.242 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.243 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.243 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.243 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.243 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.243 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.243 | 20188 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.243 | 10490 | Removed run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.243 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.243 | 10490 | Assigned run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.244 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.243 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xUWD7w +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.244 | 10494 | Recursively removing directory: /tmp/git.Ju1fiL/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.245 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.247 | 20187 | Marked run 872 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.247 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.248 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.248 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.249 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.249 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.249 | 20191 | Added a new worker 14 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.249 | 10490 | Removed run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.249 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.249 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.249 | 10490 | Assigned run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.249 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.249 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VtR1qC +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.255 | 20189 | Added a new run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.255 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.256 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.257 | 20190 | Marked run 873 as finished +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.257 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.257 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.258 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.259 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.260 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.260 | 20194 | Added a new run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.260 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.262 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.264 | 10491 | Recursively removing directory: /tmp/git.xUWD7w/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.264 | 20202 | Added a new run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.264 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.265 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.265 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.266 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.266 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.265 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.266 | 20210 | Added a new worker 11 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.266 | 10490 | Removed run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.266 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.266 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.266 | 10490 | Assigned run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.266 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jT4n5q +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.267 | 10494 | Recursively removing directory: /tmp/git.VtR1qC/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.267 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.268 | 20208 | Marked run 874 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.268 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.269 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.269 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.269 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.269 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.269 | 20211 | Added a new run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.270 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.270 | 20213 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.270 | 10490 | Removed run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.270 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.270 | 10490 | Assigned run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.270 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.270 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NmAHpI +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.270 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.272 | 20212 | Marked run 875 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.272 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.273 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.273 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.274 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.275 | 20215 | Added a new run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.275 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.275 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.276 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.277 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.279 | 20220 | Added a new run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.279 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.281 | 10491 | Recursively removing directory: /tmp/git.jT4n5q/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.281 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.283 | 10494 | Recursively removing directory: /tmp/git.NmAHpI/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.283 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.283 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.283 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.283 | 20230 | Added a new run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.283 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.284 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.284 | 20233 | Added a new worker 6 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.284 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.284 | 10490 | Removed run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.284 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.284 | 10490 | Assigned run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.284 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.284 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YzoVm0 +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.285 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.285 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.286 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.286 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.286 | 20232 | Marked run 876 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.286 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.286 | 20236 | Added a new worker 8 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.286 | 10490 | Removed run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.286 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.286 | 10490 | Assigned run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.286 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RFuUCE +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.286 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.286 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.287 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.288 | 20235 | Marked run 877 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.288 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.290 | 20237 | Added a new run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.290 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.290 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.291 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.292 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.292 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.293 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.295 | 20240 | Added a new run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.295 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.297 | 10491 | Recursively removing directory: /tmp/git.YzoVm0/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.297 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.299 | 10494 | Recursively removing directory: /tmp/git.RFuUCE/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.299 | 20252 | Added a new run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.300 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.300 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.300 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.300 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.300 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.300 | 20256 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.300 | 10490 | Removed run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.300 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.300 | 10490 | Assigned run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.300 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.300 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cTO6bp +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.301 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.301 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.301 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.301 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.301 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.301 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.301 | 20258 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.301 | 10490 | Removed run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.301 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.301 | 10490 | Assigned run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.302 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.302 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tx4hWc +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.302 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.303 | 20255 | Marked run 878 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.303 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.305 | 20257 | Marked run 879 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.305 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.306 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.307 | 20259 | Added a new run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.307 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.307 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.308 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.309 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.309 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.311 | 20264 | Added a new run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.311 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.313 | 10491 | Recursively removing directory: /tmp/git.cTO6bp/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.314 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.314 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.314 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.315 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.315 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.315 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.315 | 20277 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.315 | 10490 | Removed run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.315 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.315 | 10490 | Assigned run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.315 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.315 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gIQIvw +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.316 | 20272 | Added a new run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.316 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.316 | 10494 | Recursively removing directory: /tmp/git.tx4hWc/ +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.318 | 20276 | Marked run 880 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.318 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.319 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.319 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.319 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.319 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.319 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.319 | 20281 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.319 | 10490 | Removed run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.319 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.320 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.320 | 10490 | Assigned run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.319 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.320 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FOfveU +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.320 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.321 | 20279 | Added a new run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.321 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.322 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.323 | 20280 | Marked run 881 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.323 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.324 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.325 | 20284 | Added a new run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.326 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.326 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.327 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.328 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.329 | 10491 | Recursively removing directory: /tmp/git.gIQIvw/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.330 | 20292 | Added a new run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.330 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.330 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.330 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.331 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.331 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.331 | 20296 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.331 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.331 | 10490 | Removed run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.331 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.331 | 10490 | Assigned run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.331 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.331 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n3MItK +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.333 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.333 | 20295 | Marked run 882 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.333 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.334 | 10494 | Recursively removing directory: /tmp/git.FOfveU/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.335 | 20300 | Added a new run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.335 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.336 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.336 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.336 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.336 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.336 | 20304 | Added a new worker 11 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.336 | 10490 | Removed run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.337 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.337 | 10490 | Assigned run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.337 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.336 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.337 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.337 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WjU392 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.338 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.339 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.339 | 20303 | Marked run 883 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.339 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.341 | 20305 | Added a new run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.341 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.343 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.343 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.345 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.345 | 20310 | Added a new run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.345 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.346 | 10491 | Recursively removing directory: /tmp/git.n3MItK/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.347 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.347 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.347 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.347 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.347 | 20318 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.347 | 10490 | Removed run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.347 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.347 | 10490 | Assigned run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.347 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.347 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.h0CyAW +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.348 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.352 | 10494 | Recursively removing directory: /tmp/git.WjU392/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.352 | 20319 | Added a new run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.352 | 20317 | Marked run 884 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.352 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.353 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.353 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.353 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.353 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.353 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.353 | 20326 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.353 | 10490 | Removed run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.353 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.353 | 10490 | Assigned run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.354 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.354 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rgbxsS +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.354 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.354 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.355 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.355 | 20325 | Marked run 885 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.356 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.359 | 20327 | Added a new run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.359 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.361 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.361 | 10491 | Recursively removing directory: /tmp/git.h0CyAW/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.362 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.362 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.363 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.363 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.364 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.364 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.364 | 20338 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.364 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.364 | 10490 | Removed run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.364 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.364 | 10490 | Assigned run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.364 | 20335 | Added a new run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.364 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.364 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.364 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RxVgA5 +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.366 | 20337 | Marked run 886 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.367 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.368 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.368 | 10494 | Recursively removing directory: /tmp/git.rgbxsS/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.370 | 20345 | Added a new run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.370 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.370 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.370 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.370 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.370 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.370 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.371 | 20347 | Added a new worker 11 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.371 | 10490 | Removed run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.371 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.371 | 10490 | Assigned run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.371 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.371 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eHWUGl +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.371 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.372 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.373 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.373 | 20346 | Marked run 887 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.374 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.375 | 20350 | Added a new run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.375 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.377 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.377 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.378 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.379 | 10491 | Recursively removing directory: /tmp/git.RxVgA5/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.380 | 20358 | Added a new run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.380 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.381 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.381 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.381 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.381 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.381 | 20363 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.381 | 10490 | Removed run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.381 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.381 | 10490 | Assigned run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.381 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.381 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.381 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HOJSaT +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.383 | 20362 | Marked run 888 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.383 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.383 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.385 | 10494 | Recursively removing directory: /tmp/git.eHWUGl/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.385 | 20367 | Added a new run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.385 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.386 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.386 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.387 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.387 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.387 | 20370 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.387 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.387 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.387 | 10490 | Removed run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.387 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.387 | 10490 | Assigned run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.387 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.387 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HngTtW +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.387 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.388 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.389 | 20369 | Marked run 889 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.389 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.391 | 20372 | Added a new run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.391 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.393 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.393 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.394 | 10491 | Recursively removing directory: /tmp/git.HOJSaT/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.395 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.396 | 20379 | Added a new run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.396 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.396 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.396 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.396 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.396 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.396 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.396 | 20383 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.396 | 10490 | Removed run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.396 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.396 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.397 | 10490 | Assigned run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.397 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PWaGo5 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.399 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.399 | 20381 | Marked run 890 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.400 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.402 | 20386 | Added a new run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.402 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.402 | 10494 | Recursively removing directory: /tmp/git.HngTtW/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.403 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.403 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.404 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.404 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.404 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.404 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zqJFrA +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.404 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.404 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.404 | 20392 | Added a new worker 11 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.404 | 10490 | Removed run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.404 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.404 | 10490 | Assigned run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.404 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.406 | 20391 | Marked run 891 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.406 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.407 | 20393 | Added a new run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.407 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.409 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.410 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.410 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.412 | 10491 | Recursively removing directory: /tmp/git.PWaGo5/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.412 | 20401 | Added a new run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.412 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.413 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.413 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.414 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.414 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.414 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.414 | 20406 | Added a new worker 11 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.414 | 10490 | Removed run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.414 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.414 | 10490 | Assigned run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.414 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qCwOfh +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.414 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.415 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.416 | 20405 | Marked run 892 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.416 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.417 | 10494 | Recursively removing directory: /tmp/git.zqJFrA/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.417 | 20410 | Added a new run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.418 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.418 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.418 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.419 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.419 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.419 | 20414 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.419 | 10490 | Removed run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.419 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.419 | 10490 | Assigned run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.419 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.419 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.419 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xyhcgz +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.420 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.421 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.421 | 20413 | Marked run 893 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.422 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.422 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.424 | 20415 | Added a new run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.424 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.424 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.425 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.426 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.428 | 20423 | Added a new run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.428 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.428 | 10491 | Recursively removing directory: /tmp/git.qCwOfh/ +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.430 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.430 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.430 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.430 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.430 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.430 | 20431 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.430 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.430 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.431 | 10490 | Removed run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.431 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.431 | 10490 | Assigned run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.431 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AAXiSz +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.432 | 10494 | Recursively removing directory: /tmp/git.xyhcgz/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.433 | 20430 | Marked run 894 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.433 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.434 | 20432 | Added a new run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.434 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.434 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.435 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.435 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.435 | 20435 | Added a new worker 11 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.435 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.435 | 10490 | Removed run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.435 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.435 | 10490 | Assigned run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.435 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.435 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zEqzvw +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.437 | 20434 | Marked run 895 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.437 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.438 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.438 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.439 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.440 | 20437 | Added a new run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.441 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.442 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.440 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.443 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.445 | 20442 | Added a new run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.445 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.446 | 10491 | Recursively removing directory: /tmp/git.AAXiSz/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.447 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.447 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.447 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.447 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.447 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.447 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.448 | 20455 | Added a new worker 12 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.448 | 10490 | Removed run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.448 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.448 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.448 | 10490 | Assigned run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.449 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BN9n3h +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.449 | 10494 | Recursively removing directory: /tmp/git.zEqzvw/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.451 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.451 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.451 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.451 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.451 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.451 | 20457 | Added a new worker 15 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.451 | 10490 | Removed run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.451 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.452 | 20453 | Marked run 896 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.452 | 10490 | Assigned run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.452 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.452 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.452 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fn3zW5 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.454 | 20456 | Marked run 897 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.454 | 20454 | Added a new run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.454 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.454 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.455 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.457 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.457 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.458 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.459 | 20461 | Added a new run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.460 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.461 | 10491 | Recursively removing directory: /tmp/git.BN9n3h/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.462 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.463 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.463 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.463 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.463 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.463 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.463 | 20474 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.463 | 10490 | Removed run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.463 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.463 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.463 | 10490 | Assigned run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.464 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9vbjua +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.465 | 10494 | Recursively removing directory: /tmp/git.fn3zW5/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.468 | 20473 | Marked run 898 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.468 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.468 | 20470 | Added a new run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.469 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.469 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.469 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.470 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.470 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.470 | 20478 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.470 | 10490 | Removed run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.470 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.470 | 10490 | Assigned run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.470 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.470 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.470 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lgYcGQ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.472 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.472 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.472 | 20477 | Marked run 899 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.473 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.472 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.474 | 20479 | Added a new run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.474 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.476 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.476 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.476 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.478 | 20484 | Added a new run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.478 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.479 | 10491 | Recursively removing directory: /tmp/git.9vbjua/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.481 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.481 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.481 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.481 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.481 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.481 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.481 | 20495 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.481 | 10490 | Removed run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.481 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.481 | 10490 | Assigned run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.482 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.482 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hTF04a +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.483 | 20492 | Added a new run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.483 | 10494 | Recursively removing directory: /tmp/git.lgYcGQ/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.483 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.485 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.485 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.486 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.485 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.486 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.486 | 20500 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.486 | 20494 | Marked run 900 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.486 | 10490 | Removed run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.486 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.486 | 10490 | Assigned run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.486 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.n26JyA +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.487 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.488 | 20499 | Marked run 901 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.488 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.489 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.490 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.490 | 20501 | Added a new run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.491 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.492 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.493 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.493 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.494 | 20506 | Added a new run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.495 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.497 | 10491 | Recursively removing directory: /tmp/git.hTF04a/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.498 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.499 | 20516 | Added a new run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.499 | 10494 | Recursively removing directory: /tmp/git.n26JyA/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.499 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.499 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.500 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.500 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8FxTBQ +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.500 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.500 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.500 | 20519 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.500 | 10490 | Removed run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.500 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.500 | 10490 | Assigned run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.500 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.502 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.502 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.502 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.502 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qWRgoX +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.502 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.502 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.502 | 20522 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.502 | 10490 | Removed run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.502 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.502 | 10490 | Assigned run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.503 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.503 | 20518 | Marked run 902 as finished +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.507 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.509 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.510 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.517 | 10494 | Recursively removing directory: /tmp/git.qWRgoX/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.519 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.508 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.516 | 10491 | Recursively removing directory: /tmp/git.8FxTBQ/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.519 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.519 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.518 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.503 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.518 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.518 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.520 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.chCBEY +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.505 | 20523 | Added a new run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.525 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.526 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.534 | 10494 | Recursively removing directory: /tmp/git.chCBEY/ +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.518 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yIkFGO +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.523 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.506 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.535 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.525 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.533 | 10491 | Recursively removing directory: /tmp/git.yIkFGO/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.535 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.508 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.509 | 20521 | Marked run 903 as finished +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.535 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.535 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.535 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.535 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.535 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.17KoKv +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.537 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qNSzpX +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.509 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.511 | 20526 | Added a new run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.511 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.514 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.515 | 20536 | Added a new run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.515 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.518 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.518 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.518 | 20542 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.518 | 10490 | Removed run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.518 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.518 | 10490 | Assigned run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.518 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.519 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.519 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.519 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.519 | 20545 | Added a new worker 15 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.519 | 10490 | Removed run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.519 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.519 | 10490 | Assigned run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.520 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.520 | 20543 | Added a new run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.521 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.524 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.526 | 20541 | Marked run 904 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.526 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.542 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.542 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.543 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.527 | 20544 | Marked run 905 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.527 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.528 | 20547 | Added a new run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.528 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.531 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.543 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.532 | 20559 | Added a new run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.533 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.535 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.535 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.535 | 20564 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.535 | 10490 | Removed run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.535 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.535 | 10490 | Assigned run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.536 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.536 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.536 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.536 | 20567 | Added a new worker 15 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.536 | 10490 | Removed run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.536 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.536 | 10490 | Assigned run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.536 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.539 | 20566 | Added a new run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.539 | 20563 | Marked run 906 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.540 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.542 | 20565 | Marked run 907 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.542 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.544 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.546 | 20571 | Added a new run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.546 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.549 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.549 | 10494 | Recursively removing directory: /tmp/git.qNSzpX/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.550 | 10491 | Recursively removing directory: /tmp/git.17KoKv/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.551 | 20583 | Added a new run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.551 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.552 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.552 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.552 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.552 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.552 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.552 | 20586 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.552 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.552 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.552 | 10490 | Removed run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.552 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.552 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.552 | 10490 | Assigned run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.552 | 20588 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.553 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.553 | 10490 | Removed run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.553 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.553 | 10490 | Assigned run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.552 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.552 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.552 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.553 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3XDtmx +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.553 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8gmVh8 +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.555 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.555 | 20585 | Marked run 909 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.555 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.557 | 20587 | Marked run 908 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.557 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.559 | 20589 | Added a new run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.559 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.559 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.559 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.560 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.560 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.562 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.563 | 20593 | Added a new run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.563 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.566 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.567 | 10491 | Recursively removing directory: /tmp/git.3XDtmx/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.567 | 10494 | Recursively removing directory: /tmp/git.8gmVh8/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.568 | 20605 | Added a new run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.568 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.568 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.568 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.569 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.569 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.569 | 20608 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.569 | 10490 | Removed run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.569 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.569 | 10490 | Assigned run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.569 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.569 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.569 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.569 | 20610 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.569 | 10490 | Removed run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.569 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.569 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.569 | 10490 | Assigned run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.569 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.569 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qAnJSV +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.569 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.569 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.569 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.569 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VqzHL0 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.571 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.573 | 20607 | Marked run 911 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.573 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.575 | 20611 | Added a new run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.575 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.575 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.576 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.576 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.577 | 20609 | Marked run 910 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.577 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.577 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.578 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.579 | 20615 | Added a new run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.579 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.581 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.583 | 10491 | Recursively removing directory: /tmp/git.qAnJSV/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.584 | 10494 | Recursively removing directory: /tmp/git.VqzHL0/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.584 | 20623 | Added a new run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.584 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.585 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.585 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.585 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.585 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.586 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.585 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.585 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.585 | 20630 | Added a new worker 11 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.585 | 10490 | Removed run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.585 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.585 | 10490 | Assigned run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.586 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.586 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.586 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.586 | 20632 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.586 | 10490 | Removed run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.586 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.586 | 10490 | Assigned run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.586 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.586 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FKES7t +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.585 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.585 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VqpzSl +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.588 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.588 | 20629 | Marked run 912 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.589 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.591 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.591 | 20633 | Added a new run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.591 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.592 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.592 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.593 | 20631 | Marked run 913 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.593 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.593 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.594 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.595 | 20637 | Added a new run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.595 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.598 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.599 | 20645 | Added a new run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.599 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.599 | 10491 | Recursively removing directory: /tmp/git.VqpzSl/ +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.601 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.601 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.600 | 10494 | Recursively removing directory: /tmp/git.FKES7t/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.601 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.601 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.601 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.602 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.602 | 20653 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.602 | 10490 | Removed run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.602 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.602 | 10490 | Assigned run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.602 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.602 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.602 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.602 | 20655 | Added a new worker 15 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.602 | 10490 | Removed run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.602 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.602 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.602 | 10490 | Assigned run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.602 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.602 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.602 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.602 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oYbYxc +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.602 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.M0yrHD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.604 | 20651 | Added a new run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.604 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.606 | 20652 | Marked run 914 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.606 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.606 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.607 | 20654 | Marked run 915 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.608 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.609 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.609 | 20657 | Added a new run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.609 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.609 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.610 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.610 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.612 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.614 | 20663 | Added a new run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.614 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.616 | 10494 | Recursively removing directory: /tmp/git.oYbYxc/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.617 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.617 | 10491 | Recursively removing directory: /tmp/git.M0yrHD/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.618 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.618 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.619 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.619 | 20673 | Added a new run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.619 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.619 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.619 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.619 | 20675 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.619 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.619 | 10490 | Removed run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.619 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.619 | 10490 | Assigned run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.620 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.620 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.620 | 20677 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.620 | 10490 | Removed run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.620 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.620 | 10490 | Assigned run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.620 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.621 | 20674 | Marked run 917 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.621 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.622 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.619 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ghCxKb +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.619 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.619 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.620 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.620 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zjEOSO +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.624 | 20676 | Marked run 916 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.624 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.626 | 20679 | Added a new run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.626 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.626 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.627 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.627 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.626 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.628 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.630 | 20683 | Added a new run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.630 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.632 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.633 | 20694 | Added a new run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.633 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.634 | 10494 | Recursively removing directory: /tmp/git.ghCxKb/ +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.635 | 10491 | Recursively removing directory: /tmp/git.zjEOSO/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.635 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.635 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.635 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.635 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.635 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.636 | 20698 | Added a new worker 11 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.636 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.636 | 10490 | Removed run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.636 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.636 | 10490 | Assigned run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.636 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.636 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ssYbcz +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.637 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.637 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.637 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.637 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.637 | 20701 | Added a new worker 16 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.637 | 10490 | Removed run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.637 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.637 | 10490 | Assigned run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.637 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.637 | 20697 | Marked run 918 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.638 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.637 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.637 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fSYdBq +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.639 | 20700 | Marked run 919 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.639 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.641 | 20699 | Added a new run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.641 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.642 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.642 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.643 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.643 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.643 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.645 | 20703 | Added a new run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.645 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.647 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.649 | 20713 | Added a new run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.649 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.649 | 10491 | Recursively removing directory: /tmp/git.fSYdBq/ +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.650 | 10494 | Recursively removing directory: /tmp/git.ssYbcz/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.651 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.651 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.651 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.651 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.651 | 20720 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.651 | 10490 | Removed run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.651 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.651 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.651 | 10490 | Assigned run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.652 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.651 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.652 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BaTSt1 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.652 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.652 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.652 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.652 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.652 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.652 | 20723 | Added a new worker 15 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.652 | 10490 | Removed run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.652 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.652 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.652 | 10490 | Assigned run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.653 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hcLiAH +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.654 | 20721 | Added a new run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.654 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.656 | 20719 | Marked run 921 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.656 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.657 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.658 | 20722 | Marked run 920 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.658 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.659 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.659 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.660 | 20725 | Added a new run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.660 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.660 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.660 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.662 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.664 | 20729 | Added a new run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.664 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.666 | 10494 | Recursively removing directory: /tmp/git.hcLiAH/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.667 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.667 | 10491 | Recursively removing directory: /tmp/git.BaTSt1/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.668 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.668 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.669 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.668 | 20741 | Added a new run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.668 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.669 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.669 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.669 | 20743 | Added a new worker 11 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.669 | 10490 | Removed run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.669 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.669 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.669 | 10490 | Assigned run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.670 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.670 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.670 | 20746 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.670 | 10490 | Removed run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.670 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.670 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.670 | 10490 | Assigned run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.669 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oUqKr0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.669 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.671 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.670 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.670 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.672 | 20742 | Marked run 923 as finished +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.670 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CvwAbf +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.672 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.673 | 20745 | Marked run 922 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.673 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.676 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.676 | 20747 | Added a new run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.676 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.676 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.676 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.677 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.678 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.680 | 20751 | Added a new run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.680 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.682 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.683 | 10491 | Recursively removing directory: /tmp/git.CvwAbf/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.684 | 10494 | Recursively removing directory: /tmp/git.oUqKr0/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.684 | 20762 | Added a new run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.684 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.685 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.685 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.685 | 20765 | Added a new worker 11 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.685 | 10490 | Removed run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.685 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.686 | 10490 | Assigned run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.686 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.685 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.685 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.685 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.686 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.c0zBmK +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.686 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.686 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.686 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.687 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.R1h9rE +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.686 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.687 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.687 | 20768 | Added a new worker 14 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.687 | 10490 | Removed run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.687 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.687 | 10490 | Assigned run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.687 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.688 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.688 | 20764 | Marked run 925 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.688 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.691 | 20767 | Marked run 924 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.691 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.693 | 20769 | Added a new run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.693 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.693 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.693 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.694 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.694 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.696 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.698 | 20773 | Added a new run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.698 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.700 | 10491 | Recursively removing directory: /tmp/git.c0zBmK/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.701 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.701 | 10494 | Recursively removing directory: /tmp/git.R1h9rE/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.702 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.702 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.702 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.702 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.702 | 20787 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.702 | 10490 | Removed run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.702 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.702 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.702 | 10490 | Assigned run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.702 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.703 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0Wv93d +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.703 | 20785 | Added a new run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.703 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.703 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.704 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.704 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.704 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.704 | 20789 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.704 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.704 | 10490 | Removed run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.704 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.704 | 10490 | Assigned run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.704 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.L5cV5H +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.706 | 20786 | Marked run 926 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.706 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.706 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.708 | 20788 | Marked run 927 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.708 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.709 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.709 | 20791 | Added a new run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.709 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.710 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.710 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.711 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.712 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.713 | 20794 | Added a new run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.713 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.716 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.716 | 10491 | Recursively removing directory: /tmp/git.0Wv93d/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.718 | 10494 | Recursively removing directory: /tmp/git.L5cV5H/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.718 | 20804 | Added a new run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.718 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.719 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.719 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.719 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.719 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.719 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.719 | 20809 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.719 | 10490 | Removed run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.719 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.719 | 10490 | Assigned run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.719 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ak6h9w +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.720 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.720 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.720 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.720 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.720 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.720 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.720 | 20812 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.720 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.720 | 10490 | Removed run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.720 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.720 | 10490 | Assigned run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.721 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dGtrtd +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.722 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.722 | 20808 | Marked run 928 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.722 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.723 | 20813 | Added a new run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.724 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.725 | 20811 | Marked run 929 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.725 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.726 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.726 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.727 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.727 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.727 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.728 | 20815 | Added a new run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.728 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.731 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.733 | 20824 | Added a new run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.733 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.734 | 10491 | Recursively removing directory: /tmp/git.ak6h9w/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.734 | 10494 | Recursively removing directory: /tmp/git.dGtrtd/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.735 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.735 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.735 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.736 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.736 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.736 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.736 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.736 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.736 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.736 | 20833 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.736 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.736 | 10490 | Removed run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.736 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.736 | 10490 | Assigned run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.736 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.736 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.736 | 20835 | Added a new worker 15 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.736 | 10490 | Removed run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.736 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.736 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GmJsDY +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.736 | 10490 | Assigned run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.737 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dTQivI +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.737 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.738 | 20831 | Added a new run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.738 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.741 | 20832 | Marked run 930 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.741 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.741 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.742 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.743 | 20834 | Marked run 931 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.743 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.744 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.744 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.745 | 20837 | Added a new run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.745 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.745 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.747 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.750 | 10491 | Recursively removing directory: /tmp/git.GmJsDY/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.751 | 20844 | Added a new run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.751 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.752 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.752 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.752 | 10494 | Recursively removing directory: /tmp/git.dTQivI/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.752 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.752 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.752 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.753 | 20854 | Added a new worker 11 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.753 | 10490 | Removed run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.753 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.753 | 10490 | Assigned run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.753 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KcbEWY +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.753 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.754 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.754 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.755 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.755 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.755 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.755 | 20857 | Added a new worker 15 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.755 | 10490 | Removed run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.755 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.755 | 10490 | Assigned run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.755 | 20853 | Marked run 932 as finished +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.755 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.755 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BkVMl6 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.755 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.757 | 20856 | Marked run 933 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.757 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.759 | 20855 | Added a new run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.759 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.759 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.760 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.761 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.761 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.762 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.764 | 20862 | Added a new run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.764 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.766 | 10491 | Recursively removing directory: /tmp/git.KcbEWY/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.767 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.768 | 10494 | Recursively removing directory: /tmp/git.BkVMl6/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.768 | 20873 | Added a new run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.769 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.769 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.769 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.769 | 20875 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.769 | 10490 | Removed run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.769 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.769 | 10490 | Assigned run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.769 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.769 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.769 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.769 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.769 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.orRUSV +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.770 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.770 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.770 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.770 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IeUe2w +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.770 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.770 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.770 | 20878 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.770 | 10490 | Removed run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.770 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.770 | 10490 | Assigned run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.771 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.771 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.772 | 20874 | Marked run 934 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.772 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.774 | 20877 | Marked run 935 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.774 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.776 | 20879 | Added a new run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.776 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.776 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.777 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.777 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.778 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.779 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.780 | 20883 | Added a new run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.780 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.783 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.784 | 10491 | Recursively removing directory: /tmp/git.orRUSV/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.784 | 10494 | Recursively removing directory: /tmp/git.IeUe2w/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.784 | 20894 | Added a new run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.784 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.785 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.785 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.785 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.785 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.785 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.786 | 20898 | Added a new worker 11 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.786 | 10490 | Removed run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.786 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.786 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.786 | 10490 | Assigned run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.786 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.786 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.786 | 20900 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.786 | 10490 | Removed run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.786 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.786 | 10490 | Assigned run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.786 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.786 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.786 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.786 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wwFaAt +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.786 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QnewDJ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.787 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.787 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.788 | 20897 | Marked run 936 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.788 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.790 | 20901 | Added a new run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.791 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.792 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.792 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.792 | 20899 | Marked run 937 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.792 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.793 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.793 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.793 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.794 | 20904 | Added a new run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.795 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.797 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.798 | 20911 | Added a new run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.799 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.800 | 10494 | Recursively removing directory: /tmp/git.wwFaAt/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.800 | 10491 | Recursively removing directory: /tmp/git.QnewDJ/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.801 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.801 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.801 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.801 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.801 | 20920 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.801 | 10490 | Removed run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.801 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.801 | 10490 | Assigned run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.801 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.802 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.801 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.801 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZAXA1h +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.802 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.802 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.802 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.802 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.802 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TOhoIs +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.802 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.802 | 20923 | Added a new worker 15 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.802 | 10490 | Removed run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.802 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.802 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.802 | 10490 | Assigned run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.803 | 20919 | Marked run 939 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.803 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.805 | 20921 | Marked run 938 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.805 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.810 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.810 | 20922 | Added a new run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.811 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.811 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.811 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.812 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.813 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.815 | 20927 | Added a new run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.815 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.818 | 10494 | Recursively removing directory: /tmp/git.ZAXA1h/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.818 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.819 | 10491 | Recursively removing directory: /tmp/git.TOhoIs/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.820 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.820 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.820 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.820 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.820 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.820 | 20941 | Added a new worker 8 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.820 | 10490 | Removed run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.820 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.820 | 10490 | Assigned run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.820 | 20939 | Added a new run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.820 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.821 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.821 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.821 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.821 | 20943 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.821 | 10490 | Removed run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.821 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.821 | 10490 | Assigned run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.821 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.820 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kTOtbl +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.821 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.821 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.821 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.821 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kWLZT2 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.823 | 20940 | Marked run 940 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.823 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.824 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.825 | 20942 | Marked run 941 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.825 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.827 | 20945 | Added a new run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.827 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.827 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.827 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.828 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.828 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.830 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.831 | 20949 | Added a new run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.831 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.834 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.835 | 20960 | Added a new run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.835 | 10494 | Recursively removing directory: /tmp/git.kTOtbl/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.835 | 10491 | Recursively removing directory: /tmp/git.kWLZT2/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.835 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.836 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.836 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.837 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.837 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.837 | 20964 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.837 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.837 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.837 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.837 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.837 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.837 | 10490 | Removed run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.837 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.837 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.838 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6gwRsS +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.838 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ITgD12 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.837 | 10490 | Assigned run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.837 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.837 | 20966 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.837 | 10490 | Removed run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.837 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.837 | 10490 | Assigned run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.837 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.838 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.839 | 20963 | Marked run 942 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.839 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.841 | 20967 | Added a new run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.841 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.843 | 20965 | Marked run 943 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.843 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.843 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.844 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.844 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.844 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.845 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.845 | 20969 | Added a new run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.846 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.848 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.850 | 20977 | Added a new run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.850 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.851 | 10494 | Recursively removing directory: /tmp/git.6gwRsS/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.852 | 10491 | Recursively removing directory: /tmp/git.ITgD12/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.852 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.853 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.853 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.853 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.853 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.853 | 20987 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.853 | 10490 | Removed run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.853 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.853 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.853 | 10490 | Assigned run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.853 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.853 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dH5Ctc +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.854 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.854 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.854 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.854 | 20985 | Added a new run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.855 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.855 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.855 | 20989 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.855 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.855 | 10490 | Removed run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.855 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.855 | 10490 | Assigned run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.855 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XoQIgH +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.857 | 20986 | Marked run 944 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.857 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.858 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.859 | 20988 | Marked run 945 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.859 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.860 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.861 | 20991 | Added a new run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.861 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.861 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.862 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.862 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.864 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.865 | 20996 | Added a new run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.866 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.868 | 10494 | Recursively removing directory: /tmp/git.dH5Ctc/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.868 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.869 | 10491 | Recursively removing directory: /tmp/git.XoQIgH/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.870 | 21007 | Added a new run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.870 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.870 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.870 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.870 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.870 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.870 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.870 | 21009 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.870 | 10490 | Removed run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.870 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.871 | 10490 | Assigned run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.871 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zXApLt +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.871 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.871 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.871 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.872 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.872 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.872 | 21012 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.872 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.872 | 10490 | Removed run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.872 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.872 | 10490 | Assigned run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.872 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EcTmPU +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.873 | 21008 | Marked run 946 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.873 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.873 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.875 | 21011 | Marked run 947 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.875 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.877 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.877 | 21013 | Added a new run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.877 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.878 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.878 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.879 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.880 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.881 | 21017 | Added a new run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.882 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.884 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.884 | 10494 | Recursively removing directory: /tmp/git.zXApLt/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.885 | 10491 | Recursively removing directory: /tmp/git.EcTmPU/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.886 | 21029 | Added a new run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.886 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.887 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.887 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.887 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.887 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.887 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.887 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.887 | 21032 | Added a new worker 15 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.887 | 10490 | Removed run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.887 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.887 | 10490 | Assigned run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.887 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.887 | 21033 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.887 | 10490 | Removed run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.887 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.887 | 10490 | Assigned run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.887 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.887 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.887 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.887 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.887 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8cnf2e +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.887 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.887 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Zf42EW +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.890 | 21030 | Marked run 948 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.890 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.892 | 21031 | Marked run 949 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.892 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.893 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.893 | 21035 | Added a new run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.894 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.894 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.894 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.895 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.896 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.898 | 21039 | Added a new run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.898 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.901 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.901 | 10491 | Recursively removing directory: /tmp/git.8cnf2e/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.902 | 10494 | Recursively removing directory: /tmp/git.Zf42EW/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.903 | 21051 | Added a new run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.903 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.903 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.903 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.903 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.903 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.903 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.903 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.904 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kl4bVA +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.903 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.903 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.903 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.903 | 21053 | Added a new worker 15 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.903 | 10490 | Removed run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.903 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.903 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.903 | 10490 | Assigned run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.904 | 21056 | Added a new worker 15 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.904 | 10490 | Removed run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.904 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.904 | 10490 | Assigned run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.904 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.905 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.905 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.904 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DJhHon +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.907 | 21052 | Marked run 951 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.907 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.909 | 21057 | Added a new run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.910 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.910 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.911 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.911 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.912 | 21054 | Marked run 950 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.912 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.912 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.912 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.914 | 21060 | Added a new run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.914 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.916 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.918 | 10491 | Recursively removing directory: /tmp/git.kl4bVA/ +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.919 | 10494 | Recursively removing directory: /tmp/git.DJhHon/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.920 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.920 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.920 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.920 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.920 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.920 | 21075 | Added a new worker 15 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.920 | 10490 | Removed run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.920 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.920 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.920 | 10490 | Assigned run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.920 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.920 | 21077 | Added a new worker 15 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.920 | 10490 | Removed run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.920 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.920 | 10490 | Assigned run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.921 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.921 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.921 | 21067 | Added a new run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.920 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6HE2XW +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.920 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.920 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.920 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.921 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cDyMWR +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.922 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.924 | 21074 | Marked run 952 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.924 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.924 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.926 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.926 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.926 | 21079 | Added a new run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.927 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.927 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.928 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.928 | 21076 | Marked run 953 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.928 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.930 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.931 | 21084 | Added a new run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.931 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.934 | 10491 | Recursively removing directory: /tmp/git.6HE2XW/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.934 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.935 | 10494 | Recursively removing directory: /tmp/git.cDyMWR/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.936 | 21095 | Added a new run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.936 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.936 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.936 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.936 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.936 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.936 | 21097 | Added a new worker 7 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.936 | 10490 | Removed run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.936 | 10490 | Removed worker 7 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.936 | 10490 | Assigned run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.936 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.936 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DPgpF0 +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.938 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.938 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.938 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.938 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.938 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.938 | 21100 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.938 | 10490 | Removed run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.938 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.938 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.938 | 10490 | Assigned run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.938 | 21096 | Marked run 954 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.939 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.939 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.939 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.48oJWm +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.941 | 21099 | Marked run 955 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.941 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.943 | 21101 | Added a new run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.943 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.943 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.944 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.945 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.946 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.946 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.947 | 21104 | Added a new run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.948 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.950 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.951 | 10491 | Recursively removing directory: /tmp/git.DPgpF0/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.952 | 21114 | Added a new run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.952 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.953 | 10494 | Recursively removing directory: /tmp/git.48oJWm/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.953 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.953 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.953 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.953 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.953 | 21120 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.953 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.953 | 10490 | Removed run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.953 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.953 | 10490 | Assigned run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.953 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.954 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S0XU21 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.954 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.955 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.955 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.955 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.956 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.956 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.956 | 21119 | Marked run 956 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.956 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.956 | 21123 | Added a new worker 6 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.956 | 10490 | Removed run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.956 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.956 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.956 | 10490 | Assigned run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.956 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Miwu1f +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.957 | 21122 | Marked run 957 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.957 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.958 | 21121 | Added a new run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.959 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.960 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.961 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.961 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.962 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.963 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.963 | 21125 | Added a new run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.963 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.965 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.968 | 21133 | Added a new run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.968 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.968 | 10491 | Recursively removing directory: /tmp/git.S0XU21/ +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.969 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.969 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.969 | 10494 | Recursively removing directory: /tmp/git.Miwu1f/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.969 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.969 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.969 | 21142 | Added a new worker 10 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.969 | 10490 | Removed run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.969 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.970 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.970 | 10490 | Assigned run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.969 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.970 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eFK1pq +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.970 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.971 | 21141 | Marked run 958 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.971 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.972 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.972 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.972 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.972 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.972 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.972 | 21145 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.972 | 10490 | Removed run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.972 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.972 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.972 | 10490 | Assigned run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.972 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ziHXeS +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.973 | 21143 | Added a new run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.974 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.975 | 21144 | Marked run 959 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.976 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.977 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.977 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.978 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.978 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.979 | 21147 | Added a new run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.979 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.979 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.981 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.983 | 21153 | Added a new run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.983 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.985 | 10491 | Recursively removing directory: /tmp/git.eFK1pq/ +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.986 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.986 | 10494 | Recursively removing directory: /tmp/git.ziHXeS/ +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.986 | 10491 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.986 | 10491 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.986 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.986 | 10491 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.986 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.986 | 21165 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.986 | 10490 | Removed run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.986 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.986 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.986 | 10490 | Assigned run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.987 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EUfbvm +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.988 | 21163 | Added a new run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.988 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.988 | 10494 | Process exit code: 0 +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.988 | 10494 | Process output: 57 bytes +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.989 | 10494 | Waiting for a new command +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.989 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.x1GhgY +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.989 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.989 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.989 | 21168 | Added a new worker 13 to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.989 | 10490 | Removed run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.989 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.989 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.989 | 10490 | Assigned run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.991 | 21164 | Marked run 960 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.991 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.992 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.992 | 21166 | Marked run 961 as finished +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.993 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.993 | 10491 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.994 | 21169 | Added a new run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10491/cimple-worker: 2024-01-28 10:55:17.994 | 10491 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.994 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.995 | 10494 | Checking out revision HEAD +2024-01-28 10:55:17 | INFO | 10494/cimple-worker: 2024-01-28 10:55:17.996 | 10494 | Going to run: ./ci +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.997 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.998 | 21174 | Added a new run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:17 | INFO | 10488/cimple-server: 2024-01-28 10:55:17.999 | 10488 | Waiting for new connections +2024-01-28 10:55:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.001 | 10491 | Recursively removing directory: /tmp/git.EUfbvm/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.002 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.002 | 10494 | Recursively removing directory: /tmp/git.x1GhgY/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.002 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.002 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.002 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.002 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.002 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.002 | 21187 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.003 | 10490 | Removed run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.003 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.003 | 10490 | Assigned run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.003 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.003 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XM9GWE +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.004 | 21185 | Added a new run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.004 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.005 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.005 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.005 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.005 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.005 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.005 | 21190 | Added a new worker 14 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.005 | 10490 | Removed run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.005 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.006 | 10490 | Assigned run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.006 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fmtsca +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.006 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.006 | 21186 | Marked run 962 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.006 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.007 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.009 | 21189 | Marked run 963 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.009 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.010 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.011 | 21191 | Added a new run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.011 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.011 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.011 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.012 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.013 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.015 | 21196 | Added a new run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.015 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.018 | 10491 | Recursively removing directory: /tmp/git.XM9GWE/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.018 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.019 | 10494 | Recursively removing directory: /tmp/git.fmtsca/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.020 | 21207 | Added a new run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.020 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.020 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.020 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.020 | 21209 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.020 | 10490 | Removed run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.020 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.020 | 10490 | Assigned run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.021 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.021 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.021 | 21212 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.021 | 10490 | Removed run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.021 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.021 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.021 | 10490 | Assigned run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.021 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.021 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.021 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.021 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Z6Iwwi +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.020 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.020 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.020 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.021 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.swfVZ5 +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.023 | 21208 | Marked run 964 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.023 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.025 | 21211 | Marked run 965 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.025 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.026 | 21213 | Added a new run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.027 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.027 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.028 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.028 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.029 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.029 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.033 | 21217 | Added a new run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.033 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.035 | 10494 | Recursively removing directory: /tmp/git.Z6Iwwi/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.035 | 10491 | Recursively removing directory: /tmp/git.swfVZ5/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.036 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.036 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.036 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.036 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.036 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.036 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.037 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.037 | 21232 | Added a new worker 17 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.037 | 10490 | Removed run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.037 | 10490 | Removed worker 17 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.037 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.037 | 10490 | Assigned run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.037 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.037 | 21233 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.037 | 10490 | Removed run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.037 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.037 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.037 | 10490 | Assigned run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.037 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ck95lV +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.036 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.036 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.036 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.037 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DjSjje +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.038 | 21229 | Added a new run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.038 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.040 | 21230 | Marked run 966 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.041 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.041 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.042 | 21231 | Marked run 967 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.043 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.043 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.043 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.044 | 21235 | Added a new run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.044 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.044 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.044 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.046 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.048 | 21239 | Added a new run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.048 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.051 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.051 | 10494 | Recursively removing directory: /tmp/git.DjSjje/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.051 | 10491 | Recursively removing directory: /tmp/git.ck95lV/ +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.053 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.053 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.053 | 21251 | Added a new run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.053 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.053 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.053 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.053 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.053 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.053 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.054 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sWq9ZU +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.053 | 21253 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.053 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.053 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.053 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.053 | 21255 | Added a new worker 6 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.053 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.053 | 10490 | Removed run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.054 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.054 | 10490 | Assigned run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.054 | 10490 | Removed run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.054 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.054 | 10490 | Assigned run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.054 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VRvRF9 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.056 | 21252 | Marked run 969 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.056 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.056 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.058 | 21254 | Marked run 968 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.058 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.060 | 21257 | Added a new run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.060 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.060 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.060 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.061 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.061 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.063 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.064 | 21261 | Added a new run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.064 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.067 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.069 | 21271 | Added a new run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.069 | 10491 | Recursively removing directory: /tmp/git.sWq9ZU/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.069 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.069 | 10494 | Recursively removing directory: /tmp/git.VRvRF9/ +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.070 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.070 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.070 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.070 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.070 | 21276 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.070 | 10490 | Removed run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.070 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.070 | 10490 | Assigned run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.071 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.070 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.071 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8xxpqK +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.071 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.071 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.071 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.071 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.071 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.072 | 21278 | Added a new worker 14 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.072 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.072 | 10490 | Removed run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.072 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.072 | 10490 | Assigned run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.072 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oG4aOM +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.072 | 21275 | Marked run 971 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.072 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.072 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.074 | 21277 | Marked run 970 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.074 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.076 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.076 | 21279 | Added a new run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.076 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.077 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.078 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.079 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.079 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.081 | 21284 | Added a new run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.081 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.083 | 10491 | Recursively removing directory: /tmp/git.8xxpqK/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.084 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.085 | 10494 | Recursively removing directory: /tmp/git.oG4aOM/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.085 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.085 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.086 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.086 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.086 | 21297 | Added a new worker 14 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.086 | 10490 | Removed run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.086 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.086 | 10490 | Assigned run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.086 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.086 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.086 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.doROzL +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.086 | 21295 | Added a new run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.087 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.088 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.088 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.088 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.088 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.088 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.088 | 21300 | Added a new worker 14 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.088 | 10490 | Removed run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.088 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.088 | 10490 | Assigned run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.088 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.089 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hSz3iM +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.089 | 21296 | Marked run 972 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.089 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.090 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.091 | 21299 | Marked run 973 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.092 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.093 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.094 | 21301 | Added a new run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.094 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.094 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.095 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.096 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.096 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.098 | 21306 | Added a new run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.099 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.100 | 10491 | Recursively removing directory: /tmp/git.doROzL/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.101 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.102 | 10494 | Recursively removing directory: /tmp/git.hSz3iM/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.103 | 21316 | Added a new run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.102 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.102 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.103 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.103 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.103 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.103 | 21319 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.103 | 10490 | Removed run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.103 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.103 | 10490 | Assigned run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.103 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.103 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xpYKFe +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.104 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.104 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.104 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.104 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.104 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.104 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.105 | 21322 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.105 | 10490 | Removed run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.105 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.105 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.105 | 10490 | Assigned run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.105 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kRN6EP +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.106 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.106 | 21318 | Marked run 974 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.107 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.108 | 21323 | Added a new run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.108 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.110 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.110 | 21321 | Marked run 975 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.110 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.111 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.111 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.111 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.111 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.113 | 21326 | Added a new run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.113 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.115 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.117 | 21335 | Added a new run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.117 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.117 | 10491 | Recursively removing directory: /tmp/git.xpYKFe/ +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.119 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.119 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.119 | 10494 | Recursively removing directory: /tmp/git.kRN6EP/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.119 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.119 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.119 | 21342 | Added a new worker 10 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.119 | 10490 | Removed run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.119 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.119 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.119 | 10490 | Assigned run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.119 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.119 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tS6JG3 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.120 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.121 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.121 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.121 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.121 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.121 | 21345 | Added a new worker 16 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.121 | 10490 | Removed run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.121 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.121 | 10490 | Assigned run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.121 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.121 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VxSoYU +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.122 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.123 | 21341 | Marked run 976 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.123 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.124 | 21343 | Added a new run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.124 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.126 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.126 | 21344 | Marked run 977 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.126 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.126 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.127 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.127 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.128 | 21347 | Added a new run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.128 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.128 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.130 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.132 | 21353 | Added a new run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.132 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.134 | 10491 | Recursively removing directory: /tmp/git.tS6JG3/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.135 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.135 | 10494 | Recursively removing directory: /tmp/git.VxSoYU/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.135 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.135 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.135 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.136 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.136 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.136 | 21365 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.136 | 10490 | Removed run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.136 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.136 | 10490 | Assigned run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.136 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.136 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qFcqU7 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.137 | 21363 | Added a new run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.137 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.138 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.138 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.138 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.138 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.138 | 21368 | Added a new worker 14 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.138 | 10490 | Removed run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.138 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.138 | 10490 | Assigned run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.138 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.138 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.138 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FzdS3i +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.139 | 21364 | Marked run 978 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.139 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.140 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.141 | 21367 | Marked run 979 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.141 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.144 | 21369 | Added a new run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.145 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.145 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.145 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.146 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.146 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.147 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.148 | 21373 | Added a new run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.148 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.151 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.152 | 21383 | Added a new run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.153 | 10491 | Recursively removing directory: /tmp/git.qFcqU7/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.153 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.153 | 10494 | Recursively removing directory: /tmp/git.FzdS3i/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.154 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.154 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.154 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.154 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.154 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.155 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9FHDTw +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.155 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.155 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.155 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.155 | 21388 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.155 | 10490 | Removed run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.155 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.155 | 10490 | Assigned run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.155 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.155 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.155 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.155 | 21390 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.155 | 10490 | Removed run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.155 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.155 | 10490 | Assigned run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.155 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.156 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.50PqRd +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.156 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.156 | 21387 | Marked run 980 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.156 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.159 | 21391 | Added a new run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.159 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.161 | 21389 | Marked run 981 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.161 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.162 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.162 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.162 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.163 | 21393 | Added a new run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.163 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.163 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.164 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.166 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.167 | 21399 | Added a new run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.168 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.170 | 10494 | Recursively removing directory: /tmp/git.50PqRd/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.170 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.171 | 10491 | Recursively removing directory: /tmp/git.9FHDTw/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.172 | 21409 | Added a new run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.172 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.172 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.172 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.173 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.173 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.173 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.173 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nPxWs2 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.173 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.173 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.173 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.173 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fhjhfp +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.173 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.173 | 21411 | Added a new worker 15 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.173 | 10490 | Removed run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.173 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.173 | 10490 | Assigned run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.173 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.173 | 21413 | Added a new worker 6 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.173 | 10490 | Removed run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.173 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.173 | 10490 | Assigned run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.173 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.175 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.176 | 21412 | Marked run 982 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.176 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.178 | 21415 | Added a new run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.179 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.179 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.179 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.181 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.181 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.181 | 21410 | Marked run 983 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.181 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.182 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.183 | 21419 | Added a new run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.183 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.185 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.187 | 21427 | Added a new run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.187 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.188 | 10494 | Recursively removing directory: /tmp/git.nPxWs2/ +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.189 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.189 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.188 | 10491 | Recursively removing directory: /tmp/git.fhjhfp/ +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.189 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.189 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.189 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.189 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.189 | 21434 | Added a new worker 12 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.189 | 10490 | Removed run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.189 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.189 | 10490 | Assigned run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.189 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.190 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.190 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.190 | 21437 | Added a new worker 15 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.190 | 10490 | Removed run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.190 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.190 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.190 | 10490 | Assigned run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.189 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.74yMk8 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.190 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.190 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.190 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.191 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xkYWCn +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.192 | 21433 | Marked run 984 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.192 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.194 | 21436 | Marked run 985 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.194 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.195 | 21435 | Added a new run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.196 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.196 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.196 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.197 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.197 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.198 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.200 | 21441 | Added a new run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.200 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.203 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.203 | 10494 | Recursively removing directory: /tmp/git.74yMk8/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.204 | 10491 | Recursively removing directory: /tmp/git.xkYWCn/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.204 | 21452 | Added a new run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.204 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.205 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.205 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.205 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.205 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.205 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.206 | 21456 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.206 | 10490 | Removed run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.206 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.206 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.206 | 10490 | Assigned run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.206 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.206 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.206 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.206 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yg0QDt +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.206 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.206 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.206 | 21458 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.206 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.206 | 10490 | Removed run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.206 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.206 | 10490 | Assigned run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.207 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QX2wyD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.207 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.208 | 21455 | Marked run 986 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.208 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.210 | 21457 | Marked run 987 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.210 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.212 | 21459 | Added a new run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.212 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.212 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.213 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.213 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.214 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.214 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.216 | 21463 | Added a new run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.216 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.219 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.220 | 10494 | Recursively removing directory: /tmp/git.yg0QDt/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.220 | 10491 | Recursively removing directory: /tmp/git.QX2wyD/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.220 | 21474 | Added a new run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.221 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.221 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.221 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.222 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.222 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.222 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.222 | 21478 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.222 | 10490 | Removed run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.222 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.222 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.222 | 10490 | Assigned run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.222 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.222 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.222 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.222 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rln42t +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.223 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.223 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.223 | 21480 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.223 | 10490 | Removed run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.223 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.223 | 10490 | Assigned run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.223 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.223 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1QVMC0 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.223 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.224 | 21477 | Marked run 988 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.224 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.228 | 21479 | Marked run 989 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.228 | 21481 | Added a new run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.228 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.228 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.228 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.229 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.229 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.229 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.231 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.232 | 21485 | Added a new run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.232 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.235 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.236 | 10491 | Recursively removing directory: /tmp/git.1QVMC0/ +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.237 | 10494 | Recursively removing directory: /tmp/git.rln42t/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.237 | 21497 | Added a new run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.237 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.237 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.238 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.238 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.238 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.238 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.238 | 21500 | Added a new worker 10 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.238 | 10490 | Removed run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.238 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.238 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.238 | 10490 | Assigned run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.238 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qCbF1A +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.238 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.238 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.239 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.239 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.239 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.239 | 21502 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.239 | 10490 | Removed run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.239 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.239 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.239 | 10490 | Assigned run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.239 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5823EX +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.240 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.241 | 21499 | Marked run 991 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.241 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.242 | 21501 | Marked run 990 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.242 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.244 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.244 | 21503 | Added a new run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.244 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.244 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.245 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.246 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.247 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.249 | 21507 | Added a new run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.249 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.251 | 10491 | Recursively removing directory: /tmp/git.qCbF1A/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.252 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.252 | 10494 | Recursively removing directory: /tmp/git.5823EX/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.253 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.253 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.253 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.253 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.253 | 21521 | Added a new worker 14 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.253 | 10490 | Removed run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.253 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.253 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.253 | 10490 | Assigned run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.253 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.254 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TWNL3g +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.254 | 21519 | Added a new run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.254 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.254 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.254 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.255 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.255 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.255 | 21523 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.255 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.255 | 10490 | Removed run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.255 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.255 | 10490 | Assigned run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.255 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.255 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wCoQl5 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.257 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.259 | 21520 | Marked run 992 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.259 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.261 | 21522 | Marked run 993 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.261 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.263 | 21525 | Added a new run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.263 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.263 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.263 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.264 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.264 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.266 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.268 | 21530 | Added a new run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.268 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.270 | 10494 | Recursively removing directory: /tmp/git.wCoQl5/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.271 | 10491 | Recursively removing directory: /tmp/git.TWNL3g/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.271 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.272 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.272 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.272 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.272 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.272 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.272 | 21543 | Added a new worker 9 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.272 | 10490 | Removed run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.272 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.272 | 10490 | Assigned run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.273 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.273 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aRdj4n +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.273 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.273 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.273 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.273 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.273 | 21541 | Added a new run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.273 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.273 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.273 | 21545 | Added a new worker 14 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.273 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.273 | 10490 | Removed run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.273 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.273 | 10490 | Assigned run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.274 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y2nbZG +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.276 | 21542 | Marked run 995 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.276 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.276 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.278 | 21547 | Added a new run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.278 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.279 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.279 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.280 | 21544 | Marked run 994 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.280 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.281 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.281 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.282 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.283 | 21550 | Added a new run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.283 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.285 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.286 | 10494 | Recursively removing directory: /tmp/git.aRdj4n/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.287 | 21560 | Added a new run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.288 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.288 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.288 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.288 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.288 | 10491 | Recursively removing directory: /tmp/git.Y2nbZG/ +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.289 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2sK6Rd +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.289 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.289 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.289 | 21566 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.289 | 10490 | Removed run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.289 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.289 | 10490 | Assigned run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.289 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.290 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.290 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.290 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.290 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.290 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.290 | 21568 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.290 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.290 | 10490 | Removed run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.290 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.290 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.290 | 10490 | Assigned run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.291 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Z3cAeA +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.292 | 21565 | Marked run 996 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.292 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.294 | 21569 | Added a new run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.294 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.295 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.296 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.297 | 21567 | Marked run 997 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.297 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.297 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.297 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.298 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.298 | 21572 | Added a new run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.299 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.301 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.302 | 10494 | Recursively removing directory: /tmp/git.2sK6Rd/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.303 | 21581 | Added a new run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.303 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.304 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.304 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.305 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.305 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.305 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.305 | 21588 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.305 | 10490 | Removed run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.305 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.305 | 10490 | Assigned run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.305 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.305 | 10491 | Recursively removing directory: /tmp/git.Z3cAeA/ +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.305 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Kt14Ro +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.306 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.307 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.307 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.307 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.307 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.307 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.307 | 21591 | Added a new worker 15 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.307 | 10490 | Removed run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.307 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.308 | 10490 | Assigned run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.308 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.308 | 21587 | Marked run 998 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.308 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.308 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wK6sHV +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.310 | 21590 | Marked run 999 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.310 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.311 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.312 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.312 | 21589 | Added a new run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.312 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.314 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.314 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.315 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.316 | 21594 | Added a new run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.316 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.319 | 10494 | Recursively removing directory: /tmp/git.Kt14Ro/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.319 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.320 | 21604 | Added a new run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.321 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.321 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.321 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.321 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.321 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.321 | 21609 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.321 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.321 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.322 | 10491 | Recursively removing directory: /tmp/git.wK6sHV/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.322 | 10490 | Removed run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.322 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MTb2mu +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.322 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.322 | 10490 | Assigned run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.323 | 21608 | Marked run 1000 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.323 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.324 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.324 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.324 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.324 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.324 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.324 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.324 | 21613 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.324 | 10490 | Removed run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.324 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.325 | 10490 | Assigned run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.325 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.325 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dIkiAS +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.326 | 21611 | Added a new run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.326 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.328 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.328 | 21612 | Marked run 1001 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.329 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.329 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.329 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.330 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.331 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.331 | 21615 | Added a new run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.332 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.334 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.335 | 10494 | Recursively removing directory: /tmp/git.MTb2mu/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.336 | 21625 | Added a new run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.336 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.337 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.337 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.337 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.337 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.337 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.337 | 21632 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.337 | 10490 | Removed run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.337 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.337 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.337 | 10490 | Assigned run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.337 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pWZzeS +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.338 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.338 | 10491 | Recursively removing directory: /tmp/git.dIkiAS/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.339 | 21631 | Marked run 1002 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.339 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.341 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.341 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.341 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.341 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.341 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.341 | 21635 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.341 | 10490 | Removed run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.341 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.341 | 10490 | Assigned run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.341 | 21633 | Added a new run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.342 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vjyIdl +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.342 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.342 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.343 | 21634 | Marked run 1003 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.344 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.344 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.344 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.345 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.347 | 21637 | Added a new run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.347 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.348 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.348 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.350 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.351 | 21645 | Added a new run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.351 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.351 | 10494 | Recursively removing directory: /tmp/git.pWZzeS/ +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.353 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.353 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.353 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.353 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.353 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.353 | 21651 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.353 | 10490 | Removed run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.353 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.353 | 10490 | Assigned run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.354 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1yCIOH +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.354 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.354 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.355 | 21650 | Marked run 1004 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.355 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.356 | 10491 | Recursively removing directory: /tmp/git.vjyIdl/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.356 | 21654 | Added a new run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.357 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.357 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.357 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.357 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.358 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.358 | 21658 | Added a new worker 10 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.358 | 10490 | Removed run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.358 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.358 | 10490 | Assigned run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.358 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.358 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mqzJsD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.358 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.359 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.360 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.361 | 21657 | Marked run 1005 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.361 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.361 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.364 | 21659 | Added a new run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.365 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.365 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.366 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.367 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.368 | 10494 | Recursively removing directory: /tmp/git.1yCIOH/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.369 | 21668 | Added a new run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.370 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.370 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.370 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.370 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.371 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oRuPKY +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.370 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.370 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.370 | 21673 | Added a new worker 10 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.370 | 10490 | Removed run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.370 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.370 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.370 | 10490 | Assigned run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.373 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.373 | 21672 | Marked run 1006 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.373 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.374 | 10491 | Recursively removing directory: /tmp/git.mqzJsD/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.374 | 21677 | Added a new run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.374 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.375 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.375 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.376 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.376 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.376 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.376 | 21680 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.376 | 10490 | Removed run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.376 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.376 | 10490 | Assigned run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.376 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.376 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tMmXAQ +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.376 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.377 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.378 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.378 | 21679 | Marked run 1007 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.378 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.380 | 21681 | Added a new run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.380 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.381 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.382 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.383 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.384 | 10494 | Recursively removing directory: /tmp/git.oRuPKY/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.385 | 21689 | Added a new run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.385 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.386 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.386 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.386 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.386 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.386 | 21695 | Added a new worker 10 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.386 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.386 | 10490 | Removed run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.386 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.386 | 10490 | Assigned run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.386 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.386 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CJismz +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.388 | 21694 | Marked run 1008 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.388 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.389 | 10491 | Recursively removing directory: /tmp/git.tMmXAQ/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.390 | 21699 | Added a new run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.390 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.391 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.391 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.391 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.391 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.391 | 21702 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.391 | 10490 | Removed run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.391 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.391 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.391 | 10490 | Assigned run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.391 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.392 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VqhH9F +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.393 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.394 | 21701 | Marked run 1009 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.394 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.394 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.396 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.396 | 21703 | Added a new run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.396 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.398 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.398 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.399 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.400 | 21706 | Added a new run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.400 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.403 | 10494 | Recursively removing directory: /tmp/git.CJismz/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.403 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.405 | 21716 | Added a new run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.405 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.405 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.405 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.405 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.405 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.405 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.406 | 21722 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.406 | 10490 | Removed run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.406 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.406 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.406 | 10490 | Assigned run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.406 | 10491 | Recursively removing directory: /tmp/git.VqhH9F/ +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.406 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1vD843 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.407 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.408 | 21721 | Marked run 1010 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.409 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.409 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.409 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.409 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.409 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.409 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.409 | 21725 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.409 | 10490 | Removed run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.409 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.409 | 10490 | Assigned run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.410 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.410 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NDCPIH +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.410 | 21723 | Added a new run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.411 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.413 | 21724 | Marked run 1011 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.413 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.413 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.413 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.415 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.415 | 21727 | Added a new run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.415 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.416 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.417 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.418 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.420 | 21733 | Added a new run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.420 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.421 | 10494 | Recursively removing directory: /tmp/git.1vD843/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.423 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.423 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.423 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.423 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.423 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.423 | 21746 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.423 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.423 | 10490 | Removed run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.423 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.424 | 10490 | Assigned run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.424 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.424 | 10491 | Recursively removing directory: /tmp/git.NDCPIH/ +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.424 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JWvwkx +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.425 | 21743 | Added a new run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.425 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.426 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.426 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.426 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.426 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.426 | 21749 | Added a new worker 14 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.426 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.426 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.426 | 10490 | Removed run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.426 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.427 | 10490 | Assigned run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.427 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fiZ5MY +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.428 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.428 | 21745 | Marked run 1012 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.428 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.429 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.430 | 21750 | Added a new run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.430 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.430 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.432 | 21748 | Marked run 1013 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.432 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.433 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.433 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.434 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.435 | 21754 | Added a new run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.435 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.437 | 10494 | Recursively removing directory: /tmp/git.JWvwkx/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.437 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.439 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.440 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.440 | 21763 | Added a new run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.440 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.440 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.440 | 21768 | Added a new worker 7 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.440 | 10490 | Removed run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.440 | 10490 | Removed worker 7 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.440 | 10490 | Assigned run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.440 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.440 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.440 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7Lp5mg +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.441 | 10491 | Recursively removing directory: /tmp/git.fiZ5MY/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.442 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.443 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.443 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.443 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.443 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.443 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.443 | 21772 | Added a new worker 15 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.443 | 10490 | Removed run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.443 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.443 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.443 | 10490 | Assigned run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.443 | 21767 | Marked run 1014 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.443 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.443 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Pc1aYS +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.445 | 21771 | Marked run 1015 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.445 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.447 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.448 | 21770 | Added a new run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.448 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.448 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.449 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.450 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.451 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.453 | 21776 | Added a new run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.453 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.455 | 10494 | Recursively removing directory: /tmp/git.7Lp5mg/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.455 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.457 | 10491 | Recursively removing directory: /tmp/git.Pc1aYS/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.458 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.458 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.458 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.458 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.458 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.458 | 21790 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.458 | 10490 | Removed run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.458 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.458 | 10490 | Assigned run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.458 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.458 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.458 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.459 | 21792 | Added a new worker 15 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.459 | 10490 | Removed run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.459 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.459 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.459 | 10490 | Assigned run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.459 | 21787 | Added a new run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.459 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.458 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.458 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.458 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.459 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.c5zVg2 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.459 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DULnAo +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.461 | 21789 | Marked run 1016 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.461 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.462 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.463 | 21791 | Marked run 1017 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.463 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.465 | 21794 | Added a new run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.465 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.465 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.465 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.466 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.466 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.468 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.470 | 21798 | Added a new run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.470 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.472 | 10494 | Recursively removing directory: /tmp/git.DULnAo/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.473 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.473 | 10491 | Recursively removing directory: /tmp/git.c5zVg2/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.474 | 21810 | Added a new run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.474 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.474 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.475 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.474 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.475 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.475 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.475 | 21812 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.475 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.475 | 10490 | Removed run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.475 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.475 | 10490 | Assigned run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.475 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Vs2wQM +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.476 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.476 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.476 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.477 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8n6QKk +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.476 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.476 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.477 | 21815 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.477 | 10490 | Removed run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.477 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.477 | 10490 | Assigned run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.477 | 21811 | Marked run 1018 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.477 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.477 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.477 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.479 | 21814 | Marked run 1019 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.479 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.484 | 21816 | Added a new run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.485 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.485 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.486 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.486 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.487 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.488 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.489 | 21821 | Added a new run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.490 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.492 | 10494 | Recursively removing directory: /tmp/git.Vs2wQM/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.493 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.494 | 10491 | Recursively removing directory: /tmp/git.8n6QKk/ +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.494 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.494 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.494 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.494 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.c0FHin +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.495 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.496 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.496 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.496 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ORj3vC +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.494 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.494 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.494 | 21834 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.494 | 10490 | Removed run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.494 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.494 | 10490 | Assigned run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.494 | 21832 | Added a new run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.495 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.495 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.496 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.496 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.496 | 21837 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.496 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.496 | 10490 | Removed run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.496 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.496 | 10490 | Assigned run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.498 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.499 | 21833 | Marked run 1020 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.499 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.500 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.501 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.501 | 21836 | Marked run 1021 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.501 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.503 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.503 | 21838 | Added a new run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.504 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.504 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.506 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.508 | 10494 | Recursively removing directory: /tmp/git.c0FHin/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.508 | 21848 | Added a new run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.509 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.509 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.509 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.509 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.509 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.510 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.510 | 21855 | Added a new worker 10 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.510 | 10490 | Removed run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.510 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.510 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.510 | 10490 | Assigned run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.510 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YuYjVo +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.510 | 10491 | Recursively removing directory: /tmp/git.ORj3vC/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.511 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.512 | 21854 | Marked run 1022 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.512 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.512 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.512 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.512 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.512 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.513 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.513 | 21858 | Added a new worker 12 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.513 | 10490 | Removed run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.513 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.513 | 10490 | Assigned run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.513 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.513 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IHBkIf +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.515 | 21856 | Added a new run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.515 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.516 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.517 | 21857 | Marked run 1023 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.517 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.517 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.518 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.519 | 21861 | Added a new run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.519 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.520 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.520 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.522 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.523 | 10494 | Recursively removing directory: /tmp/git.YuYjVo/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.524 | 21869 | Added a new run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.525 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.525 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.525 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.525 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.525 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.525 | 21876 | Added a new worker 10 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.525 | 10490 | Removed run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.525 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.526 | 10490 | Assigned run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.525 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.526 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sR5Wuk +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.526 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.527 | 10491 | Recursively removing directory: /tmp/git.IHBkIf/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.528 | 21875 | Marked run 1024 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.528 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.528 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.529 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.529 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.529 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.529 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.529 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.530 | 21880 | Added a new worker 14 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.530 | 10490 | Removed run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.530 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.530 | 10490 | Assigned run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.530 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.530 | 21878 | Added a new run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.530 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tHDkoc +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.530 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.532 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.532 | 21879 | Marked run 1025 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.533 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.533 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.533 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.535 | 21883 | Added a new run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.535 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.535 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.536 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.537 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.539 | 21888 | Added a new run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.539 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.540 | 10494 | Recursively removing directory: /tmp/git.sR5Wuk/ +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.541 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.541 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.542 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.542 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.542 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.542 | 21898 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.542 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.542 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.542 | 10490 | Removed run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.542 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.542 | 10490 | Assigned run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.542 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qBmGlT +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.544 | 10491 | Recursively removing directory: /tmp/git.tHDkoc/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.544 | 21897 | Marked run 1026 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.545 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.546 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.546 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.546 | 21902 | Added a new worker 14 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.546 | 10490 | Removed run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.546 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.546 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.546 | 10490 | Assigned run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.546 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.546 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.546 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.546 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aNy2o0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.548 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.549 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.548 | 21899 | Added a new run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.549 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.551 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.551 | 21901 | Marked run 1027 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.551 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.553 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.553 | 21905 | Added a new run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.553 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.554 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.556 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.556 | 10494 | Recursively removing directory: /tmp/git.qBmGlT/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.557 | 21913 | Added a new run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.558 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.558 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.558 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.558 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.559 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.559 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.559 | 21920 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.559 | 10490 | Removed run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.559 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.559 | 10490 | Assigned run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.559 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.559 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YOYdUv +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.560 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.561 | 21919 | Marked run 1028 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.561 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.561 | 10491 | Recursively removing directory: /tmp/git.aNy2o0/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.563 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.563 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.563 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.563 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.563 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.563 | 21924 | Added a new worker 14 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.563 | 10490 | Removed run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.563 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.563 | 10490 | Assigned run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.563 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.564 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZQSYZV +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.564 | 21922 | Added a new run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.565 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.566 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.566 | 21923 | Marked run 1029 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.567 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.567 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.567 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.568 | 21926 | Added a new run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.569 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.569 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.570 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.571 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.573 | 21932 | Added a new run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.573 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.574 | 10494 | Recursively removing directory: /tmp/git.YOYdUv/ +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.575 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.575 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.576 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.575 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.576 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.576 | 21942 | Added a new worker 10 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.576 | 10490 | Removed run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.576 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.576 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.576 | 10490 | Assigned run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.576 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.576 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2iexxX +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.577 | 21941 | Marked run 1030 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.578 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.578 | 10491 | Recursively removing directory: /tmp/git.ZQSYZV/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.579 | 21943 | Added a new run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.579 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.580 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.580 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.580 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.580 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.580 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.580 | 21947 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.581 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.581 | 10490 | Removed run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.581 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.581 | 10490 | Assigned run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.581 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.67HD3J +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.582 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.582 | 21946 | Marked run 1031 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.582 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.582 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.582 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.584 | 21948 | Added a new run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.584 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.586 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.587 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.587 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.588 | 21955 | Added a new run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.588 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.589 | 10494 | Recursively removing directory: /tmp/git.2iexxX/ +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.591 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.591 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.591 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.591 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.591 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.591 | 21962 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.591 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.591 | 10490 | Removed run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.591 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.591 | 10490 | Assigned run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.591 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.591 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QWWJlK +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.594 | 10491 | Recursively removing directory: /tmp/git.67HD3J/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.594 | 21961 | Marked run 1032 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.595 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.595 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.595 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.596 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.596 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.596 | 21968 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.596 | 10490 | Removed run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.596 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.596 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.596 | 10490 | Assigned run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.596 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.596 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VunAr8 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.597 | 21963 | Added a new run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.597 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.598 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.599 | 21967 | Marked run 1033 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.599 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.599 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.600 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.601 | 21971 | Added a new run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.602 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.602 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.603 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.604 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.606 | 21978 | Added a new run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.606 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.606 | 10494 | Recursively removing directory: /tmp/git.QWWJlK/ +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.608 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.608 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.608 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.608 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.608 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.608 | 21986 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.608 | 10490 | Removed run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.608 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.608 | 10490 | Assigned run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.608 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.609 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.608 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.joN4Zp +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.609 | 21985 | Marked run 1034 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.610 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.611 | 10491 | Recursively removing directory: /tmp/git.VunAr8/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.611 | 21987 | Added a new run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.611 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.612 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.612 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.613 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.613 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.613 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.613 | 21991 | Added a new worker 10 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.613 | 10490 | Removed run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.613 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.613 | 10490 | Assigned run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.613 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.613 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.akFv3g +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.614 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.614 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.615 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.615 | 21990 | Marked run 1035 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.615 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.616 | 21992 | Added a new run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.616 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.619 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.619 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.619 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.621 | 21997 | Added a new run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.621 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.622 | 10494 | Recursively removing directory: /tmp/git.joN4Zp/ +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.624 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.624 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.624 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.624 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.624 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.624 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.624 | 22009 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.624 | 10490 | Removed run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.624 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.624 | 10490 | Assigned run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.624 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.624 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PmsGGJ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.626 | 22006 | Added a new run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.626 | 10491 | Recursively removing directory: /tmp/git.akFv3g/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.626 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.629 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.629 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.629 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.629 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.629 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.629 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.629 | 22014 | Added a new worker 16 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.629 | 10490 | Removed run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.629 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.629 | 10490 | Assigned run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.629 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.629 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.o3qXtp +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.631 | 22005 | Marked run 1036 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.631 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.639 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.642 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.644 | 22013 | Added a new run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.645 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.647 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.654 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.662 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.661 | 10494 | Recursively removing directory: /tmp/git.PmsGGJ/ +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.663 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.663 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.663 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.663 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.663 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.663 | 22025 | Added a new worker 15 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.663 | 10490 | Removed run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.663 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.663 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.663 | 10490 | Assigned run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.664 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TGPLEe +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.668 | 10491 | Recursively removing directory: /tmp/git.o3qXtp/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.669 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.669 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.669 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.669 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.669 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.669 | 22032 | Added a new worker 17 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.669 | 10490 | Removed run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.669 | 10490 | Removed worker 17 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.669 | 10490 | Assigned run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.669 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.669 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3YaOhZ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.681 | 22012 | Marked run 1037 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.682 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.684 | 22024 | Marked run 1038 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.684 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.685 | 22018 | Added a new run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.686 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.687 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.687 | 22031 | Marked run 1039 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.687 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.687 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.688 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.688 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.689 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.690 | 22035 | Added a new run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.690 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.693 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.694 | 10494 | Recursively removing directory: /tmp/git.TGPLEe/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.695 | 22045 | Added a new run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.695 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.695 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.696 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.695 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.695 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.696 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.696 | 22051 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.696 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.696 | 10490 | Removed run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.696 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.696 | 10490 | Assigned run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.696 | 10491 | Recursively removing directory: /tmp/git.3YaOhZ/ +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.696 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Qvbu9D +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.698 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.698 | 22050 | Marked run 1040 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.698 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.698 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.698 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.698 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.698 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.698 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.698 | 22054 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.698 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.698 | 10490 | Removed run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.698 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.699 | 10490 | Assigned run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.700 | 22052 | Added a new run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.700 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.699 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.h843Qy +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.702 | 22053 | Marked run 1041 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.702 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.703 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.703 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.706 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.706 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.706 | 22056 | Added a new run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.707 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.707 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.709 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.710 | 22062 | Added a new run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.711 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.713 | 10491 | Recursively removing directory: /tmp/git.h843Qy/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.713 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.713 | 10494 | Recursively removing directory: /tmp/git.Qvbu9D/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.715 | 22072 | Added a new run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.715 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.715 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.715 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.715 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.716 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.716 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.716 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.716 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.716 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.716 | 22076 | Added a new worker 7 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.716 | 10490 | Removed run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.716 | 10490 | Removed worker 7 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.716 | 10490 | Assigned run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.716 | 22077 | Added a new worker 7 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.716 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.716 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.717 | 10490 | Removed run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.717 | 10490 | Removed worker 7 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.717 | 10490 | Assigned run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.717 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Enf3bZ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.716 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.716 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.M7kmbo +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.718 | 22074 | Marked run 1042 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.719 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.719 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.720 | 22078 | Added a new run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.721 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.722 | 22073 | Marked run 1043 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.722 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.723 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.723 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.723 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.724 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.725 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.725 | 22080 | Added a new run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.725 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.727 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.729 | 22086 | Added a new run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.729 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.731 | 10494 | Recursively removing directory: /tmp/git.Enf3bZ/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.731 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.732 | 10491 | Recursively removing directory: /tmp/git.M7kmbo/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.733 | 22096 | Added a new run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.733 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.733 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.733 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.734 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.734 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.734 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.734 | 22098 | Added a new worker 10 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.734 | 10490 | Removed run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.734 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.734 | 10490 | Assigned run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.734 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.734 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.f0zRRB +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.734 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.734 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.734 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.735 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.orVawk +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.734 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.734 | 22101 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.734 | 10490 | Removed run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.734 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.734 | 10490 | Assigned run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.734 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.736 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.737 | 22097 | Marked run 1045 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.737 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.739 | 22102 | Added a new run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.739 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.740 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.741 | 22100 | Marked run 1044 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.741 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.741 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.742 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.742 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.743 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.743 | 22105 | Added a new run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.744 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.747 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.748 | 10494 | Recursively removing directory: /tmp/git.f0zRRB/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.748 | 22115 | Added a new run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.748 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.749 | 10491 | Recursively removing directory: /tmp/git.orVawk/ +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.750 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.750 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.750 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.750 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.750 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.750 | 22121 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.750 | 10490 | Removed run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.750 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.750 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.750 | 10490 | Assigned run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.751 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2dGRgp +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.751 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.751 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.751 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.751 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.751 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.752 | 22124 | Added a new worker 15 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.752 | 10490 | Removed run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.752 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.752 | 10490 | Assigned run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.752 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.751 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.752 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xZFZf5 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.753 | 22120 | Marked run 1046 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.753 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.754 | 22123 | Marked run 1047 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.754 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.756 | 22122 | Added a new run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.757 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.757 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.757 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.758 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.758 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.759 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.760 | 22128 | Added a new run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.761 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.763 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.764 | 22138 | Added a new run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.764 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.765 | 10494 | Recursively removing directory: /tmp/git.2dGRgp/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.765 | 10491 | Recursively removing directory: /tmp/git.xZFZf5/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.766 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.766 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.766 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.766 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.767 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.766 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.766 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.766 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.766 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.767 | 22143 | Added a new worker 14 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.767 | 10490 | Removed run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.767 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.767 | 10490 | Assigned run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.767 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.767 | 22145 | Added a new worker 17 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.767 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.767 | 10490 | Removed run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.767 | 10490 | Removed worker 17 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.767 | 10490 | Assigned run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.767 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.767 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SZAGMN +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.767 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.P1W1Xq +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.769 | 22142 | Marked run 1049 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.769 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.770 | 22144 | Marked run 1048 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.770 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.772 | 22146 | Added a new run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.772 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.773 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.774 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.774 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.775 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.775 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.776 | 22149 | Added a new run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.777 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.779 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.780 | 22159 | Added a new run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.780 | 10491 | Recursively removing directory: /tmp/git.P1W1Xq/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.781 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.782 | 10494 | Recursively removing directory: /tmp/git.SZAGMN/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.782 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.782 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.782 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.782 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.782 | 22165 | Added a new worker 10 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.782 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.782 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.782 | 10490 | Removed run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.783 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.783 | 10490 | Assigned run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.783 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kmyscz +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.783 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.784 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.784 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.784 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.784 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.784 | 22168 | Added a new worker 16 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.784 | 10490 | Removed run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.784 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.784 | 10490 | Assigned run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.784 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.785 | 22164 | Marked run 1050 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.785 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.784 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.784 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ovJxSI +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.787 | 22166 | Added a new run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.787 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.789 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.789 | 22167 | Marked run 1051 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.790 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.790 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.790 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.790 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.791 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.792 | 22170 | Added a new run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.792 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.794 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.796 | 22178 | Added a new run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.796 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.797 | 10491 | Recursively removing directory: /tmp/git.kmyscz/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.798 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.798 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.798 | 22187 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.798 | 10490 | Removed run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.798 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.799 | 10490 | Assigned run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.799 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.797 | 10494 | Recursively removing directory: /tmp/git.ovJxSI/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.798 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.798 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.798 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.799 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Hr3Vlu +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.799 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.799 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.799 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.800 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.800 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vkjEbt +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.800 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.800 | 22190 | Added a new worker 16 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.800 | 10490 | Removed run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.800 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.800 | 10490 | Assigned run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.800 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.801 | 22186 | Marked run 1052 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.801 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.802 | 22188 | Added a new run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.803 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.805 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.806 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.806 | 22189 | Marked run 1053 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.806 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.806 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.806 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.807 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.808 | 22192 | Added a new run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.809 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.810 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.811 | 22201 | Added a new run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.812 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.812 | 10491 | Recursively removing directory: /tmp/git.Hr3Vlu/ +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.814 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.814 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.814 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.814 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.814 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.814 | 22209 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.814 | 10490 | Removed run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.814 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.814 | 10490 | Assigned run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.814 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.814 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.814 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HxJ2VM +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.815 | 10494 | Recursively removing directory: /tmp/git.vkjEbt/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.815 | 22208 | Marked run 1054 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.815 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.820 | 22210 | Added a new run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.820 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.821 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.821 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.821 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.821 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.821 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.821 | 22213 | Added a new worker 10 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.821 | 10490 | Removed run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.821 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.821 | 10490 | Assigned run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.821 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.821 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2ZxpuN +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.823 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.824 | 22212 | Marked run 1055 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.824 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.824 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.825 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.825 | 22214 | Added a new run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.825 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.827 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.828 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.828 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.829 | 22218 | Added a new run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.830 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.832 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.832 | 10491 | Recursively removing directory: /tmp/git.HxJ2VM/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.834 | 22227 | Added a new run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.834 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.835 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.835 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.835 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.835 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.835 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.835 | 22233 | Added a new worker 10 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.835 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.835 | 10490 | Removed run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.835 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.835 | 10490 | Assigned run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.835 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.soXzAl +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.835 | 10494 | Recursively removing directory: /tmp/git.2ZxpuN/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.837 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.837 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.837 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.837 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.837 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.837 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.837 | 22236 | Added a new worker 14 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.837 | 22232 | Marked run 1056 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.837 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.838 | 10490 | Removed run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.838 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.838 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.838 | 10490 | Assigned run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.838 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.r9HLH9 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.839 | 22235 | Marked run 1057 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.839 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.841 | 22234 | Added a new run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.841 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.842 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.843 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.843 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.844 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.844 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.845 | 22239 | Added a new run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.845 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.848 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.849 | 22248 | Added a new run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.850 | 10491 | Recursively removing directory: /tmp/git.soXzAl/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.850 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.851 | 10494 | Recursively removing directory: /tmp/git.r9HLH9/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.851 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.851 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.851 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.851 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.851 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.852 | 22255 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.852 | 10490 | Removed run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.852 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.852 | 10490 | Assigned run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.852 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.852 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.853 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.853 | 22257 | Added a new worker 15 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.853 | 10490 | Removed run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.853 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.853 | 10490 | Assigned run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.853 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.853 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.852 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.852 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.852 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.853 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NzHNqc +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.852 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.azbfeJ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.854 | 22254 | Marked run 1058 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.854 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.856 | 22258 | Added a new run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.856 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.858 | 22256 | Marked run 1059 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.858 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.858 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.858 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.859 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.859 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.859 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.861 | 22261 | Added a new run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.861 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.864 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.866 | 22272 | Added a new run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.866 | 10494 | Recursively removing directory: /tmp/git.NzHNqc/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.866 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.866 | 10491 | Recursively removing directory: /tmp/git.azbfeJ/ +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.867 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.867 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.867 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.868 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.868 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.867 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.867 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.868 | 22277 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.868 | 10490 | Removed run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.868 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.868 | 10490 | Assigned run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.868 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.868 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.868 | 22279 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.868 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.868 | 10490 | Removed run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.868 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.868 | 10490 | Assigned run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.868 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.869 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IRgQDe +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.868 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TPnpNb +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.870 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.870 | 22276 | Marked run 1061 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.870 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.872 | 22278 | Marked run 1060 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.872 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.873 | 22280 | Added a new run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.874 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.874 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.874 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.875 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.875 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.877 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.878 | 22284 | Added a new run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.879 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.881 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.882 | 10494 | Recursively removing directory: /tmp/git.TPnpNb/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.882 | 10491 | Recursively removing directory: /tmp/git.IRgQDe/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.883 | 22296 | Added a new run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.883 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.884 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.884 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.884 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.884 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.884 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.884 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.884 | 22299 | Added a new worker 10 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.884 | 10490 | Removed run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.884 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.884 | 10490 | Assigned run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.884 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.884 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.884 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.884 | 22301 | Added a new worker 8 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.885 | 10490 | Removed run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.885 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.885 | 10490 | Assigned run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.885 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.884 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.885 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.U7NUhL +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.884 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.884 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fHL2L1 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.886 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.887 | 22298 | Marked run 1062 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.887 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.888 | 22300 | Marked run 1063 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.888 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.890 | 22302 | Added a new run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.890 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.891 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.891 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.891 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.892 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.893 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.895 | 22306 | Added a new run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.895 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.897 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.897 | 10494 | Recursively removing directory: /tmp/git.fHL2L1/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.899 | 10491 | Recursively removing directory: /tmp/git.U7NUhL/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.899 | 22318 | Added a new run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.899 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.900 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.900 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.900 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.900 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.900 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.900 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.900 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.900 | 22321 | Added a new worker 10 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.900 | 10490 | Removed run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.900 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.900 | 10490 | Assigned run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.900 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.901 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.901 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.901 | 22323 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.901 | 10490 | Removed run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.901 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.901 | 10490 | Assigned run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.901 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.900 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.901 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q9ELxe +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.900 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ksuhmk +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.902 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.903 | 22320 | Marked run 1064 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.903 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.905 | 22324 | Added a new run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.905 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.907 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.907 | 22322 | Marked run 1065 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.907 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.908 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.908 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.908 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.908 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.909 | 22327 | Added a new run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.910 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.912 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.913 | 22336 | Added a new run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.914 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.914 | 10491 | Recursively removing directory: /tmp/git.Q9ELxe/ +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.915 | 10494 | Recursively removing directory: /tmp/git.ksuhmk/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.916 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.916 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.916 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.916 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.916 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.916 | 22343 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.916 | 10490 | Removed run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.916 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.916 | 10490 | Assigned run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.916 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IlFaKV +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.917 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.917 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.918 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.918 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.918 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.918 | 22342 | Marked run 1067 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.918 | 22346 | Added a new worker 15 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.918 | 10490 | Removed run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.918 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.918 | 10490 | Assigned run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.919 | 22345 | Marked run 1066 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.919 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.919 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.918 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.918 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jxf9sp +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.920 | 22344 | Added a new run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.921 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.922 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.922 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.924 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.924 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.925 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.926 | 22349 | Added a new run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.926 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.928 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.929 | 10491 | Recursively removing directory: /tmp/git.IlFaKV/ +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.931 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.931 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.931 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.931 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.931 | 22364 | Added a new worker 14 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.931 | 10490 | Removed run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.931 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.931 | 10490 | Assigned run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.931 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.931 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.931 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0n9KvO +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.932 | 22358 | Added a new run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.932 | 10494 | Recursively removing directory: /tmp/git.jxf9sp/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.932 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.934 | 22363 | Marked run 1068 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.934 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.934 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.934 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.934 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.934 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.934 | 22367 | Added a new worker 10 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.934 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.935 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.935 | 10490 | Removed run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.935 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.935 | 10490 | Assigned run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.934 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.935 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Izqw6N +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.937 | 22366 | Marked run 1069 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.937 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.937 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.938 | 22368 | Added a new run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.938 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.939 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.940 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.941 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.941 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.943 | 22372 | Added a new run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.943 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.945 | 10491 | Recursively removing directory: /tmp/git.0n9KvO/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.945 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.947 | 22382 | Added a new run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.947 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.948 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.948 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.948 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.948 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.948 | 22387 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.948 | 10490 | Removed run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.948 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.948 | 10490 | Assigned run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.948 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.948 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jFIo8t +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.949 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.949 | 10494 | Recursively removing directory: /tmp/git.Izqw6N/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.950 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.951 | 22385 | Marked run 1070 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.951 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.951 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.951 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.951 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.951 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.951 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.951 | 22390 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.951 | 10490 | Removed run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.951 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.951 | 10490 | Assigned run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.952 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.952 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YAbF11 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.953 | 22388 | Added a new run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.953 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.954 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.955 | 22389 | Marked run 1071 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.955 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.955 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.956 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.957 | 22393 | Added a new run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.957 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.958 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.959 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.960 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.962 | 22400 | Added a new run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.962 | 10491 | Recursively removing directory: /tmp/git.jFIo8t/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.962 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.963 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.963 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.964 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.964 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.964 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.964 | 22408 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.964 | 10490 | Removed run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.964 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.964 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.964 | 10490 | Assigned run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.965 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WmnAxP +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.965 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.966 | 10494 | Recursively removing directory: /tmp/git.YAbF11/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.966 | 22407 | Marked run 1072 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.966 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.967 | 22410 | Added a new run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.968 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.968 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.968 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.968 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.968 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.968 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.969 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.s2wWYQ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.968 | 22412 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.968 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.968 | 10490 | Removed run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.968 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.968 | 10490 | Assigned run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.971 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.971 | 22411 | Marked run 1073 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.971 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.972 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.973 | 22414 | Added a new run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.973 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.973 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.975 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.975 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.975 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.977 | 22418 | Added a new run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.977 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.979 | 10491 | Recursively removing directory: /tmp/git.WmnAxP/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.980 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.982 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.982 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.982 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.982 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.982 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.982 | 22432 | Added a new worker 13 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.982 | 10490 | Removed run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.982 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.982 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.982 | 10490 | Assigned run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.982 | 22427 | Added a new run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.982 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.982 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3rMhoR +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.983 | 10494 | Recursively removing directory: /tmp/git.s2wWYQ/ +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.985 | 22431 | Marked run 1074 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.985 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.985 | 10494 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.985 | 10494 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.985 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.985 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.985 | 22435 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.985 | 10490 | Removed run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.985 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.985 | 10490 | Assigned run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.986 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.985 | 10494 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.986 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4wdOxp +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.986 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.987 | 22434 | Marked run 1075 as finished +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.987 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.989 | 22436 | Added a new run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.989 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.989 | 10491 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.990 | 10491 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.991 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.991 | 10494 | Checking out revision HEAD +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.993 | 22439 | Added a new run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10494/cimple-worker: 2024-01-28 10:55:18.993 | 10494 | Going to run: ./ci +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.993 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.996 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.996 | 10491 | Recursively removing directory: /tmp/git.3rMhoR/ +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.997 | 22448 | Added a new run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.997 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.998 | 10491 | Process exit code: 0 +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.998 | 10491 | Process output: 57 bytes +2024-01-28 10:55:18 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.998 | 10491 | Waiting for a new command +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.998 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.998 | 10488 | Waiting for new connections +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.999 | 22454 | Added a new worker 11 to the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.999 | 10490 | Removed run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.999 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.999 | 10490 | Assigned run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:18 | INFO | 10488/cimple-server: 2024-01-28 10:55:18.999 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:18.999 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xLbqTG +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.000 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.001 | 22453 | Marked run 1076 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.001 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.001 | 10494 | Recursively removing directory: /tmp/git.4wdOxp/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.002 | 22456 | Added a new run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.002 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.003 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.003 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.003 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.003 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YPTFkw +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.003 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.003 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.003 | 22459 | Added a new worker 10 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.003 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.003 | 10490 | Removed run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.003 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.003 | 10490 | Assigned run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.005 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.005 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.006 | 22458 | Marked run 1077 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.006 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.006 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.007 | 22460 | Added a new run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.008 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.009 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.009 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.011 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.012 | 22466 | Added a new run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.012 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.013 | 10491 | Recursively removing directory: /tmp/git.xLbqTG/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.014 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.015 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.015 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.016 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.016 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JtbrHN +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.015 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.016 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.016 | 22478 | Added a new worker 14 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.016 | 10490 | Removed run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.016 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.016 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.016 | 10490 | Assigned run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.016 | 22475 | Added a new run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.016 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.017 | 10494 | Recursively removing directory: /tmp/git.YPTFkw/ +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.018 | 22477 | Marked run 1078 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.018 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.019 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.019 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.019 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.019 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.019 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.019 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.019 | 22482 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.019 | 10490 | Removed run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.019 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.019 | 10490 | Assigned run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.019 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.019 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.feU8AQ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.021 | 22480 | Marked run 1079 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.021 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.022 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.023 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.023 | 22481 | Added a new run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.024 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.024 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.025 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.025 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.027 | 22487 | Added a new run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.027 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.030 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.030 | 10491 | Recursively removing directory: /tmp/git.JtbrHN/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.031 | 10494 | Recursively removing directory: /tmp/git.feU8AQ/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.032 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.032 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.032 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.032 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.032 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.032 | 22500 | Added a new worker 14 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.032 | 10490 | Removed run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.032 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.032 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.032 | 10490 | Assigned run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.032 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YjkTWW +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.033 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.033 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.033 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.033 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.033 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.033 | 22502 | Added a new worker 8 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.034 | 10490 | Removed run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.034 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.034 | 10490 | Assigned run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.034 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.034 | 22497 | Added a new run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.034 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4sHn7V +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.034 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.036 | 22499 | Marked run 1080 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.036 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.037 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.038 | 22501 | Marked run 1081 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.038 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.038 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.039 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.039 | 22504 | Added a new run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.040 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.040 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.041 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.042 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.044 | 22509 | Added a new run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.044 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.046 | 10491 | Recursively removing directory: /tmp/git.YjkTWW/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.047 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.048 | 10494 | Recursively removing directory: /tmp/git.4sHn7V/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.048 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.048 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.048 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.048 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.048 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.048 | 22522 | Added a new worker 8 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.048 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.048 | 10490 | Removed run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.048 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.049 | 10490 | Assigned run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.049 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j4yfj5 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.050 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.050 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.050 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.050 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.050 | 22520 | Added a new run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.050 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.050 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.050 | 22524 | Added a new worker 6 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.050 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.050 | 10490 | Removed run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.050 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.051 | 10490 | Assigned run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.051 | 22521 | Marked run 1082 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.051 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.051 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HrUqTV +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.053 | 22523 | Marked run 1083 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.053 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.055 | 22526 | Added a new run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.055 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.056 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.056 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.057 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.057 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.058 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.060 | 22530 | Added a new run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.060 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.063 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.063 | 10491 | Recursively removing directory: /tmp/git.j4yfj5/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.064 | 10494 | Recursively removing directory: /tmp/git.HrUqTV/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.064 | 22541 | Added a new run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.064 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.065 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.065 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.065 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.065 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.065 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.065 | 22545 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.066 | 10490 | Removed run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.066 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.066 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3SCgN9 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.066 | 10490 | Assigned run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.066 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.066 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.066 | 22547 | Added a new worker 8 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.066 | 10490 | Removed run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.066 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.066 | 10490 | Assigned run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.066 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.066 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.066 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.066 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.066 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tSwz96 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.067 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.068 | 22544 | Marked run 1084 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.068 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.069 | 22548 | Added a new run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.070 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.071 | 22546 | Marked run 1085 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.071 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.072 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.072 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.072 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.074 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.074 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.074 | 22550 | Added a new run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.074 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.077 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.079 | 22556 | Added a new run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.079 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.080 | 10494 | Recursively removing directory: /tmp/git.tSwz96/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.081 | 10491 | Recursively removing directory: /tmp/git.3SCgN9/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.081 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.082 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.082 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.082 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.082 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.082 | 22567 | Added a new worker 10 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.082 | 10490 | Removed run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.082 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.082 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.082 | 10490 | Assigned run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.082 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.082 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.082 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.083 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.082 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.083 | 22570 | Added a new worker 15 to the queue +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.082 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WKHM0v +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.083 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.083 | 10490 | Removed run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.083 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xBcaQ7 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.083 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.083 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.083 | 10490 | Assigned run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.085 | 22568 | Added a new run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.085 | 22566 | Marked run 1087 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.085 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.085 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.088 | 22569 | Marked run 1086 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.088 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.088 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.089 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.089 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.089 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.090 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.091 | 22573 | Added a new run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.091 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.094 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.095 | 10491 | Recursively removing directory: /tmp/git.xBcaQ7/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.095 | 22582 | Added a new run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.095 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.097 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.097 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.097 | 10494 | Recursively removing directory: /tmp/git.WKHM0v/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.097 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.097 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.097 | 22589 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.097 | 10490 | Removed run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.097 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.097 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.097 | 10490 | Assigned run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.097 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.097 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LoxYpB +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.098 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.099 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.099 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.100 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.100 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4XqEAN +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.099 | 22588 | Marked run 1089 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.099 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.099 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.100 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.100 | 22592 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.100 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.100 | 10490 | Removed run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.100 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.100 | 10490 | Assigned run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.101 | 22591 | Marked run 1088 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.101 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.103 | 22590 | Added a new run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.103 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.104 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.105 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.105 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.105 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.107 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.107 | 22595 | Added a new run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.108 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.110 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.111 | 10491 | Recursively removing directory: /tmp/git.LoxYpB/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.112 | 22605 | Added a new run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.112 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.113 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.113 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.113 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.113 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.114 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.114 | 22611 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.114 | 10490 | Removed run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.114 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.114 | 10490 | Assigned run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.114 | 10494 | Recursively removing directory: /tmp/git.4XqEAN/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.114 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.f7JJkH +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.114 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.115 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.116 | 22610 | Marked run 1090 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.116 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.116 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.116 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.116 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.116 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.117 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.117 | 22614 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.117 | 10490 | Removed run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.117 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.117 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.117 | 10490 | Assigned run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.117 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Vakn9P +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.118 | 22612 | Added a new run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.118 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.120 | 22613 | Marked run 1091 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.120 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.120 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.120 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.121 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.122 | 22616 | Added a new run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.123 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.123 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.124 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.125 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.127 | 22624 | Added a new run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.127 | 10491 | Recursively removing directory: /tmp/git.f7JJkH/ +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.127 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.129 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.129 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.129 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.129 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.129 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.129 | 22630 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.129 | 10490 | Removed run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.129 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.129 | 10490 | Assigned run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.129 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.129 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xgCj6N +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.130 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.131 | 22629 | Marked run 1092 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.131 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.132 | 22633 | Added a new run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.132 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.132 | 10494 | Recursively removing directory: /tmp/git.Vakn9P/ +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.134 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.134 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.134 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.134 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.134 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.134 | 22637 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.134 | 10490 | Removed run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.134 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.134 | 10490 | Assigned run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.134 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mNv00u +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.134 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.134 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.135 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.136 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.136 | 22636 | Marked run 1093 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.136 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.144 | 22638 | Added a new run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.144 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.146 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.147 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.147 | 10491 | Recursively removing directory: /tmp/git.xgCj6N/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.147 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.149 | 22646 | Added a new run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.149 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.149 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.149 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.150 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Zmyo8r +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.149 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.149 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.150 | 22651 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.150 | 10490 | Removed run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.150 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.150 | 10490 | Assigned run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.151 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.152 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.152 | 22649 | Marked run 1094 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.153 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.153 | 10494 | Recursively removing directory: /tmp/git.mNv00u/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.154 | 22656 | Added a new run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.155 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.155 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.155 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.155 | 22659 | Added a new worker 10 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.155 | 10490 | Removed run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.155 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.155 | 10490 | Assigned run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.156 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.155 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.155 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.155 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.155 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.adflEZ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.156 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.157 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.157 | 22657 | Marked run 1095 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.158 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.158 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.159 | 22660 | Added a new run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.159 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.161 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.161 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.162 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.163 | 22667 | Added a new run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.163 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.164 | 10491 | Recursively removing directory: /tmp/git.Zmyo8r/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.166 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.166 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.166 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.166 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.166 | 22674 | Added a new worker 10 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.166 | 10490 | Removed run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.166 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.166 | 10490 | Assigned run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.166 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.166 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.166 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.166 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B0A16H +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.168 | 22673 | Marked run 1096 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.168 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.169 | 10494 | Recursively removing directory: /tmp/git.adflEZ/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.170 | 22675 | Added a new run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.170 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.170 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.170 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.171 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.171 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.171 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.171 | 22681 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.171 | 10490 | Removed run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.171 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.171 | 10490 | Assigned run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.171 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.171 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CydgqD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.171 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.172 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.173 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.173 | 22680 | Marked run 1097 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.173 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.175 | 22682 | Added a new run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.175 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.177 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.177 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.178 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.179 | 22687 | Added a new run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.179 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.180 | 10491 | Recursively removing directory: /tmp/git.B0A16H/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.182 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.182 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.182 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.182 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.182 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.182 | 22697 | Added a new worker 12 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.182 | 10490 | Removed run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.182 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.182 | 10490 | Assigned run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.182 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.182 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.182 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TsAMgy +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.184 | 10494 | Recursively removing directory: /tmp/git.CydgqD/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.186 | 22695 | Added a new run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.186 | 22696 | Marked run 1098 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.186 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.186 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.187 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.187 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.187 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.187 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.187 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.187 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.C1xJKd +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.187 | 22703 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.187 | 10490 | Removed run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.187 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.187 | 10490 | Assigned run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.187 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.189 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.189 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.189 | 22702 | Marked run 1099 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.190 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.190 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.191 | 22704 | Added a new run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.192 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.193 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.194 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.194 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.195 | 22711 | Added a new run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.196 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.196 | 10491 | Recursively removing directory: /tmp/git.TsAMgy/ +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.198 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.198 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.198 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.198 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.198 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.198 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.198 | 22718 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.198 | 10490 | Removed run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.198 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.198 | 10490 | Assigned run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.199 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.199 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.USNaEg +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.199 | 22717 | Marked run 1100 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.200 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.201 | 10494 | Recursively removing directory: /tmp/git.C1xJKd/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.201 | 22719 | Added a new run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.201 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.202 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.202 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.203 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.203 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.203 | 22725 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.203 | 10490 | Removed run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.203 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.203 | 10490 | Assigned run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.203 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.203 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.203 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rXFO29 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.204 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.205 | 22724 | Marked run 1101 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.205 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.205 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.206 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.207 | 22726 | Added a new run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.207 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.209 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.209 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.210 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.211 | 22730 | Added a new run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.211 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.213 | 10491 | Recursively removing directory: /tmp/git.USNaEg/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.214 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.215 | 22739 | Added a new run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.215 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.216 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.216 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.216 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.216 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.216 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.217 | 22745 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.217 | 10490 | Removed run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.217 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.217 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.217 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FeECw6 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.217 | 10494 | Recursively removing directory: /tmp/git.rXFO29/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.217 | 10490 | Assigned run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.218 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.219 | 22744 | Marked run 1102 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.219 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.219 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.219 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.219 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.219 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.220 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.220 | 22748 | Added a new worker 14 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.220 | 10490 | Removed run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.220 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.220 | 10490 | Assigned run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.220 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.220 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eOyDIS +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.221 | 22746 | Added a new run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.221 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.222 | 22747 | Marked run 1103 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.223 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.223 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.224 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.224 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.226 | 22750 | Added a new run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.226 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.226 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.227 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.228 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.230 | 22756 | Added a new run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.230 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.231 | 10491 | Recursively removing directory: /tmp/git.FeECw6/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.232 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.233 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.233 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.233 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.233 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.233 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.233 | 22768 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.233 | 10490 | Removed run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.233 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.233 | 10490 | Assigned run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.233 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.234 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nFwtiB +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.234 | 10494 | Recursively removing directory: /tmp/git.eOyDIS/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.235 | 22766 | Marked run 1104 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.235 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.236 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.236 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.236 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.236 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.236 | 22770 | Added a new worker 12 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.236 | 10490 | Removed run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.236 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.236 | 10490 | Assigned run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.237 | 22767 | Added a new run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.236 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.237 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JD5o2W +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.237 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.237 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.238 | 22769 | Marked run 1105 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.239 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.240 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.240 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.240 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.242 | 22772 | Added a new run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.242 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.242 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.243 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.245 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.246 | 22778 | Added a new run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.246 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.247 | 10491 | Recursively removing directory: /tmp/git.nFwtiB/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.249 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.249 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.249 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.249 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.249 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.249 | 22789 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.249 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.249 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.249 | 10490 | Removed run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.249 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.249 | 10490 | Assigned run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.250 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iATEVY +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.250 | 10494 | Recursively removing directory: /tmp/git.JD5o2W/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.251 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.251 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.251 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.251 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.251 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.251 | 22792 | Added a new worker 15 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.251 | 10490 | Removed run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.251 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.251 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.251 | 10490 | Assigned run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.251 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0jmtXM +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.256 | 22790 | Added a new run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.256 | 22788 | Marked run 1106 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.256 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.257 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.258 | 22791 | Marked run 1107 as finished +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.258 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.258 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.259 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.259 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.259 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.259 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.261 | 22795 | Added a new run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.261 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.263 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.265 | 22802 | Added a new run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.265 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.266 | 10494 | Recursively removing directory: /tmp/git.0jmtXM/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.266 | 10491 | Recursively removing directory: /tmp/git.iATEVY/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.267 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.267 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.268 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.268 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.268 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.268 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.268 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.268 | 22811 | Added a new worker 17 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.268 | 10490 | Removed run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.268 | 10490 | Removed worker 17 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.268 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.268 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.268 | 10490 | Assigned run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.268 | 22814 | Added a new worker 18 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.268 | 10490 | Removed run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.268 | 10490 | Removed worker 18 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.268 | 10490 | Assigned run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.268 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.268 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.268 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.268 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.269 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BLcixq +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.269 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3XArB9 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.270 | 22810 | Marked run 1108 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.270 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.272 | 22812 | Added a new run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.272 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.273 | 22813 | Marked run 1109 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.273 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.274 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.274 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.276 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.276 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.276 | 22816 | Added a new run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.276 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.277 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.278 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.280 | 22821 | Added a new run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.280 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.282 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.283 | 10491 | Recursively removing directory: /tmp/git.3XArB9/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.283 | 10494 | Recursively removing directory: /tmp/git.BLcixq/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.284 | 22832 | Added a new run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.284 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.285 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.285 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.285 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.285 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.285 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.285 | 22835 | Added a new worker 12 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.285 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.285 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.286 | 10490 | Removed run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.286 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.286 | 10490 | Assigned run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.286 | 22837 | Added a new worker 8 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.286 | 10490 | Removed run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.286 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.286 | 10490 | Assigned run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.286 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.285 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.285 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.285 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.286 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zGeYqj +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.286 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2F7n41 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.287 | 22834 | Marked run 1110 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.287 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.288 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.289 | 22836 | Marked run 1111 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.289 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.291 | 22838 | Added a new run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.291 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.291 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.292 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.292 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.293 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.294 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.295 | 22842 | Added a new run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.295 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.298 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.299 | 10494 | Recursively removing directory: /tmp/git.zGeYqj/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.299 | 22853 | Added a new run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.300 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.300 | 10491 | Recursively removing directory: /tmp/git.2F7n41/ +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.301 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.301 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.301 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.301 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.301 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.301 | 22857 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.301 | 10490 | Removed run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.301 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.301 | 10490 | Assigned run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.301 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.302 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.302 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4EmOLx +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.302 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.302 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.302 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.302 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.302 | 22859 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.302 | 10490 | Removed run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.302 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.302 | 10490 | Assigned run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.302 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.303 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.302 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.22gEGh +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.304 | 22856 | Marked run 1113 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.304 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.305 | 22858 | Marked run 1112 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.305 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.307 | 22860 | Added a new run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.307 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.308 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.308 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.309 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.309 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.310 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.311 | 22864 | Added a new run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.312 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.314 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.315 | 10494 | Recursively removing directory: /tmp/git.4EmOLx/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.316 | 22873 | Added a new run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.316 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.317 | 10491 | Recursively removing directory: /tmp/git.22gEGh/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.317 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.317 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.317 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.317 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.317 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.317 | 22879 | Added a new worker 10 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.317 | 10490 | Removed run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.317 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.317 | 10490 | Assigned run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.317 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gE8vRx +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.318 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.318 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.318 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.318 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.319 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.319 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.319 | 22881 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.319 | 10490 | Removed run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.319 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.319 | 10490 | Assigned run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.319 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.319 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.319 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XOsvft +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.320 | 22878 | Marked run 1114 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.320 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.322 | 22882 | Added a new run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.322 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.323 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.323 | 22880 | Marked run 1115 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.324 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.324 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.324 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.325 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.326 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.326 | 22885 | Added a new run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.326 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.329 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.330 | 22891 | Added a new run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.330 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.331 | 10494 | Recursively removing directory: /tmp/git.gE8vRx/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.333 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.333 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.333 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.333 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.333 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.333 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.333 | 22902 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.333 | 10490 | Removed run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.333 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.333 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.333 | 10490 | Assigned run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.333 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gbp0G9 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.334 | 10491 | Recursively removing directory: /tmp/git.XOsvft/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.335 | 22900 | Added a new run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.335 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.336 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.336 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.336 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.336 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.336 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.336 | 22905 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.336 | 10490 | Removed run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.336 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.336 | 10490 | Assigned run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.336 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.337 | 22901 | Marked run 1116 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.337 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.336 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KlcfGp +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.338 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.339 | 22904 | Marked run 1117 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.339 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.340 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.341 | 22906 | Added a new run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.341 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.341 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.342 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.343 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.344 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.345 | 22911 | Added a new run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.345 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.348 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.347 | 10494 | Recursively removing directory: /tmp/git.gbp0G9/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.349 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.349 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.350 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.349 | 10491 | Recursively removing directory: /tmp/git.KlcfGp/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.350 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.350 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.350 | 22924 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.350 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.350 | 10490 | Removed run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.350 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.350 | 10490 | Assigned run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.350 | 22921 | Added a new run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.350 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.350 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hOvje1 +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.352 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.352 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.352 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.352 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.352 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.352 | 22927 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.352 | 10490 | Removed run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.352 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.352 | 10490 | Assigned run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.352 | 22923 | Marked run 1118 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.352 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.352 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.353 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0MBEdA +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.354 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.354 | 22926 | Marked run 1119 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.354 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.356 | 22928 | Added a new run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.356 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.356 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.357 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.358 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.359 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.359 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.360 | 22931 | Added a new run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.361 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.363 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.364 | 10494 | Recursively removing directory: /tmp/git.hOvje1/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.365 | 22943 | Added a new run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.365 | 10491 | Recursively removing directory: /tmp/git.0MBEdA/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.366 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.366 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.366 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.367 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.367 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.367 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.367 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.367 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.367 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.367 | 22947 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.367 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.367 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.L83aEz +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.367 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.367 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lCVvht +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.367 | 10490 | Removed run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.367 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.367 | 10490 | Assigned run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.367 | 22949 | Added a new worker 16 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.367 | 10490 | Removed run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.367 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.367 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.367 | 10490 | Assigned run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.367 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.368 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.370 | 22946 | Marked run 1120 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.370 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.371 | 22948 | Marked run 1121 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.372 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.373 | 22950 | Added a new run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.373 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.373 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.374 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.374 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.375 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.376 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.378 | 22954 | Added a new run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.378 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.381 | 10494 | Recursively removing directory: /tmp/git.L83aEz/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.381 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.381 | 10491 | Recursively removing directory: /tmp/git.lCVvht/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.383 | 22966 | Added a new run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.383 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.383 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.383 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.383 | 22968 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.383 | 10490 | Removed run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.383 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.383 | 10490 | Assigned run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.384 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.384 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.384 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.384 | 22971 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.384 | 10490 | Removed run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.384 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.384 | 10490 | Assigned run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.384 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.383 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.383 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.384 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.384 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5YRIcT +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.383 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.383 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.383 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.384 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NTXnP4 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.386 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.388 | 22972 | Added a new run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.388 | 22967 | Marked run 1122 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.388 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.388 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.389 | 22970 | Marked run 1123 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.390 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.390 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.390 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.391 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.391 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.391 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.393 | 22974 | Added a new run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.393 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.395 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.396 | 22984 | Added a new run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.397 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.398 | 10494 | Recursively removing directory: /tmp/git.NTXnP4/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.398 | 10491 | Recursively removing directory: /tmp/git.5YRIcT/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.399 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.399 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.399 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.399 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.399 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.400 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.400 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.400 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.400 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.up1oHm +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.400 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gdsYYk +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.400 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.400 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.400 | 22992 | Added a new worker 17 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.400 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.400 | 10490 | Removed run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.400 | 10490 | Removed worker 17 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.400 | 10490 | Assigned run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.400 | 22994 | Added a new worker 18 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.400 | 10490 | Removed run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.400 | 10490 | Removed worker 18 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.400 | 10490 | Assigned run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.400 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.400 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.402 | 22990 | Added a new run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.402 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.404 | 22991 | Marked run 1125 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.404 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.405 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.405 | 22993 | Marked run 1124 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.406 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.407 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.407 | 22996 | Added a new run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.407 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.407 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.407 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.408 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.410 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.412 | 23001 | Added a new run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.412 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.414 | 10491 | Recursively removing directory: /tmp/git.up1oHm/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.415 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.415 | 10494 | Recursively removing directory: /tmp/git.gdsYYk/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.416 | 23012 | Added a new run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.416 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.417 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.416 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.416 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.417 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.417 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.417 | 23014 | Added a new worker 10 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.417 | 10490 | Removed run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.417 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.417 | 10490 | Assigned run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.417 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.417 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.418 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.418 | 23017 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.418 | 10490 | Removed run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.418 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.418 | 10490 | Assigned run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.418 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.418 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wglJAw +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.417 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.417 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.417 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.418 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oTvS58 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.419 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.420 | 23013 | Marked run 1126 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.420 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.421 | 23018 | Added a new run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.422 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.423 | 23016 | Marked run 1127 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.423 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.423 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.424 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.424 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.425 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.426 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.427 | 23020 | Added a new run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.427 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.430 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.431 | 10491 | Recursively removing directory: /tmp/git.wglJAw/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.431 | 23030 | Added a new run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.432 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.433 | 10494 | Recursively removing directory: /tmp/git.oTvS58/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.433 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.433 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.433 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.433 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.433 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.434 | 23037 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.434 | 10490 | Removed run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.434 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.434 | 10490 | Assigned run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.434 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.434 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QbR8v0 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.434 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.435 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.435 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.435 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.435 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.435 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.436 | 23040 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.436 | 10490 | Removed run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.436 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.436 | 10490 | Assigned run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.436 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.436 | 23036 | Marked run 1128 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.436 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.436 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dt45cV +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.438 | 23039 | Marked run 1129 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.438 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.439 | 23038 | Added a new run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.440 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.440 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.441 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.441 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.442 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.443 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.444 | 23044 | Added a new run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.444 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.447 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.448 | 23053 | Added a new run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.448 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.449 | 10491 | Recursively removing directory: /tmp/git.QbR8v0/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.449 | 10494 | Recursively removing directory: /tmp/git.dt45cV/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.450 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.450 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.451 | 23059 | Added a new worker 10 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.451 | 10490 | Removed run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.451 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.451 | 10490 | Assigned run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.451 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.451 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.450 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.450 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.450 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.451 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eHgxOe +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.451 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.451 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.451 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.451 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.451 | 23062 | Added a new worker 16 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.451 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.451 | 10490 | Removed run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.451 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.451 | 10490 | Assigned run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.452 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.452 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OM0OXI +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.453 | 23061 | Marked run 1131 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.453 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.455 | 23060 | Added a new run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.456 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.457 | 23058 | Marked run 1130 as finished +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.457 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.458 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.458 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.458 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.458 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.459 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.460 | 23064 | Added a new run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.460 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.462 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.464 | 23072 | Added a new run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.464 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.465 | 10494 | Recursively removing directory: /tmp/git.OM0OXI/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.466 | 10491 | Recursively removing directory: /tmp/git.eHgxOe/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.467 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.467 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.467 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.467 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.467 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.467 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.467 | 23082 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.467 | 10490 | Removed run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.467 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.467 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.467 | 10490 | Assigned run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.468 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qfggXW +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.468 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.468 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.468 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.468 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.468 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.468 | 23084 | Added a new worker 16 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.468 | 10490 | Removed run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.468 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.468 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.468 | 10490 | Assigned run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.469 | 23080 | Added a new run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.469 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.468 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.beHldL +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.472 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.472 | 23081 | Marked run 1133 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.472 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.473 | 23086 | Added a new run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.474 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.474 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.474 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.476 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.476 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.476 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.477 | 23083 | Marked run 1132 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.477 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.478 | 23088 | Added a new run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.478 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.481 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.482 | 23099 | Added a new run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.482 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.482 | 10494 | Recursively removing directory: /tmp/git.qfggXW/ +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.483 | 10491 | Recursively removing directory: /tmp/git.beHldL/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.484 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.484 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.484 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.484 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Jlwzyc +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.484 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.484 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.484 | 23105 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.484 | 10490 | Removed run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.484 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.484 | 10490 | Assigned run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.484 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.485 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.485 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.485 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.485 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.485 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.485 | 23107 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.485 | 10490 | Removed run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.485 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.485 | 10490 | Assigned run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.486 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.486 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.486 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3CtS9c +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.487 | 23104 | Marked run 1134 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.487 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.489 | 23108 | Added a new run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.489 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.491 | 23106 | Marked run 1135 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.491 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.491 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.492 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.492 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.493 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.493 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.494 | 23111 | Added a new run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.494 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.497 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.498 | 23119 | Added a new run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.498 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.499 | 10494 | Recursively removing directory: /tmp/git.Jlwzyc/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.499 | 10491 | Recursively removing directory: /tmp/git.3CtS9c/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.501 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.501 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.501 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.501 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.501 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.501 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.501 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.501 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.501 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.501 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.501 | 23129 | Added a new worker 17 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.501 | 10490 | Removed run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.501 | 10490 | Removed worker 17 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.501 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.501 | 10490 | Assigned run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.501 | 23128 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.501 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.501 | 10490 | Removed run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.501 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.501 | 10490 | Assigned run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.501 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.x5I8Gu +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.501 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.501 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LGBLYI +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.505 | 23130 | Added a new run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.505 | 23126 | Marked run 1136 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.505 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.505 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.507 | 23127 | Marked run 1137 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.507 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.507 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.507 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.508 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.508 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.509 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.509 | 23132 | Added a new run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.510 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.512 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.513 | 23138 | Added a new run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.513 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.515 | 10491 | Recursively removing directory: /tmp/git.x5I8Gu/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.516 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.516 | 10494 | Recursively removing directory: /tmp/git.LGBLYI/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.517 | 23148 | Added a new run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.518 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.517 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.517 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.518 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.518 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.518 | 23150 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.518 | 10490 | Removed run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.518 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.518 | 10490 | Assigned run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.518 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.518 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.519 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.519 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.519 | 23153 | Added a new worker 14 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.519 | 10490 | Removed run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.519 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.519 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.519 | 10490 | Assigned run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.519 | 23149 | Marked run 1138 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.520 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.519 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Dqo5fh +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.518 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.519 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Sh8jGN +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.521 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.522 | 23151 | Marked run 1139 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.522 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.523 | 23154 | Added a new run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.524 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.524 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.525 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.526 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.526 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.527 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.528 | 23158 | Added a new run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.528 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.531 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.532 | 23166 | Added a new run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.533 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.533 | 10494 | Recursively removing directory: /tmp/git.Sh8jGN/ +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.533 | 10491 | Recursively removing directory: /tmp/git.Dqo5fh/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.534 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.534 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.535 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.535 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.535 | 23173 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.535 | 10490 | Removed run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.535 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.535 | 10490 | Assigned run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.535 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.535 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.535 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.535 | 23176 | Added a new worker 15 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.535 | 10490 | Removed run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.535 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.535 | 10490 | Assigned run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.535 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.535 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.535 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.535 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.536 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4ofHUz +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.535 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.535 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4Dlmox +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.539 | 23175 | Marked run 1140 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.539 | 23174 | Added a new run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.539 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.540 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.541 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.542 | 23172 | Marked run 1141 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.542 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.542 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.542 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.542 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.544 | 23179 | Added a new run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.544 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.544 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.547 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.548 | 23187 | Added a new run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.549 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.549 | 10494 | Recursively removing directory: /tmp/git.4Dlmox/ +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.550 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.550 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.550 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.550 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.550 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.550 | 23195 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.550 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.550 | 10490 | Removed run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.550 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.551 | 10490 | Assigned run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.551 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zSfdvR +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.551 | 10491 | Recursively removing directory: /tmp/git.4ofHUz/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.552 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.552 | 23194 | Marked run 1142 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.552 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.554 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.554 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.554 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.554 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.554 | 23196 | Added a new run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.554 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.554 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.554 | 23198 | Added a new worker 9 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.554 | 10490 | Removed run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.554 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.554 | 10490 | Assigned run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.554 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.555 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dMsZEk +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.556 | 23197 | Marked run 1143 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.556 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.557 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.558 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.558 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.559 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.560 | 23200 | Added a new run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.560 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.560 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.563 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.564 | 23208 | Added a new run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.564 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.565 | 10494 | Recursively removing directory: /tmp/git.zSfdvR/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.567 | 10491 | Recursively removing directory: /tmp/git.dMsZEk/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.567 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.567 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.567 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.567 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.567 | 23217 | Added a new worker 12 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.567 | 10490 | Removed run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.567 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.567 | 10490 | Assigned run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.567 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.567 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.567 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.568 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rzY1Hw +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.569 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.569 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.569 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.569 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.569 | 23220 | Added a new worker 15 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.569 | 10490 | Removed run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.569 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.569 | 10490 | Assigned run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.569 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.569 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.569 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QGAG3e +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.570 | 23218 | Added a new run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.570 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.572 | 23216 | Marked run 1144 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.572 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.573 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.573 | 23219 | Marked run 1145 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.573 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.574 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.575 | 23222 | Added a new run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.575 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.576 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.576 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.577 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.577 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.579 | 23225 | Added a new run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.579 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.582 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.582 | 10494 | Recursively removing directory: /tmp/git.rzY1Hw/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.583 | 23235 | Added a new run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.583 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.584 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.584 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.584 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.584 | 10491 | Recursively removing directory: /tmp/git.QGAG3e/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.584 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.584 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.585 | 23241 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.585 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.585 | 10490 | Removed run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.585 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.585 | 10490 | Assigned run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.585 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WJLMl9 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.586 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.589 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.589 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.589 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.589 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.589 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.589 | 23244 | Added a new worker 15 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.589 | 10490 | Removed run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.589 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.589 | 23240 | Marked run 1146 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.589 | 10490 | Assigned run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.589 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.590 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.590 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5W2IQO +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.591 | 23243 | Marked run 1147 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.591 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.593 | 23242 | Added a new run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.593 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.593 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.594 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.595 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.596 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.596 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.598 | 23247 | Added a new run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.598 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.600 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.601 | 10494 | Recursively removing directory: /tmp/git.WJLMl9/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.603 | 10491 | Recursively removing directory: /tmp/git.5W2IQO/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.602 | 23259 | Added a new run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.603 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.603 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.603 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.603 | 23263 | Added a new worker 10 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.603 | 10490 | Removed run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.603 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.604 | 10490 | Assigned run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.604 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.603 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.603 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.603 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.604 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JlvmdQ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.604 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.604 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.604 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.605 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.605 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.605 | 23265 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.605 | 10490 | Removed run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.605 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.605 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.605 | 10490 | Assigned run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.605 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Vg9ixd +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.606 | 23262 | Marked run 1148 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.606 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.607 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.608 | 23264 | Marked run 1149 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.608 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.609 | 23266 | Added a new run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.610 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.610 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.611 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.611 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.612 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.612 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.614 | 23270 | Added a new run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.614 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.617 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.618 | 10494 | Recursively removing directory: /tmp/git.JlvmdQ/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.618 | 23280 | Added a new run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.619 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.619 | 10491 | Recursively removing directory: /tmp/git.Vg9ixd/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.619 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.619 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.620 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.620 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.620 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.620 | 23285 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.620 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.620 | 10490 | Removed run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.620 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.620 | 10490 | Assigned run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.621 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QZsbau +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.621 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.622 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.622 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.622 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.622 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.622 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.622 | 23288 | Added a new worker 10 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.622 | 23284 | Marked run 1150 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.623 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.623 | 10490 | Removed run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.623 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.623 | 10490 | Assigned run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.623 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CjuQaI +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.624 | 23286 | Added a new run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.624 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.626 | 23287 | Marked run 1151 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.626 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.627 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.627 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.628 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.628 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.629 | 23290 | Added a new run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.629 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.630 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.632 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.634 | 23297 | Added a new run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.634 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.635 | 10494 | Recursively removing directory: /tmp/git.QZsbau/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.636 | 10491 | Recursively removing directory: /tmp/git.CjuQaI/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.637 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.637 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.637 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.637 | 23308 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.637 | 10490 | Removed run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.637 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.637 | 10490 | Assigned run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.637 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.637 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.637 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.637 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.638 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FKT0wJ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.639 | 23306 | Marked run 1152 as finished +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.639 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.639 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.639 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.639 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.639 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.639 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.639 | 23310 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.639 | 10490 | Removed run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.639 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.639 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.639 | 10490 | Assigned run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.639 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GFAbHa +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.641 | 23307 | Added a new run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.641 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.642 | 23309 | Marked run 1153 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.643 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.644 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.644 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.645 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.645 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.646 | 23312 | Added a new run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.646 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.646 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.648 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.650 | 23318 | Added a new run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.650 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.652 | 10494 | Recursively removing directory: /tmp/git.FKT0wJ/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.653 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.653 | 10491 | Recursively removing directory: /tmp/git.GFAbHa/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.654 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.654 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.654 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.654 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.655 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LwhdQt +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.654 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.654 | 23330 | Added a new worker 14 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.654 | 10490 | Removed run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.655 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.654 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.655 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.655 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.656 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bY0g13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.654 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.655 | 10490 | Assigned run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.655 | 23328 | Added a new run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.656 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.656 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.656 | 23333 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.656 | 10490 | Removed run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.656 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.656 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.656 | 10490 | Assigned run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.657 | 23329 | Marked run 1154 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.657 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.659 | 23331 | Marked run 1155 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.659 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.659 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.661 | 23334 | Added a new run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.661 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.661 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.662 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.662 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.663 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.664 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.665 | 23338 | Added a new run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.665 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.668 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.669 | 10494 | Recursively removing directory: /tmp/git.LwhdQt/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.669 | 23349 | Added a new run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.669 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.670 | 10491 | Recursively removing directory: /tmp/git.bY0g13/ +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.670 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.670 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.671 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.671 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.671 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.671 | 23353 | Added a new worker 10 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.671 | 10490 | Removed run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.671 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.671 | 10490 | Assigned run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.671 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hvOTsK +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.671 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.671 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.672 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.672 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.672 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.672 | 23355 | Added a new worker 8 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.672 | 10490 | Removed run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.672 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.672 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.672 | 10490 | Assigned run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.672 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QOXXhA +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.672 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.673 | 23352 | Marked run 1156 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.673 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.675 | 23354 | Marked run 1157 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.675 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.676 | 23356 | Added a new run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.677 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.677 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.678 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.678 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.679 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.679 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.681 | 23360 | Added a new run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.681 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.684 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.685 | 10494 | Recursively removing directory: /tmp/git.hvOTsK/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.685 | 23371 | Added a new run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.686 | 10491 | Recursively removing directory: /tmp/git.QOXXhA/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.687 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.687 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.687 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.686 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.687 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.687 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.687 | 23375 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.687 | 10490 | Removed run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.687 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.687 | 10490 | Assigned run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.687 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.688 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.688 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2aowN9 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.688 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.688 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.688 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.688 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.689 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.689 | 23378 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.689 | 10490 | Removed run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.689 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.689 | 10490 | Assigned run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.689 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.689 | 23374 | Marked run 1158 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.689 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.689 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LLMA32 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.691 | 23377 | Marked run 1159 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.691 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.692 | 23376 | Added a new run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.693 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.694 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.694 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.695 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.695 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.695 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.696 | 23381 | Added a new run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.697 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.699 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.701 | 10494 | Recursively removing directory: /tmp/git.2aowN9/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.701 | 10491 | Recursively removing directory: /tmp/git.LLMA32/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.703 | 23392 | Added a new run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.703 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.704 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.704 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.704 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.704 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.704 | 23398 | Added a new worker 15 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.704 | 23399 | Added a new worker 16 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.704 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.704 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.704 | 10490 | Removed run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.704 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.704 | 10490 | Assigned run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.704 | 10490 | Removed run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.704 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.705 | 10490 | Assigned run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.704 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.704 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.704 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.705 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.D562Sj +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.703 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.703 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.704 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.705 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nUkiqX +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.705 | 23397 | Marked run 1161 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.706 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.706 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.707 | 23396 | Marked run 1160 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.707 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.709 | 23400 | Added a new run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.709 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.710 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.710 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.711 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.711 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.712 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.713 | 23404 | Added a new run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.713 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.716 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.718 | 10494 | Recursively removing directory: /tmp/git.nUkiqX/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.718 | 23414 | Added a new run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.718 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.719 | 10491 | Recursively removing directory: /tmp/git.D562Sj/ +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.719 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.719 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.720 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.720 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.720 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.720 | 23419 | Added a new worker 10 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.720 | 10490 | Removed run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.720 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.720 | 10490 | Assigned run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.720 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.720 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.720 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.720 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.720 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.721 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.721 | 23421 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.721 | 10490 | Removed run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.721 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.721 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jZFzTO +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.721 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7yUt52 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.721 | 10490 | Assigned run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.721 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.721 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.722 | 23418 | Marked run 1162 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.722 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.724 | 23422 | Added a new run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.724 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.725 | 23420 | Marked run 1163 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.726 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.726 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.727 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.727 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.727 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.728 | 23424 | Added a new run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.728 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.729 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.731 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.732 | 23430 | Added a new run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.733 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.734 | 10491 | Recursively removing directory: /tmp/git.7yUt52/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.735 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.735 | 10494 | Recursively removing directory: /tmp/git.jZFzTO/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.736 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.736 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.736 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.736 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.736 | 23442 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.736 | 10490 | Removed run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.736 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.736 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.736 | 10490 | Assigned run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.736 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.736 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GaVhHU +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.737 | 23440 | Added a new run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.737 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.738 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.738 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.738 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.738 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.738 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.738 | 23445 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.738 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.738 | 10490 | Removed run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.738 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.738 | 10490 | Assigned run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.739 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gkj9Ct +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.740 | 23441 | Marked run 1165 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.740 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.741 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.742 | 23444 | Marked run 1164 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.742 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.742 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.743 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.743 | 23446 | Added a new run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.744 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.745 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.746 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.746 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.748 | 23450 | Added a new run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.748 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.750 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.751 | 10491 | Recursively removing directory: /tmp/git.GaVhHU/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.752 | 23461 | Added a new run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.753 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.753 | 10494 | Recursively removing directory: /tmp/git.gkj9Ct/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.753 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.753 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.753 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.753 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.753 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.753 | 23465 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.753 | 10490 | Removed run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.754 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.754 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.754 | 10490 | Assigned run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.754 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0eABUl +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.755 | 23464 | Marked run 1166 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.755 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.755 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.756 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.756 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.756 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.756 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.756 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.756 | 23468 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.756 | 10490 | Removed run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.756 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.756 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.756 | 10490 | Assigned run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.756 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eZuBwD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.757 | 23466 | Added a new run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.758 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.759 | 23467 | Marked run 1167 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.759 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.760 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.761 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.762 | 23470 | Added a new run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.762 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.762 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.763 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.763 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.764 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.766 | 23474 | Added a new run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.766 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.769 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.769 | 10491 | Recursively removing directory: /tmp/git.0eABUl/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.770 | 10494 | Recursively removing directory: /tmp/git.eZuBwD/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.770 | 23485 | Added a new run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.771 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.771 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.771 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.771 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.771 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.771 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.771 | 23489 | Added a new worker 10 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.771 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.772 | 10490 | Removed run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.772 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.772 | 10490 | Assigned run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.772 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.772 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.772 | 23491 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.772 | 10490 | Removed run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.772 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.772 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.772 | 10490 | Assigned run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.772 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.772 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.772 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.773 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SrEdPi +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.772 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kYyJz7 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.773 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.774 | 23488 | Marked run 1168 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.774 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.776 | 23492 | Added a new run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.777 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.778 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.778 | 23490 | Marked run 1169 as finished +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.778 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.778 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.779 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.779 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.779 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.780 | 23494 | Added a new run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.781 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.783 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.784 | 23504 | Added a new run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.784 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.785 | 10491 | Recursively removing directory: /tmp/git.kYyJz7/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.786 | 10494 | Recursively removing directory: /tmp/git.SrEdPi/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.787 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.787 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.787 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.787 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.787 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.787 | 23511 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.787 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.787 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.787 | 10490 | Removed run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.787 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.787 | 10490 | Assigned run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.787 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.P0vWK0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.789 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.789 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.789 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.789 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.789 | 23514 | Added a new worker 15 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.789 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.789 | 10490 | Removed run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.789 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.789 | 10490 | Assigned run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.789 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.790 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UaOpue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.791 | 23512 | Added a new run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.791 | 23510 | Marked run 1170 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.791 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.793 | 23513 | Marked run 1171 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.793 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.793 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.794 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.794 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.795 | 23516 | Added a new run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.796 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.796 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.797 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.798 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.800 | 23522 | Added a new run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.800 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.801 | 10491 | Recursively removing directory: /tmp/git.P0vWK0/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.802 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.803 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.803 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.803 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.803 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.803 | 23534 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.803 | 10490 | Removed run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.804 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.804 | 10490 | Assigned run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.804 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.804 | 10494 | Recursively removing directory: /tmp/git.UaOpue/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.803 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.804 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vL3aZf +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.805 | 23532 | Added a new run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.805 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.806 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.806 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.806 | 23533 | Marked run 1172 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.806 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.807 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.807 | 23537 | Added a new worker 10 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.807 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.806 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.807 | 10490 | Removed run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.807 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.807 | 10490 | Assigned run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.807 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wUcuyr +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.808 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.809 | 23536 | Marked run 1173 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.809 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.810 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.810 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.813 | 23538 | Added a new run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.814 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.814 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.816 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.816 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.816 | 10491 | Recursively removing directory: /tmp/git.vL3aZf/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.818 | 23547 | Added a new run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.818 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.819 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.819 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.819 | 23551 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.819 | 10490 | Removed run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.819 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.819 | 10490 | Assigned run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.819 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.819 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.819 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.819 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.819 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ifrhYc +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.821 | 23550 | Marked run 1174 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.821 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.822 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.823 | 23555 | Added a new run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.823 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.824 | 10494 | Recursively removing directory: /tmp/git.wUcuyr/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.825 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.826 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.826 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.826 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.826 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.826 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.826 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.826 | 23559 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.826 | 10490 | Removed run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.826 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.826 | 10490 | Assigned run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.826 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bDDY0w +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.827 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.827 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.828 | 23558 | Marked run 1175 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.828 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.830 | 23561 | Added a new run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.830 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.832 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.833 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.833 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.833 | 10491 | Recursively removing directory: /tmp/git.ifrhYc/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.835 | 23568 | Added a new run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.836 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.836 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.836 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.836 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eVgX5q +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.836 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.836 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.836 | 23572 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.836 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.836 | 10490 | Removed run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.836 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.836 | 10490 | Assigned run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.839 | 23571 | Marked run 1176 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.839 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.839 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.840 | 10494 | Recursively removing directory: /tmp/git.bDDY0w/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.841 | 23578 | Added a new run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.841 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.842 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.842 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.842 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.842 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.842 | 23581 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.842 | 10490 | Removed run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.842 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.842 | 10490 | Assigned run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.842 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.842 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.842 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.842 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.meqktd +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.844 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.844 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.844 | 23580 | Marked run 1177 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.844 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.846 | 23582 | Added a new run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.846 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.848 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.848 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.849 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.850 | 23587 | Added a new run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.850 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.851 | 10491 | Recursively removing directory: /tmp/git.eVgX5q/ +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.853 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.853 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.853 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.853 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.853 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.853 | 23598 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.853 | 10490 | Removed run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.853 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.853 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.853 | 10490 | Assigned run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.853 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.853 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RTakz6 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.855 | 23595 | Marked run 1178 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.855 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.856 | 10494 | Recursively removing directory: /tmp/git.meqktd/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.857 | 23596 | Added a new run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.857 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.858 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.858 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.858 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.858 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.858 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.858 | 23603 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.858 | 10490 | Removed run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.858 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.858 | 10490 | Assigned run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.858 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nTyE5b +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.859 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.859 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.860 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.860 | 23602 | Marked run 1179 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.860 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.860 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.862 | 23604 | Added a new run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.862 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.864 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.865 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.865 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.866 | 23609 | Added a new run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.867 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.868 | 10491 | Recursively removing directory: /tmp/git.RTakz6/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.869 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.870 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.870 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.870 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.870 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.870 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.870 | 23620 | Added a new worker 14 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.870 | 10490 | Removed run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.870 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.870 | 10490 | Assigned run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.870 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.870 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eTh1xk +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.871 | 23616 | Added a new run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.871 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.873 | 23618 | Marked run 1180 as finished +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.873 | 10494 | Recursively removing directory: /tmp/git.nTyE5b/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.873 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.874 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.875 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.875 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.875 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.875 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.875 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.875 | 23626 | Added a new worker 9 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.875 | 10490 | Removed run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.875 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.875 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.876 | 10490 | Assigned run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.876 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.876 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3AkPpJ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.876 | 23624 | Added a new run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.876 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.877 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.878 | 23625 | Marked run 1181 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.878 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.879 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.881 | 23630 | Added a new run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.881 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.881 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.882 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.884 | 10491 | Recursively removing directory: /tmp/git.eTh1xk/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.884 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.886 | 23637 | Added a new run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.886 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.886 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.886 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.886 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.886 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.886 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.886 | 23641 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.886 | 10490 | Removed run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.886 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.886 | 10490 | Assigned run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.887 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.887 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SPdAdc +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.888 | 23640 | Marked run 1182 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.888 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.889 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.890 | 10494 | Recursively removing directory: /tmp/git.3AkPpJ/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.891 | 23646 | Added a new run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.891 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.891 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.891 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.892 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.892 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.892 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.892 | 23649 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.892 | 10490 | Removed run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.892 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.892 | 10490 | Assigned run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.892 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.893 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lHcvyq +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.893 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.894 | 23648 | Marked run 1183 as finished +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.894 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.894 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.894 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.896 | 23650 | Added a new run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.896 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.898 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.898 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.898 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.900 | 23655 | Added a new run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.900 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.901 | 10491 | Recursively removing directory: /tmp/git.SPdAdc/ +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.902 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.902 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.902 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.902 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.903 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.902 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.903 | 23664 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.903 | 10490 | Removed run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.903 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.903 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.903 | 10490 | Assigned run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.903 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V6feXq +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.904 | 23663 | Marked run 1184 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.904 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.906 | 23665 | Added a new run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.906 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.906 | 10494 | Recursively removing directory: /tmp/git.lHcvyq/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.907 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.907 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.908 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.908 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.908 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.908 | 23671 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.908 | 10490 | Removed run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.908 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.908 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.908 | 10490 | Assigned run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.908 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gvTOfA +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.909 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.909 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.910 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.910 | 23670 | Marked run 1185 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.910 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.912 | 23672 | Added a new run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.912 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.914 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.915 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.915 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.916 | 23679 | Added a new run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.917 | 10491 | Recursively removing directory: /tmp/git.V6feXq/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.917 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.918 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.918 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.918 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.919 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.919 | 23686 | Added a new worker 10 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.919 | 10490 | Removed run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.919 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.919 | 10490 | Assigned run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.919 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.918 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.919 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cDq3DW +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.920 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.921 | 23685 | Marked run 1186 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.921 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.922 | 10494 | Recursively removing directory: /tmp/git.gvTOfA/ +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.923 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.923 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.924 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.923 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.924 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.924 | 23692 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.924 | 10490 | Removed run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.924 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.924 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.924 | 10490 | Assigned run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.924 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.u3gwqn +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.925 | 23690 | Added a new run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.925 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.926 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.927 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.928 | 23691 | Marked run 1187 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.928 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.928 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.930 | 23695 | Added a new run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.930 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.931 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.932 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.933 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.933 | 10491 | Recursively removing directory: /tmp/git.cDq3DW/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.935 | 23703 | Added a new run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.935 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.935 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.935 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.936 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.936 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.936 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.936 | 23707 | Added a new worker 11 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.936 | 10490 | Removed run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.936 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.936 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.936 | 10490 | Assigned run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.937 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.v5tTSr +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.938 | 23706 | Marked run 1188 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.938 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.938 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.939 | 10494 | Recursively removing directory: /tmp/git.u3gwqn/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.940 | 23712 | Added a new run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.940 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.941 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.941 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.941 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.941 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.941 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.941 | 23715 | Added a new worker 10 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.941 | 10490 | Removed run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.941 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.941 | 10490 | Assigned run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.941 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fUKFth +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.942 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.943 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.943 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.943 | 23714 | Marked run 1189 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.944 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.944 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.945 | 23716 | Added a new run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.946 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.947 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.948 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.948 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.950 | 23720 | Added a new run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.950 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.952 | 10491 | Recursively removing directory: /tmp/git.v5tTSr/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.953 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.954 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.954 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.954 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.954 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YS26O8 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.954 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.954 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.954 | 23734 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.954 | 10490 | Removed run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.954 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.954 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.954 | 10490 | Assigned run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.955 | 23730 | Added a new run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.955 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.956 | 10494 | Recursively removing directory: /tmp/git.fUKFth/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.957 | 23733 | Marked run 1190 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.957 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.958 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.958 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.958 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.958 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.958 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.958 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.958 | 23738 | Added a new worker 12 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.958 | 10490 | Removed run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.958 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.958 | 10490 | Assigned run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.958 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.958 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JpLx4m +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.960 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.960 | 23737 | Marked run 1191 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.960 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.961 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.962 | 23736 | Added a new run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.962 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.964 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.964 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.965 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.966 | 23742 | Added a new run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.967 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.968 | 10491 | Recursively removing directory: /tmp/git.YS26O8/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.969 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.970 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.970 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.970 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.970 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.970 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.971 | 23755 | Added a new worker 13 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.971 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.971 | 10490 | Removed run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.971 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.971 | 10490 | Assigned run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.971 | 23750 | Added a new run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.971 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LQFRek +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.971 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.972 | 10494 | Recursively removing directory: /tmp/git.JpLx4m/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.973 | 23754 | Marked run 1192 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.973 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.974 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.974 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.974 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.974 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.974 | 23759 | Added a new worker 10 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.974 | 10490 | Removed run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.974 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.974 | 10490 | Assigned run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.974 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.974 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.974 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.975 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QRcZGd +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.976 | 23760 | Added a new run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.976 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.976 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.978 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.978 | 23758 | Marked run 1193 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.978 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.979 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.981 | 23763 | Added a new run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.981 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.981 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.982 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.983 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.985 | 23770 | Added a new run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.985 | 10491 | Recursively removing directory: /tmp/git.LQFRek/ +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.985 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.987 | 10491 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.987 | 10491 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.987 | 10491 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.987 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.987 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.987 | 23778 | Added a new worker 10 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.987 | 10490 | Removed run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.987 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.987 | 10490 | Assigned run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.987 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WyOneB +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.988 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.988 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.989 | 10494 | Recursively removing directory: /tmp/git.QRcZGd/ +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.990 | 23777 | Marked run 1194 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.990 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.991 | 10494 | Process exit code: 0 +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.991 | 10494 | Process output: 57 bytes +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.991 | 10494 | Waiting for a new command +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.991 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.991 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.991 | 23782 | Added a new worker 14 to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.991 | 10490 | Removed run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.991 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.991 | 10490 | Assigned run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.991 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.992 | 23780 | Added a new run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.992 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.991 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vzOaOW +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.993 | 10491 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10491/cimple-worker: 2024-01-28 10:55:19.994 | 10491 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.995 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.995 | 23781 | Marked run 1195 as finished +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.995 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.997 | 23785 | Added a new run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.997 | 10488 | Waiting for new connections +2024-01-28 10:55:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.998 | 10494 | Checking out revision HEAD +2024-01-28 10:55:19 | INFO | 10494/cimple-worker: 2024-01-28 10:55:19.998 | 10494 | Going to run: ./ci +2024-01-28 10:55:19 | INFO | 10488/cimple-server: 2024-01-28 10:55:19.999 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.001 | 23791 | Added a new run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.001 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.002 | 10491 | Recursively removing directory: /tmp/git.WyOneB/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.003 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.003 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.003 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.003 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.003 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.003 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.003 | 23799 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.004 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.004 | 10490 | Removed run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.004 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.004 | 10490 | Assigned run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.004 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.m0Exqi +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.006 | 10494 | Recursively removing directory: /tmp/git.vzOaOW/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.006 | 23797 | Added a new run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.006 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.008 | 23798 | Marked run 1196 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.008 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.009 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.009 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.009 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.009 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.009 | 23805 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.009 | 10490 | Removed run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.009 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.009 | 10490 | Assigned run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.009 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.009 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.009 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.009 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WSxDJk +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.010 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.011 | 23804 | Marked run 1197 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.011 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.011 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.012 | 23806 | Added a new run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.013 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.015 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.015 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.017 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.017 | 23811 | Added a new run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.017 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.019 | 10491 | Recursively removing directory: /tmp/git.m0Exqi/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.019 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.020 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.020 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.021 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.021 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.021 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.021 | 23821 | Added a new worker 14 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.021 | 10490 | Removed run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.021 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.021 | 10490 | Assigned run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.021 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.021 | 23818 | Added a new run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.021 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ApddpU +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.022 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.023 | 23820 | Marked run 1198 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.023 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.024 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.025 | 10494 | Recursively removing directory: /tmp/git.WSxDJk/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.026 | 23826 | Added a new run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.026 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.027 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.027 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.027 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.027 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.027 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.027 | 23829 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.027 | 10490 | Removed run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.027 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.027 | 10490 | Assigned run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.027 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.027 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.028 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.90jODP +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.029 | 23828 | Marked run 1199 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.029 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.029 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.029 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.031 | 23830 | Added a new run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.031 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.032 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.033 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.033 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.037 | 10491 | Recursively removing directory: /tmp/git.ApddpU/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.038 | 23835 | Added a new run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.038 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.038 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.038 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.038 | 23845 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.038 | 10490 | Removed run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.038 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.038 | 10490 | Assigned run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.038 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.038 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.038 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.038 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.038 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.f7ktON +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.040 | 23844 | Marked run 1200 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.040 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.040 | 10494 | Recursively removing directory: /tmp/git.90jODP/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.041 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.042 | 23848 | Added a new run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.043 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.043 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.043 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.043 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.043 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.043 | 23850 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.043 | 10490 | Removed run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.043 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.043 | 10490 | Assigned run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.043 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.043 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.044 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tDoBZI +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.045 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.046 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.046 | 23849 | Marked run 1201 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.046 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.046 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.048 | 23852 | Added a new run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.048 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.050 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.051 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.051 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.052 | 10491 | Recursively removing directory: /tmp/git.f7ktON/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.054 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.054 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.054 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.054 | 23859 | Added a new run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.055 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.055 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.055 | 23865 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.055 | 10490 | Removed run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.055 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.055 | 10490 | Assigned run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.055 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.055 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NQQzGi +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.057 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.057 | 23864 | Marked run 1202 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.057 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.058 | 23869 | Added a new run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.059 | 10494 | Recursively removing directory: /tmp/git.tDoBZI/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.059 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.060 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.060 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.060 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.060 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.060 | 23873 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.060 | 10490 | Removed run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.060 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.060 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.061 | 10490 | Assigned run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.061 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.060 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.061 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.q7ssen +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.061 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.062 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.063 | 23872 | Marked run 1203 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.063 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.065 | 23875 | Added a new run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.066 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.067 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.068 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.068 | 10491 | Recursively removing directory: /tmp/git.NQQzGi/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.069 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.070 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.070 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.070 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.071 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0pD342 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.070 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.070 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.070 | 23886 | Added a new worker 14 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.070 | 10490 | Removed run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.070 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.070 | 10490 | Assigned run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.071 | 23883 | Added a new run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.071 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.072 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.073 | 23885 | Marked run 1204 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.073 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.074 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.075 | 10494 | Recursively removing directory: /tmp/git.q7ssen/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.076 | 23892 | Added a new run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.076 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.076 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.077 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.077 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.077 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.077 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.077 | 23895 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.077 | 10490 | Removed run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.077 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.077 | 10490 | Assigned run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.077 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.077 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.077 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vMPPCe +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.078 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.079 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.079 | 23894 | Marked run 1205 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.080 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.081 | 23897 | Added a new run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.082 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.082 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.083 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.084 | 10491 | Recursively removing directory: /tmp/git.0pD342/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.084 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.086 | 23905 | Added a new run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.086 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.086 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.086 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.086 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.086 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.087 | 23909 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.086 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.087 | 10490 | Removed run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.087 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.087 | 10490 | Assigned run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.087 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.I98df9 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.088 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.089 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.089 | 23908 | Marked run 1206 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.089 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.090 | 10494 | Recursively removing directory: /tmp/git.vMPPCe/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.092 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.092 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.092 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.092 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.092 | 23916 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.092 | 10490 | Removed run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.092 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.092 | 10490 | Assigned run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.092 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.092 | 23914 | Added a new run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.092 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.092 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QTSlYT +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.092 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.093 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.094 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.095 | 23915 | Marked run 1207 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.095 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.095 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.097 | 23919 | Added a new run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.097 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.099 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.100 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.100 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.100 | 10491 | Recursively removing directory: /tmp/git.I98df9/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.102 | 23926 | Added a new run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.102 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.103 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.103 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.103 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.103 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.103 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.103 | 23931 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.103 | 10490 | Removed run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.103 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.103 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.103 | 10490 | Assigned run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.103 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4SXB8x +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.104 | 23930 | Marked run 1208 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.104 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.105 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.106 | 23933 | Added a new run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.107 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.108 | 10494 | Recursively removing directory: /tmp/git.QTSlYT/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.109 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.109 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.109 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.109 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.109 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.109 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.110 | 23940 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.110 | 10490 | Removed run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.110 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.110 | 10490 | Assigned run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.110 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.110 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.109 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.110 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j1lZLF +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.111 | 23939 | Marked run 1209 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.111 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.113 | 23938 | Added a new run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.113 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.116 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.117 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.118 | 10491 | Recursively removing directory: /tmp/git.4SXB8x/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.118 | 23948 | Added a new run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.118 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.118 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.119 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.119 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.120 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.120 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.120 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.120 | 23952 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.120 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.120 | 10490 | Removed run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.120 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.120 | 10490 | Assigned run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.120 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pKjKTB +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.121 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.122 | 23951 | Marked run 1210 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.122 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.124 | 23953 | Added a new run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.125 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.126 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.126 | 10494 | Recursively removing directory: /tmp/git.j1lZLF/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.127 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.127 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.127 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.127 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.127 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.127 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.127 | 23963 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.127 | 10490 | Removed run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.128 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.128 | 10490 | Assigned run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.128 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.127 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.128 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hVznf9 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.129 | 23961 | Added a new run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.129 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.131 | 23962 | Marked run 1211 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.131 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.132 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.134 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.134 | 10491 | Recursively removing directory: /tmp/git.pKjKTB/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.135 | 23969 | Added a new run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.135 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.135 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.136 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.136 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.136 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.136 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.136 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.136 | 23974 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.136 | 10490 | Removed run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.136 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.136 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.136 | 10490 | Assigned run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.137 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1lxPuU +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.138 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.138 | 23973 | Marked run 1212 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.139 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.140 | 23976 | Added a new run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.140 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.143 | 10494 | Recursively removing directory: /tmp/git.hVznf9/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.143 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.143 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.145 | 23982 | Added a new run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.145 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.145 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.145 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.145 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.145 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.145 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.145 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.145 | 23985 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.145 | 10490 | Removed run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.145 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.146 | 10490 | Assigned run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.146 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.146 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KsgYym +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.147 | 23984 | Marked run 1213 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.147 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.148 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.151 | 23988 | Added a new run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.151 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.151 | 10491 | Recursively removing directory: /tmp/git.1lxPuU/ +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.153 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.153 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.153 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.153 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.153 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.153 | 23995 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.154 | 10490 | Removed run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.154 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.154 | 10490 | Assigned run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.154 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.153 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.154 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9Dyqtx +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.154 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.154 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.158 | 23997 | Added a new run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.158 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.158 | 23994 | Marked run 1214 as finished +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.159 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.160 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.160 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.161 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.161 | 10494 | Recursively removing directory: /tmp/git.KsgYym/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.162 | 24004 | Added a new run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.163 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.163 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.163 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.164 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.164 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.164 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.164 | 24009 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.164 | 10490 | Removed run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.164 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.164 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.164 | 10490 | Assigned run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.164 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LtPvgt +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.166 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.166 | 24008 | Marked run 1215 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.166 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.167 | 10491 | Recursively removing directory: /tmp/git.9Dyqtx/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.168 | 24013 | Added a new run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.168 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.169 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.169 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.169 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.169 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.169 | 24017 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.169 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.169 | 10490 | Removed run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.169 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.169 | 10490 | Assigned run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.169 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.169 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8fEYIa +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.171 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.171 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.172 | 24016 | Marked run 1216 as finished +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.172 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.172 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.173 | 24018 | Added a new run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.173 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.175 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.176 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.176 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.178 | 24024 | Added a new run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.178 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.179 | 10494 | Recursively removing directory: /tmp/git.LtPvgt/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.180 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.180 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.181 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.180 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.180 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.181 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.181 | 24033 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.181 | 10490 | Removed run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.181 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.181 | 10490 | Assigned run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.181 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.181 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MgGVpf +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.183 | 24032 | Marked run 1217 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.183 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.183 | 10491 | Recursively removing directory: /tmp/git.8fEYIa/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.184 | 24031 | Added a new run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.184 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.185 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.185 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.185 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.185 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.186 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.186 | 24039 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.186 | 10490 | Removed run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.186 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.186 | 10490 | Assigned run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.186 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.186 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lIZtZ1 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.187 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.187 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.188 | 24038 | Marked run 1218 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.188 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.189 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.190 | 24040 | Added a new run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.190 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.191 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.192 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.192 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.194 | 24044 | Added a new run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.194 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.196 | 10494 | Recursively removing directory: /tmp/git.MgGVpf/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.197 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.197 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.197 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.197 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.198 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.198 | 24057 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.198 | 10490 | Removed run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.198 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.198 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.198 | 10490 | Assigned run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.198 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.198 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.17IEIg +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.199 | 24055 | Added a new run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.199 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.200 | 10491 | Recursively removing directory: /tmp/git.lIZtZ1/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.202 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.202 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.202 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.202 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.202 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.202 | 24062 | Added a new worker 7 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.202 | 10490 | Removed run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.202 | 10490 | Removed worker 7 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.202 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.202 | 10490 | Assigned run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.202 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.202 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ik3EHp +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.203 | 24056 | Marked run 1219 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.203 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.204 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.205 | 24060 | Added a new run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.205 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.205 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.207 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.208 | 24061 | Marked run 1220 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.208 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.208 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.209 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.209 | 24066 | Added a new run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.210 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.211 | 10494 | Recursively removing directory: /tmp/git.17IEIg/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.212 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.214 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.214 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.214 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.214 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.214 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.214 | 24074 | Added a new run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.215 | 24079 | Added a new worker 6 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.215 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.215 | 10490 | Removed run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.215 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.215 | 10490 | Assigned run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.215 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.215 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gOkiqG +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.217 | 10491 | Recursively removing directory: /tmp/git.Ik3EHp/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.217 | 24078 | Marked run 1221 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.217 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.218 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.218 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.218 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.218 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.218 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.218 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.218 | 24084 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.218 | 10490 | Removed run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.218 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.218 | 10490 | Assigned run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.219 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.219 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SVWNFQ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.220 | 24082 | Added a new run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.220 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.221 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.222 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.223 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.223 | 24083 | Marked run 1222 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.223 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.224 | 24087 | Added a new run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.225 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.226 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.226 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.227 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.228 | 10494 | Recursively removing directory: /tmp/git.gOkiqG/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.229 | 24095 | Added a new run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.230 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.230 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.230 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.230 | 24100 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.230 | 10490 | Removed run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.230 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.231 | 10490 | Assigned run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.231 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.230 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.230 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.230 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.231 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DHN3LN +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.232 | 24099 | Marked run 1223 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.232 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.233 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.234 | 10491 | Recursively removing directory: /tmp/git.SVWNFQ/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.235 | 24104 | Added a new run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.235 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.236 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.236 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.236 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.236 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.237 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.236 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.236 | 24107 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.236 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.236 | 10490 | Removed run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.236 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.237 | 10490 | Assigned run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.237 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.APg57C +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.237 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.238 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.239 | 24106 | Marked run 1224 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.239 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.240 | 24108 | Added a new run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.240 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.242 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.243 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.243 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.244 | 10494 | Recursively removing directory: /tmp/git.DHN3LN/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.245 | 24116 | Added a new run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.245 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.246 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.246 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.246 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.246 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.247 | 24122 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.247 | 10490 | Removed run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.247 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.247 | 10490 | Assigned run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.247 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.246 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.247 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zcICBT +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.248 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.249 | 24121 | Marked run 1225 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.249 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.250 | 10491 | Recursively removing directory: /tmp/git.APg57C/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.251 | 24125 | Added a new run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.251 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.252 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.252 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.252 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.252 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.252 | 24129 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.252 | 10490 | Removed run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.252 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.252 | 10490 | Assigned run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.252 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.252 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.252 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3SE97a +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.253 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.254 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.254 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.255 | 24128 | Marked run 1226 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.255 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.256 | 24130 | Added a new run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.257 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.258 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.258 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.259 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.261 | 10494 | Recursively removing directory: /tmp/git.zcICBT/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.263 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.263 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.264 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.264 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.264 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.264 | 24146 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.264 | 10490 | Removed run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.264 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.264 | 10490 | Assigned run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.264 | 24138 | Added a new run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.265 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.265 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pJp3Yf +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.265 | 10491 | Recursively removing directory: /tmp/git.3SE97a/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.267 | 24145 | Marked run 1227 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.267 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.267 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.268 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.268 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.268 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.268 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.268 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.268 | 24150 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.268 | 10490 | Removed run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.268 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.268 | 10490 | Assigned run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.268 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.269 | 24148 | Added a new run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.268 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.l4FaTN +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.269 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.271 | 24149 | Marked run 1228 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.271 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.271 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.271 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.273 | 24152 | Added a new run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.273 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.273 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.274 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.275 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.276 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.278 | 24157 | Added a new run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.278 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.281 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.281 | 10494 | Recursively removing directory: /tmp/git.pJp3Yf/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.281 | 10491 | Recursively removing directory: /tmp/git.l4FaTN/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.283 | 24168 | Added a new run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.283 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.283 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.283 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.283 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.283 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.283 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.283 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.283 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.283 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.283 | 24170 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.283 | 10490 | Removed run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.284 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.284 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.284 | 10490 | Assigned run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.284 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.284 | 24173 | Added a new worker 8 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.284 | 10490 | Removed run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.284 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.284 | 10490 | Assigned run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.284 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.284 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ofcdlp +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.284 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bY0nhU +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.286 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.287 | 24169 | Marked run 1229 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.287 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.289 | 24174 | Added a new run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.289 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.289 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.290 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.290 | 24172 | Marked run 1230 as finished +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.290 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.291 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.291 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.292 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.294 | 24178 | Added a new run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.294 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.297 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.297 | 10494 | Recursively removing directory: /tmp/git.Ofcdlp/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.298 | 10491 | Recursively removing directory: /tmp/git.bY0nhU/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.299 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.299 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.299 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.299 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.299 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.300 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GYMH4X +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.299 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.299 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.299 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.300 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PcRy7m +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.299 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.300 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.300 | 24194 | Added a new worker 18 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.300 | 10490 | Removed run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.300 | 10490 | Removed worker 18 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.300 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.300 | 10490 | Assigned run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.300 | 24193 | Added a new worker 19 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.300 | 10490 | Removed run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.300 | 10490 | Removed worker 19 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.300 | 10490 | Assigned run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 19 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.300 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.300 | 24190 | Added a new run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.301 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.303 | 24192 | Marked run 1232 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.303 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.304 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.304 | 24191 | Marked run 1231 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.304 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.306 | 24196 | Added a new run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.306 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.306 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.306 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.307 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.307 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.309 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.310 | 24200 | Added a new run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.310 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.313 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.314 | 24211 | Added a new run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.314 | 10491 | Recursively removing directory: /tmp/git.GYMH4X/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.314 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.315 | 10494 | Recursively removing directory: /tmp/git.PcRy7m/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.316 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.316 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.316 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.316 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.316 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.316 | 24215 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.316 | 10490 | Removed run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.316 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.316 | 10490 | Assigned run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.316 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.316 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.317 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.317 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.317 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.317 | 24217 | Added a new worker 8 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.317 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.317 | 10490 | Removed run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.317 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.317 | 10490 | Assigned run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.317 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.316 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.prhYUQ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.317 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZGzULf +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.319 | 24214 | Marked run 1233 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.319 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.319 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.321 | 24218 | Added a new run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.321 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.322 | 24216 | Marked run 1234 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.322 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.323 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.323 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.324 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.324 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.324 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.325 | 24220 | Added a new run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.326 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.328 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.329 | 24228 | Added a new run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.329 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.330 | 10491 | Recursively removing directory: /tmp/git.prhYUQ/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.331 | 10494 | Recursively removing directory: /tmp/git.ZGzULf/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.332 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.332 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.332 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.332 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.332 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.333 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.333 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.332 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.332 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.333 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.333 | 24239 | Added a new worker 16 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.333 | 10490 | Removed run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.333 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.333 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.333 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.333 | 10490 | Assigned run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.333 | 24240 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.333 | 10490 | Removed run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.333 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.333 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.333 | 10490 | Assigned run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.333 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BU4R5G +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.333 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Sfhosc +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.335 | 24236 | Added a new run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.335 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.336 | 24238 | Marked run 1236 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.337 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.338 | 24237 | Marked run 1235 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.338 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.339 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.339 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.340 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.340 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.341 | 24242 | Added a new run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.341 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.341 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.344 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.345 | 24248 | Added a new run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.345 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.348 | 10491 | Recursively removing directory: /tmp/git.BU4R5G/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.348 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.348 | 10494 | Recursively removing directory: /tmp/git.Sfhosc/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.350 | 24258 | Added a new run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.350 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.350 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.350 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.350 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.350 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.350 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.COVxiZ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.350 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.350 | 24261 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.350 | 10490 | Removed run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.350 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.350 | 10490 | Assigned run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.350 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.351 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.351 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.351 | 24263 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.351 | 10490 | Removed run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.351 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.351 | 10490 | Assigned run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.351 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.351 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.351 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.351 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EJgP7e +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.352 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.354 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.354 | 24259 | Marked run 1238 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.355 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.356 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.356 | 24262 | Marked run 1237 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.356 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.357 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.358 | 24264 | Added a new run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.358 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.358 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.359 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.360 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.362 | 24269 | Added a new run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.362 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.364 | 10491 | Recursively removing directory: /tmp/git.COVxiZ/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.365 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.366 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.366 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.366 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.366 | 10494 | Recursively removing directory: /tmp/git.EJgP7e/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.366 | 24279 | Added a new run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.367 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.367 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.367 | 24282 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.367 | 10490 | Removed run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.367 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.367 | 10490 | Assigned run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.367 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.367 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.367 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uwhfbe +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.368 | 24281 | Marked run 1239 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.368 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.369 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.369 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.369 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.369 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.369 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.370 | 24285 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.370 | 10490 | Removed run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.370 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.370 | 10490 | Assigned run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.370 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.370 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XZUoz2 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.370 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.372 | 24284 | Marked run 1240 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.372 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.375 | 24286 | Added a new run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.375 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.376 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.376 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.377 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.378 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.378 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.379 | 24289 | Added a new run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.380 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.382 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.383 | 10491 | Recursively removing directory: /tmp/git.uwhfbe/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.383 | 24299 | Added a new run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.384 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.385 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.385 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.385 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.385 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.385 | 10494 | Recursively removing directory: /tmp/git.XZUoz2/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.385 | 24305 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.385 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.385 | 10490 | Removed run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.385 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.385 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.385 | 10490 | Assigned run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.386 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.umytMH +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.386 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.387 | 24304 | Marked run 1241 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.387 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.388 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.388 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.388 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.388 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.388 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.388 | 24308 | Added a new worker 14 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.388 | 10490 | Removed run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.388 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.388 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.388 | 10490 | Assigned run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.388 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wBSuCo +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.389 | 24306 | Added a new run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.389 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.391 | 24307 | Marked run 1242 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.391 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.392 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.392 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.393 | 24310 | Added a new run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.393 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.394 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.394 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.395 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.396 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.398 | 24315 | Added a new run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.398 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.400 | 10491 | Recursively removing directory: /tmp/git.umytMH/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.400 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.402 | 10494 | Recursively removing directory: /tmp/git.wBSuCo/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.402 | 24325 | Added a new run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.403 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.403 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.403 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.403 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.403 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.403 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.403 | 24328 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.403 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.403 | 10490 | Removed run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.403 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.403 | 10490 | Assigned run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.403 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZkahT7 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.405 | 24327 | Marked run 1243 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.405 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.405 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.405 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.405 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.405 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.405 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.405 | 24332 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.405 | 10490 | Removed run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.405 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.405 | 10490 | Assigned run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.405 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.405 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.406 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NNXWgu +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.407 | 24330 | Added a new run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.407 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.409 | 24331 | Marked run 1244 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.409 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.410 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.410 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.411 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.411 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.412 | 24334 | Added a new run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.412 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.412 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.415 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.416 | 24340 | Added a new run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.416 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.418 | 10491 | Recursively removing directory: /tmp/git.ZkahT7/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.419 | 10494 | Recursively removing directory: /tmp/git.NNXWgu/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.419 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.420 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.420 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.421 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.421 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.421 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.421 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.421 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.421 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.421 | 24352 | Added a new worker 14 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.421 | 10490 | Removed run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.421 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.421 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.421 | 10490 | Assigned run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.421 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.421 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.421 | 24354 | Added a new worker 15 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.421 | 10490 | Removed run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.421 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.421 | 10490 | Assigned run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.421 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.421 | 24350 | Added a new run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.422 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.422 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eX8iQX +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.421 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zdpxm6 +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.424 | 24351 | Marked run 1245 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.424 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.425 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.426 | 24353 | Marked run 1246 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.426 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.427 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.428 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.428 | 24356 | Added a new run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.428 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.429 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.428 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.431 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.432 | 24362 | Added a new run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.433 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.435 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.435 | 10494 | Recursively removing directory: /tmp/git.eX8iQX/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.435 | 10491 | Recursively removing directory: /tmp/git.zdpxm6/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.437 | 24372 | Added a new run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.437 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.437 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.437 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.438 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.438 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.438 | 24374 | Added a new worker 15 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.438 | 10490 | Removed run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.438 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.438 | 10490 | Assigned run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.438 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.438 | 24376 | Added a new worker 8 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.438 | 10490 | Removed run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.438 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.438 | 10490 | Assigned run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.438 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.437 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.437 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.438 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.438 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tnOQrA +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.437 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.437 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.437 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.438 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.E2KFOg +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.440 | 24373 | Marked run 1248 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.441 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.441 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.442 | 24375 | Marked run 1247 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.442 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.443 | 24378 | Added a new run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.444 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.444 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.444 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.445 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.445 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.446 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.448 | 24382 | Added a new run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.448 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.451 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.452 | 10491 | Recursively removing directory: /tmp/git.tnOQrA/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.452 | 10494 | Recursively removing directory: /tmp/git.E2KFOg/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.453 | 24394 | Added a new run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.453 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.454 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.454 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.454 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.454 | 24397 | Added a new worker 15 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.454 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.454 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.454 | 10490 | Removed run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.454 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.454 | 10490 | Assigned run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.454 | 24399 | Added a new worker 8 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.454 | 10490 | Removed run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.454 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.454 | 10490 | Assigned run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.454 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.454 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.454 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.454 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.455 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MERXfG +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.453 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.453 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.454 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.454 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WRGzk3 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.455 | 24396 | Marked run 1249 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.456 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.456 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.457 | 24398 | Marked run 1250 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.457 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.459 | 24400 | Added a new run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.459 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.460 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.461 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.461 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.462 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.462 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.464 | 24404 | Added a new run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.464 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.466 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.468 | 24415 | Added a new run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.468 | 10494 | Recursively removing directory: /tmp/git.WRGzk3/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.468 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.469 | 10491 | Recursively removing directory: /tmp/git.MERXfG/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.469 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.469 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.470 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.470 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.470 | 24419 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.470 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.470 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.470 | 10490 | Removed run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.470 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.470 | 10490 | Assigned run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.470 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.470 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.470 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.470 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.470 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.470 | 24421 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.470 | 10490 | Removed run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.470 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.470 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.470 | 10490 | Assigned run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.471 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.471 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cAqdzP +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.471 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IyJVWQ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.472 | 24418 | Marked run 1251 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.472 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.473 | 24422 | Added a new run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.474 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.475 | 24420 | Marked run 1252 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.475 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.476 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.476 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.476 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.478 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.478 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.478 | 24424 | Added a new run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.479 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.481 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.482 | 24430 | Added a new run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.483 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.485 | 10494 | Recursively removing directory: /tmp/git.IyJVWQ/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.485 | 10491 | Recursively removing directory: /tmp/git.cAqdzP/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.486 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.486 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.486 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.486 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.486 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.487 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.486 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.487 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.487 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.487 | 24443 | Added a new worker 17 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.487 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.487 | 10490 | Removed run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.487 | 10490 | Removed worker 17 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.487 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.487 | 10490 | Assigned run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 17 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.487 | 24444 | Added a new worker 18 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.487 | 10490 | Removed run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.487 | 10490 | Removed worker 18 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.487 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.487 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yIUaa1 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.487 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.487 | 10490 | Assigned run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 18 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.487 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hh2RVO +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.492 | 24441 | Marked run 1253 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.492 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.493 | 24442 | Marked run 1254 as finished +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.493 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.494 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.494 | 24440 | Added a new run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.494 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.494 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.494 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.495 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.497 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.499 | 24450 | Added a new run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.499 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.501 | 10494 | Recursively removing directory: /tmp/git.hh2RVO/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.502 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.502 | 10491 | Recursively removing directory: /tmp/git.yIUaa1/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.503 | 24460 | Added a new run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.503 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.503 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.504 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.504 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.504 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.504 | 24462 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.504 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.505 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eRA5Wo +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.504 | 10490 | Removed run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.504 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.504 | 10490 | Assigned run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.506 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.506 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.506 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.506 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.506 | 24465 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.506 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.506 | 10490 | Removed run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.506 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.506 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.507 | 10490 | Assigned run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.506 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.506 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rfan55 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.507 | 24461 | Marked run 1255 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.507 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.510 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.511 | 24464 | Marked run 1256 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.511 | 24466 | Added a new run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.511 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.511 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.511 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.512 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.513 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.514 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.515 | 24470 | Added a new run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.515 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.518 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.519 | 10494 | Recursively removing directory: /tmp/git.eRA5Wo/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.519 | 24479 | Added a new run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.519 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.520 | 10491 | Recursively removing directory: /tmp/git.rfan55/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.521 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.521 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.521 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.521 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.521 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.521 | 24485 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.521 | 10490 | Removed run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.521 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.521 | 10490 | Assigned run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.521 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.521 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jhuuVv +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.522 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.522 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.522 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.522 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.522 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.522 | 24487 | Added a new worker 8 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.523 | 10490 | Removed run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.523 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.523 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.523 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.523 | 24484 | Marked run 1257 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.523 | 10490 | Assigned run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.523 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.523 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2fgLgy +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.524 | 24486 | Marked run 1258 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.524 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.526 | 24488 | Added a new run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.526 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.527 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.528 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.529 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.529 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.529 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.531 | 24491 | Added a new run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.531 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.534 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.535 | 10494 | Recursively removing directory: /tmp/git.jhuuVv/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.535 | 24501 | Added a new run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.535 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.536 | 10491 | Recursively removing directory: /tmp/git.2fgLgy/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.536 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.536 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.537 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.537 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AjiDBg +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.537 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.537 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.537 | 24507 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.537 | 10490 | Removed run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.537 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.537 | 10490 | Assigned run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.537 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.538 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.538 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.538 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.539 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.539 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.73XbHW +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.539 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.539 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.539 | 24510 | Added a new worker 16 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.539 | 10490 | Removed run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.539 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.539 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.539 | 10490 | Assigned run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.539 | 24506 | Marked run 1259 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.540 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.541 | 24508 | Added a new run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.541 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.543 | 24509 | Marked run 1260 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.543 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.544 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.544 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.544 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.545 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.545 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.546 | 24512 | Added a new run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.546 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.549 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.550 | 24518 | Added a new run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.550 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.553 | 10491 | Recursively removing directory: /tmp/git.73XbHW/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.553 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.553 | 10494 | Recursively removing directory: /tmp/git.AjiDBg/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.554 | 24528 | Added a new run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.555 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.555 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.555 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.555 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.555 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.555 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.555 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.555 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.555 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.555 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.555 | 24532 | Added a new worker 15 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.555 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.556 | 10490 | Removed run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.556 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.556 | 10490 | Assigned run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.556 | 24533 | Added a new worker 16 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.556 | 10490 | Removed run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.556 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.556 | 10490 | Assigned run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.556 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.556 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.557 | 24529 | Marked run 1261 as finished +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.556 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2k4QP7 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.556 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Bs19nI +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.557 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.558 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.559 | 24530 | Marked run 1262 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.559 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.561 | 24534 | Added a new run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.561 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.562 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.562 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.562 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.563 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.564 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.565 | 24538 | Added a new run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.565 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.568 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.570 | 10494 | Recursively removing directory: /tmp/git.Bs19nI/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.570 | 10491 | Recursively removing directory: /tmp/git.2k4QP7/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.570 | 24548 | Added a new run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.570 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.571 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.571 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.571 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.572 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.572 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.571 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.571 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.572 | 24553 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.572 | 10490 | Removed run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.572 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.572 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.572 | 10490 | Assigned run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.572 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.572 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.572 | 24555 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.572 | 10490 | Removed run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.572 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.572 | 10490 | Assigned run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.572 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.572 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.572 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yMaYxp +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.572 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LSypmm +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.574 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.574 | 24552 | Marked run 1263 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.574 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.576 | 24556 | Added a new run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.577 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.578 | 24554 | Marked run 1264 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.579 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.579 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.579 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.579 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.580 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.580 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.582 | 24558 | Added a new run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.582 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.584 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.586 | 24568 | Added a new run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.586 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.586 | 10491 | Recursively removing directory: /tmp/git.yMaYxp/ +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.587 | 10494 | Recursively removing directory: /tmp/git.LSypmm/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.588 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.588 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.588 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.588 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.588 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.588 | 24575 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.588 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.588 | 10490 | Removed run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.588 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.588 | 10490 | Assigned run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.588 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.588 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.589 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.588 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CuwC4R +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.589 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.589 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.589 | 24577 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.589 | 10490 | Removed run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.589 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.589 | 10490 | Assigned run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.589 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.589 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.589 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VRy5wO +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.591 | 24574 | Marked run 1266 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.591 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.593 | 24576 | Marked run 1265 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.593 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.594 | 24578 | Added a new run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.594 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.594 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.595 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.595 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.596 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.597 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.602 | 24582 | Added a new run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.602 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.602 | 10494 | Recursively removing directory: /tmp/git.VRy5wO/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.603 | 10491 | Recursively removing directory: /tmp/git.CuwC4R/ +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.604 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.604 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.604 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.604 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.604 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.604 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ib6IQ8 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.604 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.604 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.604 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.604 | 24595 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.604 | 10490 | Removed run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.604 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.604 | 10490 | Assigned run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.604 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.604 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.604 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.604 | 24597 | Added a new worker 8 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.604 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.604 | 10490 | Removed run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.605 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.605 | 10490 | Assigned run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.605 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.605 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KnDfAG +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.607 | 24594 | Marked run 1268 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.607 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.609 | 24598 | Added a new run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.609 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.610 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.610 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.611 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.611 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.611 | 24596 | Marked run 1267 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.611 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.613 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.614 | 24602 | Added a new run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.614 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.617 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.618 | 10494 | Recursively removing directory: /tmp/git.Ib6IQ8/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.618 | 24613 | Added a new run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.619 | 10491 | Recursively removing directory: /tmp/git.KnDfAG/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.619 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.620 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.620 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.620 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.620 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.620 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.620 | 24617 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.620 | 10490 | Removed run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.620 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.620 | 10490 | Assigned run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.620 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mHguFS +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.620 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.621 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.621 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.621 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.621 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.621 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.621 | 24619 | Added a new worker 15 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.621 | 10490 | Removed run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.621 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.621 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.621 | 10490 | Assigned run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.622 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MTfD2s +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.623 | 24616 | Marked run 1269 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.623 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.624 | 24618 | Marked run 1270 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.625 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.626 | 24620 | Added a new run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.626 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.627 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.628 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.628 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.629 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.629 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.631 | 24624 | Added a new run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.631 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.634 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.634 | 10494 | Recursively removing directory: /tmp/git.mHguFS/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.635 | 10491 | Recursively removing directory: /tmp/git.MTfD2s/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.636 | 24635 | Added a new run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.636 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.637 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.637 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.637 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.637 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.637 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.637 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.637 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.637 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.637 | 24638 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.637 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.637 | 10490 | Removed run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.637 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.637 | 10490 | Assigned run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.637 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.637 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.637 | 24641 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.637 | 10490 | Removed run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.637 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.637 | 10490 | Assigned run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.637 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.637 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Rx83T1 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.638 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9P2P91 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.639 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.640 | 24637 | Marked run 1271 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.640 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.642 | 24642 | Added a new run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.642 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.644 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.644 | 24640 | Marked run 1272 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.644 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.644 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.644 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.645 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.645 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.646 | 24645 | Added a new run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.646 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.649 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.651 | 24654 | Added a new run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.651 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.651 | 10494 | Recursively removing directory: /tmp/git.Rx83T1/ +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.652 | 10491 | Recursively removing directory: /tmp/git.9P2P91/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.653 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.653 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.653 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.653 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.653 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.653 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.653 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.653 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.653 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.653 | 24661 | Added a new worker 12 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.653 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.653 | 10490 | Removed run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.653 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.654 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.654 | 10490 | Assigned run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.654 | 24663 | Added a new worker 8 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.654 | 10490 | Removed run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.654 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.654 | 10490 | Assigned run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.654 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.654 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VZ5NkQ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.654 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4uQKPi +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.656 | 24660 | Marked run 1274 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.656 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.657 | 24662 | Marked run 1273 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.658 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.659 | 24664 | Added a new run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.659 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.659 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.659 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.660 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.661 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.662 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.663 | 24668 | Added a new run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.663 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.666 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.667 | 24678 | Added a new run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.667 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.667 | 10494 | Recursively removing directory: /tmp/git.4uQKPi/ +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.668 | 10491 | Recursively removing directory: /tmp/git.VZ5NkQ/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.669 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.669 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.669 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.669 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.669 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.669 | 24684 | Added a new worker 14 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.670 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.670 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.669 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.669 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.670 | 24685 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.669 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.670 | 10490 | Removed run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.669 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.670 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.670 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Xnx1qY +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.670 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YRzEkL +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.670 | 10490 | Assigned run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.670 | 10490 | Removed run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.670 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.670 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.670 | 10490 | Assigned run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.670 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.671 | 24683 | Marked run 1276 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.672 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.673 | 24686 | Added a new run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.674 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.675 | 24682 | Marked run 1275 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.675 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.676 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.676 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.676 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.677 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.677 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.678 | 24688 | Added a new run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.679 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.682 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.683 | 24699 | Added a new run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.683 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.684 | 10494 | Recursively removing directory: /tmp/git.Xnx1qY/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.684 | 10491 | Recursively removing directory: /tmp/git.YRzEkL/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.685 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.685 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.686 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.686 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.686 | 24705 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.686 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.686 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.686 | 10490 | Removed run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.686 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.686 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.686 | 10490 | Assigned run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.686 | 24708 | Added a new worker 16 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.686 | 10490 | Removed run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.686 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.686 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.686 | 10490 | Assigned run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.686 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.686 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.686 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.686 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pLAU2L +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.686 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.686 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QnSGHi +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.688 | 24704 | Marked run 1278 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.688 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.689 | 24706 | Added a new run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.690 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.691 | 24707 | Marked run 1277 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.691 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.692 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.692 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.692 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.693 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.693 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.694 | 24710 | Added a new run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.694 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.697 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.698 | 24718 | Added a new run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.699 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.700 | 10494 | Recursively removing directory: /tmp/git.QnSGHi/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.701 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.701 | 10491 | Recursively removing directory: /tmp/git.pLAU2L/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.702 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.702 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.702 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.702 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.702 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.702 | 24728 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.702 | 10490 | Removed run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.702 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.702 | 10490 | Assigned run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.702 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.702 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QFbuOA +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.703 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.703 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.703 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.703 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.703 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.703 | 24730 | Added a new worker 15 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.703 | 10490 | Removed run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.703 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.703 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.703 | 10490 | Assigned run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.703 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VZGS61 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.705 | 24727 | Marked run 1279 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.705 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.705 | 24726 | Added a new run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.706 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.707 | 24729 | Marked run 1280 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.707 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.708 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.709 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.709 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.710 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.710 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.713 | 24732 | Added a new run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.713 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.716 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.716 | 10494 | Recursively removing directory: /tmp/git.QFbuOA/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.717 | 10491 | Recursively removing directory: /tmp/git.VZGS61/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.717 | 24745 | Added a new run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.718 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.718 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.718 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.719 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.719 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.719 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.719 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.719 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.719 | 24749 | Added a new worker 14 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.719 | 10490 | Removed run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.719 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.719 | 10490 | Assigned run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.719 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.719 | 24751 | Added a new worker 8 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.719 | 10490 | Removed run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.719 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.719 | 10490 | Assigned run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.719 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.719 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.719 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.719 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZyTEA0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.719 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lS4sWG +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.720 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.721 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.722 | 24748 | Marked run 1281 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.722 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.723 | 24752 | Added a new run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.724 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.725 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.726 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.726 | 24750 | Marked run 1282 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.726 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.726 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.727 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.727 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.728 | 24755 | Added a new run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.728 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.731 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.732 | 24764 | Added a new run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.732 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.733 | 10494 | Recursively removing directory: /tmp/git.lS4sWG/ +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.734 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.734 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.733 | 10491 | Recursively removing directory: /tmp/git.ZyTEA0/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.734 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.735 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.735 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.735 | 24771 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.735 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.735 | 10490 | Removed run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.735 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.735 | 10490 | Assigned run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.735 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.735 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.735 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X38RxH +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.735 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.735 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.735 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.736 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.o7ylZJ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.735 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.735 | 24774 | Added a new worker 15 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.735 | 10490 | Removed run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.735 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.736 | 10490 | Assigned run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.737 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.739 | 24772 | Added a new run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.739 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.740 | 24770 | Marked run 1283 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.740 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.741 | 24773 | Marked run 1284 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.742 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.742 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.742 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.742 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.742 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.743 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.743 | 24776 | Added a new run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.744 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.746 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.747 | 24782 | Added a new run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.748 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.750 | 10491 | Recursively removing directory: /tmp/git.o7ylZJ/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.750 | 10494 | Recursively removing directory: /tmp/git.X38RxH/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.750 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.752 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.752 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.752 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.752 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.752 | 24792 | Added a new run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.752 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.752 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.752 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.753 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.753 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aYPRHi +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.753 | 24794 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.753 | 10490 | Removed run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.753 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.753 | 10490 | Assigned run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.753 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.753 | 24796 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.753 | 10490 | Removed run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.753 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.753 | 10490 | Assigned run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.753 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.753 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.754 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ImDcEP +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.755 | 24793 | Marked run 1286 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.755 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.756 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.757 | 24795 | Marked run 1285 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.757 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.760 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.760 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.760 | 24798 | Added a new run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.760 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.761 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.761 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.767 | 10494 | Recursively removing directory: /tmp/git.ImDcEP/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.767 | 10491 | Recursively removing directory: /tmp/git.aYPRHi/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.769 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.769 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.769 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.769 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.769 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.769 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.769 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.769 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.769 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.769 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.769 | 24814 | Added a new worker 15 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.769 | 10490 | Removed run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.769 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.769 | 10490 | Assigned run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.770 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.770 | 24813 | Added a new worker 16 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.770 | 10490 | Removed run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.770 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.770 | 10490 | Assigned run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.770 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yS6IS6 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.769 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lyRGm3 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.770 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.772 | 24811 | Marked run 1288 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.773 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.774 | 24812 | Marked run 1287 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.774 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.775 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.775 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.776 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.776 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.783 | 10494 | Recursively removing directory: /tmp/git.yS6IS6/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.783 | 10491 | Recursively removing directory: /tmp/git.lyRGm3/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.784 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.784 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.784 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.784 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.785 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.784 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.784 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.785 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.785 | 24828 | Added a new worker 12 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.785 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.785 | 10490 | Removed run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.785 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.785 | 10490 | Assigned run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.785 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.785 | 24830 | Added a new worker 8 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.785 | 10490 | Removed run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.785 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.785 | 10490 | Assigned run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.785 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.784 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.785 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0zzNmn +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.786 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.F7U6tW +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.787 | 24827 | Marked run 1289 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.787 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.789 | 24829 | Marked run 1290 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.789 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.791 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.791 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.791 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.792 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.798 | 10494 | Recursively removing directory: /tmp/git.F7U6tW/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.798 | 10491 | Recursively removing directory: /tmp/git.0zzNmn/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.799 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.799 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.799 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.799 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.799 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.799 | 24844 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.799 | 10490 | Removed run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.799 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.799 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.799 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.799 | 10490 | Assigned run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.800 | 24846 | Added a new worker 8 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.800 | 10490 | Removed run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.800 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.800 | 10490 | Assigned run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.800 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.799 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.799 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.799 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.800 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Lsjs60 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.799 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.800 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QkcLoS +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.801 | 24843 | Marked run 1292 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.802 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.803 | 24845 | Marked run 1291 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.803 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.805 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.805 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.806 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.806 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.811 | 10494 | Recursively removing directory: /tmp/git.QkcLoS/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.812 | 10491 | Recursively removing directory: /tmp/git.Lsjs60/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.813 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.813 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.813 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.813 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.813 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.813 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.813 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.813 | 24862 | Added a new worker 15 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.813 | 10490 | Removed run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.813 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.813 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.813 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.813 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.814 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6UE7eT +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.813 | 10490 | Assigned run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.813 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.814 | 24861 | Added a new worker 16 to the queue +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.814 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iXyGw8 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.814 | 10490 | Removed run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.814 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.814 | 10490 | Assigned run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.814 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.815 | 24859 | Marked run 1293 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.815 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.818 | 24860 | Marked run 1294 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.819 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.819 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.819 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.820 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.820 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.826 | 10491 | Recursively removing directory: /tmp/git.iXyGw8/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.826 | 10494 | Recursively removing directory: /tmp/git.6UE7eT/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.827 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.827 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.827 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.827 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.827 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.828 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.828 | 24877 | Added a new worker 15 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.828 | 10490 | Removed run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.828 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.828 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.828 | 10490 | Assigned run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.828 | 24878 | Added a new worker 16 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.828 | 10490 | Removed run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.828 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.828 | 10490 | Assigned run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.828 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.828 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.828 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T4WPCH +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.827 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.827 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.828 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.828 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dmoW70 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.830 | 24875 | Marked run 1295 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.830 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.831 | 24876 | Marked run 1296 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.831 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.833 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.833 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.834 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.834 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.839 | 10494 | Recursively removing directory: /tmp/git.dmoW70/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.839 | 10491 | Recursively removing directory: /tmp/git.T4WPCH/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.841 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.841 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.841 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.841 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.841 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.841 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.841 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.841 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.841 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.841 | 24893 | Added a new worker 15 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.841 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.841 | 10490 | Removed run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.841 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.841 | 10490 | Assigned run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.841 | 24894 | Added a new worker 16 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.841 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.841 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.841 | 10490 | Removed run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.841 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.841 | 10490 | Assigned run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.842 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zwPjYc +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.841 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.R1620s +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.843 | 24892 | Marked run 1297 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.843 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.844 | 24891 | Marked run 1298 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.845 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.846 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.847 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.847 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.847 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.853 | 10494 | Recursively removing directory: /tmp/git.R1620s/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.853 | 10491 | Recursively removing directory: /tmp/git.zwPjYc/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.854 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.854 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.854 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.854 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.854 | 24908 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.854 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.854 | 10490 | Removed run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.854 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.854 | 10490 | Assigned run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.854 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.854 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.854 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.855 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BI4YV4 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.855 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.855 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.855 | 24910 | Added a new worker 13 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.855 | 10490 | Removed run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.855 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.855 | 10490 | Assigned run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.855 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.854 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.855 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.djGs43 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.856 | 24907 | Marked run 1299 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.856 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.858 | 24909 | Marked run 1300 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.858 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.859 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.860 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.860 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.861 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.866 | 10494 | Recursively removing directory: /tmp/git.djGs43/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.867 | 10491 | Recursively removing directory: /tmp/git.BI4YV4/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.867 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.867 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.867 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.867 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.867 | 24924 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.867 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.867 | 10490 | Removed run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.867 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.867 | 10490 | Assigned run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.867 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.868 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.N7zDbs +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.869 | 24923 | Marked run 1301 as finished +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.869 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.869 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.869 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.869 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.869 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.870 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7DPPLA +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.869 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.869 | 24926 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.869 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.869 | 10490 | Removed run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.869 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.869 | 10490 | Assigned run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.871 | 24925 | Marked run 1302 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.871 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.873 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.874 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.874 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.875 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.880 | 10494 | Recursively removing directory: /tmp/git.N7zDbs/ +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.881 | 10491 | Recursively removing directory: /tmp/git.7DPPLA/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.881 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.881 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.881 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.881 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.881 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.881 | 24940 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.881 | 10490 | Removed run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.881 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.881 | 10490 | Assigned run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.882 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.882 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JRXAOd +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.883 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.883 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.883 | 24939 | Marked run 1303 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.884 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.884 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.884 | 24942 | Added a new worker 6 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.884 | 10490 | Removed run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.884 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.884 | 10490 | Assigned run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.884 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.884 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.884 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.t7f3Br +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.886 | 24941 | Marked run 1304 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.887 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.887 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.888 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.889 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.890 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.893 | 10494 | Recursively removing directory: /tmp/git.JRXAOd/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.895 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.895 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.895 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.895 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.895 | 24956 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.895 | 10490 | Removed run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.895 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.895 | 10490 | Assigned run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.895 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.895 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.895 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7bAOrx +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.896 | 10491 | Recursively removing directory: /tmp/git.t7f3Br/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.897 | 24955 | Marked run 1305 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.897 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.898 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.898 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.898 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.898 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.898 | 24958 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.898 | 10490 | Removed run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.898 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.898 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.898 | 10490 | Assigned run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.898 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.898 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3su6VP +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.900 | 24957 | Marked run 1306 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.900 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.900 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.901 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.903 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.904 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.906 | 10494 | Recursively removing directory: /tmp/git.7bAOrx/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.907 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.907 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.908 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.908 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.908 | 24971 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.908 | 10490 | Removed run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.908 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.908 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.908 | 10490 | Assigned run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.908 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.909 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.prIkcU +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.910 | 10491 | Recursively removing directory: /tmp/git.3su6VP/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.910 | 24970 | Marked run 1307 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.910 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.911 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.911 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.911 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.911 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.911 | 24974 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.911 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.911 | 10490 | Removed run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.911 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2EmtBZ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.911 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.911 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.911 | 10490 | Assigned run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.913 | 24973 | Marked run 1308 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.913 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.914 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.914 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.916 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.917 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.920 | 10494 | Recursively removing directory: /tmp/git.prIkcU/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.921 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.921 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.921 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.921 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.921 | 24987 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.921 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.921 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.921 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8wrbeS +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.921 | 10490 | Removed run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.921 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.921 | 10490 | Assigned run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.923 | 10491 | Recursively removing directory: /tmp/git.2EmtBZ/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.923 | 24986 | Marked run 1309 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.924 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.925 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.925 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.925 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.925 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.925 | 24990 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.925 | 10490 | Removed run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.925 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.925 | 10490 | Assigned run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.925 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.925 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.925 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nUH96O +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.926 | 24989 | Marked run 1310 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.927 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.927 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.928 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.929 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.930 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.933 | 10494 | Recursively removing directory: /tmp/git.8wrbeS/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.935 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.935 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.935 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.935 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.935 | 25004 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.935 | 10490 | Removed run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.935 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.935 | 10490 | Assigned run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.935 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.935 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.935 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bW7jEu +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.936 | 10491 | Recursively removing directory: /tmp/git.nUH96O/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.937 | 25003 | Marked run 1311 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.938 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.938 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.938 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.938 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.938 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.938 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.938 | 25006 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.938 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.938 | 10490 | Removed run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.938 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.938 | 10490 | Assigned run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.938 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uRW9ci +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.940 | 25005 | Marked run 1312 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.940 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.941 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.942 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.943 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.943 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.947 | 10494 | Recursively removing directory: /tmp/git.bW7jEu/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.949 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.949 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.949 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.949 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.949 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.949 | 25020 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.949 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.950 | 10491 | Recursively removing directory: /tmp/git.uRW9ci/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.950 | 10490 | Removed run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.950 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.950 | 10490 | Assigned run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.950 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.csvYWE +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.951 | 25019 | Marked run 1313 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.952 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.952 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.952 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.952 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.952 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.952 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.952 | 25022 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.953 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.953 | 10490 | Removed run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.953 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.953 | 10490 | Assigned run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.953 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WcyZsM +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.955 | 25021 | Marked run 1314 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.955 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.955 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.956 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.957 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.958 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.962 | 10494 | Recursively removing directory: /tmp/git.csvYWE/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.963 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.963 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.963 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.964 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.964 | 25036 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.964 | 10490 | Removed run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.964 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.964 | 10490 | Assigned run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.964 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.964 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.964 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cbUShp +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.964 | 10491 | Recursively removing directory: /tmp/git.WcyZsM/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.965 | 25035 | Marked run 1315 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.966 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.966 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.966 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.966 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.966 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.966 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.966 | 25038 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.967 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.967 | 10490 | Removed run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.967 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.967 | 10490 | Assigned run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.967 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JxsN47 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.968 | 25037 | Marked run 1316 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.968 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.969 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.970 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.971 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.972 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.975 | 10494 | Recursively removing directory: /tmp/git.cbUShp/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.977 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.977 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.977 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.977 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.977 | 25052 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.977 | 10490 | Removed run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.977 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.977 | 10490 | Assigned run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.977 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.977 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.977 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VzGfX3 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.978 | 10491 | Recursively removing directory: /tmp/git.JxsN47/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.979 | 25051 | Marked run 1317 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.979 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.980 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.980 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.980 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.980 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.980 | 25054 | Added a new worker 11 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.980 | 10490 | Removed run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.980 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.980 | 10490 | Assigned run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.981 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.980 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.981 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.N2x2Jk +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.982 | 25053 | Marked run 1318 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.982 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.983 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.983 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.985 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.986 | 10491 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.989 | 10494 | Recursively removing directory: /tmp/git.VzGfX3/ +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.990 | 10494 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.990 | 10494 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.990 | 10494 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.990 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.990 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.991 | 25068 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.991 | 10490 | Removed run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.991 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.991 | 10490 | Assigned run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.991 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.991 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lNpcNz +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.992 | 10491 | Recursively removing directory: /tmp/git.N2x2Jk/ +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.993 | 25067 | Marked run 1319 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.993 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.994 | 10491 | Process exit code: 0 +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.994 | 10491 | Process output: 57 bytes +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.994 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.994 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.994 | 25070 | Added a new worker 10 to the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.994 | 10490 | Removed run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.994 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.994 | 10490 | Assigned run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.994 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.994 | 10491 | Waiting for a new command +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.994 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.w2KSLS +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.996 | 25069 | Marked run 1320 as finished +2024-01-28 10:55:20 | INFO | 10488/cimple-server: 2024-01-28 10:55:20.996 | 10488 | Waiting for new connections +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.996 | 10494 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10494/cimple-worker: 2024-01-28 10:55:20.997 | 10494 | Going to run: ./ci +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.999 | 10491 | Checking out revision HEAD +2024-01-28 10:55:20 | INFO | 10491/cimple-worker: 2024-01-28 10:55:20.999 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.002 | 10494 | Recursively removing directory: /tmp/git.lNpcNz/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.004 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.004 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.004 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.004 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.004 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.004 | 25083 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.004 | 10490 | Removed run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.004 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.004 | 10490 | Assigned run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.005 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.004 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qxsG0s +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.005 | 10491 | Recursively removing directory: /tmp/git.w2KSLS/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.006 | 25082 | Marked run 1321 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.006 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.007 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.007 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.007 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.007 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.007 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.007 | 25086 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.007 | 10490 | Removed run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.007 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.007 | 10490 | Assigned run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.008 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.007 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.d0O9Eo +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.009 | 25085 | Marked run 1322 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.009 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.011 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.012 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.013 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.013 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.017 | 10494 | Recursively removing directory: /tmp/git.qxsG0s/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.019 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.019 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.019 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.019 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.019 | 25100 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.019 | 10490 | Removed run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.019 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.019 | 10490 | Assigned run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.019 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.019 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.019 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fdN9Pf +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.019 | 10491 | Recursively removing directory: /tmp/git.d0O9Eo/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.021 | 25099 | Marked run 1323 as finished +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.021 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.021 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.021 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.021 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.021 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.021 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.022 | 25102 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.022 | 10490 | Removed run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.022 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.022 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.022 | 10490 | Assigned run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.022 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dbalOg +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.023 | 25101 | Marked run 1324 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.024 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.025 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.026 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.026 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.027 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.031 | 10494 | Recursively removing directory: /tmp/git.fdN9Pf/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.033 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.033 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.033 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.033 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.033 | 25116 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.033 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.033 | 10490 | Removed run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.033 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.033 | 10490 | Assigned run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.033 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.033 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gFt83n +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.033 | 10491 | Recursively removing directory: /tmp/git.dbalOg/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.035 | 25115 | Marked run 1325 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.035 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.035 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.035 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.035 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.035 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.035 | 25118 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.035 | 10490 | Removed run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.035 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.035 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.035 | 10490 | Assigned run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.035 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.036 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CAGa1f +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.037 | 25117 | Marked run 1326 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.037 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.039 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.039 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.040 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.041 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.045 | 10494 | Recursively removing directory: /tmp/git.gFt83n/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.046 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.046 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.046 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.046 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.047 | 25132 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.047 | 10490 | Removed run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.047 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.047 | 10490 | Assigned run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.046 | 10491 | Recursively removing directory: /tmp/git.CAGa1f/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.046 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.047 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2cstiD +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.047 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.048 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.048 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.048 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.048 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.048 | 25134 | Added a new worker 13 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.048 | 10490 | Removed run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.048 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.048 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.048 | 10490 | Assigned run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.048 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.048 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XMm8jv +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.050 | 25131 | Marked run 1327 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.050 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.052 | 25133 | Marked run 1328 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.052 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.053 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.054 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.054 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.054 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.060 | 10494 | Recursively removing directory: /tmp/git.2cstiD/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.060 | 10491 | Recursively removing directory: /tmp/git.XMm8jv/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.061 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.061 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.061 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.061 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.061 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.061 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.062 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.062 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.062 | 25148 | Added a new worker 13 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.062 | 10490 | Removed run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.062 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.062 | 10490 | Assigned run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.062 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.062 | 25150 | Added a new worker 9 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.062 | 10490 | Removed run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.062 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.062 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WmyR4d +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.062 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.062 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Lhe5Kj +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.062 | 10490 | Assigned run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.062 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.063 | 25147 | Marked run 1329 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.063 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.066 | 25149 | Marked run 1330 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.066 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.067 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.067 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.068 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.068 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.074 | 10491 | Recursively removing directory: /tmp/git.Lhe5Kj/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.074 | 10494 | Recursively removing directory: /tmp/git.WmyR4d/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.075 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.075 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.075 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.075 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.075 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.075 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.075 | 25165 | Added a new worker 15 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.075 | 10490 | Removed run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.075 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.075 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.076 | 10490 | Assigned run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.076 | 25166 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.076 | 10490 | Removed run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.076 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.076 | 10490 | Assigned run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.076 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.075 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.076 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.baL0ZN +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.075 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.075 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.075 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.076 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sALb85 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.077 | 25163 | Marked run 1332 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.078 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.079 | 25164 | Marked run 1331 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.079 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.081 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.081 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.081 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.081 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.087 | 10491 | Recursively removing directory: /tmp/git.baL0ZN/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.087 | 10494 | Recursively removing directory: /tmp/git.sALb85/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.088 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.088 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.088 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.088 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.088 | 25180 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.089 | 10490 | Removed run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.089 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.089 | 10490 | Assigned run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.089 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.089 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.089 | 25182 | Added a new worker 15 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.089 | 10490 | Removed run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.089 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.089 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.089 | 10490 | Assigned run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.089 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.088 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.088 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.089 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.089 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.p7tv26 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.088 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.089 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vr60yW +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.091 | 25179 | Marked run 1333 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.091 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.092 | 25181 | Marked run 1334 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.092 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.094 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.094 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.094 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.095 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.100 | 10491 | Recursively removing directory: /tmp/git.vr60yW/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.100 | 10494 | Recursively removing directory: /tmp/git.p7tv26/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.102 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.102 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.102 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.102 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.102 | 25198 | Added a new worker 15 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.102 | 10490 | Removed run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.102 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.102 | 10490 | Assigned run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.102 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.102 | 25196 | Added a new worker 16 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.102 | 10490 | Removed run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.102 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.102 | 10490 | Assigned run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.103 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.102 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.102 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.102 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.102 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GIlGay +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.102 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.102 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.102 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.103 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vOZ33a +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.104 | 25195 | Marked run 1335 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.104 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.105 | 25197 | Marked run 1336 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.106 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.108 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.108 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.109 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.109 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.114 | 10491 | Recursively removing directory: /tmp/git.vOZ33a/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.114 | 10494 | Recursively removing directory: /tmp/git.GIlGay/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.115 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.115 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.116 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.116 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.116 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.116 | 25212 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.116 | 10490 | Removed run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.116 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.116 | 10490 | Assigned run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.116 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.116 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.116 | 25214 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.116 | 10490 | Removed run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.116 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.116 | 10490 | Assigned run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.116 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.116 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.116 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.116 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.116 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VQglB6 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.116 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X1SRBq +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.118 | 25211 | Marked run 1338 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.118 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.119 | 25213 | Marked run 1337 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.119 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.121 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.121 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.122 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.122 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.127 | 10494 | Recursively removing directory: /tmp/git.VQglB6/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.127 | 10491 | Recursively removing directory: /tmp/git.X1SRBq/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.129 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.129 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.129 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.129 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.129 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.129 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.129 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.129 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.129 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.129 | 25230 | Added a new worker 15 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.129 | 25229 | Added a new worker 16 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.129 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.129 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.129 | 10490 | Removed run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.130 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.130 | 10490 | Assigned run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.130 | 10490 | Removed run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.130 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.130 | 10490 | Assigned run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.130 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.egf8fB +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.129 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.130 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NvKIuM +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.131 | 25228 | Marked run 1339 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.132 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.133 | 25227 | Marked run 1340 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.133 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.135 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.135 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.136 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.136 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.141 | 10491 | Recursively removing directory: /tmp/git.egf8fB/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.142 | 10494 | Recursively removing directory: /tmp/git.NvKIuM/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.143 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.143 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.143 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.143 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.143 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.143 | 25244 | Added a new worker 12 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.143 | 10490 | Removed run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.143 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.143 | 10490 | Assigned run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.143 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.143 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.143 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qjHmpv +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.143 | 25246 | Added a new worker 9 to the queue +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.143 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.143 | 10490 | Removed run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.143 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.143 | 10490 | Assigned run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.143 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.143 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.143 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.143 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MXWYlL +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.145 | 25243 | Marked run 1341 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.145 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.147 | 25245 | Marked run 1342 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.147 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.148 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.148 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.149 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.149 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.155 | 10491 | Recursively removing directory: /tmp/git.qjHmpv/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.155 | 10494 | Recursively removing directory: /tmp/git.MXWYlL/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.156 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.156 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.156 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.156 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.156 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.156 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.156 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.156 | 25260 | Added a new worker 13 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.156 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.156 | 10490 | Removed run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.156 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.156 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.156 | 10490 | Assigned run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.157 | 25262 | Added a new worker 9 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.157 | 10490 | Removed run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.157 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.157 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.157 | 10490 | Assigned run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.156 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.157 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RGFyha +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.157 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ETn06j +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.158 | 25259 | Marked run 1343 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.158 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.160 | 25261 | Marked run 1344 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.160 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.162 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.162 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.163 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.163 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.168 | 10491 | Recursively removing directory: /tmp/git.RGFyha/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.168 | 10494 | Recursively removing directory: /tmp/git.ETn06j/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.169 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.169 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.169 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.169 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.169 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.169 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.169 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.170 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.170 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.170 | 25277 | Added a new worker 15 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.170 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.170 | 10490 | Removed run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.170 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.170 | 10490 | Assigned run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.170 | 25278 | Added a new worker 16 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.170 | 10490 | Removed run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.170 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.170 | 10490 | Assigned run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.170 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.170 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.170 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nGRFd5 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.170 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Rj0sdG +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.171 | 25275 | Marked run 1346 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.172 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.173 | 25276 | Marked run 1345 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.173 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.175 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.175 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.176 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.176 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.181 | 10491 | Recursively removing directory: /tmp/git.nGRFd5/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.181 | 10494 | Recursively removing directory: /tmp/git.Rj0sdG/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.183 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.183 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.183 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.183 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.183 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.183 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.183 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.183 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.183 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GgslAg +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.183 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.183 | 25293 | Added a new worker 15 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.183 | 10490 | Removed run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.183 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.183 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.183 | 10490 | Assigned run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.183 | 25294 | Added a new worker 16 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.183 | 10490 | Removed run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.183 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.183 | 10490 | Assigned run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.183 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.184 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.183 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pXi2bc +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.185 | 25291 | Marked run 1348 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.185 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.187 | 25292 | Marked run 1347 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.187 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.188 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.189 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.189 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.190 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.195 | 10494 | Recursively removing directory: /tmp/git.pXi2bc/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.195 | 10491 | Recursively removing directory: /tmp/git.GgslAg/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.196 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.196 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.196 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.196 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.196 | 25308 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.196 | 10490 | Removed run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.196 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.196 | 10490 | Assigned run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.197 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.196 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.196 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uEf2c0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.197 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.197 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.197 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.197 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.198 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.198 | 25310 | Added a new worker 14 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.198 | 10490 | Removed run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.198 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.198 | 10490 | Assigned run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.198 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.198 | 25307 | Marked run 1350 as finished +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.198 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.laesbZ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.198 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.200 | 25309 | Marked run 1349 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.200 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.202 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.202 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.203 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.203 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.208 | 10494 | Recursively removing directory: /tmp/git.uEf2c0/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.209 | 10491 | Recursively removing directory: /tmp/git.laesbZ/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.209 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.209 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.209 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.209 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.209 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.210 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HQ8rR0 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.209 | 25324 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.209 | 10490 | Removed run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.209 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.209 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.209 | 10490 | Assigned run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.211 | 25323 | Marked run 1351 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.211 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.212 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.212 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.212 | 25326 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.212 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.212 | 10490 | Removed run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.212 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.211 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.212 | 10490 | Assigned run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.211 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.212 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.212 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.t3K1km +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.213 | 25325 | Marked run 1352 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.213 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.216 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.217 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.217 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.217 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.222 | 10494 | Recursively removing directory: /tmp/git.HQ8rR0/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.223 | 10491 | Recursively removing directory: /tmp/git.t3K1km/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.224 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.224 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.224 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.224 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.224 | 25340 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.224 | 10490 | Removed run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.224 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.224 | 10490 | Assigned run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.224 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.225 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.224 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.224 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PjBf2q +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.224 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.224 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.225 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.225 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.225 | 25342 | Added a new worker 13 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.225 | 10490 | Removed run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.225 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.225 | 10490 | Assigned run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.225 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.225 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aBgSo0 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.226 | 25339 | Marked run 1353 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.226 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.228 | 25341 | Marked run 1354 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.228 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.230 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.230 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.231 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.231 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.237 | 10494 | Recursively removing directory: /tmp/git.PjBf2q/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.237 | 10491 | Recursively removing directory: /tmp/git.aBgSo0/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.238 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.238 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.238 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.238 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.238 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.238 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.238 | 25356 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.238 | 10490 | Removed run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.238 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.238 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.238 | 10490 | Assigned run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.238 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.238 | 25358 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.238 | 10490 | Removed run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.238 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.238 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.238 | 10490 | Assigned run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.238 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.239 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EuT6Zd +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.238 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.238 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JvarnN +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.240 | 25355 | Marked run 1355 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.240 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.242 | 25357 | Marked run 1356 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.242 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.243 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.244 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.244 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.244 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.250 | 10491 | Recursively removing directory: /tmp/git.EuT6Zd/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.250 | 10494 | Recursively removing directory: /tmp/git.JvarnN/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.251 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.251 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.251 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.251 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.251 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.251 | 25373 | Added a new worker 14 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.251 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.251 | 10490 | Removed run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.251 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.251 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.252 | 10490 | Assigned run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.252 | 25374 | Added a new worker 16 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.252 | 10490 | Removed run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.252 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.252 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.252 | 10490 | Assigned run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.251 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.252 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NWpQp8 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.251 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.251 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.251 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.252 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vmBlqU +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.253 | 25371 | Marked run 1358 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.253 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.255 | 25372 | Marked run 1357 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.255 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.259 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.259 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.260 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.260 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.265 | 10491 | Recursively removing directory: /tmp/git.NWpQp8/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.265 | 10494 | Recursively removing directory: /tmp/git.vmBlqU/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.267 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.267 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.267 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.267 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.267 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.267 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.267 | 25389 | Added a new worker 15 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.267 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.267 | 25390 | Added a new worker 16 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.267 | 10490 | Removed run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.267 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.267 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.267 | 10490 | Assigned run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.267 | 10490 | Removed run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.267 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.267 | 10490 | Assigned run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.267 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.267 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IiTxXK +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.267 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.267 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.267 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.267 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JazwHP +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.269 | 25387 | Marked run 1360 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.269 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.271 | 25388 | Marked run 1359 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.271 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.273 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.273 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.273 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.274 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.279 | 10494 | Recursively removing directory: /tmp/git.IiTxXK/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.280 | 10491 | Recursively removing directory: /tmp/git.JazwHP/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.281 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.281 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.281 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.281 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.281 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.281 | 25404 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.281 | 10490 | Removed run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.281 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.281 | 10490 | Assigned run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.281 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.281 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.282 | 25406 | Added a new worker 13 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.282 | 10490 | Removed run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.282 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.282 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.282 | 10490 | Assigned run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.282 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.h3sqNe +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.281 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.281 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.281 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.282 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KgaR1F +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.282 | 25403 | Marked run 1361 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.283 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.284 | 25405 | Marked run 1362 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.284 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.287 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.287 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.287 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.288 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.293 | 10491 | Recursively removing directory: /tmp/git.KgaR1F/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.293 | 10494 | Recursively removing directory: /tmp/git.h3sqNe/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.294 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.294 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.295 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.295 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.295 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.295 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.294 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.295 | 25421 | Added a new worker 14 to the queue +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.295 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.294 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.295 | 25422 | Added a new worker 15 to the queue +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.295 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZXY0gv +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.295 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.295 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.295 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.po9NtN +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.295 | 10490 | Removed run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.295 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.295 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.295 | 10490 | Assigned run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.295 | 10490 | Removed run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.295 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.295 | 10490 | Assigned run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.297 | 25420 | Marked run 1363 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.297 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.298 | 25419 | Marked run 1364 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.299 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.301 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.301 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.301 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.302 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.307 | 10491 | Recursively removing directory: /tmp/git.ZXY0gv/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.307 | 10494 | Recursively removing directory: /tmp/git.po9NtN/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.309 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.309 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.309 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.309 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.309 | 25436 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.309 | 10490 | Removed run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.309 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.309 | 10490 | Assigned run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.309 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.309 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.309 | 25438 | Added a new worker 8 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.309 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.309 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.309 | 10490 | Removed run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.309 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.309 | 10490 | Assigned run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.309 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.309 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XrCwKA +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.309 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.309 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.309 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.309 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OwMY2z +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.311 | 25435 | Marked run 1365 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.311 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.313 | 25437 | Marked run 1366 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.313 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.315 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.315 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.315 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.316 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.321 | 10491 | Recursively removing directory: /tmp/git.XrCwKA/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.322 | 10494 | Recursively removing directory: /tmp/git.OwMY2z/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.322 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.322 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.322 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.323 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.323 | 25452 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.323 | 10490 | Removed run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.323 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.323 | 10490 | Assigned run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.323 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.323 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.323 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.323 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.323 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.323 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.323 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.323 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9Q895C +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.324 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DcpfuD +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.324 | 25454 | Added a new worker 14 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.324 | 10490 | Removed run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.324 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.324 | 10490 | Assigned run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.324 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.324 | 25451 | Marked run 1367 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.324 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.326 | 25453 | Marked run 1368 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.326 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.328 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.329 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.329 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.330 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.335 | 10491 | Recursively removing directory: /tmp/git.9Q895C/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.335 | 10494 | Recursively removing directory: /tmp/git.DcpfuD/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.336 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.336 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.336 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.336 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.336 | 25468 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.336 | 10490 | Removed run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.336 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.336 | 10490 | Assigned run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.337 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.337 | 25470 | Added a new worker 15 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.337 | 10490 | Removed run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.337 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.337 | 10490 | Assigned run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.337 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.336 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.336 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.337 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.336 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.337 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.337 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hQoXA1 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.337 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xQrrop +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.338 | 25467 | Marked run 1369 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.339 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.340 | 25469 | Marked run 1370 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.340 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.342 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.343 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.343 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.344 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.349 | 10491 | Recursively removing directory: /tmp/git.xQrrop/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.349 | 10494 | Recursively removing directory: /tmp/git.hQoXA1/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.350 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.350 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.350 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.350 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.350 | 25484 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.350 | 10490 | Removed run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.350 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.351 | 10490 | Assigned run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.351 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.350 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.351 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.McrMwn +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.351 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.351 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.351 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.351 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.351 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.351 | 25486 | Added a new worker 13 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.351 | 10490 | Removed run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.351 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.351 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.351 | 10490 | Assigned run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.352 | 25483 | Marked run 1371 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.353 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.351 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rBOrul +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.354 | 25485 | Marked run 1372 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.354 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.356 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.356 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.357 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.357 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.363 | 10494 | Recursively removing directory: /tmp/git.rBOrul/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.363 | 10491 | Recursively removing directory: /tmp/git.McrMwn/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.364 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.364 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.364 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.364 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.365 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.364 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.365 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.365 | 25500 | Added a new worker 13 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.365 | 10490 | Removed run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.365 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.365 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.365 | 10490 | Assigned run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.365 | 25502 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.365 | 10490 | Removed run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.365 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.365 | 10490 | Assigned run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.365 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.365 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.364 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.365 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Bimzaz +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.365 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZN3DHm +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.366 | 25499 | Marked run 1374 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.366 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.368 | 25501 | Marked run 1373 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.368 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.371 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.372 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.373 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.374 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.378 | 10494 | Recursively removing directory: /tmp/git.Bimzaz/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.379 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.379 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.379 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.379 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.379 | 25516 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.379 | 10490 | Removed run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.379 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.380 | 10490 | Assigned run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.380 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.379 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.380 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1t0eTR +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.380 | 10491 | Recursively removing directory: /tmp/git.ZN3DHm/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.381 | 25515 | Marked run 1375 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.381 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.382 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.382 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.382 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.382 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.382 | 25518 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.382 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.383 | 10490 | Removed run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.382 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.383 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.383 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Pq8NWz +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.383 | 10490 | Assigned run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.384 | 25517 | Marked run 1376 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.384 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.385 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.386 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.387 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.388 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.391 | 10494 | Recursively removing directory: /tmp/git.1t0eTR/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.393 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.393 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.393 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.393 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.393 | 25532 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.393 | 10490 | Removed run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.393 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.393 | 10490 | Assigned run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.393 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.394 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.394 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MVkGJx +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.394 | 10491 | Recursively removing directory: /tmp/git.Pq8NWz/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.395 | 25531 | Marked run 1377 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.395 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.396 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.396 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.396 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.396 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.396 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.flupny +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.396 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.396 | 25534 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.396 | 10490 | Removed run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.396 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.396 | 10490 | Assigned run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.396 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.398 | 25533 | Marked run 1378 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.398 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.399 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.400 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.401 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.401 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.405 | 10494 | Recursively removing directory: /tmp/git.MVkGJx/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.406 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.406 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.406 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.407 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.407 | 25548 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.407 | 10490 | Removed run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.407 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.407 | 10490 | Assigned run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.407 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.407 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tbAxQt +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.407 | 10491 | Recursively removing directory: /tmp/git.flupny/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.407 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.408 | 25547 | Marked run 1379 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.409 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.409 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.409 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.409 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.410 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.410 | 25550 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.410 | 10490 | Removed run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.410 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.410 | 10490 | Assigned run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.410 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.410 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.410 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CQuAer +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.411 | 25549 | Marked run 1380 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.411 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.412 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.413 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.414 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.415 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.418 | 10494 | Recursively removing directory: /tmp/git.tbAxQt/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.420 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.420 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.420 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.420 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.420 | 25564 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.420 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.420 | 10490 | Removed run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.420 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.420 | 10490 | Assigned run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.421 | 10491 | Recursively removing directory: /tmp/git.CQuAer/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.420 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.421 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B2rV55 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.422 | 25563 | Marked run 1381 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.422 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.423 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.423 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.423 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.423 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.423 | 25566 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.423 | 10490 | Removed run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.423 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.423 | 10490 | Assigned run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.423 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.423 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.423 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5anAbL +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.425 | 25565 | Marked run 1382 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.425 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.426 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.427 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.428 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.428 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.433 | 10494 | Recursively removing directory: /tmp/git.B2rV55/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.434 | 10491 | Recursively removing directory: /tmp/git.5anAbL/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.434 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.434 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.434 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.435 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.435 | 25580 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.435 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.435 | 10490 | Removed run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.435 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.435 | 10490 | Assigned run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.434 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.435 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NFSAcW +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.436 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.436 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.436 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.436 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.437 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.437 | 25582 | Added a new worker 14 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.437 | 10490 | Removed run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.437 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.437 | 10490 | Assigned run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.437 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.437 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AOpkws +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.439 | 25579 | Marked run 1383 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.439 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.441 | 25581 | Marked run 1384 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.441 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.441 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.442 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.442 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.443 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.449 | 10491 | Recursively removing directory: /tmp/git.AOpkws/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.449 | 10494 | Recursively removing directory: /tmp/git.NFSAcW/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.450 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.450 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.451 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.451 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.451 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.451 | 25596 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.451 | 10490 | Removed run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.451 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.451 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.451 | 10490 | Assigned run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.451 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.451 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OG3u5M +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.451 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.451 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.451 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.452 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.452 | 25598 | Added a new worker 13 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.452 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.452 | 10490 | Removed run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.452 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.452 | 10490 | Assigned run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.452 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JCUGY0 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.454 | 25595 | Marked run 1386 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.455 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.456 | 25597 | Marked run 1385 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.456 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.457 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.458 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.459 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.460 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.464 | 10491 | Recursively removing directory: /tmp/git.OG3u5M/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.466 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.466 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.466 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.466 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.466 | 25612 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.466 | 10490 | Removed run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.466 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.466 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.466 | 10490 | Assigned run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.466 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.467 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.91uLCu +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.467 | 10494 | Recursively removing directory: /tmp/git.JCUGY0/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.468 | 25611 | Marked run 1387 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.468 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.470 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.470 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.470 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.470 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.470 | 25614 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.470 | 10490 | Removed run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.470 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.470 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.470 | 10490 | Assigned run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.470 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.471 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YxJ1hu +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.472 | 25613 | Marked run 1388 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.472 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.473 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.473 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.476 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.477 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.479 | 10491 | Recursively removing directory: /tmp/git.91uLCu/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.481 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.481 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.481 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.481 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.481 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.481 | 25624 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.481 | 10490 | Removed run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.481 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.481 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.481 | 10490 | Assigned run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.481 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hC1Poq +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.484 | 10494 | Recursively removing directory: /tmp/git.YxJ1hu/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.485 | 25623 | Marked run 1389 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.485 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.486 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.486 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.486 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.486 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.486 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.486 | 25630 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.486 | 10490 | Removed run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.486 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.486 | 10490 | Assigned run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.486 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.486 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8JDgWW +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.488 | 25629 | Marked run 1390 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.488 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.489 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.489 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.492 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.493 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.496 | 10491 | Recursively removing directory: /tmp/git.hC1Poq/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.497 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.497 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.498 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.498 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.498 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.498 | 25641 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.498 | 10490 | Removed run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.498 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.498 | 10490 | Assigned run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.498 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.498 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wsy9NC +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.500 | 25640 | Marked run 1391 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.500 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.501 | 10494 | Recursively removing directory: /tmp/git.8JDgWW/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.502 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.502 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.502 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.502 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.502 | 25646 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.502 | 10490 | Removed run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.502 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.502 | 10490 | Assigned run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.502 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.502 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.85KTjP +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.503 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.504 | 25645 | Marked run 1392 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.504 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.504 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.505 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.507 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.508 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.510 | 10491 | Recursively removing directory: /tmp/git.wsy9NC/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.511 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.511 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.511 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.511 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.511 | 25657 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.511 | 10490 | Removed run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.511 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.511 | 10490 | Assigned run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.512 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.511 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.512 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.h3RKp6 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.513 | 25656 | Marked run 1393 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.513 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.514 | 10494 | Recursively removing directory: /tmp/git.85KTjP/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.515 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.515 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.515 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.515 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.516 | 25662 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.516 | 10490 | Removed run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.516 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.516 | 10490 | Assigned run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.516 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.515 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.516 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FEk5Zf +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.517 | 25661 | Marked run 1394 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.517 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.517 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.518 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.521 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.521 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.524 | 10491 | Recursively removing directory: /tmp/git.h3RKp6/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.525 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.525 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.525 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.525 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.525 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.525 | 25674 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.525 | 10490 | Removed run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.525 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.526 | 10490 | Assigned run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.526 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.526 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.F2Rogw +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.527 | 25672 | Marked run 1395 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.527 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.528 | 10494 | Recursively removing directory: /tmp/git.FEk5Zf/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.529 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.529 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.529 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.529 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.529 | 25678 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.529 | 10490 | Removed run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.529 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.529 | 10490 | Assigned run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.529 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.529 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.529 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KOcmRg +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.531 | 25677 | Marked run 1396 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.531 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.531 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.532 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.534 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.534 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.538 | 10491 | Recursively removing directory: /tmp/git.F2Rogw/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.539 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.539 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.539 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.539 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.540 | 25692 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.540 | 10490 | Removed run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.540 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.540 | 10490 | Assigned run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.540 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.539 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.540 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sb57O5 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.541 | 10494 | Recursively removing directory: /tmp/git.KOcmRg/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.542 | 25691 | Marked run 1397 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.542 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.542 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.543 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.543 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.543 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.543 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.543 | 25695 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.543 | 10490 | Removed run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.543 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.543 | 10490 | Assigned run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.543 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DPAE0O +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.544 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.545 | 25694 | Marked run 1398 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.545 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.546 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.547 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.548 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.549 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.553 | 10491 | Recursively removing directory: /tmp/git.sb57O5/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.554 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.554 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.554 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.555 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.555 | 25709 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.555 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.555 | 10490 | Removed run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.555 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.554 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.555 | 10490 | Assigned run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.555 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.577IVI +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.555 | 10494 | Recursively removing directory: /tmp/git.DPAE0O/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.557 | 25708 | Marked run 1399 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.557 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.557 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.557 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.557 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.558 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.558 | 25711 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.558 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.558 | 10490 | Removed run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.558 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.558 | 10490 | Assigned run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.558 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.558 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Taa1qO +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.559 | 25710 | Marked run 1400 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.560 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.560 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.561 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.562 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.563 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.566 | 10491 | Recursively removing directory: /tmp/git.577IVI/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.568 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.568 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.568 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.568 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.568 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.568 | 25725 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.568 | 10490 | Removed run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.568 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.569 | 10490 | Assigned run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.569 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.568 | 10494 | Recursively removing directory: /tmp/git.Taa1qO/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.569 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GIvFwB +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.570 | 25724 | Marked run 1401 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.570 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.571 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.571 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.571 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.571 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.571 | 25727 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.571 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.571 | 10490 | Removed run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.571 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.572 | 10490 | Assigned run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.571 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.572 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OtwLbN +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.573 | 25726 | Marked run 1402 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.573 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.574 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.575 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.577 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.577 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.581 | 10491 | Recursively removing directory: /tmp/git.GIvFwB/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.582 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.582 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.582 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.583 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.583 | 25741 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.583 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.583 | 10490 | Removed run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.583 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.583 | 10490 | Assigned run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.583 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.583 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gBAuGF +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.583 | 10494 | Recursively removing directory: /tmp/git.OtwLbN/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.585 | 25740 | Marked run 1403 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.585 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.585 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.585 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.586 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.586 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.586 | 25743 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.586 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.586 | 10490 | Removed run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.586 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.586 | 10490 | Assigned run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.586 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.586 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zE8qtM +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.587 | 25742 | Marked run 1404 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.587 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.588 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.589 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.590 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.591 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.594 | 10491 | Recursively removing directory: /tmp/git.gBAuGF/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.595 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.595 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.596 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.596 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.596 | 25757 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.596 | 10490 | Removed run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.596 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.596 | 10490 | Assigned run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.596 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.596 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.596 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B3wh6O +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.597 | 10494 | Recursively removing directory: /tmp/git.zE8qtM/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.598 | 25756 | Marked run 1405 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.598 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.599 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.599 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.599 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.599 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.599 | 25759 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.599 | 10490 | Removed run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.599 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.599 | 10490 | Assigned run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.599 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.599 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.599 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.O6AoIZ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.601 | 25758 | Marked run 1406 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.601 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.602 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.602 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.604 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.604 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.608 | 10491 | Recursively removing directory: /tmp/git.B3wh6O/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.609 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.609 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.610 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.610 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.610 | 25773 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.610 | 10490 | Removed run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.610 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.610 | 10490 | Assigned run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.610 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.610 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.610 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3TJWD3 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.610 | 10494 | Recursively removing directory: /tmp/git.O6AoIZ/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.612 | 25772 | Marked run 1407 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.612 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.612 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.612 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.612 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.613 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.613 | 25775 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.613 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.613 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.613 | 10490 | Removed run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.613 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.613 | 10490 | Assigned run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.613 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nDFMy1 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.614 | 25774 | Marked run 1408 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.614 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.615 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.616 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.617 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.618 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.621 | 10491 | Recursively removing directory: /tmp/git.3TJWD3/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.623 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.623 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.623 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.623 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.623 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.623 | 25789 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.623 | 10490 | Removed run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.623 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.623 | 10490 | Assigned run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.623 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.624 | 10494 | Recursively removing directory: /tmp/git.nDFMy1/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.623 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WgWYAy +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.625 | 25788 | Marked run 1409 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.625 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.626 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.626 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.626 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.626 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.626 | 25791 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.626 | 10490 | Removed run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.626 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.626 | 10490 | Assigned run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.626 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.626 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.626 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B7Sbgk +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.628 | 25790 | Marked run 1410 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.628 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.629 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.630 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.631 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.631 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.635 | 10491 | Recursively removing directory: /tmp/git.WgWYAy/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.637 | 10494 | Recursively removing directory: /tmp/git.B7Sbgk/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.637 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.637 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.637 | 25805 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.637 | 10490 | Removed run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.637 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.637 | 10490 | Assigned run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.637 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.637 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.637 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.637 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.637 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wYjh8U +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.639 | 25804 | Marked run 1411 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.639 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.640 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.640 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.640 | 25807 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.640 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.640 | 10490 | Removed run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.640 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.640 | 10490 | Assigned run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.639 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.639 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.640 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.640 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8XnGlZ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.641 | 25806 | Marked run 1412 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.641 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.643 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.644 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.644 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.645 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.649 | 10491 | Recursively removing directory: /tmp/git.wYjh8U/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.651 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.651 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.651 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.651 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.651 | 25821 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.651 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.651 | 10490 | Removed run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.651 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.651 | 10490 | Assigned run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.651 | 10494 | Recursively removing directory: /tmp/git.8XnGlZ/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.651 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.651 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vMgteF +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.653 | 25820 | Marked run 1413 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.653 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.653 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.653 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.653 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.653 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.653 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.653 | 25823 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.653 | 10490 | Removed run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.653 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.653 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.653 | 10490 | Assigned run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.653 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BoOdxm +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.655 | 25822 | Marked run 1414 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.655 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.657 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.658 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.658 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.659 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.663 | 10491 | Recursively removing directory: /tmp/git.vMgteF/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.665 | 10494 | Recursively removing directory: /tmp/git.BoOdxm/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.665 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.665 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.665 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.665 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.665 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.665 | 25837 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.665 | 10490 | Removed run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.665 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.665 | 10490 | Assigned run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.665 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.665 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cfXc0q +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.667 | 25836 | Marked run 1415 as finished +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.667 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.667 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.667 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.668 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.668 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.668 | 25839 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.668 | 10490 | Removed run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.668 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.668 | 10490 | Assigned run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.668 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.668 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.668 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.E23K55 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.669 | 25838 | Marked run 1416 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.669 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.671 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.671 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.672 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.673 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.677 | 10491 | Recursively removing directory: /tmp/git.cfXc0q/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.678 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.678 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.678 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.678 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.678 | 25853 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.678 | 10490 | Removed run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.678 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.679 | 10490 | Assigned run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.679 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.678 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.679 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5xENZK +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.679 | 10494 | Recursively removing directory: /tmp/git.E23K55/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.681 | 25852 | Marked run 1417 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.681 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.681 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.681 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.682 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.682 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.682 | 25855 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.682 | 10490 | Removed run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.682 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.682 | 10490 | Assigned run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.682 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.682 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.682 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vuv651 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.683 | 25854 | Marked run 1418 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.683 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.684 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.685 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.687 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.687 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.690 | 10491 | Recursively removing directory: /tmp/git.5xENZK/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.692 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.692 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.692 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.692 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.692 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.692 | 25869 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.692 | 10490 | Removed run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.692 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.692 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.692 | 10490 | Assigned run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.692 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.C0D7lI +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.693 | 10494 | Recursively removing directory: /tmp/git.vuv651/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.694 | 25868 | Marked run 1419 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.694 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.695 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.695 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.695 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.695 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.695 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.695 | 25871 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.695 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.695 | 10490 | Removed run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.695 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.695 | 10490 | Assigned run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.695 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gdK1VT +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.697 | 25870 | Marked run 1420 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.697 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.698 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.699 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.700 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.701 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.704 | 10491 | Recursively removing directory: /tmp/git.C0D7lI/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.706 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.706 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.706 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.706 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.706 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.706 | 25885 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.706 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.706 | 10490 | Removed run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.706 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.706 | 10490 | Assigned run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.706 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yXgyZZ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.706 | 10494 | Recursively removing directory: /tmp/git.gdK1VT/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.708 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.708 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.708 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.708 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.708 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.708 | 25887 | Added a new worker 13 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.708 | 10490 | Removed run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.708 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.708 | 10490 | Assigned run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.708 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.708 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jNQjaR +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.709 | 25884 | Marked run 1421 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.709 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.711 | 25886 | Marked run 1422 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.711 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.712 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.713 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.713 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.714 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.719 | 10491 | Recursively removing directory: /tmp/git.yXgyZZ/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.719 | 10494 | Recursively removing directory: /tmp/git.jNQjaR/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.720 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.720 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.720 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.720 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.720 | 25901 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.720 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.720 | 10490 | Removed run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.720 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.720 | 10490 | Assigned run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.721 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.720 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.721 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LJG0J7 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.721 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.721 | 25903 | Added a new worker 13 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.721 | 10490 | Removed run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.721 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.721 | 10490 | Assigned run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.721 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.721 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.721 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.721 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.721 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nSTyCl +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.722 | 25900 | Marked run 1423 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.722 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.724 | 25902 | Marked run 1424 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.724 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.726 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.726 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.727 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.727 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.732 | 10491 | Recursively removing directory: /tmp/git.LJG0J7/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.732 | 10494 | Recursively removing directory: /tmp/git.nSTyCl/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.734 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.734 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.734 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.734 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.734 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.734 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.734 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.734 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.734 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vb4g0R +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.734 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Bow4DE +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.734 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.734 | 25918 | Added a new worker 14 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.734 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.734 | 10490 | Removed run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.734 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.734 | 10490 | Assigned run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.734 | 25919 | Added a new worker 14 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.734 | 10490 | Removed run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.734 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.734 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.734 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.734 | 10490 | Assigned run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.736 | 25917 | Marked run 1426 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.736 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.738 | 25916 | Marked run 1425 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.738 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.740 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.740 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.740 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.740 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.746 | 10494 | Recursively removing directory: /tmp/git.Bow4DE/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.746 | 10491 | Recursively removing directory: /tmp/git.vb4g0R/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.747 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.747 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.747 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.747 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.747 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.748 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.748 | 25934 | Added a new worker 15 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.748 | 10490 | Removed run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.748 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.748 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.748 | 10490 | Assigned run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.748 | 25935 | Added a new worker 16 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.748 | 10490 | Removed run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.748 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.748 | 10490 | Assigned run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.748 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.748 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LF6HYF +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.747 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.747 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.747 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.748 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dire0G +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.749 | 25932 | Marked run 1428 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.750 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.751 | 25933 | Marked run 1427 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.751 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.753 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.753 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.753 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.754 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.759 | 10491 | Recursively removing directory: /tmp/git.dire0G/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.759 | 10494 | Recursively removing directory: /tmp/git.LF6HYF/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.760 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.760 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.761 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.761 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.760 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.761 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.761 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.761 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.761 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HPJrGC +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.761 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FqZFip +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.761 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.761 | 25950 | Added a new worker 15 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.761 | 10490 | Removed run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.761 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.761 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.761 | 10490 | Assigned run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.761 | 25951 | Added a new worker 16 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.761 | 10490 | Removed run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.761 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.761 | 10490 | Assigned run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.761 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.763 | 25948 | Marked run 1429 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.763 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.765 | 25949 | Marked run 1430 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.765 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.766 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.767 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.767 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.767 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.773 | 10494 | Recursively removing directory: /tmp/git.HPJrGC/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.773 | 10491 | Recursively removing directory: /tmp/git.FqZFip/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.774 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.774 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.774 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.774 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.774 | 25965 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.774 | 10490 | Removed run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.774 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.774 | 10490 | Assigned run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.774 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.774 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZTFSzk +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.774 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.774 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.775 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.775 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.775 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.775 | 25967 | Added a new worker 15 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.775 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.775 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.775 | 10490 | Removed run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.775 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.775 | 10490 | Assigned run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.775 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RrCarg +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.776 | 25964 | Marked run 1431 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.777 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.778 | 25966 | Marked run 1432 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.778 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.780 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.781 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.781 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.782 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.787 | 10494 | Recursively removing directory: /tmp/git.ZTFSzk/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.787 | 10491 | Recursively removing directory: /tmp/git.RrCarg/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.788 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.788 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.788 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.788 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.789 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.789 | 25981 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.789 | 10490 | Removed run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.789 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.789 | 10490 | Assigned run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.789 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.789 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.789 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.789 | 25983 | Added a new worker 13 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.789 | 10490 | Removed run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.789 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.789 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.789 | 10490 | Assigned run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.789 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QXVR5K +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.789 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.789 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.789 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.790 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bFzZns +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.791 | 25980 | Marked run 1433 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.791 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.792 | 25982 | Marked run 1434 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.792 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.794 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.794 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.795 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.795 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.801 | 10491 | Recursively removing directory: /tmp/git.bFzZns/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.801 | 10494 | Recursively removing directory: /tmp/git.QXVR5K/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.802 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.802 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.802 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.802 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.802 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.802 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.802 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.802 | 25997 | Added a new worker 15 to the queue +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.802 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.802 | 25999 | Added a new worker 16 to the queue +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.802 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.802 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eMZpMA +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.802 | 10490 | Removed run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.802 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.803 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RoMdNg +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.802 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.802 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.802 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.802 | 10490 | Assigned run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.802 | 10490 | Removed run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.802 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.802 | 10490 | Assigned run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.804 | 25996 | Marked run 1435 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.804 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.806 | 25998 | Marked run 1436 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.806 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.807 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.808 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.808 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.808 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.814 | 10494 | Recursively removing directory: /tmp/git.eMZpMA/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.814 | 10491 | Recursively removing directory: /tmp/git.RoMdNg/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.815 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.815 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.815 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.816 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.816 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.815 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.815 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.816 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.816 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.816 | 26014 | Added a new worker 14 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.816 | 10490 | Removed run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.816 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.816 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.816 | 10490 | Assigned run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.816 | 26015 | Added a new worker 16 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.816 | 10490 | Removed run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.816 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.816 | 10490 | Assigned run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.816 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.817 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.817 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jD1eRo +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.817 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MVbkh3 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.820 | 26013 | Marked run 1438 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.820 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.822 | 26012 | Marked run 1437 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.822 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.823 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.823 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.824 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.824 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.830 | 10491 | Recursively removing directory: /tmp/git.MVbkh3/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.830 | 10494 | Recursively removing directory: /tmp/git.jD1eRo/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.831 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.831 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.831 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.831 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.831 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.831 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.831 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.831 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.831 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.831 | 26030 | Added a new worker 15 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.831 | 10490 | Removed run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.831 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.831 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.832 | 10490 | Assigned run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.832 | 26031 | Added a new worker 16 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.832 | 10490 | Removed run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.832 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.832 | 10490 | Assigned run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.832 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.832 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.832 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fgGlit +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.832 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.q5k1wd +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.833 | 26029 | Marked run 1439 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.833 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.835 | 26028 | Marked run 1440 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.835 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.837 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.837 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.838 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.838 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.843 | 10491 | Recursively removing directory: /tmp/git.q5k1wd/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.843 | 10494 | Recursively removing directory: /tmp/git.fgGlit/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.845 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.845 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.845 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.845 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.845 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.845 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.845 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.845 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.845 | 26046 | Added a new worker 15 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.845 | 10490 | Removed run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.845 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.845 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.845 | 10490 | Assigned run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.845 | 26047 | Added a new worker 16 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.846 | 10490 | Removed run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.846 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.846 | 10490 | Assigned run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.846 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.846 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.845 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.846 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FK9cSl +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.846 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bzmQrG +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.847 | 26044 | Marked run 1442 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.847 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.849 | 26045 | Marked run 1441 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.849 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.851 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.851 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.852 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.852 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.858 | 10491 | Recursively removing directory: /tmp/git.bzmQrG/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.858 | 10494 | Recursively removing directory: /tmp/git.FK9cSl/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.859 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.859 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.859 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.859 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.859 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.859 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.859 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.860 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.860 | 26062 | Added a new worker 15 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.860 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.860 | 10490 | Removed run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.860 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.860 | 10490 | Assigned run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.860 | 26063 | Added a new worker 16 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.860 | 10490 | Removed run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.860 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.860 | 10490 | Assigned run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.860 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.860 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.860 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pjcZhx +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.859 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.860 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Rqj0zI +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.861 | 26061 | Marked run 1444 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.861 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.863 | 26060 | Marked run 1443 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.863 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.865 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.865 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.865 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.866 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.871 | 10491 | Recursively removing directory: /tmp/git.Rqj0zI/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.871 | 10494 | Recursively removing directory: /tmp/git.pjcZhx/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.872 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.872 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.872 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.873 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.873 | 26077 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.873 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.873 | 10490 | Removed run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.873 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.873 | 10490 | Assigned run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.873 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.873 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.873 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.873 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.873 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.873 | 26079 | Added a new worker 13 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.873 | 10490 | Removed run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.873 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.873 | 10490 | Assigned run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.874 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.873 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.873 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.05QhXW +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.874 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JtrqJi +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.875 | 26076 | Marked run 1445 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.875 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.876 | 26078 | Marked run 1446 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.877 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.878 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.879 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.879 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.879 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.884 | 10491 | Recursively removing directory: /tmp/git.05QhXW/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.885 | 10494 | Recursively removing directory: /tmp/git.JtrqJi/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.886 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.886 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.886 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.886 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.886 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.886 | 26093 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.886 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.886 | 10490 | Removed run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.886 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.886 | 10490 | Assigned run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.886 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jHRwH8 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.887 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.887 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.887 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.887 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.887 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.887 | 26095 | Added a new worker 8 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.888 | 10490 | Removed run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.888 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.888 | 10490 | Assigned run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.888 | 26092 | Marked run 1447 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.888 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.888 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.888 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZeYgji +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.890 | 26094 | Marked run 1448 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.890 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.891 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.892 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.892 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.893 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.898 | 10491 | Recursively removing directory: /tmp/git.jHRwH8/ +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.899 | 10494 | Recursively removing directory: /tmp/git.ZeYgji/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.899 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.899 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.899 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.899 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.899 | 26109 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.899 | 10490 | Removed run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.899 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.900 | 10490 | Assigned run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.900 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.899 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.900 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zY1YBo +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.901 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.901 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.901 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.901 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.901 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.901 | 26111 | Added a new worker 13 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.901 | 10490 | Removed run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.901 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.901 | 10490 | Assigned run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.902 | 26108 | Marked run 1449 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.902 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.902 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.902 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GyfWw3 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.903 | 26110 | Marked run 1450 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.903 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.905 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.906 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.907 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.908 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.912 | 10491 | Recursively removing directory: /tmp/git.zY1YBo/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.913 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.913 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.914 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.914 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.914 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.914 | 26126 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.914 | 10490 | Removed run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.914 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.914 | 10490 | Assigned run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.914 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PW7ipV +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.915 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.915 | 10494 | Recursively removing directory: /tmp/git.GyfWw3/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.917 | 26125 | Marked run 1451 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.917 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.918 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.918 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.919 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.918 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.919 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.919 | 26128 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.919 | 10490 | Removed run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.919 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.919 | 10490 | Assigned run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.919 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SFz1Ra +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.919 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.920 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.921 | 26127 | Marked run 1452 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.921 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.921 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.924 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.924 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.927 | 10491 | Recursively removing directory: /tmp/git.PW7ipV/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.928 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.928 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.928 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.928 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.928 | 26139 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.928 | 10490 | Removed run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.928 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.928 | 10490 | Assigned run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.928 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.929 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oqALJS +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.929 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.931 | 10494 | Recursively removing directory: /tmp/git.SFz1Ra/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.932 | 26138 | Marked run 1453 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.932 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.933 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.933 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.934 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.934 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.934 | 26144 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.934 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.934 | 10490 | Removed run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.934 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.934 | 10490 | Assigned run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.934 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.934 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ADJagB +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.935 | 26143 | Marked run 1454 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.935 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.936 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.937 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.938 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.939 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.942 | 10491 | Recursively removing directory: /tmp/git.oqALJS/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.944 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.944 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.944 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.944 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.944 | 26158 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.944 | 10490 | Removed run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.944 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.944 | 10490 | Assigned run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.944 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.944 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.944 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cCsA8k +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.945 | 10494 | Recursively removing directory: /tmp/git.ADJagB/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.946 | 26157 | Marked run 1455 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.946 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.947 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.947 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.947 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.947 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.947 | 26160 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.947 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.947 | 10490 | Removed run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.947 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.947 | 10490 | Assigned run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.947 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.947 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Z0tWgy +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.949 | 26159 | Marked run 1456 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.949 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.950 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.950 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.952 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.953 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.956 | 10491 | Recursively removing directory: /tmp/git.cCsA8k/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.958 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.958 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.958 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.958 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.958 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.958 | 26174 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.958 | 10490 | Removed run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.958 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.958 | 10490 | Assigned run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.958 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.958 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Wf1Suf +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.959 | 10494 | Recursively removing directory: /tmp/git.Z0tWgy/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.960 | 26173 | Marked run 1457 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.960 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.961 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.961 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.961 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.961 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.961 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.961 | 26176 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.961 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.961 | 10490 | Removed run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.961 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.961 | 10490 | Assigned run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.962 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CSazl2 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.963 | 26175 | Marked run 1458 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.963 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.964 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.964 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.966 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.967 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.970 | 10491 | Recursively removing directory: /tmp/git.Wf1Suf/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.971 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.971 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.971 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.972 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.972 | 26189 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.972 | 10490 | Removed run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.972 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.972 | 10490 | Assigned run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.972 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.971 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.972 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VtmFJi +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.973 | 10494 | Recursively removing directory: /tmp/git.CSazl2/ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.974 | 26188 | Marked run 1459 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.974 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.975 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.975 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.975 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.975 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.975 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.975 | 26192 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.975 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.975 | 10490 | Removed run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.975 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.975 | 10490 | Assigned run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.976 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aH5G7S +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.977 | 26191 | Marked run 1460 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.977 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.978 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.979 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.980 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.981 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.985 | 10491 | Recursively removing directory: /tmp/git.VtmFJi/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.986 | 10491 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.986 | 10491 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.987 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.987 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.987 | 26206 | Added a new worker 10 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.987 | 10490 | Removed run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.987 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.987 | 10490 | Assigned run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.987 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.987 | 10494 | Recursively removing directory: /tmp/git.aH5G7S/ +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.987 | 10491 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.987 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Fb6laJ +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.989 | 26205 | Marked run 1461 as finished +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.989 | 10494 | Process exit code: 0 +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.989 | 10494 | Process output: 57 bytes +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.990 | 10494 | Waiting for a new command +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.989 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.989 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.990 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.990 | 26208 | Added a new worker 11 to the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.990 | 10490 | Removed run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.990 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.990 | 10490 | Assigned run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.990 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.990 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8dc1iy +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.992 | 26207 | Marked run 1462 as finished +2024-01-28 10:55:21 | INFO | 10488/cimple-server: 2024-01-28 10:55:21.992 | 10488 | Waiting for new connections +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.992 | 10491 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.993 | 10491 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.994 | 10494 | Checking out revision HEAD +2024-01-28 10:55:21 | INFO | 10494/cimple-worker: 2024-01-28 10:55:21.995 | 10494 | Going to run: ./ci +2024-01-28 10:55:21 | INFO | 10491/cimple-worker: 2024-01-28 10:55:21.999 | 10491 | Recursively removing directory: /tmp/git.Fb6laJ/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.000 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.000 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.000 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.000 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.000 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.000 | 26222 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.000 | 10490 | Removed run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.000 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.000 | 10490 | Assigned run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.001 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.001 | 10494 | Recursively removing directory: /tmp/git.8dc1iy/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.001 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ms3AtM +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.002 | 26221 | Marked run 1463 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.002 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.003 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.003 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.003 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.003 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.003 | 26224 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.003 | 10490 | Removed run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.003 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.003 | 10490 | Assigned run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.004 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.003 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.004 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OobYOn +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.005 | 26223 | Marked run 1464 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.005 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.006 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.007 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.008 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.009 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.013 | 10491 | Recursively removing directory: /tmp/git.ms3AtM/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.014 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.014 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.014 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.014 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.014 | 26238 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.014 | 10490 | Removed run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.014 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.014 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.014 | 10490 | Assigned run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.014 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.015 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WCVmdG +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.014 | 10494 | Recursively removing directory: /tmp/git.OobYOn/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.017 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.017 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.017 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.017 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.017 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.017 | 26240 | Added a new worker 8 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.017 | 10490 | Removed run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.017 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.017 | 26237 | Marked run 1465 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.017 | 10490 | Assigned run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.017 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.018 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.017 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7SFpW6 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.019 | 26239 | Marked run 1466 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.019 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.021 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.022 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.022 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.023 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.028 | 10491 | Recursively removing directory: /tmp/git.WCVmdG/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.029 | 10494 | Recursively removing directory: /tmp/git.7SFpW6/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.029 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.029 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.029 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.029 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.029 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.029 | 26254 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.029 | 10490 | Removed run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.029 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.029 | 10490 | Assigned run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.029 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.030 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HUXMMb +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.031 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.031 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.031 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.031 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.031 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.031 | 26256 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.031 | 10490 | Removed run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.031 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.031 | 10490 | Assigned run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.031 | 26253 | Marked run 1467 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.031 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.031 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xeGk7g +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.032 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.033 | 26255 | Marked run 1468 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.034 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.035 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.035 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.036 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.037 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.041 | 10491 | Recursively removing directory: /tmp/git.HUXMMb/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.043 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.043 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.043 | 10494 | Recursively removing directory: /tmp/git.xeGk7g/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.043 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.043 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.043 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.043 | 26270 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.043 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.043 | 10490 | Removed run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.043 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.043 | 10490 | Assigned run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.043 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4dRBM3 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.044 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.044 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.044 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.044 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.044 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.044 | 26272 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.044 | 10490 | Removed run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.044 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.044 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.044 | 10490 | Assigned run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.045 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LwnTjR +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.046 | 26269 | Marked run 1469 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.046 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.048 | 26271 | Marked run 1470 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.048 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.049 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.050 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.051 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.051 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.056 | 10491 | Recursively removing directory: /tmp/git.4dRBM3/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.057 | 10494 | Recursively removing directory: /tmp/git.LwnTjR/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.057 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.057 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.057 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.057 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.057 | 26286 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.057 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.058 | 10490 | Removed run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.058 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.058 | 10490 | Assigned run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.057 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.058 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.086Ud1 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.061 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.061 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.061 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.062 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.062 | 26288 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.062 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.062 | 10490 | Removed run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.062 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.062 | 26285 | Marked run 1471 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.062 | 10490 | Assigned run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.062 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.062 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.062 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iDGpoj +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.064 | 26287 | Marked run 1472 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.064 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.065 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.066 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.067 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.068 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.072 | 10491 | Recursively removing directory: /tmp/git.086Ud1/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.073 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.073 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.073 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.073 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.074 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.074 | 26302 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.074 | 10490 | Removed run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.074 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.074 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.074 | 10490 | Assigned run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.074 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3MzcKt +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.074 | 10494 | Recursively removing directory: /tmp/git.iDGpoj/ +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.075 | 26301 | Marked run 1473 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.075 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.077 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.077 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.077 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.077 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.077 | 26304 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.077 | 10490 | Removed run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.077 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.077 | 10490 | Assigned run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.077 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.077 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ocy1K9 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.077 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.078 | 26303 | Marked run 1474 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.079 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.080 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.080 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.082 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.083 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.086 | 10491 | Recursively removing directory: /tmp/git.3MzcKt/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.088 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.088 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.088 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.088 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.088 | 26318 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.088 | 10490 | Removed run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.088 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.088 | 10490 | Assigned run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.088 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.088 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.088 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CpqWEQ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.089 | 10494 | Recursively removing directory: /tmp/git.ocy1K9/ +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.090 | 26317 | Marked run 1475 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.090 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.091 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.091 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.091 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.091 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.091 | 26320 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.091 | 10490 | Removed run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.091 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.091 | 10490 | Assigned run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.091 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.091 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.091 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6RWk9l +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.093 | 26319 | Marked run 1476 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.093 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.093 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.094 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.096 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.096 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.099 | 10491 | Recursively removing directory: /tmp/git.CpqWEQ/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.101 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.101 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.101 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.101 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.101 | 26334 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.101 | 10490 | Removed run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.101 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.101 | 10490 | Assigned run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.102 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.101 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.102 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BdGNkz +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.103 | 10494 | Recursively removing directory: /tmp/git.6RWk9l/ +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.103 | 26333 | Marked run 1477 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.103 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.105 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.105 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.105 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.105 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.105 | 26336 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.105 | 10490 | Removed run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.105 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.105 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.105 | 10490 | Assigned run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.105 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.105 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ijfu5r +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.107 | 26335 | Marked run 1478 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.107 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.107 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.108 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.110 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.111 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.113 | 10491 | Recursively removing directory: /tmp/git.BdGNkz/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.114 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.114 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.115 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.115 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.115 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.115 | 26348 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.115 | 10490 | Removed run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.115 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.115 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.115 | 10490 | Assigned run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.115 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CmkBjs +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.117 | 26347 | Marked run 1479 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.117 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.117 | 10494 | Recursively removing directory: /tmp/git.ijfu5r/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.119 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.119 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.119 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.119 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.119 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.119 | 26352 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.119 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.119 | 10490 | Removed run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.119 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.119 | 10490 | Assigned run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.119 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.92BqcK +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.121 | 26351 | Marked run 1480 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.121 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.121 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.122 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.124 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.124 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.128 | 10491 | Recursively removing directory: /tmp/git.CmkBjs/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.129 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.129 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.129 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.129 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.130 | 26366 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.130 | 10490 | Removed run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.130 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.130 | 10490 | Assigned run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.129 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.130 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.425HQq +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.130 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.130 | 10494 | Recursively removing directory: /tmp/git.92BqcK/ +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.131 | 26365 | Marked run 1481 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.132 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.132 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.132 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.133 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.133 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.133 | 26368 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.133 | 10490 | Removed run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.133 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.133 | 10490 | Assigned run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.133 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.133 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zUxTfY +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.133 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.134 | 26367 | Marked run 1482 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.134 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.135 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.136 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.138 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.138 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.142 | 10491 | Recursively removing directory: /tmp/git.425HQq/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.143 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.143 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.143 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.143 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.143 | 26382 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.143 | 10490 | Removed run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.144 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.144 | 10490 | Assigned run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.144 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.144 | 10494 | Recursively removing directory: /tmp/git.zUxTfY/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.143 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.144 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.73JzA4 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.146 | 26381 | Marked run 1483 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.146 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.146 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.146 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.146 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.147 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.147 | 26384 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.147 | 10490 | Removed run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.147 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.147 | 10490 | Assigned run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.147 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.147 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.147 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bQ4z4I +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.148 | 26383 | Marked run 1484 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.148 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.149 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.150 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.151 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.152 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.155 | 10491 | Recursively removing directory: /tmp/git.73JzA4/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.157 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.157 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.157 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.157 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.157 | 26398 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.157 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.157 | 10490 | Removed run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.157 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.157 | 10490 | Assigned run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.157 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.157 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Dkjt1C +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.158 | 10494 | Recursively removing directory: /tmp/git.bQ4z4I/ +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.159 | 26397 | Marked run 1485 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.160 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.160 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.160 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.160 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.160 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.160 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.160 | 26400 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.160 | 10490 | Removed run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.160 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.160 | 10490 | Assigned run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.161 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.161 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3z8qhs +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.162 | 26399 | Marked run 1486 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.162 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.163 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.163 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.165 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.166 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.169 | 10491 | Recursively removing directory: /tmp/git.Dkjt1C/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.170 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.170 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.170 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.170 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.170 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.171 | 26413 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.171 | 10490 | Removed run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.171 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.171 | 10490 | Assigned run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.171 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.171 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.49bzmn +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.172 | 10494 | Recursively removing directory: /tmp/git.3z8qhs/ +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.172 | 26412 | Marked run 1487 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.173 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.174 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.174 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.174 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.174 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.174 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.174 | 26416 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.174 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.174 | 10490 | Removed run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.174 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.174 | 10490 | Assigned run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.174 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tzMVLE +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.176 | 26415 | Marked run 1488 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.176 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.177 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.177 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.179 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.179 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.183 | 10491 | Recursively removing directory: /tmp/git.49bzmn/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.185 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.185 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.185 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.185 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.185 | 26430 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.185 | 10490 | Removed run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.185 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.185 | 10494 | Recursively removing directory: /tmp/git.tzMVLE/ +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.185 | 10490 | Assigned run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.185 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.185 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.185 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.R1Opzy +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.187 | 26429 | Marked run 1489 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.188 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.188 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.188 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.188 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.188 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.188 | 26432 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.188 | 10490 | Removed run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.188 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.188 | 10490 | Assigned run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.188 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.188 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.188 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hYGkDD +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.190 | 26431 | Marked run 1490 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.190 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.191 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.192 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.193 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.193 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.198 | 10491 | Recursively removing directory: /tmp/git.R1Opzy/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.199 | 10494 | Recursively removing directory: /tmp/git.hYGkDD/ +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.199 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.199 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.199 | 26446 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.199 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.199 | 10490 | Removed run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.199 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.200 | 10490 | Assigned run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.199 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.199 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.199 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.200 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1ITJDd +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.202 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.202 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.202 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.202 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.202 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.202 | 26448 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.202 | 10490 | Removed run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.202 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.202 | 10490 | Assigned run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.202 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.202 | 26445 | Marked run 1491 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.202 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.202 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iim3ex +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.204 | 26447 | Marked run 1492 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.204 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.205 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.206 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.207 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.208 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.212 | 10491 | Recursively removing directory: /tmp/git.1ITJDd/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.213 | 10494 | Recursively removing directory: /tmp/git.iim3ex/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.213 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.213 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.214 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.214 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.214 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.214 | 26462 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.214 | 10490 | Removed run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.214 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.214 | 10490 | Assigned run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.214 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fgRsLy +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.214 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.216 | 26461 | Marked run 1493 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.216 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.216 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.216 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.216 | 26464 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.216 | 10490 | Removed run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.216 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.216 | 10490 | Assigned run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.217 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.216 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.216 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.216 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.216 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tkPDg2 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.218 | 26463 | Marked run 1494 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.218 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.220 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.221 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.221 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.222 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.226 | 10491 | Recursively removing directory: /tmp/git.fgRsLy/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.228 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.228 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.228 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.228 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.228 | 26478 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.228 | 10494 | Recursively removing directory: /tmp/git.tkPDg2/ +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.228 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.228 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.228 | 10490 | Removed run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.228 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.228 | 10490 | Assigned run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.229 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3SY6F9 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.230 | 26477 | Marked run 1495 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.230 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.230 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.230 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.230 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.230 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.231 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.231 | 26480 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.231 | 10490 | Removed run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.231 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.231 | 10490 | Assigned run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.231 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.231 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y81FQG +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.232 | 26479 | Marked run 1496 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.232 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.233 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.234 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.235 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.236 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.240 | 10491 | Recursively removing directory: /tmp/git.3SY6F9/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.241 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.241 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.241 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.241 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.241 | 26494 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.242 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.242 | 10490 | Removed run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.242 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.242 | 10490 | Assigned run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.241 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.242 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bZ7Iyb +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.242 | 10494 | Recursively removing directory: /tmp/git.y81FQG/ +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.244 | 26493 | Marked run 1497 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.244 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.244 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.245 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.245 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.245 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.245 | 26496 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.245 | 10490 | Removed run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.245 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.245 | 10490 | Assigned run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.245 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.245 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.245 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nKp1Kf +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.246 | 26495 | Marked run 1498 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.246 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.247 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.248 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.249 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.250 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.254 | 10491 | Recursively removing directory: /tmp/git.bZ7Iyb/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.255 | 10494 | Recursively removing directory: /tmp/git.nKp1Kf/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.255 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.255 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.255 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.256 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.256 | 26510 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.256 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.256 | 10490 | Removed run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.256 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.256 | 10490 | Assigned run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.256 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.256 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nYXUQA +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.257 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.257 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.257 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.258 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4lEJ8I +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.257 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.257 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.257 | 26512 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.257 | 10490 | Removed run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.257 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.257 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.257 | 10490 | Assigned run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.258 | 26509 | Marked run 1499 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.258 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.259 | 26511 | Marked run 1500 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.259 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.261 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.262 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.262 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.263 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.267 | 10491 | Recursively removing directory: /tmp/git.nYXUQA/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.268 | 10494 | Recursively removing directory: /tmp/git.4lEJ8I/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.269 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.269 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.269 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.269 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.269 | 26526 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.269 | 10490 | Removed run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.269 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.269 | 10490 | Assigned run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.269 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.269 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Qsg8qi +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.270 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.270 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.270 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.270 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.270 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.270 | 26528 | Added a new worker 14 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.270 | 10490 | Removed run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.270 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.270 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.270 | 10490 | Assigned run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.270 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.271 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TxFwnN +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.272 | 26525 | Marked run 1501 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.272 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.273 | 26527 | Marked run 1502 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.274 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.275 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.275 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.275 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.276 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.281 | 10491 | Recursively removing directory: /tmp/git.Qsg8qi/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.282 | 10494 | Recursively removing directory: /tmp/git.TxFwnN/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.282 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.282 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.282 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.283 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.283 | 26542 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.283 | 10490 | Removed run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.283 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.283 | 10490 | Assigned run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.283 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.283 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.283 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.40MNCJ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.283 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.283 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.283 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.283 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.283 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.284 | 26544 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.284 | 10490 | Removed run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.284 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.284 | 10490 | Assigned run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.284 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.284 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4qrPzX +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.285 | 26541 | Marked run 1503 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.285 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.286 | 26543 | Marked run 1504 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.286 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.288 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.288 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.289 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.289 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.294 | 10494 | Recursively removing directory: /tmp/git.4qrPzX/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.294 | 10491 | Recursively removing directory: /tmp/git.40MNCJ/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.296 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.296 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.296 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.296 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.296 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.296 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.296 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.296 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.296 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.296 | 26559 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.296 | 10490 | Removed run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.296 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.296 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.296 | 10490 | Assigned run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.296 | 26560 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.296 | 10490 | Removed run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.296 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.296 | 10490 | Assigned run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.297 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.296 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.296 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yN5YcF +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.297 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ogwbgc +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.298 | 26558 | Marked run 1505 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.298 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.300 | 26557 | Marked run 1506 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.300 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.302 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.302 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.303 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.303 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.308 | 10491 | Recursively removing directory: /tmp/git.ogwbgc/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.309 | 10494 | Recursively removing directory: /tmp/git.yN5YcF/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.310 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.310 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.310 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.310 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.310 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.310 | 26575 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.310 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.310 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.310 | 10490 | Removed run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.310 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.310 | 10490 | Assigned run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.311 | 26576 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.311 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.311 | 10490 | Removed run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.311 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.311 | 10490 | Assigned run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.310 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.310 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.310 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.311 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y0qNgs +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.310 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.310 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FYSbtQ +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.312 | 26573 | Marked run 1508 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.313 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.314 | 26574 | Marked run 1507 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.314 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.315 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.316 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.316 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.317 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.322 | 10494 | Recursively removing directory: /tmp/git.Y0qNgs/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.322 | 10491 | Recursively removing directory: /tmp/git.FYSbtQ/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.323 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.323 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.323 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.323 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.324 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.324 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.324 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.324 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.324 | 26591 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.324 | 10490 | Removed run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.324 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.324 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.324 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.324 | 10490 | Assigned run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.324 | 26592 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.324 | 10490 | Removed run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.324 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.324 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.324 | 10490 | Assigned run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.324 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8ui2ok +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.324 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.325 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Cblg5R +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.326 | 26589 | Marked run 1510 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.326 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.327 | 26590 | Marked run 1509 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.327 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.329 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.329 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.330 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.330 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.335 | 10494 | Recursively removing directory: /tmp/git.Cblg5R/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.335 | 10491 | Recursively removing directory: /tmp/git.8ui2ok/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.337 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.337 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.337 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.337 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.337 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.337 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.337 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.337 | 26608 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.337 | 26607 | Added a new worker 16 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.337 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.337 | 10490 | Removed run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.337 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.337 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.337 | 10490 | Assigned run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.337 | 10490 | Removed run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.337 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.337 | 10490 | Assigned run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.337 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DeZd2D +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.337 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.337 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.337 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.337 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IiNMls +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.339 | 26605 | Marked run 1512 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.339 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.340 | 26606 | Marked run 1511 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.340 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.343 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.343 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.343 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.343 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.349 | 10494 | Recursively removing directory: /tmp/git.DeZd2D/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.349 | 10491 | Recursively removing directory: /tmp/git.IiNMls/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.350 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.350 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.350 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.350 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.350 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.351 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.351 | 26624 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.351 | 26623 | Added a new worker 16 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.351 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.351 | 10490 | Removed run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.351 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.351 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.351 | 10490 | Assigned run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.351 | 10490 | Removed run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.351 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.351 | 10490 | Assigned run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.350 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.350 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.350 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.351 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UsTs1Y +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.350 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.351 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XBJRhE +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.352 | 26621 | Marked run 1514 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.353 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.354 | 26622 | Marked run 1513 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.354 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.356 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.356 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.356 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.357 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.362 | 10491 | Recursively removing directory: /tmp/git.UsTs1Y/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.362 | 10494 | Recursively removing directory: /tmp/git.XBJRhE/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.363 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.363 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.363 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.363 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.364 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.364 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.364 | 26638 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.364 | 10490 | Removed run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.364 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.364 | 10490 | Assigned run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.364 | 26640 | Added a new worker 16 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.364 | 10490 | Removed run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.364 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.364 | 10490 | Assigned run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.364 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.364 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.363 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.364 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ELYyaS +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.363 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.363 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.364 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.364 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fLxQ60 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.365 | 26637 | Marked run 1516 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.365 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.367 | 26639 | Marked run 1515 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.367 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.369 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.369 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.370 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.370 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.375 | 10494 | Recursively removing directory: /tmp/git.ELYyaS/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.375 | 10491 | Recursively removing directory: /tmp/git.fLxQ60/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.377 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.377 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.377 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.377 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.377 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.377 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.377 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.377 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.377 | 26656 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.377 | 26655 | Added a new worker 16 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.377 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.377 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.377 | 10490 | Removed run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.377 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.377 | 10490 | Assigned run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.377 | 10490 | Removed run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.377 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.377 | 10490 | Assigned run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.377 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.377 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NnDPMF +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.377 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.377 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mrg0gN +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.381 | 26654 | Marked run 1518 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.381 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.383 | 26653 | Marked run 1517 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.383 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.385 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.385 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.385 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.385 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.391 | 10494 | Recursively removing directory: /tmp/git.mrg0gN/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.391 | 10491 | Recursively removing directory: /tmp/git.NnDPMF/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.392 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.392 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.392 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.392 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.393 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.393 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.392 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.393 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.393 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.393 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.393 | 26671 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.393 | 26672 | Added a new worker 16 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.393 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.393 | 10490 | Removed run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.393 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.393 | 10490 | Assigned run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.393 | 10490 | Removed run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.393 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.393 | 10490 | Assigned run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.393 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.393 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VvGRNZ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.393 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VJjlxm +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.395 | 26670 | Marked run 1520 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.395 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.397 | 26669 | Marked run 1519 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.397 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.398 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.399 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.399 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.399 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.404 | 10494 | Recursively removing directory: /tmp/git.VJjlxm/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.406 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.406 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.406 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.406 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.406 | 26686 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.406 | 10490 | Removed run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.406 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.406 | 10490 | Assigned run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.406 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.406 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.406 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.655m8X +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.407 | 10491 | Recursively removing directory: /tmp/git.VvGRNZ/ +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.408 | 26685 | Marked run 1522 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.408 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.408 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.408 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.409 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.409 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.409 | 26688 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.409 | 10490 | Removed run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.409 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.409 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.409 | 10490 | Assigned run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.409 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.409 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dHEiUl +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.411 | 26687 | Marked run 1521 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.411 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.411 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.412 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.413 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.414 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.418 | 10494 | Recursively removing directory: /tmp/git.655m8X/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.419 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.419 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.419 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.420 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.420 | 26702 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.420 | 10490 | Removed run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.420 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.420 | 10490 | Assigned run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.419 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.420 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.M7WKXq +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.420 | 10491 | Recursively removing directory: /tmp/git.dHEiUl/ +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.420 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.422 | 26701 | Marked run 1523 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.422 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.423 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.423 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.423 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.423 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.423 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.423 | 26704 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.423 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.423 | 10490 | Removed run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.423 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.423 | 10490 | Assigned run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.423 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yPIFSv +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.425 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.425 | 26703 | Marked run 1524 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.425 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.425 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.428 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.429 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.431 | 10494 | Recursively removing directory: /tmp/git.M7WKXq/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.432 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.432 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.433 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.433 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.433 | 26717 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.433 | 10490 | Removed run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.433 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.433 | 10490 | Assigned run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.433 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.433 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.433 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.odBqhy +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.435 | 26716 | Marked run 1525 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.435 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.435 | 10491 | Recursively removing directory: /tmp/git.yPIFSv/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.437 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.437 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.437 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.437 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.437 | 26720 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.437 | 10490 | Removed run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.437 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.437 | 10490 | Assigned run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.437 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.437 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.437 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lVF1tx +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.439 | 26719 | Marked run 1526 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.439 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.439 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.440 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.442 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.442 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.445 | 10494 | Recursively removing directory: /tmp/git.odBqhy/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.447 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.447 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.447 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.447 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.447 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.447 | 26734 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.447 | 10490 | Removed run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.447 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.448 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.448 | 10490 | Assigned run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.448 | 10491 | Recursively removing directory: /tmp/git.lVF1tx/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.448 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fCEvQ6 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.449 | 26733 | Marked run 1527 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.449 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.450 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.450 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.450 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.450 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.450 | 26736 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.450 | 10490 | Removed run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.450 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.451 | 10490 | Assigned run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.450 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.451 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.H4xuWO +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.451 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.452 | 26735 | Marked run 1528 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.452 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.453 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.454 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.456 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.456 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.460 | 10494 | Recursively removing directory: /tmp/git.fCEvQ6/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.461 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.461 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.462 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.462 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.462 | 26750 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.462 | 10490 | Removed run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.462 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.462 | 10490 | Assigned run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.462 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.462 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.462 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cEAfch +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.462 | 10491 | Recursively removing directory: /tmp/git.H4xuWO/ +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.464 | 26749 | Marked run 1529 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.464 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.465 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.465 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.465 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.465 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.465 | 26752 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.465 | 10490 | Removed run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.465 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.465 | 10490 | Assigned run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.465 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.465 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.465 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LjePoi +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.467 | 26751 | Marked run 1530 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.467 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.467 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.468 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.470 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.470 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.474 | 10494 | Recursively removing directory: /tmp/git.cEAfch/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.475 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.475 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.475 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.475 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.475 | 26766 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.475 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.475 | 10490 | Removed run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.475 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.475 | 10490 | Assigned run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.475 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.476 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JJuxpY +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.476 | 10491 | Recursively removing directory: /tmp/git.LjePoi/ +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.477 | 26765 | Marked run 1531 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.477 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.478 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.478 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.478 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.478 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.478 | 26768 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.478 | 10490 | Removed run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.478 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.478 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.478 | 10490 | Assigned run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.478 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.478 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uKGbm6 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.480 | 26767 | Marked run 1532 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.480 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.482 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.483 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.483 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.484 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.488 | 10494 | Recursively removing directory: /tmp/git.JJuxpY/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.490 | 10491 | Recursively removing directory: /tmp/git.uKGbm6/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.490 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.490 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.490 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.490 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.490 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.490 | 26782 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.490 | 10490 | Removed run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.490 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.490 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.490 | 10490 | Assigned run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.491 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Pu1zR5 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.494 | 26781 | Marked run 1533 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.494 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.494 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.494 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.494 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.494 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.494 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.494 | 26784 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.494 | 10490 | Removed run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.494 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.494 | 10490 | Assigned run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.494 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.494 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1ffPuU +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.496 | 26783 | Marked run 1534 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.496 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.498 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.498 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.499 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.499 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.504 | 10494 | Recursively removing directory: /tmp/git.Pu1zR5/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.505 | 10491 | Recursively removing directory: /tmp/git.1ffPuU/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.505 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.505 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.505 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.505 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.505 | 26798 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.505 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.505 | 10490 | Removed run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.505 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.506 | 10490 | Assigned run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.505 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.506 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ROcCNp +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.507 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.507 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.507 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.507 | 26797 | Marked run 1535 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.507 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.507 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.507 | 26800 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.507 | 10490 | Removed run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.507 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.507 | 10490 | Assigned run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.507 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.507 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UWsdWP +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.509 | 26799 | Marked run 1536 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.509 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.511 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.512 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.512 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.512 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.517 | 10494 | Recursively removing directory: /tmp/git.ROcCNp/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.518 | 10491 | Recursively removing directory: /tmp/git.UWsdWP/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.519 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.519 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.519 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.519 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.519 | 26814 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.519 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.519 | 10490 | Removed run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.519 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.519 | 10490 | Assigned run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.519 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.519 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QV6gE6 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.519 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.519 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.520 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.520 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.520 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.520 | 26816 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.520 | 10490 | Removed run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.520 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.520 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.520 | 10490 | Assigned run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.520 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.islHl3 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.521 | 26813 | Marked run 1537 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.521 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.523 | 26815 | Marked run 1538 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.523 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.524 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.525 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.525 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.526 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.531 | 10494 | Recursively removing directory: /tmp/git.QV6gE6/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.531 | 10491 | Recursively removing directory: /tmp/git.islHl3/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.532 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.532 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.532 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.532 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.532 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.532 | 26830 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.532 | 10490 | Removed run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.532 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.532 | 10490 | Assigned run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.532 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.533 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.533 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.533 | 26832 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.533 | 10490 | Removed run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.533 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.533 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.533 | 10490 | Assigned run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.533 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.533 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.533 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.533 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ft8hl4 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.532 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4MjOI7 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.534 | 26829 | Marked run 1539 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.534 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.536 | 26831 | Marked run 1540 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.536 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.538 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.538 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.539 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.539 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.544 | 10491 | Recursively removing directory: /tmp/git.Ft8hl4/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.544 | 10494 | Recursively removing directory: /tmp/git.4MjOI7/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.546 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.546 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.546 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.546 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.546 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.546 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.546 | 26847 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.546 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.546 | 10490 | Removed run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.546 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.546 | 10490 | Assigned run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.546 | 26848 | Added a new worker 16 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.546 | 10490 | Removed run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.546 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.546 | 10490 | Assigned run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.546 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.546 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.546 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RpAahq +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.546 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.546 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.546 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.546 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eshLHX +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.548 | 26845 | Marked run 1542 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.548 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.550 | 26846 | Marked run 1541 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.550 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.551 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.552 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.552 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.552 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.558 | 10491 | Recursively removing directory: /tmp/git.RpAahq/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.558 | 10494 | Recursively removing directory: /tmp/git.eshLHX/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.559 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.559 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.559 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.559 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.559 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.559 | 26862 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.559 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.559 | 10490 | Removed run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.559 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.559 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.559 | 10490 | Assigned run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.559 | 26864 | Added a new worker 16 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.559 | 10490 | Removed run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.559 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.559 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.559 | 10490 | Assigned run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.559 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.559 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.559 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.559 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OlnNm5 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.559 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.560 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZpHDC7 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.561 | 26861 | Marked run 1544 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.561 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.563 | 26863 | Marked run 1543 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.563 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.564 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.565 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.565 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.565 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.570 | 10491 | Recursively removing directory: /tmp/git.OlnNm5/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.571 | 10494 | Recursively removing directory: /tmp/git.ZpHDC7/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.572 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.572 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.572 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.572 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.572 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.572 | 26878 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.572 | 10490 | Removed run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.572 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.572 | 10490 | Assigned run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.572 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.573 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.572 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.prjDzo +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.572 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.572 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.572 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.573 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.573 | 26880 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.573 | 10490 | Removed run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.573 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.573 | 10490 | Assigned run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.573 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.573 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mc0wXQ +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.574 | 26877 | Marked run 1545 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.574 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.575 | 26879 | Marked run 1546 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.575 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.577 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.578 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.578 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.579 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.584 | 10491 | Recursively removing directory: /tmp/git.prjDzo/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.584 | 10494 | Recursively removing directory: /tmp/git.mc0wXQ/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.585 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.585 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.585 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.585 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.585 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.585 | 26894 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.585 | 10490 | Removed run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.585 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.586 | 10490 | Assigned run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.586 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T403zs +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.586 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.586 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.586 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.586 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.586 | 26896 | Added a new worker 8 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.586 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.586 | 10490 | Removed run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.586 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.586 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.586 | 10490 | Assigned run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.586 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LpWWFy +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.587 | 26893 | Marked run 1547 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.588 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.589 | 26895 | Marked run 1548 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.589 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.591 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.591 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.592 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.592 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.597 | 10494 | Recursively removing directory: /tmp/git.LpWWFy/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.598 | 10491 | Recursively removing directory: /tmp/git.T403zs/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.599 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.599 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.599 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.599 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.599 | 26910 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.599 | 10490 | Removed run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.599 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.599 | 10490 | Assigned run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.599 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.599 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.599 | 26912 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.599 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.599 | 10490 | Removed run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.599 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.599 | 10490 | Assigned run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.600 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.599 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.599 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.599 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.599 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3jknum +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.599 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.599 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PGavNk +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.601 | 26909 | Marked run 1550 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.601 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.602 | 26911 | Marked run 1549 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.602 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.610 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.610 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.611 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.611 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.616 | 10494 | Recursively removing directory: /tmp/git.PGavNk/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.617 | 10491 | Recursively removing directory: /tmp/git.3jknum/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.618 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.618 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.618 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.618 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.618 | 26926 | Added a new worker 12 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.618 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.618 | 10490 | Removed run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.618 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.618 | 10490 | Assigned run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.618 | 26928 | Added a new worker 8 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.618 | 10490 | Removed run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.618 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.618 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.618 | 10490 | Assigned run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.618 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.618 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.618 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UZ5AL2 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.618 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.618 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.618 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.619 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ihu3oS +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.620 | 26925 | Marked run 1551 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.621 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.622 | 26927 | Marked run 1552 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.622 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.624 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.624 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.624 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.625 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.630 | 10491 | Recursively removing directory: /tmp/git.Ihu3oS/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.630 | 10494 | Recursively removing directory: /tmp/git.UZ5AL2/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.631 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.631 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.631 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.631 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.631 | 26942 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.631 | 10490 | Removed run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.631 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.631 | 10490 | Assigned run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.632 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.632 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.631 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.631 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.632 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.632 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.632 | 26944 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.632 | 10490 | Removed run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.632 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.632 | 10490 | Assigned run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.632 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.631 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.631 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BmgIiP +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.633 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Rr4HdA +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.633 | 26941 | Marked run 1554 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.633 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.635 | 26943 | Marked run 1553 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.635 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.637 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.638 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.638 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.638 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.644 | 10491 | Recursively removing directory: /tmp/git.BmgIiP/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.644 | 10494 | Recursively removing directory: /tmp/git.Rr4HdA/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.645 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.645 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.645 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.645 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.645 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.645 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.645 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.645 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.646 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.646 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.646 | 26959 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.646 | 26960 | Added a new worker 16 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.646 | 10490 | Removed run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.646 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.646 | 10490 | Assigned run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.646 | 10490 | Removed run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.646 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.646 | 10490 | Assigned run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.646 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.646 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.646 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1DuxJa +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.646 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zdX2Fd +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.648 | 26957 | Marked run 1555 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.648 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.650 | 26958 | Marked run 1556 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.650 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.651 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.651 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.652 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.652 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.657 | 10494 | Recursively removing directory: /tmp/git.zdX2Fd/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.658 | 10491 | Recursively removing directory: /tmp/git.1DuxJa/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.659 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.659 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.659 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.659 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.659 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.659 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.659 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.659 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.659 | 26974 | Added a new worker 12 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.659 | 10490 | Removed run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.659 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.659 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.659 | 10490 | Assigned run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.659 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.659 | 26976 | Added a new worker 8 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.659 | 10490 | Removed run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.659 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.659 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.659 | 10490 | Assigned run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.659 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.U03ZF4 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.659 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TYuDM5 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.661 | 26973 | Marked run 1558 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.661 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.663 | 26975 | Marked run 1557 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.663 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.665 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.665 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.665 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.666 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.671 | 10494 | Recursively removing directory: /tmp/git.TYuDM5/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.671 | 10491 | Recursively removing directory: /tmp/git.U03ZF4/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.672 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.672 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.672 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.672 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.672 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.673 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uS1eGp +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.673 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.673 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.673 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.672 | 26990 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.672 | 10490 | Removed run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.672 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.672 | 10490 | Assigned run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.673 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.673 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.673 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.673 | 26992 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.673 | 10490 | Removed run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.673 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.673 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.673 | 10490 | Assigned run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.673 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zzwQdi +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.674 | 26989 | Marked run 1559 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.675 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.676 | 26991 | Marked run 1560 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.676 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.678 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.679 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.679 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.680 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.685 | 10494 | Recursively removing directory: /tmp/git.uS1eGp/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.685 | 10491 | Recursively removing directory: /tmp/git.zzwQdi/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.686 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.686 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.686 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.686 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.687 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.687 | 27006 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.687 | 10490 | Removed run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.687 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.687 | 10490 | Assigned run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.687 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.687 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.687 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.687 | 27008 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.687 | 10490 | Removed run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.687 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.687 | 10490 | Assigned run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.687 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.687 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.N2TWli +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.687 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.687 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.687 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.687 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xKSlkd +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.689 | 27005 | Marked run 1561 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.689 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.691 | 27007 | Marked run 1562 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.691 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.692 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.693 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.693 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.693 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.699 | 10494 | Recursively removing directory: /tmp/git.N2TWli/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.699 | 10491 | Recursively removing directory: /tmp/git.xKSlkd/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.700 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.700 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.700 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.700 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.700 | 27022 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.700 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.701 | 10490 | Removed run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.701 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.701 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.701 | 10490 | Assigned run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.701 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.701 | 27024 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.701 | 10490 | Removed run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.701 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.701 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.701 | 10490 | Assigned run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.700 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.700 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.701 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.701 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.u1Q4qt +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.700 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.701 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7rVQeE +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.702 | 27021 | Marked run 1563 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.703 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.704 | 27023 | Marked run 1564 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.704 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.707 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.707 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.707 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.707 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.713 | 10494 | Recursively removing directory: /tmp/git.7rVQeE/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.713 | 10491 | Recursively removing directory: /tmp/git.u1Q4qt/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.715 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.715 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.715 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.715 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.715 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.715 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.715 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.715 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.715 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.715 | 27039 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.715 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.715 | 10490 | Removed run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.715 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.715 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.715 | 10490 | Assigned run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.715 | 27040 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.715 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.715 | 10490 | Removed run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.715 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.715 | 10490 | Assigned run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.716 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KJIi2m +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.716 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5ZrQte +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.720 | 27037 | Marked run 1565 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.720 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.722 | 27038 | Marked run 1566 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.722 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.725 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.725 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.726 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.726 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.731 | 10494 | Recursively removing directory: /tmp/git.5ZrQte/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.731 | 10491 | Recursively removing directory: /tmp/git.KJIi2m/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.733 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.733 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.733 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.733 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.733 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.733 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.733 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.733 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.733 | 27054 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.733 | 10490 | Removed run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.733 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.733 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.733 | 10490 | Assigned run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.733 | 27056 | Added a new worker 16 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.733 | 10490 | Removed run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.733 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.733 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.733 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.733 | 10490 | Assigned run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.733 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.733 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pVwbjM +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.733 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UCGg8Y +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.735 | 27053 | Marked run 1567 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.735 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.737 | 27055 | Marked run 1568 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.737 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.739 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.739 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.740 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.740 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.745 | 10491 | Recursively removing directory: /tmp/git.UCGg8Y/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.745 | 10494 | Recursively removing directory: /tmp/git.pVwbjM/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.747 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.747 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.747 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.747 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.747 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.747 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.747 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.747 | 27070 | Added a new worker 12 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.747 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.747 | 10490 | Removed run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.747 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.747 | 10490 | Assigned run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.747 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.747 | 27072 | Added a new worker 8 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.747 | 10490 | Removed run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.747 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.747 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.747 | 10490 | Assigned run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.748 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.747 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.747 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7n2sVS +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.747 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JNdyZU +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.750 | 27069 | Marked run 1570 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.750 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.752 | 27071 | Marked run 1569 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.752 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.753 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.754 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.754 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.755 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.760 | 10494 | Recursively removing directory: /tmp/git.JNdyZU/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.760 | 10491 | Recursively removing directory: /tmp/git.7n2sVS/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.761 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.761 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.761 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.761 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.761 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.761 | 27086 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.761 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.762 | 10490 | Removed run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.762 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.762 | 10490 | Assigned run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.762 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.762 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.762 | 27088 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.762 | 10490 | Removed run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.762 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.762 | 10490 | Assigned run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.762 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.762 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.762 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.762 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.762 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.whwGOV +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.762 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VwNy5F +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.764 | 27085 | Marked run 1572 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.764 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.766 | 27087 | Marked run 1571 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.767 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.767 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.767 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.768 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.768 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.773 | 10494 | Recursively removing directory: /tmp/git.VwNy5F/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.774 | 10491 | Recursively removing directory: /tmp/git.whwGOV/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.774 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.774 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.775 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.775 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.775 | 27102 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.775 | 10490 | Removed run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.775 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.775 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.775 | 10490 | Assigned run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.775 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.775 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ORIsGj +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.776 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.776 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.777 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.776 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.777 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.777 | 27104 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.777 | 10490 | Removed run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.777 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.777 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.777 | 10490 | Assigned run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.777 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4PXfi3 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.778 | 27101 | Marked run 1573 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.778 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.780 | 27103 | Marked run 1574 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.780 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.781 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.782 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.782 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.782 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.788 | 10494 | Recursively removing directory: /tmp/git.ORIsGj/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.788 | 10491 | Recursively removing directory: /tmp/git.4PXfi3/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.789 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.789 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.789 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.789 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.789 | 27118 | Added a new worker 12 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.789 | 10490 | Removed run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.789 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.789 | 10490 | Assigned run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.789 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.789 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.790 | 27120 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.790 | 10490 | Removed run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.790 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.790 | 10490 | Assigned run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.790 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.790 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.789 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.789 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tWlcMp +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.789 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.789 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.789 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.790 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Lp3yGT +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.792 | 27117 | Marked run 1575 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.792 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.793 | 27119 | Marked run 1576 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.793 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.795 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.795 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.796 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.796 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.801 | 10491 | Recursively removing directory: /tmp/git.Lp3yGT/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.801 | 10494 | Recursively removing directory: /tmp/git.tWlcMp/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.803 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.803 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.803 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.803 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.803 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.803 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.803 | 27135 | Added a new worker 14 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.803 | 27136 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.803 | 10490 | Removed run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.803 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.803 | 10490 | Assigned run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.803 | 10490 | Removed run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.803 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.803 | 10490 | Assigned run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.803 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.803 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.803 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.803 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.803 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.803 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JwNakM +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.803 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.803 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tEqYAv +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.805 | 27134 | Marked run 1577 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.806 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.807 | 27133 | Marked run 1578 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.807 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.808 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.808 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.809 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.809 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.815 | 10491 | Recursively removing directory: /tmp/git.tEqYAv/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.815 | 10494 | Recursively removing directory: /tmp/git.JwNakM/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.816 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.816 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.816 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.816 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.816 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.816 | 27150 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.816 | 10490 | Removed run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.816 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.816 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.816 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.816 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.817 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ytwXYc +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.816 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.817 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AIcVNu +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.816 | 10490 | Assigned run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.816 | 27152 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.816 | 10490 | Removed run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.817 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.817 | 10490 | Assigned run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.817 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.817 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.819 | 27149 | Marked run 1579 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.819 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.823 | 27151 | Marked run 1580 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.823 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.825 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.825 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.826 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.826 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.831 | 10494 | Recursively removing directory: /tmp/git.AIcVNu/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.832 | 10491 | Recursively removing directory: /tmp/git.ytwXYc/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.833 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.833 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.833 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.833 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.833 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.833 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.833 | 27167 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.833 | 27168 | Added a new worker 16 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.833 | 10490 | Removed run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.833 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.833 | 10490 | Assigned run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.833 | 10490 | Removed run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.833 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.833 | 10490 | Assigned run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.833 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.833 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.833 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.833 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.833 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.834 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Nccuhu +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.833 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.833 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.L7xEOI +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.835 | 27166 | Marked run 1582 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.836 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.837 | 27165 | Marked run 1581 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.837 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.839 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.839 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.840 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.840 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.845 | 10494 | Recursively removing directory: /tmp/git.Nccuhu/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.845 | 10491 | Recursively removing directory: /tmp/git.L7xEOI/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.847 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.847 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.847 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.847 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.847 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.847 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.847 | 27183 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.847 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.847 | 27184 | Added a new worker 16 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.847 | 10490 | Removed run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.847 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.847 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.847 | 10490 | Assigned run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.847 | 10490 | Removed run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.847 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.847 | 10490 | Assigned run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.847 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.847 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.847 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.847 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vfy4If +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.847 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.847 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KdML35 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.849 | 27182 | Marked run 1584 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.849 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.851 | 27181 | Marked run 1583 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.851 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.853 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.853 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.853 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.854 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.859 | 10491 | Recursively removing directory: /tmp/git.KdML35/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.859 | 10494 | Recursively removing directory: /tmp/git.vfy4If/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.860 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.860 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.861 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.861 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.861 | 27198 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.861 | 10490 | Removed run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.861 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.861 | 10490 | Assigned run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.861 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.861 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.861 | 27200 | Added a new worker 8 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.861 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.861 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.861 | 10490 | Removed run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.861 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.861 | 10490 | Assigned run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.861 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.861 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5HplJZ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.861 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.861 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.861 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.862 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZMBTM4 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.863 | 27197 | Marked run 1585 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.863 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.864 | 27199 | Marked run 1586 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.864 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.866 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.867 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.867 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.867 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.873 | 10491 | Recursively removing directory: /tmp/git.5HplJZ/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.873 | 10494 | Recursively removing directory: /tmp/git.ZMBTM4/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.874 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.874 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.874 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.874 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.875 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.875 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.875 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.875 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.875 | 27215 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.875 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.875 | 10490 | Removed run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.875 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.875 | 10490 | Assigned run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.875 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.875 | 27216 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.875 | 10490 | Removed run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.875 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.875 | 10490 | Assigned run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.875 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.875 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.876 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Yq93ND +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.876 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Axs7b6 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.877 | 27214 | Marked run 1587 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.877 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.879 | 27213 | Marked run 1588 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.879 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.880 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.881 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.881 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.881 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.887 | 10491 | Recursively removing directory: /tmp/git.Axs7b6/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.887 | 10494 | Recursively removing directory: /tmp/git.Yq93ND/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.888 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.888 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.888 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.888 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.889 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.889 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.889 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.888 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.889 | 27230 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.889 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.889 | 10490 | Removed run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.889 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.889 | 10490 | Assigned run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.889 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.889 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.889 | 27232 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.889 | 10490 | Removed run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.889 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.889 | 10490 | Assigned run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.889 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.889 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gcjtQ4 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.889 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9quco9 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.891 | 27229 | Marked run 1590 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.891 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.893 | 27231 | Marked run 1589 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.893 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.894 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.894 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.895 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.895 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.900 | 10494 | Recursively removing directory: /tmp/git.9quco9/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.900 | 10491 | Recursively removing directory: /tmp/git.gcjtQ4/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.902 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.902 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.902 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.902 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.902 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.902 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.902 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.902 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.902 | 27247 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.902 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.902 | 10490 | Removed run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.902 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.902 | 10490 | Assigned run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.903 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.903 | 27248 | Added a new worker 16 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.903 | 10490 | Removed run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.903 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.903 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.903 | 10490 | Assigned run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.902 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.902 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vIh2VM +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.903 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LszTWr +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.904 | 27245 | Marked run 1592 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.905 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.906 | 27246 | Marked run 1591 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.906 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.907 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.908 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.908 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.909 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.913 | 10494 | Recursively removing directory: /tmp/git.vIh2VM/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.914 | 10491 | Recursively removing directory: /tmp/git.LszTWr/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.915 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.915 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.915 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.915 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.915 | 27262 | Added a new worker 11 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.915 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.915 | 10490 | Removed run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.915 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.915 | 10490 | Assigned run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.915 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.916 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.916 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.915 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.915 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sdRiBq +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.916 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.916 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.916 | 27264 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.916 | 10490 | Removed run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.916 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.916 | 10490 | Assigned run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.916 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.917 | 27261 | Marked run 1593 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.917 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.916 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.55PziZ +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.919 | 27263 | Marked run 1594 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.919 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.921 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.921 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.921 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.921 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.927 | 10494 | Recursively removing directory: /tmp/git.sdRiBq/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.927 | 10491 | Recursively removing directory: /tmp/git.55PziZ/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.928 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.928 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.928 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.928 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.928 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.928 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.928 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.928 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.929 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.929 | 27279 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.929 | 10490 | Removed run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.929 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.929 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.929 | 10490 | Assigned run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.929 | 27280 | Added a new worker 16 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.929 | 10490 | Removed run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.929 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.929 | 10490 | Assigned run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.929 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.929 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.929 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DJbygF +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.929 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SXpy0v +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.931 | 27278 | Marked run 1596 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.931 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.933 | 27277 | Marked run 1595 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.933 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.934 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.935 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.935 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.935 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.941 | 10494 | Recursively removing directory: /tmp/git.DJbygF/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.941 | 10491 | Recursively removing directory: /tmp/git.SXpy0v/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.942 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.942 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.942 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.942 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.942 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.942 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.942 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.943 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.943 | 27295 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.943 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.943 | 10490 | Removed run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.943 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.943 | 10490 | Assigned run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.943 | 27296 | Added a new worker 16 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.943 | 10490 | Removed run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.943 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.943 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.943 | 10490 | Assigned run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.943 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.942 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.943 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V43KON +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.943 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RfvqWV +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.945 | 27294 | Marked run 1598 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.945 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.946 | 27293 | Marked run 1597 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.946 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.948 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.948 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.949 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.949 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.955 | 10491 | Recursively removing directory: /tmp/git.RfvqWV/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.955 | 10494 | Recursively removing directory: /tmp/git.V43KON/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.956 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.956 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.957 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.956 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.956 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.957 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.957 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JE7YdT +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.957 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.957 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.957 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.957 | 27311 | Added a new worker 15 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.957 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.957 | 10490 | Removed run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.957 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.957 | 10490 | Assigned run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.958 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.267UOR +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.957 | 27312 | Added a new worker 16 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.957 | 10490 | Removed run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.957 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.957 | 10490 | Assigned run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.957 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.957 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.959 | 27309 | Marked run 1600 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.959 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.961 | 27310 | Marked run 1599 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.961 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.963 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.963 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.963 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.963 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.969 | 10494 | Recursively removing directory: /tmp/git.267UOR/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.969 | 10491 | Recursively removing directory: /tmp/git.JE7YdT/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.971 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.971 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.971 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.971 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.971 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.971 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.971 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.971 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.971 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.971 | 27327 | Added a new worker 14 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.971 | 10490 | Removed run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.971 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.971 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.971 | 10490 | Assigned run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.972 | 27328 | Added a new worker 16 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.972 | 10490 | Removed run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.972 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.972 | 10490 | Assigned run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.972 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.972 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.972 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UmnkK4 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.972 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WOE4Tr +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.973 | 27326 | Marked run 1601 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.973 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.975 | 27325 | Marked run 1602 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.976 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.977 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.977 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.978 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.978 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.984 | 10494 | Recursively removing directory: /tmp/git.UmnkK4/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.984 | 10491 | Recursively removing directory: /tmp/git.WOE4Tr/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.985 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.985 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.985 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.985 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.985 | 27342 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.985 | 10490 | Removed run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.985 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.985 | 10490 | Assigned run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.985 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.985 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.985 | 10491 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.985 | 10491 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.986 | 10491 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.986 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.986 | 27344 | Added a new worker 13 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.986 | 10490 | Removed run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.986 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.986 | 10490 | Assigned run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.986 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.986 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xZJEms +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.985 | 10494 | Waiting for a new command +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.985 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XRjMZU +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.987 | 27341 | Marked run 1604 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.987 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.989 | 27343 | Marked run 1603 as finished +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.990 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.991 | 10494 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.991 | 10491 | Checking out revision HEAD +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.991 | 10494 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.992 | 10491 | Going to run: ./ci +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.997 | 10494 | Recursively removing directory: /tmp/git.XRjMZU/ +2024-01-28 10:55:22 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.998 | 10491 | Recursively removing directory: /tmp/git.xZJEms/ +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.998 | 10494 | Process exit code: 0 +2024-01-28 10:55:22 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.998 | 10494 | Process output: 57 bytes +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.999 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.999 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.999 | 27358 | Added a new worker 10 to the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.999 | 10490 | Removed run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.999 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.999 | 10490 | Assigned run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.999 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.999 | 10488 | Waiting for new connections +2024-01-28 10:55:22 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.999 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.999 | 27360 | Added a new worker 13 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.999 | 10490 | Removed run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.999 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:22.999 | 10490 | Assigned run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.000 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.999 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:22.999 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FMsm7T +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.999 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.999 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.999 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:22.999 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AFGgzv +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.002 | 27357 | Marked run 1605 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.002 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.004 | 27359 | Marked run 1606 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.004 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.005 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.005 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.006 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.006 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.011 | 10491 | Recursively removing directory: /tmp/git.AFGgzv/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.011 | 10494 | Recursively removing directory: /tmp/git.FMsm7T/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.012 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.012 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.013 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.013 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.013 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.013 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.013 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.013 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.013 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.013 | 27375 | Added a new worker 15 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.013 | 10490 | Removed run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.013 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.013 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.013 | 10490 | Assigned run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.013 | 27376 | Added a new worker 16 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.013 | 10490 | Removed run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.013 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.013 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.013 | 10490 | Assigned run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.014 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.014 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ex0aAe +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.013 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2BV3Xu +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.015 | 27373 | Marked run 1608 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.015 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.017 | 27374 | Marked run 1607 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.017 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.018 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.019 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.019 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.019 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.025 | 10491 | Recursively removing directory: /tmp/git.2BV3Xu/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.025 | 10494 | Recursively removing directory: /tmp/git.ex0aAe/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.026 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.026 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.026 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.026 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.026 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.026 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.026 | 27390 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.026 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.026 | 10490 | Removed run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.026 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.026 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.026 | 10490 | Assigned run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.027 | 27392 | Added a new worker 8 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.027 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.027 | 10490 | Removed run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.027 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.027 | 10490 | Assigned run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.026 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.027 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.acmRCw +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.026 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.027 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X8iCcv +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.029 | 27389 | Marked run 1609 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.029 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.030 | 27391 | Marked run 1610 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.030 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.032 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.032 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.032 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.033 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.038 | 10491 | Recursively removing directory: /tmp/git.X8iCcv/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.038 | 10494 | Recursively removing directory: /tmp/git.acmRCw/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.039 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.039 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.039 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.039 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.039 | 27406 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.039 | 10490 | Removed run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.039 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.039 | 10490 | Assigned run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.040 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.039 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.040 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.O6edt6 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.040 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.040 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.041 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.041 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.041 | 27408 | Added a new worker 14 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.041 | 10490 | Removed run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.041 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.041 | 10490 | Assigned run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.041 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.041 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.041 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AOF7AM +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.041 | 27405 | Marked run 1611 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.041 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.043 | 27407 | Marked run 1612 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.043 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.045 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.046 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.046 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.047 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.051 | 10491 | Recursively removing directory: /tmp/git.O6edt6/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.052 | 10494 | Recursively removing directory: /tmp/git.AOF7AM/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.053 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.053 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.053 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.053 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.053 | 27422 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.053 | 10490 | Removed run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.053 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.053 | 10490 | Assigned run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.053 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.053 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.053 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SY4GhM +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.055 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.055 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.055 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.055 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.055 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.055 | 27424 | Added a new worker 14 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.055 | 10490 | Removed run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.055 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.055 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.055 | 10490 | Assigned run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.056 | 27421 | Marked run 1613 as finished +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.056 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KRnRe8 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.056 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.057 | 27423 | Marked run 1614 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.058 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.059 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.060 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.061 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.062 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.066 | 10491 | Recursively removing directory: /tmp/git.SY4GhM/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.067 | 10494 | Recursively removing directory: /tmp/git.KRnRe8/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.067 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.067 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.067 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.067 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.068 | 27438 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.068 | 10490 | Removed run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.068 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.068 | 10490 | Assigned run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.067 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.068 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.syaX7V +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.068 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.069 | 27437 | Marked run 1615 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.069 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.070 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.070 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.070 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.070 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.070 | 27440 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.070 | 10490 | Removed run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.070 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.070 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.070 | 10490 | Assigned run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.070 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.071 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3QeDoP +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.072 | 27439 | Marked run 1616 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.072 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.073 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.074 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.076 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.076 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.080 | 10491 | Recursively removing directory: /tmp/git.syaX7V/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.081 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.081 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.081 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.081 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.081 | 27454 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.082 | 10490 | Removed run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.082 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.082 | 10490 | Assigned run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.082 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.081 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.082 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iCW3Xw +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.082 | 10494 | Recursively removing directory: /tmp/git.3QeDoP/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.084 | 27453 | Marked run 1617 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.084 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.084 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.084 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.085 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.085 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.s4xjOG +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.084 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.085 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.085 | 27456 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.085 | 10490 | Removed run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.085 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.085 | 10490 | Assigned run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.085 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.087 | 27455 | Marked run 1618 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.087 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.088 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.088 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.090 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.090 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.094 | 10491 | Recursively removing directory: /tmp/git.iCW3Xw/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.095 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.095 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.096 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.096 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.096 | 27470 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.096 | 10490 | Removed run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.096 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.096 | 10490 | Assigned run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.096 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.096 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.096 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.giNcm2 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.096 | 10494 | Recursively removing directory: /tmp/git.s4xjOG/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.098 | 27469 | Marked run 1619 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.098 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.098 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.098 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.099 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.099 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.099 | 27472 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.099 | 10490 | Removed run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.099 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.099 | 10490 | Assigned run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.099 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.099 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JwAqTA +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.099 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.100 | 27471 | Marked run 1620 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.101 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.102 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.102 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.104 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.104 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.108 | 10491 | Recursively removing directory: /tmp/git.giNcm2/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.109 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.109 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.109 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.109 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.110 | 27486 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.110 | 10490 | Removed run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.110 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.110 | 10490 | Assigned run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.110 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.110 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xnjAuP +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.110 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.110 | 10494 | Recursively removing directory: /tmp/git.JwAqTA/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.111 | 27485 | Marked run 1621 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.111 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.112 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.112 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.112 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.113 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.113 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.113 | 27488 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.113 | 10490 | Removed run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.113 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.113 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.113 | 10490 | Assigned run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.113 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hG5vdG +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.115 | 27487 | Marked run 1622 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.116 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.116 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.117 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.118 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.122 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.122 | 10491 | Recursively removing directory: /tmp/git.xnjAuP/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.124 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.124 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.124 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.124 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.124 | 27498 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.124 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.124 | 10490 | Removed run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.124 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.124 | 10490 | Assigned run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.124 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.124 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VRucsv +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.126 | 27497 | Marked run 1623 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.126 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.128 | 10494 | Recursively removing directory: /tmp/git.hG5vdG/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.129 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.130 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.130 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.130 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.130 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.130 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.130 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.130 | 27504 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.130 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.130 | 10490 | Removed run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.130 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.130 | 10490 | Assigned run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.130 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.31Gk1u +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.132 | 27503 | Marked run 1624 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.132 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.135 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.136 | 10491 | Recursively removing directory: /tmp/git.VRucsv/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.136 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.137 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.137 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.137 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.138 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.138 | 27513 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.138 | 10490 | Removed run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.138 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.138 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.138 | 10490 | Assigned run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.138 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.138 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wMXWfv +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.140 | 27512 | Marked run 1625 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.140 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.142 | 10494 | Recursively removing directory: /tmp/git.31Gk1u/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.143 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.144 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.144 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.144 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.144 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.144 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.144 | 27520 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.144 | 10490 | Removed run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.144 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.144 | 10490 | Assigned run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.145 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.145 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QrkxHV +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.144 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.146 | 27519 | Marked run 1626 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.146 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.149 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.150 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.150 | 10491 | Recursively removing directory: /tmp/git.wMXWfv/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.152 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.152 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.152 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.152 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.152 | 27530 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.152 | 10490 | Removed run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.152 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.152 | 10490 | Assigned run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.152 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.152 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.152 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IE2vKt +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.155 | 27529 | Marked run 1627 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.155 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.156 | 10494 | Recursively removing directory: /tmp/git.QrkxHV/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.157 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.157 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.158 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.158 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.158 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.158 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.158 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.158 | 27537 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.158 | 10490 | Removed run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.158 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.158 | 10490 | Assigned run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.158 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.158 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6M4FL9 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.160 | 27536 | Marked run 1628 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.160 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.163 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.163 | 10491 | Recursively removing directory: /tmp/git.IE2vKt/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.164 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.165 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.165 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.165 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.165 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.165 | 27545 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.165 | 10490 | Removed run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.165 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.165 | 10490 | Assigned run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.165 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.165 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.13Pc04 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.166 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.167 | 27544 | Marked run 1629 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.167 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.170 | 10494 | Recursively removing directory: /tmp/git.6M4FL9/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.171 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.172 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.172 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.172 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.172 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.172 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.172 | 27552 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.172 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.172 | 10490 | Removed run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.172 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.172 | 10490 | Assigned run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.172 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.173 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DzZHdj +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.174 | 27551 | Marked run 1630 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.174 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.177 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.178 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.178 | 10491 | Recursively removing directory: /tmp/git.13Pc04/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.179 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.179 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.179 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.179 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.180 | 27561 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.180 | 10490 | Removed run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.180 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.180 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.180 | 10490 | Assigned run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.179 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.180 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QiCKsc +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.182 | 27560 | Marked run 1631 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.182 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.184 | 10494 | Recursively removing directory: /tmp/git.DzZHdj/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.185 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.185 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.185 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.185 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.185 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.185 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.185 | 27568 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.185 | 10490 | Removed run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.185 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.185 | 10490 | Assigned run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.186 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.185 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TtZ14D +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.186 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.187 | 27567 | Marked run 1632 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.187 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.190 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.191 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.192 | 10491 | Recursively removing directory: /tmp/git.QiCKsc/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.194 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.194 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.194 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.194 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.194 | 27578 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.194 | 10490 | Removed run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.194 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.194 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.194 | 10490 | Assigned run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.194 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.194 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.83s44q +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.196 | 27577 | Marked run 1633 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.196 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.197 | 10494 | Recursively removing directory: /tmp/git.TtZ14D/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.199 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.199 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.199 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.199 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.199 | 27584 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.199 | 10490 | Removed run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.199 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.199 | 10490 | Assigned run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.199 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.199 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.199 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Udpdia +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.200 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.200 | 27583 | Marked run 1634 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.201 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.201 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.204 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.205 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.206 | 10491 | Recursively removing directory: /tmp/git.83s44q/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.208 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.208 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.208 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.208 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.208 | 27595 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.208 | 10490 | Removed run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.208 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.208 | 10490 | Assigned run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.208 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.208 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.208 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cgZ5Bl +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.210 | 27594 | Marked run 1635 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.210 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.210 | 10494 | Recursively removing directory: /tmp/git.Udpdia/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.212 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.212 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.212 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.212 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.212 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.213 | 27600 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.213 | 10490 | Removed run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.213 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.213 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.213 | 10490 | Assigned run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.213 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FMvOLi +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.214 | 27599 | Marked run 1636 as finished +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.214 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.214 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.215 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.218 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.218 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.220 | 10491 | Recursively removing directory: /tmp/git.cgZ5Bl/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.222 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.222 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.222 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.222 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.222 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.222 | 27612 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.222 | 10490 | Removed run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.222 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.222 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.222 | 10490 | Assigned run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.223 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5YpsGm +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.224 | 27610 | Marked run 1637 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.224 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.225 | 10494 | Recursively removing directory: /tmp/git.FMvOLi/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.226 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.226 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.226 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.226 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.226 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.226 | 27616 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.226 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.226 | 10490 | Removed run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.226 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.226 | 10490 | Assigned run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.227 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.oDwWTl +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.228 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.228 | 27615 | Marked run 1638 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.228 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.228 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.231 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.232 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.234 | 10491 | Recursively removing directory: /tmp/git.5YpsGm/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.235 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.235 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.235 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.235 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.235 | 27627 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.235 | 10490 | Removed run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.235 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.235 | 10490 | Assigned run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.236 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.235 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.236 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.u5pJsB +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.237 | 27626 | Marked run 1639 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.238 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.238 | 10494 | Recursively removing directory: /tmp/git.oDwWTl/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.239 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.239 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.239 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.239 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.240 | 27632 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.240 | 10490 | Removed run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.240 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.240 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.240 | 10490 | Assigned run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.239 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.240 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sRlMAb +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.241 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.242 | 27631 | Marked run 1640 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.242 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.242 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.245 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.245 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.248 | 10491 | Recursively removing directory: /tmp/git.u5pJsB/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.249 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.249 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.249 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.249 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.249 | 27643 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.249 | 10490 | Removed run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.249 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.249 | 10490 | Assigned run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.249 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.249 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.249 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jL0ZmI +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.257 | 10494 | Recursively removing directory: /tmp/git.sRlMAb/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.258 | 27642 | Marked run 1641 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.258 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.259 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.259 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.259 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.259 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.259 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.259 | 27648 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.259 | 10490 | Removed run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.259 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.259 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.259 | 10490 | Assigned run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.259 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gbSeHT +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.261 | 27647 | Marked run 1642 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.261 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.261 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.262 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.264 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.265 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.268 | 10491 | Recursively removing directory: /tmp/git.jL0ZmI/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.269 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.269 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.269 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.269 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.269 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.270 | 27661 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.270 | 10490 | Removed run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.270 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.270 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.270 | 10490 | Assigned run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.271 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iPVhIO +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.271 | 10494 | Recursively removing directory: /tmp/git.gbSeHT/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.271 | 27660 | Marked run 1643 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.272 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.273 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.273 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.273 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.273 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.273 | 27664 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.273 | 10490 | Removed run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.273 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.273 | 10490 | Assigned run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.273 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.273 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nAQFku +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.273 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.275 | 27663 | Marked run 1644 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.275 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.276 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.276 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.278 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.278 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.282 | 10491 | Recursively removing directory: /tmp/git.iPVhIO/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.283 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.283 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.284 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.284 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.284 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.284 | 27678 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.284 | 10490 | Removed run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.284 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.284 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.284 | 10490 | Assigned run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.284 | 10494 | Recursively removing directory: /tmp/git.nAQFku/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.285 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jvHOU7 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.286 | 27677 | Marked run 1645 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.286 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.287 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.287 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.287 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.287 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.287 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.287 | 27680 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.287 | 10490 | Removed run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.287 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.287 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.288 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dZE6Ih +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.287 | 10490 | Assigned run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.289 | 27679 | Marked run 1646 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.289 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.290 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.291 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.293 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.293 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.296 | 10491 | Recursively removing directory: /tmp/git.jvHOU7/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.298 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.298 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.298 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.298 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.298 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.298 | 27693 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.298 | 10490 | Removed run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.298 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.298 | 10490 | Assigned run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.298 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.298 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XVi7WI +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.299 | 10494 | Recursively removing directory: /tmp/git.dZE6Ih/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.300 | 27692 | Marked run 1647 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.300 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.301 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.301 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.301 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.301 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.301 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.301 | 27696 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.301 | 10490 | Removed run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.301 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.301 | 10490 | Assigned run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.301 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.301 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VWXYID +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.303 | 27695 | Marked run 1648 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.303 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.303 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.304 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.306 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.306 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.310 | 10491 | Recursively removing directory: /tmp/git.XVi7WI/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.311 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.311 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.311 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.311 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.311 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.311 | 27710 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.311 | 10490 | Removed run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.311 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.311 | 10490 | Assigned run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.311 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.311 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ncQq87 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.312 | 10494 | Recursively removing directory: /tmp/git.VWXYID/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.313 | 27709 | Marked run 1649 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.313 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.314 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.314 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.314 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.314 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.315 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.315 | 27712 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.315 | 10490 | Removed run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.315 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.315 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.315 | 10490 | Assigned run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.315 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XPmDb9 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.316 | 27711 | Marked run 1650 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.317 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.318 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.319 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.319 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.320 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.324 | 10491 | Recursively removing directory: /tmp/git.ncQq87/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.325 | 10494 | Recursively removing directory: /tmp/git.XPmDb9/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.326 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.326 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.326 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.326 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.326 | 27726 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.326 | 10490 | Removed run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.326 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.326 | 10490 | Assigned run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.326 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.326 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.k4y69Z +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.326 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.328 | 27725 | Marked run 1651 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.328 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.328 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.328 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.328 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.329 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.329 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.329 | 27728 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.329 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.329 | 10490 | Removed run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.329 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.329 | 10490 | Assigned run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.329 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FVZtQI +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.330 | 27727 | Marked run 1652 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.330 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.331 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.332 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.333 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.334 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.337 | 10491 | Recursively removing directory: /tmp/git.k4y69Z/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.339 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.339 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.339 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.339 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.339 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.339 | 27742 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.339 | 10490 | Removed run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.339 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.339 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.339 | 10490 | Assigned run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.339 | 10494 | Recursively removing directory: /tmp/git.FVZtQI/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.339 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6CddYp +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.341 | 27741 | Marked run 1653 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.341 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.342 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.342 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.342 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.342 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.342 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.342 | 27744 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.342 | 10490 | Removed run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.342 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.342 | 10490 | Assigned run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.342 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YwHbLK +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.343 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.344 | 27743 | Marked run 1654 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.344 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.346 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.347 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.348 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.348 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.352 | 10491 | Recursively removing directory: /tmp/git.6CddYp/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.354 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.354 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.354 | 10494 | Recursively removing directory: /tmp/git.YwHbLK/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.354 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.354 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.354 | 27758 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.354 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.354 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.354 | 10490 | Removed run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.354 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.355 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q2hoQd +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.354 | 10490 | Assigned run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.356 | 27757 | Marked run 1655 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.356 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.356 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.356 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.356 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.356 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.357 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.357 | 27760 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.357 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.357 | 10490 | Removed run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.357 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.357 | 10490 | Assigned run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.357 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y72fkL +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.358 | 27759 | Marked run 1656 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.358 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.360 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.361 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.362 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.362 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.366 | 10491 | Recursively removing directory: /tmp/git.Q2hoQd/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.368 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.368 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.368 | 10494 | Recursively removing directory: /tmp/git.y72fkL/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.368 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.368 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.368 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.368 | 27774 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.368 | 10490 | Removed run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.368 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.368 | 10490 | Assigned run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.368 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.368 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DWJRnV +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.370 | 27773 | Marked run 1657 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.370 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.370 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.370 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.370 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.370 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.370 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.370 | 27776 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.371 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.W0VsL1 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.370 | 10490 | Removed run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.370 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.371 | 10490 | Assigned run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.371 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.372 | 27775 | Marked run 1658 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.372 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.374 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.375 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.376 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.378 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.380 | 10491 | Recursively removing directory: /tmp/git.DWJRnV/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.381 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.381 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.382 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.382 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JR8XGK +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.382 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.382 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.382 | 27788 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.382 | 10490 | Removed run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.382 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.382 | 10490 | Assigned run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.382 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.384 | 27787 | Marked run 1659 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.384 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.384 | 10494 | Recursively removing directory: /tmp/git.W0VsL1/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.386 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.386 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.386 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.386 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.386 | 27792 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.386 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.386 | 10490 | Removed run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.386 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.386 | 10490 | Assigned run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.386 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.386 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.moL6Aw +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.387 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.388 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.388 | 27791 | Marked run 1660 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.388 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.391 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.392 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.393 | 10491 | Recursively removing directory: /tmp/git.JR8XGK/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.395 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.395 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.395 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.395 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.395 | 27803 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.395 | 10490 | Removed run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.395 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.395 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.395 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OZOecF +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.395 | 10490 | Assigned run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.395 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.397 | 27802 | Marked run 1661 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.397 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.398 | 10494 | Recursively removing directory: /tmp/git.moL6Aw/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.400 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.400 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.400 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.400 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.400 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.400 | 27808 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.400 | 10490 | Removed run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.400 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.400 | 10490 | Assigned run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.400 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.401 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.shBlGW +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.401 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.402 | 27807 | Marked run 1662 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.402 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.402 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.405 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.406 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.408 | 10491 | Recursively removing directory: /tmp/git.OZOecF/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.409 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.409 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.409 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.409 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.409 | 27819 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.409 | 10490 | Removed run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.409 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.409 | 10490 | Assigned run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.409 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.409 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.409 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bCw0Nl +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.411 | 27818 | Marked run 1663 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.411 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.413 | 10494 | Recursively removing directory: /tmp/git.shBlGW/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.414 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.414 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.414 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.414 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.414 | 27824 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.414 | 10490 | Removed run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.414 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.414 | 10490 | Assigned run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.414 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.414 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RyLXzc +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.415 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.415 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.416 | 27823 | Marked run 1664 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.416 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.416 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.419 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.419 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.422 | 10491 | Recursively removing directory: /tmp/git.bCw0Nl/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.423 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.423 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.423 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.423 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.423 | 27835 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.423 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.423 | 10490 | Removed run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.423 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.423 | 10490 | Assigned run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.423 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.423 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ikrsc5 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.425 | 27834 | Marked run 1665 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.425 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.426 | 10494 | Recursively removing directory: /tmp/git.RyLXzc/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.427 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.427 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.427 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.428 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.428 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.428 | 27840 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.428 | 10490 | Removed run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.428 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.428 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.428 | 10490 | Assigned run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.428 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rMFRea +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.430 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.430 | 27839 | Marked run 1666 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.430 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.431 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.433 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.433 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.436 | 10491 | Recursively removing directory: /tmp/git.Ikrsc5/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.438 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.438 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.438 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.438 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.438 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.438 | 27853 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.438 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.438 | 10490 | Removed run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.438 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.438 | 10490 | Assigned run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.438 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pdeYtK +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.439 | 10494 | Recursively removing directory: /tmp/git.rMFRea/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.440 | 27852 | Marked run 1667 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.440 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.441 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.441 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.441 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.441 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.441 | 27856 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.442 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.442 | 10490 | Removed run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.442 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.442 | 10490 | Assigned run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.441 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.442 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.of4suM +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.443 | 27855 | Marked run 1668 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.443 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.444 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.445 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.446 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.447 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.450 | 10491 | Recursively removing directory: /tmp/git.pdeYtK/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.452 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.452 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.452 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.452 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.452 | 27870 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.452 | 10490 | Removed run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.452 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.452 | 10490 | Assigned run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.452 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.452 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.452 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AEmggO +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.453 | 10494 | Recursively removing directory: /tmp/git.of4suM/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.454 | 27869 | Marked run 1669 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.454 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.455 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.455 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.455 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.455 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.455 | 27872 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.455 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.455 | 10490 | Removed run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.455 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.455 | 10490 | Assigned run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.455 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.455 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.144Wgh +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.457 | 27871 | Marked run 1670 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.457 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.458 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.458 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.460 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.461 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.464 | 10491 | Recursively removing directory: /tmp/git.AEmggO/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.465 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.465 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.465 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.466 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.466 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.466 | 27885 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.466 | 10490 | Removed run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.466 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.466 | 10490 | Assigned run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.466 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.466 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OldVcz +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.467 | 10494 | Recursively removing directory: /tmp/git.144Wgh/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.468 | 27884 | Marked run 1671 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.468 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.469 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.469 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.469 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.469 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.469 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.469 | 27888 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.469 | 10490 | Removed run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.469 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.469 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.469 | 10490 | Assigned run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.470 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vnVBoW +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.471 | 27887 | Marked run 1672 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.471 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.472 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.472 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.474 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.475 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.478 | 10491 | Recursively removing directory: /tmp/git.OldVcz/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.479 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.479 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.479 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.479 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.479 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.479 | 27901 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.479 | 10490 | Removed run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.479 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.479 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.479 | 10490 | Assigned run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.479 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GXQzVq +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.481 | 10494 | Recursively removing directory: /tmp/git.vnVBoW/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.481 | 27900 | Marked run 1673 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.481 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.483 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.483 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.483 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.483 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.483 | 27904 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.483 | 10490 | Removed run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.483 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.483 | 10490 | Assigned run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.483 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.483 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CAmOsn +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.483 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.484 | 27903 | Marked run 1674 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.485 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.485 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.486 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.491 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.492 | 10491 | Recursively removing directory: /tmp/git.GXQzVq/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.492 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.493 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.493 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.493 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.493 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.493 | 27913 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.493 | 10490 | Removed run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.493 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.493 | 10490 | Assigned run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.493 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.494 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.77sg9z +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.494 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.496 | 27912 | Marked run 1675 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.496 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.498 | 10494 | Recursively removing directory: /tmp/git.CAmOsn/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.499 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.499 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.499 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.499 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.499 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.499 | 27920 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.499 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.499 | 10490 | Removed run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.499 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.499 | 10490 | Assigned run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.499 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.499 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fqozZS +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.500 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.501 | 27919 | Marked run 1676 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.501 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.504 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.504 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.506 | 10491 | Recursively removing directory: /tmp/git.77sg9z/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.507 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.507 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.507 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.507 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.507 | 27930 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.507 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.507 | 10490 | Removed run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.507 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.507 | 10490 | Assigned run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.507 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.508 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nmmsg4 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.509 | 27929 | Marked run 1677 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.509 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.511 | 10494 | Recursively removing directory: /tmp/git.fqozZS/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.513 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.513 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.513 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.513 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.513 | 27936 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.513 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.513 | 10490 | Removed run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.513 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.513 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.513 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SEtEOy +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.513 | 10490 | Assigned run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.513 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.514 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.515 | 27935 | Marked run 1678 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.515 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.518 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.518 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.520 | 10491 | Recursively removing directory: /tmp/git.nmmsg4/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.521 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.521 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.521 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.521 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.522 | 27946 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.522 | 10490 | Removed run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.522 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.522 | 10490 | Assigned run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.522 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.522 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WX4cEB +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.522 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.523 | 27945 | Marked run 1679 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.523 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.525 | 10494 | Recursively removing directory: /tmp/git.SEtEOy/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.526 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.526 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.526 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.526 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.526 | 27952 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.526 | 10490 | Removed run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.526 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.526 | 10490 | Assigned run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.527 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.526 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.527 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.su9czA +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.527 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.528 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.528 | 27951 | Marked run 1680 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.528 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.531 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.532 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.534 | 10491 | Recursively removing directory: /tmp/git.WX4cEB/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.535 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.535 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.535 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.535 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.535 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.535 | 27963 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.535 | 10490 | Removed run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.535 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.536 | 10490 | Assigned run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.536 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.536 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YpqtrP +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.537 | 27962 | Marked run 1681 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.537 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.538 | 10494 | Recursively removing directory: /tmp/git.su9czA/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.540 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.540 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.540 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.540 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.540 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.540 | 27968 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.540 | 10490 | Removed run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.540 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.540 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.540 | 10490 | Assigned run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.540 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nt0R1E +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.542 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.542 | 27967 | Marked run 1682 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.543 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.542 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.545 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.545 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.548 | 10491 | Recursively removing directory: /tmp/git.YpqtrP/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.549 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.549 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.550 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.550 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.550 | 27981 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.550 | 10490 | Removed run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.550 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.550 | 10490 | Assigned run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.550 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.550 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1dwRA1 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.550 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.552 | 10494 | Recursively removing directory: /tmp/git.nt0R1E/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.552 | 27980 | Marked run 1683 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.552 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.553 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.553 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.553 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.554 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.554 | 27984 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.554 | 10490 | Removed run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.554 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.554 | 10490 | Assigned run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.554 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.554 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HuLSoc +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.554 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.555 | 27983 | Marked run 1684 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.555 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.556 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.557 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.558 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.559 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.562 | 10491 | Recursively removing directory: /tmp/git.1dwRA1/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.564 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.564 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.564 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.564 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.564 | 27998 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.564 | 10490 | Removed run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.564 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.564 | 10490 | Assigned run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.564 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.564 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.564 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8sqWWi +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.565 | 10494 | Recursively removing directory: /tmp/git.HuLSoc/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.566 | 27997 | Marked run 1685 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.566 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.567 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.567 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.567 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.567 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.567 | 28000 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.567 | 10490 | Removed run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.567 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.567 | 10490 | Assigned run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.567 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.567 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.568 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Hz2Dhj +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.569 | 27999 | Marked run 1686 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.569 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.570 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.571 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.573 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.573 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.576 | 10491 | Recursively removing directory: /tmp/git.8sqWWi/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.578 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.578 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.578 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.578 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.578 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.578 | 28013 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.578 | 10490 | Removed run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.578 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.578 | 10490 | Assigned run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.578 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.578 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NxbCyQ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.580 | 10494 | Recursively removing directory: /tmp/git.Hz2Dhj/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.581 | 28012 | Marked run 1687 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.581 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.581 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.581 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.581 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.582 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.61JRSS +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.581 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.581 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.581 | 28016 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.581 | 10490 | Removed run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.581 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.581 | 10490 | Assigned run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.582 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.584 | 28015 | Marked run 1688 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.584 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.584 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.585 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.587 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.588 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.591 | 10491 | Recursively removing directory: /tmp/git.NxbCyQ/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.592 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.592 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.592 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.592 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.592 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.592 | 28030 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.592 | 10490 | Removed run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.592 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.592 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.592 | 10490 | Assigned run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.593 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V2D9M9 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.594 | 10494 | Recursively removing directory: /tmp/git.61JRSS/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.594 | 28029 | Marked run 1689 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.595 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.595 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.595 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.595 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.596 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.596 | 28032 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.596 | 10490 | Removed run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.596 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.596 | 10490 | Assigned run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.596 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.596 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.596 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.YiS6Gj +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.597 | 28031 | Marked run 1690 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.597 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.598 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.599 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.603 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.604 | 10491 | Recursively removing directory: /tmp/git.V2D9M9/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.604 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.605 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.605 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.605 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.605 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.606 | 28041 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.606 | 10490 | Removed run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.606 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.606 | 10490 | Assigned run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.606 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.605 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.606 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T8Sxt5 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.607 | 28040 | Marked run 1691 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.608 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.610 | 10494 | Recursively removing directory: /tmp/git.YiS6Gj/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.611 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.612 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.612 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.612 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.612 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.612 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.612 | 28049 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.612 | 10490 | Removed run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.612 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.612 | 10490 | Assigned run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.612 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.612 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.613 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dULy3F +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.614 | 28048 | Marked run 1692 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.614 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.617 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.618 | 10491 | Recursively removing directory: /tmp/git.T8Sxt5/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.618 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.619 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.619 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.619 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.619 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.619 | 28057 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.619 | 10490 | Removed run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.619 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.619 | 10490 | Assigned run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.619 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.619 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XdhF9G +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.620 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.621 | 28056 | Marked run 1693 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.621 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.624 | 10494 | Recursively removing directory: /tmp/git.dULy3F/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.624 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.625 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.625 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.625 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.626 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.626 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.626 | 28065 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.626 | 10490 | Removed run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.626 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.626 | 10490 | Assigned run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.626 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.626 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.626 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ru043S +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.628 | 28064 | Marked run 1694 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.628 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.631 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.632 | 10491 | Recursively removing directory: /tmp/git.XdhF9G/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.632 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.633 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.633 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.633 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.633 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.633 | 28073 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.633 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.633 | 10490 | Removed run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.633 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.633 | 10490 | Assigned run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.633 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.633 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kibd9o +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.636 | 28072 | Marked run 1695 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.636 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.638 | 10494 | Recursively removing directory: /tmp/git.Ru043S/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.639 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.639 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.639 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.639 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.639 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.639 | 28080 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.639 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.639 | 10490 | Removed run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.639 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.639 | 10490 | Assigned run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.639 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.640 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.639 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.63w900 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.641 | 28079 | Marked run 1696 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.641 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.644 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.645 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.646 | 10491 | Recursively removing directory: /tmp/git.kibd9o/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.647 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.647 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.647 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.647 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.647 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.647 | 28090 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.647 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.647 | 10490 | Removed run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.647 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.647 | 10490 | Assigned run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.648 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OxGNo6 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.650 | 28089 | Marked run 1697 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.650 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.651 | 10494 | Recursively removing directory: /tmp/git.63w900/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.652 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.652 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.652 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.652 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.652 | 28096 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.652 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.652 | 10490 | Removed run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.652 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.652 | 10490 | Assigned run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.652 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.652 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cy0YPu +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.653 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.654 | 28095 | Marked run 1698 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.654 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.654 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.657 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.657 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.660 | 10491 | Recursively removing directory: /tmp/git.OxGNo6/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.661 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.661 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.661 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.661 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.661 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.661 | 28108 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.662 | 10490 | Removed run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.662 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.662 | 10490 | Assigned run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.662 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.662 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3oy7RY +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.663 | 10494 | Recursively removing directory: /tmp/git.cy0YPu/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.664 | 28107 | Marked run 1699 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.664 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.665 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.665 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.665 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.665 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.665 | 28112 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.665 | 10490 | Removed run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.665 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.665 | 10490 | Assigned run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.666 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.665 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.665 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JOeoLr +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.668 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.668 | 28111 | Marked run 1700 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.668 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.668 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.670 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.671 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.674 | 10491 | Recursively removing directory: /tmp/git.3oy7RY/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.676 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.676 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.676 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.676 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.676 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.676 | 28126 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.676 | 10490 | Removed run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.676 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.676 | 10490 | Assigned run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.676 | 10494 | Recursively removing directory: /tmp/git.JOeoLr/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.677 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.676 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lFwthj +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.678 | 28125 | Marked run 1701 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.678 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.679 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.679 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.679 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.679 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.679 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.679 | 28128 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.679 | 10490 | Removed run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.679 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.679 | 10490 | Assigned run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.679 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.680 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ms2ZQY +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.681 | 28127 | Marked run 1702 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.681 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.682 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.682 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.684 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.685 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.688 | 10491 | Recursively removing directory: /tmp/git.lFwthj/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.689 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.689 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.689 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.689 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.689 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.690 | 28141 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.690 | 10490 | Removed run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.690 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.690 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.690 | 10490 | Assigned run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.691 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cdPf6d +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.691 | 10494 | Recursively removing directory: /tmp/git.ms2ZQY/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.691 | 28140 | Marked run 1703 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.691 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.693 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.693 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.693 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.693 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.693 | 28144 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.693 | 10490 | Removed run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.693 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.693 | 10490 | Assigned run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.693 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.693 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zj7Bmu +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.694 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.695 | 28143 | Marked run 1704 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.695 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.696 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.696 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.698 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.699 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.702 | 10491 | Recursively removing directory: /tmp/git.cdPf6d/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.704 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.704 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.704 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.704 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.704 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.704 | 28158 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.704 | 10490 | Removed run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.704 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.704 | 10490 | Assigned run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.704 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.704 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ieZWj6 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.705 | 10494 | Recursively removing directory: /tmp/git.zj7Bmu/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.709 | 28157 | Marked run 1705 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.709 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.709 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.709 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.709 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.709 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.709 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.710 | 28160 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.710 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.710 | 10490 | Removed run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.710 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.710 | 10490 | Assigned run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.710 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lcr354 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.712 | 28159 | Marked run 1706 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.712 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.712 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.713 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.715 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.715 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.719 | 10491 | Recursively removing directory: /tmp/git.ieZWj6/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.720 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.720 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.720 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.721 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.721 | 28174 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.721 | 10490 | Removed run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.721 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.721 | 10490 | Assigned run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.721 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.721 | 10494 | Recursively removing directory: /tmp/git.lcr354/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.721 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.721 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Mta7Zq +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.723 | 28173 | Marked run 1707 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.723 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.723 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.723 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.723 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.724 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.724 | 28176 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.724 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.724 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.724 | 10490 | Removed run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.724 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.724 | 10490 | Assigned run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.724 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iqXTbY +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.726 | 28175 | Marked run 1708 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.726 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.726 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.727 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.729 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.730 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.733 | 10491 | Recursively removing directory: /tmp/git.Mta7Zq/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.734 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.734 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.734 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.734 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.734 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.734 | 28189 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.734 | 10490 | Removed run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.735 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.735 | 10490 | Assigned run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.735 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.735 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qEgPsy +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.736 | 10494 | Recursively removing directory: /tmp/git.iqXTbY/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.736 | 28188 | Marked run 1709 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.736 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.737 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.737 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.737 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.738 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.738 | 28192 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.738 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.738 | 10490 | Removed run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.738 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.738 | 10490 | Assigned run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.738 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.738 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CPX55N +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.739 | 28191 | Marked run 1710 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.740 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.740 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.741 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.743 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.744 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.747 | 10491 | Recursively removing directory: /tmp/git.qEgPsy/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.749 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.749 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.749 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.749 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.749 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.749 | 28206 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.749 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.749 | 10490 | Removed run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.749 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.749 | 10490 | Assigned run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.749 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zT64y7 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.750 | 10494 | Recursively removing directory: /tmp/git.CPX55N/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.753 | 28205 | Marked run 1711 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.753 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.753 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.753 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.754 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.753 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.754 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.754 | 28208 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.754 | 10490 | Removed run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.754 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.754 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.754 | 10490 | Assigned run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.754 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.I2bUvQ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.755 | 28207 | Marked run 1712 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.755 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.757 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.757 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.758 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.759 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.763 | 10491 | Recursively removing directory: /tmp/git.zT64y7/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.765 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.765 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.765 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.765 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.765 | 28222 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.765 | 10490 | Removed run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.765 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.765 | 10490 | Assigned run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.765 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.765 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kmUN42 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.765 | 10494 | Recursively removing directory: /tmp/git.I2bUvQ/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.765 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.767 | 28221 | Marked run 1713 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.767 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.767 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.767 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.768 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.768 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.768 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.768 | 28224 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.768 | 10490 | Removed run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.768 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.768 | 10490 | Assigned run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.768 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iENuaT +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.768 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.770 | 28223 | Marked run 1714 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.770 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.771 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.771 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.773 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.773 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.777 | 10491 | Recursively removing directory: /tmp/git.kmUN42/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.778 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.778 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.779 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.779 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.779 | 28238 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.779 | 10490 | Removed run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.779 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.779 | 10490 | Assigned run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.779 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.779 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.779 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vGsPxm +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.779 | 10494 | Recursively removing directory: /tmp/git.iENuaT/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.781 | 28237 | Marked run 1715 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.781 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.781 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.781 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.781 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.782 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.782 | 28240 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.782 | 10490 | Removed run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.782 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.782 | 10490 | Assigned run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.782 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.782 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Iztgc5 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.782 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.784 | 28239 | Marked run 1716 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.784 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.785 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.786 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.787 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.787 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.791 | 10491 | Recursively removing directory: /tmp/git.vGsPxm/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.793 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.793 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.793 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.793 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.793 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.793 | 28254 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.793 | 10490 | Removed run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.793 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.793 | 10490 | Assigned run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.793 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.793 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bYrsih +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.793 | 10494 | Recursively removing directory: /tmp/git.Iztgc5/ +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.795 | 28253 | Marked run 1717 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.795 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.796 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.796 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.796 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.796 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.999DC3 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.796 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.796 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.796 | 28256 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.796 | 10490 | Removed run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.796 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.796 | 10490 | Assigned run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.796 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.798 | 28255 | Marked run 1718 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.798 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.799 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.799 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.801 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.801 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.805 | 10491 | Recursively removing directory: /tmp/git.bYrsih/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.806 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.806 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.806 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.807 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.807 | 28270 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.807 | 10490 | Removed run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.807 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.807 | 10490 | Assigned run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.807 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.807 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.jeb9WM +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.807 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.807 | 10494 | Recursively removing directory: /tmp/git.999DC3/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.809 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.809 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.809 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.809 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.809 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.809 | 28272 | Added a new worker 13 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.809 | 10490 | Removed run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.809 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.809 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.809 | 10490 | Assigned run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.809 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2DJUVE +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.813 | 28269 | Marked run 1719 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.813 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.815 | 28271 | Marked run 1720 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.815 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.817 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.817 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.817 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.818 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.823 | 10491 | Recursively removing directory: /tmp/git.jeb9WM/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.823 | 10494 | Recursively removing directory: /tmp/git.2DJUVE/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.825 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.825 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.825 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.825 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.825 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.825 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.825 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Gc9unz +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.825 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.825 | 28286 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.825 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.825 | 10490 | Removed run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.825 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.825 | 10490 | Assigned run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.825 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.825 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.825 | 28288 | Added a new worker 13 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.825 | 10490 | Removed run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.825 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.825 | 10490 | Assigned run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.826 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.825 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.826 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DPoytO +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.827 | 28285 | Marked run 1722 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.827 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.828 | 28287 | Marked run 1721 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.829 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.831 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.831 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.832 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.832 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.838 | 10494 | Recursively removing directory: /tmp/git.Gc9unz/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.838 | 10491 | Recursively removing directory: /tmp/git.DPoytO/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.839 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.839 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.839 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.839 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.840 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.840 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.840 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kzP2DV +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.840 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.840 | 28302 | Added a new worker 13 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.840 | 10490 | Removed run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.840 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.840 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.840 | 10490 | Assigned run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.840 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.840 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.840 | 28304 | Added a new worker 9 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.840 | 10490 | Removed run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.840 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.840 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.840 | 10490 | Assigned run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.840 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.841 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8H4cGN +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.842 | 28301 | Marked run 1723 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.842 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.843 | 28303 | Marked run 1724 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.843 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.846 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.846 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.847 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.847 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.852 | 10491 | Recursively removing directory: /tmp/git.8H4cGN/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.852 | 10494 | Recursively removing directory: /tmp/git.kzP2DV/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.854 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.854 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.854 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.854 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.854 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.854 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.854 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.854 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.854 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.854 | 28319 | Added a new worker 15 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.854 | 10490 | Removed run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.854 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.854 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.854 | 10490 | Assigned run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.854 | 28320 | Added a new worker 16 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.854 | 10490 | Removed run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.854 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.854 | 10490 | Assigned run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.855 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.855 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.855 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ABB0vs +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.854 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q1zuhn +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.857 | 28317 | Marked run 1725 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.857 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.858 | 28318 | Marked run 1726 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.859 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.860 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.860 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.860 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.861 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.866 | 10494 | Recursively removing directory: /tmp/git.Q1zuhn/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.867 | 10491 | Recursively removing directory: /tmp/git.ABB0vs/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.867 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.867 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.868 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.868 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.868 | 28334 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.868 | 10490 | Removed run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.868 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.868 | 10490 | Assigned run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.868 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.868 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KyiDkg +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.868 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.869 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.869 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.869 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.869 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.869 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.869 | 28336 | Added a new worker 8 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.869 | 28333 | Marked run 1727 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.869 | 10490 | Removed run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.869 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.869 | 10490 | Assigned run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.870 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.870 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cfnXQI +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.872 | 28335 | Marked run 1728 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.872 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.873 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.874 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.874 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.875 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.880 | 10494 | Recursively removing directory: /tmp/git.KyiDkg/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.881 | 10491 | Recursively removing directory: /tmp/git.cfnXQI/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.881 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.881 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.881 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.881 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.881 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.882 | 28350 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.882 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.REW0cw +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.882 | 10490 | Removed run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.882 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.882 | 10490 | Assigned run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.882 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.883 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.883 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.883 | 28349 | Marked run 1729 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.883 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.883 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.883 | 28352 | Added a new worker 6 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.883 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.883 | 10490 | Removed run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.883 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.883 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.884 | 10490 | Assigned run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.883 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.884 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.F1Nhl9 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.885 | 28351 | Marked run 1730 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.885 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.887 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.888 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.888 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.889 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.893 | 10494 | Recursively removing directory: /tmp/git.REW0cw/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.894 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.894 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.895 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.895 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.895 | 28366 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.895 | 10490 | Removed run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.895 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.895 | 10490 | Assigned run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.895 | 10491 | Recursively removing directory: /tmp/git.F1Nhl9/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.895 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.895 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.x3ju1h +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.895 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.897 | 28365 | Marked run 1731 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.897 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.897 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.897 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.897 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.897 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.897 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.897 | 28368 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.897 | 10490 | Removed run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.898 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.898 | 10490 | Assigned run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.898 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5Y2F6G +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.898 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.899 | 28367 | Marked run 1732 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.899 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.901 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.902 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.903 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.903 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.908 | 10494 | Recursively removing directory: /tmp/git.x3ju1h/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.909 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.909 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.909 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.909 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.909 | 28382 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.909 | 10490 | Removed run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.909 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.909 | 10490 | Assigned run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.909 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.909 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.909 | 10491 | Recursively removing directory: /tmp/git.5Y2F6G/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.910 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4Isr9D +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.912 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.912 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.912 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.912 | 28381 | Marked run 1733 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.912 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.912 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.912 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.912 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Y73bwc +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.912 | 28384 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.912 | 10490 | Removed run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.912 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.912 | 10490 | Assigned run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.912 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.915 | 28383 | Marked run 1734 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.915 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.916 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.917 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.917 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.918 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.923 | 10494 | Recursively removing directory: /tmp/git.4Isr9D/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.924 | 10491 | Recursively removing directory: /tmp/git.Y73bwc/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.924 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.924 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.924 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.925 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.925 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.925 | 28398 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.925 | 10490 | Removed run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.925 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.925 | 10490 | Assigned run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.925 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mo6LNO +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.925 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.925 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.925 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.925 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.925 | 28400 | Added a new worker 9 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.925 | 10490 | Removed run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.925 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.925 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.925 | 10490 | Assigned run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.925 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.926 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sGASBe +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.927 | 28397 | Marked run 1735 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.927 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.929 | 28399 | Marked run 1736 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.929 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.931 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.931 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.932 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.932 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.937 | 10494 | Recursively removing directory: /tmp/git.mo6LNO/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.938 | 10491 | Recursively removing directory: /tmp/git.sGASBe/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.939 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.939 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.939 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.939 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.939 | 28414 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.939 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.939 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.939 | 10490 | Removed run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.939 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.939 | 10490 | Assigned run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.940 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.K8zUkt +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.940 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.940 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.940 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.940 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.940 | 28416 | Added a new worker 14 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.940 | 10490 | Removed run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.940 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.940 | 10490 | Assigned run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.941 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.941 | 28413 | Marked run 1737 as finished +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.940 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.941 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.940 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LigRWY +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.943 | 28415 | Marked run 1738 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.943 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.945 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.945 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.945 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.946 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.951 | 10494 | Recursively removing directory: /tmp/git.K8zUkt/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.951 | 10491 | Recursively removing directory: /tmp/git.LigRWY/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.952 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.952 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.953 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.953 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.953 | 28430 | Added a new worker 10 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.953 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.953 | 10490 | Removed run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.953 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.953 | 10490 | Assigned run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.953 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.953 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.953 | 28432 | Added a new worker 13 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.953 | 10490 | Removed run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.953 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.953 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.953 | 10490 | Assigned run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.953 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.954 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.intmJM +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.953 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.953 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.953 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.954 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rSHmvm +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.955 | 28429 | Marked run 1739 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.955 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.956 | 28431 | Marked run 1740 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.956 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.959 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.959 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.960 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.960 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.966 | 10494 | Recursively removing directory: /tmp/git.intmJM/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.966 | 10491 | Recursively removing directory: /tmp/git.rSHmvm/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.967 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.967 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.967 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.967 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.967 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.967 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.967 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.967 | 28448 | Added a new worker 15 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.967 | 28447 | Added a new worker 16 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.967 | 10490 | Removed run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.967 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.967 | 10490 | Assigned run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.967 | 10490 | Removed run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.967 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.967 | 10490 | Assigned run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.967 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.967 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.967 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.967 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.967 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.967 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Xq5ZHk +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.967 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.slMC1n +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.969 | 28445 | Marked run 1742 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.969 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.971 | 28446 | Marked run 1741 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.971 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.973 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.973 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.973 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.974 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.979 | 10491 | Recursively removing directory: /tmp/git.slMC1n/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.979 | 10494 | Recursively removing directory: /tmp/git.Xq5ZHk/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.980 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.980 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.980 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.980 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.981 | 28462 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.981 | 10490 | Removed run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.981 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.981 | 10490 | Assigned run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.980 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.981 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.981 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.981 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kSmgXc +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.981 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.981 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.981 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.981 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.981 | 28464 | Added a new worker 13 to the queue +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.982 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zQ8zBy +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.981 | 10490 | Removed run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.981 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.981 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.981 | 10490 | Assigned run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.983 | 28461 | Marked run 1744 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.983 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.985 | 28463 | Marked run 1743 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.985 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.986 | 10491 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.986 | 10494 | Checking out revision HEAD +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.986 | 10491 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.987 | 10494 | Going to run: ./ci +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.992 | 10491 | Recursively removing directory: /tmp/git.kSmgXc/ +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.993 | 10494 | Recursively removing directory: /tmp/git.zQ8zBy/ +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.994 | 10491 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.994 | 10491 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.994 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.994 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.994 | 28478 | Added a new worker 11 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.994 | 10490 | Removed run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.994 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.994 | 10490 | Assigned run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.994 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.994 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.994 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.994 | 28480 | Added a new worker 13 to the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.994 | 10490 | Removed run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.994 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.994 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.994 | 10490 | Assigned run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.994 | 10494 | Process exit code: 0 +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.994 | 10494 | Process output: 57 bytes +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.994 | 10494 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10494/cimple-worker: 2024-01-28 10:55:23.995 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6JfsIF +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.994 | 10491 | Waiting for a new command +2024-01-28 10:55:23 | INFO | 10491/cimple-worker: 2024-01-28 10:55:23.994 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.48vHL8 +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.996 | 28477 | Marked run 1745 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.997 | 10488 | Waiting for new connections +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.998 | 28479 | Marked run 1746 as finished +2024-01-28 10:55:23 | INFO | 10488/cimple-server: 2024-01-28 10:55:23.998 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.000 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.000 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.001 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.001 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.007 | 10491 | Recursively removing directory: /tmp/git.48vHL8/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.007 | 10494 | Recursively removing directory: /tmp/git.6JfsIF/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.008 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.008 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.008 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.008 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.008 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.008 | 28494 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.009 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.009 | 10490 | Removed run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.009 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.009 | 10490 | Assigned run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.009 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.009 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.009 | 28496 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.009 | 10490 | Removed run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.009 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.009 | 10490 | Assigned run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.009 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.009 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TUVd3x +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.009 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.009 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.009 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.009 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.C7WpFp +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.011 | 28493 | Marked run 1747 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.011 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.012 | 28495 | Marked run 1748 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.012 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.014 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.014 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.015 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.015 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.020 | 10494 | Recursively removing directory: /tmp/git.C7WpFp/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.020 | 10491 | Recursively removing directory: /tmp/git.TUVd3x/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.022 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.022 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.022 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.022 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.022 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.022 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.022 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.022 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.022 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zcZ2cV +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.022 | 28510 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.022 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.022 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.022 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.022 | 10490 | Removed run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.022 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.022 | 10490 | Assigned run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.022 | 28512 | Added a new worker 14 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.022 | 10490 | Removed run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.022 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.022 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.022 | 10490 | Assigned run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.023 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EnE6Eu +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.024 | 28509 | Marked run 1750 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.024 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.026 | 28511 | Marked run 1749 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.026 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.027 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.028 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.028 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.029 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.034 | 10494 | Recursively removing directory: /tmp/git.zcZ2cV/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.034 | 10491 | Recursively removing directory: /tmp/git.EnE6Eu/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.035 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.035 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.035 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.035 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.035 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.035 | 28526 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.035 | 10490 | Removed run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.035 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.035 | 10490 | Assigned run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.036 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.036 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.036 | 28528 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.036 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.036 | 10490 | Removed run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.036 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.036 | 10490 | Assigned run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.035 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.035 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.036 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.036 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ivKNHO +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.036 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zUaeXa +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.037 | 28525 | Marked run 1751 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.037 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.038 | 28527 | Marked run 1752 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.039 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.041 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.041 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.041 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.041 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.047 | 10491 | Recursively removing directory: /tmp/git.ivKNHO/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.047 | 10494 | Recursively removing directory: /tmp/git.zUaeXa/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.048 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.048 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.049 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.049 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.049 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.049 | 28543 | Added a new worker 14 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.049 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.049 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.049 | 10490 | Removed run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.049 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.049 | 10490 | Assigned run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.049 | 28544 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.049 | 10490 | Removed run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.048 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.049 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.049 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.049 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.049 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.049 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.049 | 10490 | Assigned run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.049 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DdNJNx +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.049 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gX2k9i +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.051 | 28542 | Marked run 1753 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.051 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.054 | 28541 | Marked run 1754 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.054 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.055 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.055 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.056 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.056 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.061 | 10494 | Recursively removing directory: /tmp/git.gX2k9i/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.062 | 10491 | Recursively removing directory: /tmp/git.DdNJNx/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.063 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.063 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.063 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.063 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.063 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.063 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.063 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.063 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.063 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.g0t749 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.063 | 28558 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.063 | 10490 | Removed run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.063 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.063 | 10490 | Assigned run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.063 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.063 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.064 | 28560 | Added a new worker 8 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.064 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.064 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.064 | 10490 | Removed run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.064 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.064 | 10490 | Assigned run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.064 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LJk1ep +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.066 | 28557 | Marked run 1755 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.066 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.070 | 28559 | Marked run 1756 as finished +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.070 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.070 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.070 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.070 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.071 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.076 | 10494 | Recursively removing directory: /tmp/git.g0t749/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.077 | 10491 | Recursively removing directory: /tmp/git.LJk1ep/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.077 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.077 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.078 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.078 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.078 | 28574 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.078 | 10490 | Removed run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.078 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.078 | 10490 | Assigned run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.078 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.078 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xMoAKY +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.078 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.079 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.079 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.079 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.079 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.079 | 28576 | Added a new worker 14 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.079 | 10490 | Removed run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.079 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.079 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.079 | 10490 | Assigned run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.080 | 28573 | Marked run 1757 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.080 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.079 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.079 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bJ65YV +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.083 | 28575 | Marked run 1758 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.083 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.085 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.085 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.086 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.086 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.091 | 10494 | Recursively removing directory: /tmp/git.xMoAKY/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.092 | 10491 | Recursively removing directory: /tmp/git.bJ65YV/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.092 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.092 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.092 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.093 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.093 | 28590 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.093 | 10490 | Removed run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.093 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.093 | 10490 | Assigned run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.093 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.093 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zChcBJ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.093 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.094 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.094 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.095 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.094 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.095 | 28589 | Marked run 1759 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.095 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.095 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.095 | 28592 | Added a new worker 6 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.095 | 10490 | Removed run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.095 | 10490 | Removed worker 6 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.095 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.095 | 10490 | Assigned run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 6 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.095 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XPw9iH +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.098 | 28591 | Marked run 1760 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.099 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.101 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.102 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.102 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.102 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.107 | 10494 | Recursively removing directory: /tmp/git.zChcBJ/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.108 | 10491 | Recursively removing directory: /tmp/git.XPw9iH/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.109 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.109 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.109 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.109 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.109 | 28606 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.109 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.109 | 10490 | Removed run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.109 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.109 | 10490 | Assigned run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.109 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.109 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.x8Yaks +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.109 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.110 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.110 | 28608 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.110 | 10490 | Removed run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.110 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.110 | 10490 | Assigned run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.110 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.109 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.109 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.110 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.110 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.hsVu2t +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.111 | 28605 | Marked run 1761 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.111 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.113 | 28607 | Marked run 1762 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.113 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.115 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.115 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.116 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.116 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.122 | 10494 | Recursively removing directory: /tmp/git.x8Yaks/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.122 | 10491 | Recursively removing directory: /tmp/git.hsVu2t/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.123 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.123 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.123 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.123 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.123 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.123 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.124 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.123 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.123 | 28622 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.123 | 10490 | Removed run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.123 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.124 | 10490 | Assigned run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.124 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.124 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.124 | 28624 | Added a new worker 9 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.124 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.124 | 10490 | Removed run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.124 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.124 | 10490 | Assigned run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.124 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MrTiRq +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.124 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.exKQ5v +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.125 | 28621 | Marked run 1763 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.125 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.127 | 28623 | Marked run 1764 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.128 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.129 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.129 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.130 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.130 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.135 | 10494 | Recursively removing directory: /tmp/git.exKQ5v/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.135 | 10491 | Recursively removing directory: /tmp/git.MrTiRq/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.136 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.136 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.137 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.137 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.137 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.137 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.137 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.137 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.137 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.137 | 28638 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.137 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.137 | 10490 | Removed run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.137 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.137 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.137 | 10490 | Assigned run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.137 | 28640 | Added a new worker 16 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.137 | 10490 | Removed run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.137 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.137 | 10490 | Assigned run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.137 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.137 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0GUMvM +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.138 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1Enbj7 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.139 | 28637 | Marked run 1765 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.139 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.140 | 28639 | Marked run 1766 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.140 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.143 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.143 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.143 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.144 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.149 | 10494 | Recursively removing directory: /tmp/git.0GUMvM/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.149 | 10491 | Recursively removing directory: /tmp/git.1Enbj7/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.150 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.151 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.151 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.151 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.151 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.151 | 28654 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.151 | 10490 | Removed run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.151 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.151 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.151 | 10490 | Assigned run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.151 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.151 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.151 | 28656 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.151 | 10490 | Removed run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.151 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.151 | 10490 | Assigned run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.151 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.151 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.151 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.151 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.152 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5fChJZ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.151 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zLRwSo +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.153 | 28653 | Marked run 1767 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.153 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.155 | 28655 | Marked run 1768 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.155 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.156 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.157 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.157 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.158 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.163 | 10494 | Recursively removing directory: /tmp/git.zLRwSo/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.163 | 10491 | Recursively removing directory: /tmp/git.5fChJZ/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.164 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.164 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.164 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.164 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.164 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.165 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.165 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.165 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.165 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nKwwMJ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.165 | 28670 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.165 | 10490 | Removed run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.165 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.165 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.165 | 10490 | Assigned run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.165 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.165 | 28672 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.165 | 10490 | Removed run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.165 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.165 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.165 | 10490 | Assigned run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.165 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UoUT3I +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.166 | 28669 | Marked run 1769 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.167 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.168 | 28671 | Marked run 1770 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.168 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.170 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.170 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.171 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.171 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.176 | 10494 | Recursively removing directory: /tmp/git.nKwwMJ/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.176 | 10491 | Recursively removing directory: /tmp/git.UoUT3I/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.177 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.177 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.177 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.177 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.177 | 28686 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.178 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.178 | 10490 | Removed run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.178 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.178 | 10490 | Assigned run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.178 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.178 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.178 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.178 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.178 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.178 | 28688 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.178 | 10490 | Removed run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.178 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.178 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.178 | 10490 | Assigned run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.178 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.I3sYiU +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.177 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.178 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4LaXbQ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.179 | 28685 | Marked run 1771 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.180 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.181 | 28687 | Marked run 1772 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.181 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.183 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.183 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.184 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.184 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.189 | 10494 | Recursively removing directory: /tmp/git.4LaXbQ/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.190 | 10491 | Recursively removing directory: /tmp/git.I3sYiU/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.190 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.190 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.191 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.191 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.191 | 28702 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.191 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.191 | 10490 | Removed run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.191 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.191 | 10490 | Assigned run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.191 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.191 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.191 | 28704 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.191 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.191 | 10490 | Removed run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.191 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.191 | 10490 | Assigned run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.191 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.191 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XcfY0G +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.191 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.191 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.191 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.191 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X8BVjS +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.193 | 28701 | Marked run 1773 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.193 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.195 | 28703 | Marked run 1774 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.195 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.197 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.197 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.197 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.197 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.203 | 10494 | Recursively removing directory: /tmp/git.XcfY0G/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.203 | 10491 | Recursively removing directory: /tmp/git.X8BVjS/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.204 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.204 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.204 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.204 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.204 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.204 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.204 | 28719 | Added a new worker 15 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.204 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.205 | 28720 | Added a new worker 16 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.205 | 10490 | Removed run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.205 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.205 | 10490 | Assigned run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.205 | 10490 | Removed run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.205 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.205 | 10490 | Assigned run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.205 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.204 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.204 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.204 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.205 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.N70Vgj +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.204 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.205 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AfKtkB +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.207 | 28717 | Marked run 1775 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.207 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.208 | 28718 | Marked run 1776 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.208 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.210 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.210 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.211 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.211 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.217 | 10491 | Recursively removing directory: /tmp/git.N70Vgj/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.217 | 10494 | Recursively removing directory: /tmp/git.AfKtkB/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.218 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.218 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.218 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.218 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.218 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.218 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.219 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.219 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.219 | 28735 | Added a new worker 15 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.219 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.219 | 10490 | Removed run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.219 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.219 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.219 | 10490 | Assigned run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.218 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.219 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VcWcrb +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.219 | 28736 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.219 | 10490 | Removed run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.219 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KdIUJx +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.219 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.219 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.219 | 10490 | Assigned run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.220 | 28733 | Marked run 1778 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.221 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.223 | 28734 | Marked run 1777 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.223 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.224 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.224 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.225 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.225 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.230 | 10494 | Recursively removing directory: /tmp/git.VcWcrb/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.231 | 10491 | Recursively removing directory: /tmp/git.KdIUJx/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.232 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.232 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.232 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.232 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.232 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.232 | 28750 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.232 | 10490 | Removed run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.232 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.232 | 10490 | Assigned run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.232 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4hChtK +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.232 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.232 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.232 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.232 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.232 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.232 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.232 | 28752 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.232 | 10490 | Removed run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.232 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.232 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.232 | 10490 | Assigned run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.233 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6GGuSU +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.234 | 28749 | Marked run 1780 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.234 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.236 | 28751 | Marked run 1779 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.236 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.237 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.238 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.238 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.238 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.243 | 10494 | Recursively removing directory: /tmp/git.4hChtK/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.244 | 10491 | Recursively removing directory: /tmp/git.6GGuSU/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.245 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.245 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.245 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.245 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.245 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.245 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.245 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.245 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.245 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.245 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.245 | 28767 | Added a new worker 15 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.245 | 10490 | Removed run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.245 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.245 | 10490 | Assigned run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.245 | 28768 | Added a new worker 16 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.245 | 10490 | Removed run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.245 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.245 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.245 | 10490 | Assigned run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.245 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.246 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rq8Lxr +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.245 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.qczEnZ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.247 | 28765 | Marked run 1781 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.247 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.251 | 28766 | Marked run 1782 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.251 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.253 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.253 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.253 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.254 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.259 | 10491 | Recursively removing directory: /tmp/git.rq8Lxr/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.259 | 10494 | Recursively removing directory: /tmp/git.qczEnZ/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.260 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.260 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.260 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.261 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.261 | 28782 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.261 | 10490 | Removed run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.261 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.261 | 10490 | Assigned run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.261 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.261 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.261 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.261 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.261 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.261 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yz5udu +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.261 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.261 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.261 | 28784 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.261 | 10490 | Removed run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.261 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.261 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.261 | 10490 | Assigned run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.262 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JLlOwO +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.263 | 28781 | Marked run 1784 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.263 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.264 | 28783 | Marked run 1783 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.264 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.266 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.266 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.267 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.267 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.272 | 10491 | Recursively removing directory: /tmp/git.yz5udu/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.273 | 10494 | Recursively removing directory: /tmp/git.JLlOwO/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.274 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.274 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.274 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.274 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.274 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.274 | 28798 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.274 | 10490 | Removed run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.274 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.274 | 10490 | Assigned run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.274 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.274 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.274 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.275 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zm174k +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.275 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.275 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.275 | 28800 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.275 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.04UMEK +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.275 | 10490 | Removed run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.275 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.275 | 10490 | Assigned run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.275 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.278 | 28797 | Marked run 1785 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.279 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.280 | 28799 | Marked run 1786 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.280 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.282 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.282 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.283 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.283 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.288 | 10494 | Recursively removing directory: /tmp/git.04UMEK/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.288 | 10491 | Recursively removing directory: /tmp/git.zm174k/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.289 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.289 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.289 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.290 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.290 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.290 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.290 | 28816 | Added a new worker 15 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.290 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.290 | 10490 | Removed run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.290 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.290 | 10490 | Assigned run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.290 | 28815 | Added a new worker 12 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.290 | 10490 | Removed run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.290 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.290 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.290 | 10490 | Assigned run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.289 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.289 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.290 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.290 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gIGtem +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.290 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.290 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HW8oCq +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.292 | 28813 | Marked run 1788 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.292 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.293 | 28814 | Marked run 1787 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.294 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.295 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.295 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.296 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.296 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.301 | 10491 | Recursively removing directory: /tmp/git.gIGtem/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.301 | 10494 | Recursively removing directory: /tmp/git.HW8oCq/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.303 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.303 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.303 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.303 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.303 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.303 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HLc4TN +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.303 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.303 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.303 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.303 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Up5UiT +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.303 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.303 | 28831 | Added a new worker 15 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.303 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.303 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.303 | 10490 | Removed run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.303 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.303 | 10490 | Assigned run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.303 | 28832 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.303 | 10490 | Removed run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.303 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.303 | 10490 | Assigned run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.303 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.305 | 28829 | Marked run 1789 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.305 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.307 | 28830 | Marked run 1790 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.307 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.308 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.309 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.309 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.310 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.315 | 10491 | Recursively removing directory: /tmp/git.HLc4TN/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.316 | 10494 | Recursively removing directory: /tmp/git.Up5UiT/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.316 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.316 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.316 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.316 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.316 | 28846 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.316 | 10490 | Removed run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.316 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.316 | 10490 | Assigned run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.317 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.316 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.317 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mSOyB9 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.318 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.318 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.319 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.319 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.319 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.319 | 28848 | Added a new worker 12 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.319 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.319 | 10490 | Removed run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.319 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.319 | 10490 | Assigned run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.319 | 28845 | Marked run 1791 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.319 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.319 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BGDkbU +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.320 | 28847 | Marked run 1792 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.320 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.322 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.323 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.323 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.324 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.328 | 10491 | Recursively removing directory: /tmp/git.mSOyB9/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.330 | 10494 | Recursively removing directory: /tmp/git.BGDkbU/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.330 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.330 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.330 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.330 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.330 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.330 | 28862 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.330 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.330 | 10490 | Removed run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.330 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.330 | 10490 | Assigned run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.330 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.R5KL02 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.332 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.332 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.332 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.332 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.332 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.332 | 28864 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.332 | 10490 | Removed run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.332 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.332 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.332 | 10490 | Assigned run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.332 | 28861 | Marked run 1793 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.333 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.333 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aMc3js +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.334 | 28863 | Marked run 1794 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.334 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.335 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.336 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.337 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.338 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.341 | 10491 | Recursively removing directory: /tmp/git.R5KL02/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.342 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.343 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.343 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.343 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.343 | 28878 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.343 | 10490 | Removed run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.343 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.343 | 10490 | Assigned run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.343 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.343 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.343 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zYPJxM +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.344 | 10494 | Recursively removing directory: /tmp/git.aMc3js/ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.345 | 28877 | Marked run 1795 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.345 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.345 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.345 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.346 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.346 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.346 | 28880 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.346 | 10490 | Removed run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.346 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.346 | 10490 | Assigned run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.346 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.346 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.346 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.CFcnUK +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.348 | 28879 | Marked run 1796 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.348 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.349 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.349 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.351 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.351 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.355 | 10491 | Recursively removing directory: /tmp/git.zYPJxM/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.356 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.356 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.357 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.357 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.357 | 28894 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.357 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.357 | 10490 | Removed run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.357 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.357 | 10490 | Assigned run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.357 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.357 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xCBivs +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.357 | 10494 | Recursively removing directory: /tmp/git.CFcnUK/ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.360 | 28893 | Marked run 1797 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.360 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.360 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.360 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.360 | 28896 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.360 | 10490 | Removed run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.360 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.360 | 10490 | Assigned run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.360 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.360 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.360 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.360 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.360 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2pwQJX +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.363 | 28895 | Marked run 1798 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.363 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.364 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.364 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.366 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.366 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.370 | 10491 | Recursively removing directory: /tmp/git.xCBivs/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.371 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.371 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.371 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.372 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.372 | 28910 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.372 | 10490 | Removed run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.372 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.372 | 10490 | Assigned run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.372 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.372 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.372 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FjbRvE +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.372 | 10494 | Recursively removing directory: /tmp/git.2pwQJX/ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.374 | 28909 | Marked run 1799 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.374 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.374 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.374 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.375 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.375 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Zciii1 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.375 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.375 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.375 | 28912 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.375 | 10490 | Removed run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.375 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.375 | 10490 | Assigned run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.375 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.377 | 28911 | Marked run 1800 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.377 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.378 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.378 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.379 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.380 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.384 | 10491 | Recursively removing directory: /tmp/git.FjbRvE/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.385 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.385 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.385 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.385 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.385 | 28926 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.385 | 10490 | Removed run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.385 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.385 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.386 | 10490 | Assigned run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.385 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.386 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Yg4zIQ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.386 | 10494 | Recursively removing directory: /tmp/git.Zciii1/ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.387 | 28925 | Marked run 1801 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.387 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.388 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.388 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.388 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.388 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.388 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.389 | 28928 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.389 | 10490 | Removed run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.389 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.389 | 10490 | Assigned run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.389 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.389 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.i04pP2 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.390 | 28927 | Marked run 1802 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.390 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.391 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.392 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.393 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.394 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.397 | 10491 | Recursively removing directory: /tmp/git.Yg4zIQ/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.399 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.399 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.399 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.399 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.399 | 28942 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.399 | 10490 | Removed run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.399 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.399 | 10490 | Assigned run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.400 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.400 | 10494 | Recursively removing directory: /tmp/git.i04pP2/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.399 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.399 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.a3yPyD +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.402 | 28941 | Marked run 1803 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.402 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.402 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.402 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.402 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.402 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.402 | 28944 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.402 | 10490 | Removed run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.402 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.402 | 10490 | Assigned run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.402 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.403 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FTC148 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.403 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.405 | 28943 | Marked run 1804 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.405 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.405 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.406 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.407 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.408 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.412 | 10491 | Recursively removing directory: /tmp/git.a3yPyD/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.413 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.413 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.413 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.413 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.413 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.414 | 28958 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.414 | 10490 | Removed run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.414 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.414 | 10490 | Assigned run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.414 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.414 | 10494 | Recursively removing directory: /tmp/git.FTC148/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.414 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S8cNLr +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.415 | 28957 | Marked run 1805 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.415 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.416 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.416 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.416 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.416 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.416 | 28960 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.416 | 10490 | Removed run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.416 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.416 | 10490 | Assigned run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.416 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.416 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.416 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.QTW7vy +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.418 | 28959 | Marked run 1806 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.418 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.419 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.420 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.421 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.422 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.426 | 10491 | Recursively removing directory: /tmp/git.S8cNLr/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.427 | 10494 | Recursively removing directory: /tmp/git.QTW7vy/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.427 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.427 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.427 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.427 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.427 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.427 | 28974 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.427 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.427 | 10490 | Removed run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.427 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.427 | 10490 | Assigned run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.428 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gwxtgu +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.429 | 28973 | Marked run 1807 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.429 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.430 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.430 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.430 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.430 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.430 | 28976 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.430 | 10490 | Removed run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.430 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.430 | 10490 | Assigned run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.430 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.430 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Rekdq7 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.430 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.432 | 28975 | Marked run 1808 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.432 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.433 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.433 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.435 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.435 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.439 | 10491 | Recursively removing directory: /tmp/git.gwxtgu/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.440 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.440 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.441 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.440 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.441 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.441 | 28990 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.441 | 10490 | Removed run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.441 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.441 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.441 | 10490 | Assigned run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.441 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.P2l7UF +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.441 | 10494 | Recursively removing directory: /tmp/git.Rekdq7/ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.443 | 28989 | Marked run 1809 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.443 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.443 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.443 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.444 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.444 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.444 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.444 | 28992 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.444 | 10490 | Removed run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.444 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.444 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.444 | 10490 | Assigned run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.444 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0WRk6S +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.446 | 28991 | Marked run 1810 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.446 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.447 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.448 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.449 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.449 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.453 | 10491 | Recursively removing directory: /tmp/git.P2l7UF/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.455 | 10494 | Recursively removing directory: /tmp/git.0WRk6S/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.455 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.455 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.455 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.455 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.455 | 29006 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.455 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.455 | 10490 | Removed run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.455 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.455 | 10490 | Assigned run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.455 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.455 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.B97tH4 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.457 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.457 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.457 | 29005 | Marked run 1811 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.457 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.457 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.458 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.458 | 29008 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.458 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.458 | 10490 | Removed run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.458 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.458 | 10490 | Assigned run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.458 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.458 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.epLzik +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.459 | 29007 | Marked run 1812 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.459 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.461 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.461 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.462 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.463 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.467 | 10491 | Recursively removing directory: /tmp/git.B97tH4/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.468 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.468 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.468 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.468 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.468 | 29022 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.468 | 10490 | Removed run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.468 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.468 | 10490 | Assigned run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.468 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.468 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bVrVPy +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.469 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.469 | 10494 | Recursively removing directory: /tmp/git.epLzik/ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.471 | 29021 | Marked run 1813 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.471 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.471 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.471 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.472 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.472 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.472 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.472 | 29024 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.472 | 10490 | Removed run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.472 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.472 | 10490 | Assigned run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.472 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.472 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pjjdjG +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.473 | 29023 | Marked run 1814 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.473 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.475 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.476 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.476 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.477 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.481 | 10491 | Recursively removing directory: /tmp/git.bVrVPy/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.483 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.483 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.483 | 10494 | Recursively removing directory: /tmp/git.pjjdjG/ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.483 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.483 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.483 | 29038 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.483 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.483 | 10490 | Removed run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.483 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.483 | 10490 | Assigned run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.483 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.483 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.e3TqDS +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.485 | 29037 | Marked run 1815 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.485 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.485 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.485 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.486 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.486 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.486 | 29040 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.486 | 10490 | Removed run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.486 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.486 | 10490 | Assigned run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.486 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.486 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.486 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9mApMz +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.488 | 29039 | Marked run 1816 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.488 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.490 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.491 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.491 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.492 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.496 | 10491 | Recursively removing directory: /tmp/git.e3TqDS/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.497 | 10494 | Recursively removing directory: /tmp/git.9mApMz/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.498 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.498 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.498 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.498 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.498 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.498 | 29054 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.498 | 10490 | Removed run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.498 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.498 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.498 | 10490 | Assigned run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.499 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eACNPJ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.500 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.500 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.500 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.500 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.500 | 29053 | Marked run 1817 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.500 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.500 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.500 | 29056 | Added a new worker 7 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.500 | 10490 | Removed run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.500 | 10490 | Removed worker 7 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.500 | 10490 | Assigned run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.500 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.500 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.L0O68G +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.504 | 29055 | Marked run 1818 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.504 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.504 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.505 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.506 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.507 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.511 | 10491 | Recursively removing directory: /tmp/git.eACNPJ/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.512 | 10494 | Recursively removing directory: /tmp/git.L0O68G/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.513 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.513 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.513 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.513 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.513 | 29070 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.513 | 10490 | Removed run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.513 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.513 | 10490 | Assigned run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.513 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.513 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.513 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3PkcJ7 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.515 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.515 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.515 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.515 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.515 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.515 | 29072 | Added a new worker 12 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.515 | 10490 | Removed run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.515 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.515 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.515 | 10490 | Assigned run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.515 | 29069 | Marked run 1819 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.515 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.515 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.HYe4Hc +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.517 | 29071 | Marked run 1820 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.517 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.518 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.519 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.520 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.521 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.524 | 10491 | Recursively removing directory: /tmp/git.3PkcJ7/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.526 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.526 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.526 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.526 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.526 | 29086 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.526 | 10490 | Removed run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.526 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.526 | 10490 | Assigned run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.526 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.526 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.526 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EXoDUi +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.527 | 10494 | Recursively removing directory: /tmp/git.HYe4Hc/ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.528 | 29085 | Marked run 1821 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.528 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.529 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.529 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.529 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.529 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.529 | 29088 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.529 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.529 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.530 | 10490 | Removed run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.530 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.530 | 10490 | Assigned run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.530 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.w3oiiJ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.531 | 29087 | Marked run 1822 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.531 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.532 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.533 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.535 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.535 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.538 | 10491 | Recursively removing directory: /tmp/git.EXoDUi/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.539 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.539 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.539 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.539 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.539 | 29101 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.540 | 10490 | Removed run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.540 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.540 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.540 | 10490 | Assigned run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.539 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.540 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.SBbOZd +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.542 | 10494 | Recursively removing directory: /tmp/git.w3oiiJ/ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.542 | 29099 | Marked run 1823 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.543 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.543 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.544 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.544 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.544 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.544 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.544 | 29104 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.544 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.544 | 10490 | Removed run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.544 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.544 | 10490 | Assigned run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.544 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zZT6iE +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.546 | 29103 | Marked run 1824 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.546 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.546 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.547 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.549 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.550 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.552 | 10491 | Recursively removing directory: /tmp/git.SBbOZd/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.553 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.553 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.553 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.554 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.554 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.554 | 29117 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.554 | 10490 | Removed run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.554 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.554 | 10490 | Assigned run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.554 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.554 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Kcqpuj +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.556 | 10494 | Recursively removing directory: /tmp/git.zZT6iE/ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.556 | 29116 | Marked run 1825 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.556 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.557 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.557 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.557 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.557 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.557 | 29120 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.557 | 10490 | Removed run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.557 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.557 | 10490 | Assigned run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.557 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.558 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.sf5QWF +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.558 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.559 | 29119 | Marked run 1826 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.559 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.560 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.561 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.562 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.563 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.566 | 10491 | Recursively removing directory: /tmp/git.Kcqpuj/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.568 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.568 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.568 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.568 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.568 | 29134 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.568 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.568 | 10490 | Removed run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.568 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.568 | 10490 | Assigned run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.568 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.569 | 10494 | Recursively removing directory: /tmp/git.sf5QWF/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.568 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.V1jnJn +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.571 | 29133 | Marked run 1827 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.571 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.571 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.571 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.571 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.571 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.571 | 29136 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.571 | 10490 | Removed run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.571 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.571 | 10490 | Assigned run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.571 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.571 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.571 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rJySie +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.574 | 29135 | Marked run 1828 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.574 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.575 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.575 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.576 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.577 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.581 | 10491 | Recursively removing directory: /tmp/git.V1jnJn/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.582 | 10494 | Recursively removing directory: /tmp/git.rJySie/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.583 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.583 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.583 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.583 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.583 | 29150 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.583 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.583 | 10490 | Removed run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.583 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.583 | 10490 | Assigned run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.583 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.583 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AfxwQ1 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.584 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.584 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.585 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.585 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.585 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.585 | 29152 | Added a new worker 8 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.585 | 10490 | Removed run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.585 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.585 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.585 | 10490 | Assigned run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.585 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.8BjPCW +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.585 | 29149 | Marked run 1829 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.586 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.587 | 29151 | Marked run 1830 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.587 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.589 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.590 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.590 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.591 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.596 | 10491 | Recursively removing directory: /tmp/git.AfxwQ1/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.597 | 10494 | Recursively removing directory: /tmp/git.8BjPCW/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.597 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.597 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.597 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.597 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.597 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.597 | 29166 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.597 | 10490 | Removed run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.597 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.597 | 10490 | Assigned run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.598 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.597 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AlIXrs +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.599 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.599 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.599 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.599 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.599 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.599 | 29165 | Marked run 1831 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.599 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.599 | 29168 | Added a new worker 7 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.599 | 10490 | Removed run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.599 | 10490 | Removed worker 7 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.600 | 10490 | Assigned run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.600 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.600 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Vs1Lic +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.601 | 29167 | Marked run 1832 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.601 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.604 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.605 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.605 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.605 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.610 | 10491 | Recursively removing directory: /tmp/git.AlIXrs/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.611 | 10494 | Recursively removing directory: /tmp/git.Vs1Lic/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.612 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.612 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.612 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.612 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.612 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.612 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.612 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.612 | 29182 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.612 | 10490 | Removed run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.612 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.612 | 10490 | Assigned run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.613 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.613 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.613 | 29184 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.613 | 10490 | Removed run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.613 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.613 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.613 | 10490 | Assigned run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.613 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.C1EyYN +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.613 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.613 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pRMeOW +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.614 | 29181 | Marked run 1833 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.614 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.616 | 29183 | Marked run 1834 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.616 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.618 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.618 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.618 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.619 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.624 | 10491 | Recursively removing directory: /tmp/git.C1EyYN/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.624 | 10494 | Recursively removing directory: /tmp/git.pRMeOW/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.625 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.626 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.626 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.626 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.626 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.626 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.626 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.626 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.626 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.626 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.626 | 29198 | Added a new worker 15 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.626 | 10490 | Removed run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.626 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.626 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.626 | 10490 | Assigned run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.626 | 29200 | Added a new worker 9 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.626 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.626 | 10490 | Removed run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.626 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.626 | 10490 | Assigned run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.626 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.x8piMB +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.627 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RujCy4 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.628 | 29197 | Marked run 1835 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.628 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.629 | 29199 | Marked run 1836 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.629 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.632 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.633 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.633 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.633 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.638 | 10494 | Recursively removing directory: /tmp/git.RujCy4/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.639 | 10491 | Recursively removing directory: /tmp/git.x8piMB/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.640 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.640 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.640 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.640 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.640 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.640 | 29214 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.640 | 10490 | Removed run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.640 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.640 | 10490 | Assigned run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.640 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.641 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.641 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.641 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.641 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RPOjGp +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.640 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.D75omZ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.641 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.641 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.641 | 29216 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.641 | 10490 | Removed run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.641 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.641 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.641 | 10490 | Assigned run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.642 | 29213 | Marked run 1838 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.642 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.644 | 29215 | Marked run 1837 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.644 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.646 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.646 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.646 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.647 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.652 | 10494 | Recursively removing directory: /tmp/git.D75omZ/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.652 | 10491 | Recursively removing directory: /tmp/git.RPOjGp/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.653 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.653 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.653 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.654 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.654 | 29230 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.654 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.654 | 10490 | Removed run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.654 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.654 | 10490 | Assigned run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.654 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.654 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.654 | 29232 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.654 | 10490 | Removed run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.654 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.654 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.654 | 10490 | Assigned run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.654 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.654 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RBWXoP +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.654 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.654 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.654 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.655 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uWL5Wi +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.656 | 29229 | Marked run 1839 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.656 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.657 | 29231 | Marked run 1840 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.657 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.659 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.660 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.660 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.661 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.665 | 10494 | Recursively removing directory: /tmp/git.RBWXoP/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.666 | 10491 | Recursively removing directory: /tmp/git.uWL5Wi/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.667 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.667 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.667 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.667 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.667 | 29246 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.667 | 10490 | Removed run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.667 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.667 | 10490 | Assigned run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.667 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.667 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.667 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.DYU2Lq +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.669 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.669 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.669 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.669 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.669 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.669 | 29248 | Added a new worker 12 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.669 | 29245 | Marked run 1841 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.669 | 10490 | Removed run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.669 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.669 | 10490 | Assigned run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.669 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.669 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.670 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pzhm6d +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.671 | 29247 | Marked run 1842 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.671 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.673 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.674 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.675 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.676 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.680 | 10494 | Recursively removing directory: /tmp/git.DYU2Lq/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.681 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.681 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.681 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.681 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.681 | 29262 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.681 | 10490 | Removed run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.681 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.681 | 10490 | Assigned run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.682 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.681 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.682 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.MMzbzd +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.681 | 10491 | Recursively removing directory: /tmp/git.pzhm6d/ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.683 | 29261 | Marked run 1843 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.684 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.684 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.684 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.684 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.684 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.684 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.684 | 29264 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.684 | 10490 | Removed run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.684 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.684 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.684 | 10490 | Assigned run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.685 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.R582Ma +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.686 | 29263 | Marked run 1844 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.686 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.688 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.689 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.690 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.690 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.694 | 10494 | Recursively removing directory: /tmp/git.MMzbzd/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.696 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.696 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.696 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.696 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.696 | 29278 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.696 | 10490 | Removed run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.696 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.696 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.696 | 10490 | Assigned run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.696 | 10491 | Recursively removing directory: /tmp/git.R582Ma/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.696 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.696 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tLKJ5S +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.698 | 29277 | Marked run 1845 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.698 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.698 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.698 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.698 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.698 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.698 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.698 | 29280 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.698 | 10490 | Removed run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.698 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.698 | 10490 | Assigned run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.698 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.699 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vtfjdF +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.700 | 29279 | Marked run 1846 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.701 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.703 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.703 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.704 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.704 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.709 | 10494 | Recursively removing directory: /tmp/git.tLKJ5S/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.710 | 10491 | Recursively removing directory: /tmp/git.vtfjdF/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.710 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.710 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.711 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.711 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.711 | 29294 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.711 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.711 | 10490 | Removed run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.711 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.711 | 10490 | Assigned run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.711 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.711 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6uCl0k +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.713 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.713 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.713 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.713 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.713 | 29296 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.713 | 10490 | Removed run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.713 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.713 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.713 | 10490 | Assigned run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.713 | 29293 | Marked run 1847 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.713 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.713 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.713 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LXG2Ou +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.715 | 29295 | Marked run 1848 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.715 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.717 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.717 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.717 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.718 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.723 | 10494 | Recursively removing directory: /tmp/git.6uCl0k/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.723 | 10491 | Recursively removing directory: /tmp/git.LXG2Ou/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.724 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.724 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.724 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.724 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.724 | 29310 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.725 | 10490 | Removed run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.725 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.725 | 10490 | Assigned run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.725 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.725 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.724 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.725 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5Xe39w +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.725 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.725 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.725 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.725 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eUrz1L +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.725 | 29312 | Added a new worker 15 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.725 | 10490 | Removed run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.725 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.725 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.725 | 10490 | Assigned run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.727 | 29309 | Marked run 1849 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.727 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.729 | 29311 | Marked run 1850 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.729 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.731 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.731 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.732 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.732 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.737 | 10494 | Recursively removing directory: /tmp/git.5Xe39w/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.738 | 10491 | Recursively removing directory: /tmp/git.eUrz1L/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.739 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.739 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.739 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.739 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.739 | 29326 | Added a new worker 12 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.739 | 10490 | Removed run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.739 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.739 | 10490 | Assigned run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.739 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.740 | 29328 | Added a new worker 8 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.740 | 10490 | Removed run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.740 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.740 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.740 | 10490 | Assigned run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.739 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.739 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.739 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.740 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.es5RPd +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.739 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.739 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.egoEdN +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.740 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.742 | 29325 | Marked run 1851 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.742 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.744 | 29327 | Marked run 1852 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.744 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.745 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.745 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.745 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.746 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.751 | 10494 | Recursively removing directory: /tmp/git.egoEdN/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.752 | 10491 | Recursively removing directory: /tmp/git.es5RPd/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.752 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.752 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.752 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.752 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.753 | 29342 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.753 | 10490 | Removed run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.753 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.753 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.753 | 10490 | Assigned run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.752 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.753 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Sj2Z2M +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.753 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.753 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.753 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.753 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.753 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.753 | 29344 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.753 | 10490 | Removed run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.753 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.753 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.753 | 10490 | Assigned run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.754 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wfq8Hs +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.755 | 29341 | Marked run 1853 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.755 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.757 | 29343 | Marked run 1854 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.757 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.758 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.759 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.759 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.760 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.765 | 10494 | Recursively removing directory: /tmp/git.Sj2Z2M/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.765 | 10491 | Recursively removing directory: /tmp/git.wfq8Hs/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.766 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.766 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.766 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.766 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.767 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.767 | 29358 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.767 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.767 | 10490 | Removed run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.767 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.767 | 10490 | Assigned run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.767 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.767 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.767 | 29360 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.767 | 10490 | Removed run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.767 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.767 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.767 | 10490 | Assigned run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.767 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.767 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.767 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.768 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.mUNUzl +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.767 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.6UHu0m +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.769 | 29357 | Marked run 1855 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.769 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.771 | 29359 | Marked run 1856 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.771 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.772 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.773 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.773 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.773 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.779 | 10491 | Recursively removing directory: /tmp/git.mUNUzl/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.779 | 10494 | Recursively removing directory: /tmp/git.6UHu0m/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.780 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.780 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.780 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.780 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.780 | 29374 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.780 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.780 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.780 | 10490 | Removed run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.780 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.780 | 10490 | Assigned run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.780 | 29376 | Added a new worker 14 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.780 | 10490 | Removed run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.780 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.780 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.780 | 10490 | Assigned run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.780 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.780 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.780 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.781 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.z9LHtq +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.780 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.780 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Aqw3vM +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.782 | 29373 | Marked run 1858 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.782 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.784 | 29375 | Marked run 1857 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.785 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.786 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.786 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.786 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.787 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.792 | 10494 | Recursively removing directory: /tmp/git.z9LHtq/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.793 | 10491 | Recursively removing directory: /tmp/git.Aqw3vM/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.793 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.793 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.794 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.794 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.794 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.794 | 29390 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.794 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.s3vbig +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.794 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.794 | 10490 | Removed run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.794 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.794 | 10490 | Assigned run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.795 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.795 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.795 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.795 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.796 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.79n6ca +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.795 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.795 | 29392 | Added a new worker 8 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.796 | 10490 | Removed run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.796 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.796 | 10490 | Assigned run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.796 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.797 | 29389 | Marked run 1860 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.797 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.798 | 29391 | Marked run 1859 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.798 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.800 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.800 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.801 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.801 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.806 | 10494 | Recursively removing directory: /tmp/git.s3vbig/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.807 | 10491 | Recursively removing directory: /tmp/git.79n6ca/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.807 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.807 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.807 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.808 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.808 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.808 | 29406 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.808 | 10490 | Removed run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.808 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.808 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.808 | 10490 | Assigned run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.808 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.v9mnAB +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.809 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.809 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.809 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.809 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BO6eXs +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.809 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.809 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.809 | 29408 | Added a new worker 9 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.809 | 10490 | Removed run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.809 | 10490 | Removed worker 9 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.809 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.809 | 10490 | Assigned run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 9 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.810 | 29405 | Marked run 1861 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.810 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.812 | 29407 | Marked run 1862 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.812 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.814 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.814 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.815 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.815 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.820 | 10494 | Recursively removing directory: /tmp/git.v9mnAB/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.820 | 10491 | Recursively removing directory: /tmp/git.BO6eXs/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.821 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.821 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.822 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.822 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.822 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.822 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.822 | 29423 | Added a new worker 14 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.822 | 10490 | Removed run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.822 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.822 | 10490 | Assigned run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.822 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.822 | 29424 | Added a new worker 16 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.822 | 10490 | Removed run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.822 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.822 | 10490 | Assigned run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.822 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.822 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.822 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.822 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.822 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Beok64 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.822 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.822 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JwEfiu +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.824 | 29421 | Marked run 1863 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.824 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.825 | 29422 | Marked run 1864 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.825 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.828 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.828 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.828 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.829 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.834 | 10491 | Recursively removing directory: /tmp/git.Beok64/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.835 | 10494 | Recursively removing directory: /tmp/git.JwEfiu/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.835 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.835 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.836 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.836 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.836 | 29438 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.836 | 10490 | Removed run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.836 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.836 | 10490 | Assigned run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.836 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.836 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.836 | 29440 | Added a new worker 15 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.836 | 10490 | Removed run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.836 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.836 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.836 | 10490 | Assigned run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.836 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.836 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.meqF0L +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.836 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.836 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.836 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.837 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.T2qJml +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.836 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.838 | 29437 | Marked run 1866 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.838 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.839 | 29439 | Marked run 1865 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.839 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.842 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.842 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.843 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.843 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.848 | 10491 | Recursively removing directory: /tmp/git.meqF0L/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.849 | 10494 | Recursively removing directory: /tmp/git.T2qJml/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.850 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.850 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.850 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.850 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.850 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.850 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.850 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.850 | 29455 | Added a new worker 14 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.850 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.850 | 10490 | Removed run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.850 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.850 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.850 | 10490 | Assigned run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.850 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.851 | 29456 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.851 | 10490 | Removed run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.851 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9DHuCN +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.850 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.850 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pZjxV6 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.851 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.851 | 10490 | Assigned run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.851 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.852 | 29453 | Marked run 1867 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.852 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.854 | 29454 | Marked run 1868 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.854 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.856 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.856 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.857 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.857 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.862 | 10494 | Recursively removing directory: /tmp/git.9DHuCN/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.862 | 10491 | Recursively removing directory: /tmp/git.pZjxV6/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.864 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.864 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.864 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.864 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.864 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.864 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.864 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.864 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.864 | 29471 | Added a new worker 14 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.864 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.864 | 10490 | Removed run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.864 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.864 | 10490 | Assigned run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.864 | 29472 | Added a new worker 16 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.864 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.864 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.864 | 10490 | Removed run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.864 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.864 | 10490 | Assigned run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.864 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.864 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RFJfNI +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.864 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S7fwJc +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.866 | 29469 | Marked run 1870 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.866 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.868 | 29470 | Marked run 1869 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.868 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.869 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.869 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.870 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.870 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.875 | 10494 | Recursively removing directory: /tmp/git.RFJfNI/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.876 | 10491 | Recursively removing directory: /tmp/git.S7fwJc/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.877 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.877 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.877 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.877 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.877 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.877 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.877 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.877 | 29486 | Added a new worker 12 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.877 | 10490 | Removed run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.877 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.877 | 10490 | Assigned run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.877 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.877 | 29488 | Added a new worker 12 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.877 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.878 | 10490 | Removed run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.878 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.878 | 10490 | Assigned run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.878 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.877 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.877 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ykRiAH +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.877 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.878 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.J036mf +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.879 | 29485 | Marked run 1872 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.879 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.880 | 29487 | Marked run 1871 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.881 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.883 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.883 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.884 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.884 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.889 | 10494 | Recursively removing directory: /tmp/git.ykRiAH/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.890 | 10491 | Recursively removing directory: /tmp/git.J036mf/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.891 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.891 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.891 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.891 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.891 | 29502 | Added a new worker 12 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.891 | 10490 | Removed run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.891 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.891 | 10490 | Assigned run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.891 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.891 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.891 | 29504 | Added a new worker 15 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.891 | 10490 | Removed run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.891 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.891 | 10490 | Assigned run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.891 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.892 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.891 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.891 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.891 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.891 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nHu3Yd +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.891 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.891 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.y9lwDY +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.893 | 29501 | Marked run 1873 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.893 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.895 | 29503 | Marked run 1874 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.895 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.896 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.897 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.897 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.898 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.902 | 10494 | Recursively removing directory: /tmp/git.y9lwDY/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.903 | 10491 | Recursively removing directory: /tmp/git.nHu3Yd/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.904 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.904 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.904 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.904 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.904 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.904 | 29518 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.904 | 10490 | Removed run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.904 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.904 | 10490 | Assigned run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.904 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.02CL9C +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.905 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.905 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.905 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.905 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.905 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.905 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.905 | 29520 | Added a new worker 13 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.905 | 10490 | Removed run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.905 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.905 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.905 | 10490 | Assigned run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.905 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.H7Rpva +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.907 | 29517 | Marked run 1875 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.907 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.911 | 29519 | Marked run 1876 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.912 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.913 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.913 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.914 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.914 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.920 | 10491 | Recursively removing directory: /tmp/git.H7Rpva/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.920 | 10494 | Recursively removing directory: /tmp/git.02CL9C/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.921 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.921 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.922 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.922 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.922 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.922 | 29535 | Added a new worker 14 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.922 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.922 | 29536 | Added a new worker 16 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.922 | 10490 | Removed run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.922 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.922 | 10490 | Assigned run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.922 | 10490 | Removed run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.922 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.922 | 10490 | Assigned run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.922 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.922 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.922 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.922 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TCR8BR +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.921 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.921 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.922 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.922 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7xD49i +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.924 | 29534 | Marked run 1877 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.924 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.926 | 29533 | Marked run 1878 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.926 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.927 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.928 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.928 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.928 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.934 | 10494 | Recursively removing directory: /tmp/git.7xD49i/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.934 | 10491 | Recursively removing directory: /tmp/git.TCR8BR/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.935 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.935 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.935 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.935 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.935 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.935 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.935 | 29551 | Added a new worker 15 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.935 | 29552 | Added a new worker 16 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.935 | 10490 | Removed run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.935 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.935 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.935 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.935 | 10490 | Assigned run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.935 | 10490 | Removed run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.935 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.935 | 10490 | Assigned run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.935 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.935 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.935 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.936 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4y9F6p +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.935 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.935 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4FNg1g +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.937 | 29550 | Marked run 1880 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.937 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.939 | 29549 | Marked run 1879 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.939 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.940 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.941 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.941 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.942 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.947 | 10494 | Recursively removing directory: /tmp/git.4FNg1g/ +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.947 | 10491 | Recursively removing directory: /tmp/git.4y9F6p/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.948 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.948 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.948 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.948 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.948 | 29566 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.948 | 10490 | Removed run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.948 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.948 | 10490 | Assigned run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.948 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.948 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.948 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q5qM6v +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.949 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.949 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.949 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.950 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.950 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.950 | 29568 | Added a new worker 14 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.950 | 10490 | Removed run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.950 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.950 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.950 | 10490 | Assigned run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.950 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X6n1s4 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.950 | 29565 | Marked run 1881 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.950 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.952 | 29567 | Marked run 1882 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.952 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.953 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.954 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.955 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.955 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.960 | 10494 | Recursively removing directory: /tmp/git.Q5qM6v/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.961 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.961 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.961 | 10491 | Recursively removing directory: /tmp/git.X6n1s4/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.961 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.961 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.961 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.961 | 29582 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.961 | 10490 | Removed run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.961 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.961 | 10490 | Assigned run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.961 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.962 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.h0lOtu +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.963 | 29581 | Marked run 1883 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.964 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.964 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.964 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.964 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.964 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.964 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.964 | 29584 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.964 | 10490 | Removed run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.964 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.964 | 10490 | Assigned run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.964 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.964 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.95DIBY +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.967 | 29583 | Marked run 1884 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.967 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.967 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.968 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.969 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.970 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.973 | 10494 | Recursively removing directory: /tmp/git.h0lOtu/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.974 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.974 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.975 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.975 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.975 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.975 | 29598 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.975 | 10490 | Removed run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.975 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.975 | 10490 | Assigned run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.975 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.975 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4yqGzq +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.976 | 10491 | Recursively removing directory: /tmp/git.95DIBY/ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.977 | 29597 | Marked run 1885 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.977 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.978 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.978 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.978 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.978 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.978 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.979 | 29600 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.979 | 10490 | Removed run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.979 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.979 | 10490 | Assigned run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.979 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.979 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IHgyYB +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.981 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.981 | 29599 | Marked run 1886 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.981 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.982 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.983 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.984 | 10491 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.987 | 10494 | Recursively removing directory: /tmp/git.4yqGzq/ +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.989 | 10494 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.989 | 10494 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.989 | 10494 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.989 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.989 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.989 | 29614 | Added a new worker 10 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.989 | 10490 | Removed run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.989 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.989 | 10490 | Assigned run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.989 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.989 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Q65mO5 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.990 | 10491 | Recursively removing directory: /tmp/git.IHgyYB/ +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.991 | 29613 | Marked run 1887 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.991 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.992 | 10491 | Process exit code: 0 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.992 | 10491 | Process output: 57 bytes +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.992 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.992 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.992 | 10491 | Waiting for a new command +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.992 | 29616 | Added a new worker 11 to the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.992 | 10490 | Removed run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.992 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.992 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.992 | 10490 | Assigned run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.993 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wraSMN +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.994 | 29615 | Marked run 1888 as finished +2024-01-28 10:55:24 | INFO | 10488/cimple-server: 2024-01-28 10:55:24.994 | 10488 | Waiting for new connections +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.995 | 10494 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10494/cimple-worker: 2024-01-28 10:55:24.996 | 10494 | Going to run: ./ci +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.997 | 10491 | Checking out revision HEAD +2024-01-28 10:55:24 | INFO | 10491/cimple-worker: 2024-01-28 10:55:24.998 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.002 | 10494 | Recursively removing directory: /tmp/git.Q65mO5/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.003 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.003 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.003 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.004 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.004 | 29630 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.004 | 10490 | Removed run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.004 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.004 | 10490 | Assigned run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.004 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.004 | 10491 | Recursively removing directory: /tmp/git.wraSMN/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.004 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.004 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IVFy3b +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.006 | 29629 | Marked run 1889 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.006 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.007 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.007 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.007 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.007 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.007 | 29632 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.007 | 10490 | Removed run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.007 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.007 | 10490 | Assigned run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.007 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.007 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.BVsqws +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.008 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.009 | 29631 | Marked run 1890 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.009 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.010 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.011 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.012 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.013 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.016 | 10494 | Recursively removing directory: /tmp/git.IVFy3b/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.018 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.018 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.018 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.018 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.018 | 29646 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.018 | 10490 | Removed run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.018 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.018 | 10490 | Assigned run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.018 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.018 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.018 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4tcQkJ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.018 | 10491 | Recursively removing directory: /tmp/git.BVsqws/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.020 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.020 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.020 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.021 | 29645 | Marked run 1891 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.021 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.021 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.021 | 29648 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.021 | 10490 | Removed run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.021 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.021 | 10490 | Assigned run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.021 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.021 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.021 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4R0Drd +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.022 | 29647 | Marked run 1892 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.023 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.024 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.025 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.025 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.026 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.031 | 10494 | Recursively removing directory: /tmp/git.4tcQkJ/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.031 | 10491 | Recursively removing directory: /tmp/git.4R0Drd/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.032 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.032 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.032 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.032 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.032 | 29662 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.032 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.032 | 10490 | Removed run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.032 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.032 | 10490 | Assigned run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.032 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.032 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.033 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.032 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.033 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.NE0yDi +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.033 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.033 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.033 | 29664 | Added a new worker 13 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.033 | 10490 | Removed run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.033 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.033 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.033 | 10490 | Assigned run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.033 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZzQbfg +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.034 | 29661 | Marked run 1893 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.035 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.036 | 29663 | Marked run 1894 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.036 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.038 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.038 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.038 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.039 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.044 | 10494 | Recursively removing directory: /tmp/git.NE0yDi/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.044 | 10491 | Recursively removing directory: /tmp/git.ZzQbfg/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.045 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.045 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.045 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.045 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.045 | 29678 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.045 | 10490 | Removed run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.045 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.045 | 10490 | Assigned run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.046 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.046 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.046 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.046 | 29680 | Added a new worker 13 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.046 | 10490 | Removed run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.046 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.046 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.046 | 10490 | Assigned run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.046 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.046 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.046 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.046 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eTKVnI +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.045 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.046 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1eFgc1 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.048 | 29677 | Marked run 1895 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.048 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.049 | 29679 | Marked run 1896 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.049 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.051 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.051 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.051 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.052 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.057 | 10491 | Recursively removing directory: /tmp/git.eTKVnI/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.057 | 10494 | Recursively removing directory: /tmp/git.1eFgc1/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.058 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.058 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.058 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.058 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.058 | 29694 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.058 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.058 | 10490 | Removed run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.058 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.058 | 10490 | Assigned run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.058 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.059 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Bawhk6 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.059 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.059 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.059 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.059 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.059 | 29696 | Added a new worker 13 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.059 | 10490 | Removed run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.059 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.059 | 10490 | Assigned run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.060 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.059 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.059 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.h9N6xA +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.061 | 29693 | Marked run 1898 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.061 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.063 | 29695 | Marked run 1897 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.063 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.065 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.065 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.066 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.066 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.072 | 10494 | Recursively removing directory: /tmp/git.h9N6xA/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.072 | 10491 | Recursively removing directory: /tmp/git.Bawhk6/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.073 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.073 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.073 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.073 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.073 | 29710 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.073 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.073 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.073 | 10490 | Removed run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.073 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.073 | 10490 | Assigned run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.073 | 29712 | Added a new worker 8 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.074 | 10490 | Removed run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.074 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.074 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.074 | 10490 | Assigned run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.073 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.074 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LdAeAy +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.073 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.073 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.073 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.074 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Jfc3Oq +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.075 | 29709 | Marked run 1900 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.075 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.077 | 29711 | Marked run 1899 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.077 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.079 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.079 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.080 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.080 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.085 | 10491 | Recursively removing directory: /tmp/git.Jfc3Oq/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.085 | 10494 | Recursively removing directory: /tmp/git.LdAeAy/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.087 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.087 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.087 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.087 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.087 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.087 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.087 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.087 | 29727 | Added a new worker 15 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.087 | 29728 | Added a new worker 16 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.087 | 10490 | Removed run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.087 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.087 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.087 | 10490 | Assigned run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.087 | 10490 | Removed run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.087 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.087 | 10490 | Assigned run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.087 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.087 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zPREY0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.087 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.087 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.087 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.087 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nK7LVQ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.089 | 29726 | Marked run 1902 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.089 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.091 | 29725 | Marked run 1901 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.091 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.093 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.093 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.093 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.093 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.099 | 10494 | Recursively removing directory: /tmp/git.zPREY0/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.099 | 10491 | Recursively removing directory: /tmp/git.nK7LVQ/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.100 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.100 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.100 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.100 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.100 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.100 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.101 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.101 | 29743 | Added a new worker 14 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.101 | 10490 | Removed run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.101 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.101 | 10490 | Assigned run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.101 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.101 | 29744 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.101 | 10490 | Removed run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.101 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.101 | 10490 | Assigned run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.101 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.101 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZtW6G6 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.100 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.100 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.100 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.101 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zPmYXs +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.103 | 29741 | Marked run 1903 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.103 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.105 | 29742 | Marked run 1904 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.105 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.106 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.107 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.107 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.107 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.113 | 10494 | Recursively removing directory: /tmp/git.ZtW6G6/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.113 | 10491 | Recursively removing directory: /tmp/git.zPmYXs/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.114 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.114 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.114 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.114 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.114 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.114 | 29758 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.114 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.114 | 10490 | Removed run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.114 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.114 | 10490 | Assigned run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.115 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.114 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.114 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.115 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.114 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.g3SmMS +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.115 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.X9XNak +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.115 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.115 | 29760 | Added a new worker 13 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.115 | 10490 | Removed run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.115 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.115 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.115 | 10490 | Assigned run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.116 | 29757 | Marked run 1905 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.116 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.119 | 29759 | Marked run 1906 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.119 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.120 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.121 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.121 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.121 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.126 | 10494 | Recursively removing directory: /tmp/git.g3SmMS/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.127 | 10491 | Recursively removing directory: /tmp/git.X9XNak/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.128 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.128 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.128 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.128 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.128 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.128 | 29774 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.128 | 10490 | Removed run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.128 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.128 | 10490 | Assigned run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.128 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.128 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.g9X0rc +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.129 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.129 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.130 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.130 | 29773 | Marked run 1907 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.130 | 29776 | Added a new worker 7 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.130 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.130 | 10490 | Removed run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.130 | 10490 | Removed worker 7 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.130 | 10490 | Assigned run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 7 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.130 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.130 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3b6COF +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.130 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.132 | 29775 | Marked run 1908 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.132 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.134 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.134 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.135 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.136 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.140 | 10494 | Recursively removing directory: /tmp/git.g9X0rc/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.141 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.142 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.142 | 10491 | Recursively removing directory: /tmp/git.3b6COF/ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.142 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.142 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.142 | 29790 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.142 | 10490 | Removed run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.142 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.142 | 10490 | Assigned run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.142 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.142 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.142 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7J9Ej0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.143 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.143 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.143 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.143 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.143 | 29792 | Added a new worker 13 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.143 | 10490 | Removed run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.143 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.143 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.143 | 10490 | Assigned run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.143 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.144 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.bisxJm +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.150 | 29789 | Marked run 1909 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.150 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.153 | 29791 | Marked run 1910 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.153 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.154 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.154 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.154 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.155 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.160 | 10494 | Recursively removing directory: /tmp/git.7J9Ej0/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.160 | 10491 | Recursively removing directory: /tmp/git.bisxJm/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.162 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.162 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.162 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.162 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.162 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.162 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.162 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kQb9YY +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.162 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.162 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vZ7qCe +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.162 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.162 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.162 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.162 | 29808 | Added a new worker 15 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.162 | 10490 | Removed run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.162 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.162 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.162 | 10490 | Assigned run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.162 | 29806 | Added a new worker 16 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.162 | 10490 | Removed run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.162 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.162 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.162 | 10490 | Assigned run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.164 | 29805 | Marked run 1911 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.164 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.166 | 29807 | Marked run 1912 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.166 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.167 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.167 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.168 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.168 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.173 | 10491 | Recursively removing directory: /tmp/git.kQb9YY/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.174 | 10494 | Recursively removing directory: /tmp/git.vZ7qCe/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.175 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.175 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.175 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.175 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.175 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.175 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.175 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.175 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.175 | 29822 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.175 | 10490 | Removed run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.175 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.175 | 10490 | Assigned run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.175 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.175 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.175 | 29824 | Added a new worker 15 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.175 | 10490 | Removed run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.175 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.175 | 10490 | Assigned run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.176 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.176 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.175 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.zQmCI3 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.175 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZRu4uW +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.177 | 29821 | Marked run 1913 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.177 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.179 | 29823 | Marked run 1914 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.179 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.181 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.181 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.182 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.182 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.188 | 10491 | Recursively removing directory: /tmp/git.zQmCI3/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.188 | 10494 | Recursively removing directory: /tmp/git.ZRu4uW/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.189 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.189 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.189 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.189 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.189 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.189 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.189 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.189 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.189 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.189 | 29839 | Added a new worker 15 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.189 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.189 | 10490 | Removed run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.189 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.189 | 10490 | Assigned run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.190 | 29840 | Added a new worker 16 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.190 | 10490 | Removed run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.190 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.190 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.190 | 10490 | Assigned run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.190 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vlwZpX +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.189 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.190 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Dv8A0k +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.192 | 29837 | Marked run 1915 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.192 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.194 | 29838 | Marked run 1916 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.194 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.196 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.196 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.196 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.196 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.202 | 10491 | Recursively removing directory: /tmp/git.Dv8A0k/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.202 | 10494 | Recursively removing directory: /tmp/git.vlwZpX/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.203 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.203 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.203 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.203 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.203 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.203 | 29854 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.204 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.204 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.204 | 10490 | Removed run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.204 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.204 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.204 | 10490 | Assigned run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.204 | 29856 | Added a new worker 14 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.204 | 10490 | Removed run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.204 | 10490 | Removed worker 14 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.204 | 10490 | Assigned run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 14 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.204 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.204 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IASlnj +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.203 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.203 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.204 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.204 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WOaFXL +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.206 | 29853 | Marked run 1917 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.206 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.208 | 29855 | Marked run 1918 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.208 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.209 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.210 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.210 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.210 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.216 | 10494 | Recursively removing directory: /tmp/git.WOaFXL/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.216 | 10491 | Recursively removing directory: /tmp/git.IASlnj/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.217 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.217 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.217 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.217 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.217 | 29870 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.217 | 10490 | Removed run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.217 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.217 | 10490 | Assigned run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.217 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.217 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.218 | 29872 | Added a new worker 13 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.218 | 10490 | Removed run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.218 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.218 | 10490 | Assigned run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.218 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.217 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.217 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.217 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.218 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TdFYZd +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.217 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.217 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.uIxM8t +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.219 | 29869 | Marked run 1920 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.220 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.222 | 29871 | Marked run 1919 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.222 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.223 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.223 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.224 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.224 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.230 | 10494 | Recursively removing directory: /tmp/git.uIxM8t/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.230 | 10491 | Recursively removing directory: /tmp/git.TdFYZd/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.231 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.231 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.231 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.231 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.231 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.231 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.231 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.231 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.231 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.231 | 29887 | Added a new worker 15 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.231 | 10490 | Removed run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.231 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.231 | 10490 | Assigned run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.231 | 29888 | Added a new worker 16 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.231 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.231 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.231 | 10490 | Removed run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.231 | 10490 | Removed worker 16 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.231 | 10490 | Assigned run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 16 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.231 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.231 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.7JzdSO +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.232 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.lR7pT8 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.234 | 29885 | Marked run 1921 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.234 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.236 | 29886 | Marked run 1922 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.236 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.237 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.237 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.238 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.238 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.243 | 10494 | Recursively removing directory: /tmp/git.7JzdSO/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.243 | 10491 | Recursively removing directory: /tmp/git.lR7pT8/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.245 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.245 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.245 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.245 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.245 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.245 | 29902 | Added a new worker 12 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.245 | 10490 | Removed run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.245 | 10490 | Removed worker 12 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.245 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.245 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.245 | 10490 | Assigned run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 12 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.245 | 29904 | Added a new worker 8 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.245 | 10490 | Removed run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.245 | 10490 | Removed worker 8 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.245 | 10490 | Assigned run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 8 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.245 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.245 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.245 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.245 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.245 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.yundtM +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.245 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.245 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.FDoo1v +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.249 | 29901 | Marked run 1923 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.249 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.252 | 29903 | Marked run 1924 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.252 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.252 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.252 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.253 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.253 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.259 | 10494 | Recursively removing directory: /tmp/git.FDoo1v/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.259 | 10491 | Recursively removing directory: /tmp/git.yundtM/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.260 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.260 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.260 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.260 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.260 | 29918 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.260 | 10490 | Removed run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.260 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.260 | 10490 | Assigned run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.260 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.260 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.260 | 29920 | Added a new worker 15 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.260 | 10490 | Removed run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.260 | 10490 | Removed worker 15 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.260 | 10490 | Assigned run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 15 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.260 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.261 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.260 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.260 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.260 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.260 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gekijb +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.260 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.260 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ToV6FZ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.262 | 29917 | Marked run 1925 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.262 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.264 | 29919 | Marked run 1926 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.264 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.265 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.266 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.266 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.267 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.272 | 10494 | Recursively removing directory: /tmp/git.ToV6FZ/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.273 | 10491 | Recursively removing directory: /tmp/git.gekijb/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.273 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.273 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.273 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.273 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.273 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.273 | 29934 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.273 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.273 | 10490 | Removed run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.273 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.273 | 10490 | Assigned run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.274 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.tKkm4q +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.275 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.275 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.275 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.275 | 29933 | Marked run 1927 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.275 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.275 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.275 | 29936 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.276 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.276 | 10490 | Removed run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.276 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.276 | 10490 | Assigned run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.276 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GAujtT +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.277 | 29935 | Marked run 1928 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.277 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.279 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.280 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.280 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.281 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.285 | 10494 | Recursively removing directory: /tmp/git.tKkm4q/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.287 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.287 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.287 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.287 | 10491 | Recursively removing directory: /tmp/git.GAujtT/ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.287 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.287 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.287 | 29950 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.287 | 10490 | Removed run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.287 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.287 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.287 | 10490 | Assigned run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.287 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.VGsYIE +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.289 | 29949 | Marked run 1929 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.289 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.289 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.289 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.290 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.290 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.290 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.290 | 29952 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.290 | 10490 | Removed run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.290 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.290 | 10490 | Assigned run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.290 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.290 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.9g3D3i +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.292 | 29951 | Marked run 1930 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.292 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.293 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.294 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.294 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.295 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.299 | 10494 | Recursively removing directory: /tmp/git.VGsYIE/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.301 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.301 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.301 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.301 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.301 | 29966 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.301 | 10490 | Removed run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.301 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.301 | 10490 | Assigned run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.301 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.301 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.301 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wL0wHb +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.301 | 10491 | Recursively removing directory: /tmp/git.9g3D3i/ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.303 | 29965 | Marked run 1931 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.303 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.303 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.303 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.304 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.304 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.304 | 29968 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.304 | 10490 | Removed run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.304 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.304 | 10490 | Assigned run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.304 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.304 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.304 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ZbFF3l +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.305 | 29967 | Marked run 1932 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.306 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.307 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.307 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.309 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.309 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.313 | 10494 | Recursively removing directory: /tmp/git.wL0wHb/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.314 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.314 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.315 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.315 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.315 | 29982 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.315 | 10490 | Removed run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.315 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.315 | 10490 | Assigned run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.315 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.315 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.315 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.IirLIo +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.315 | 10491 | Recursively removing directory: /tmp/git.ZbFF3l/ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.317 | 29981 | Marked run 1933 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.317 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.317 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.317 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.317 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.318 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.318 | 29984 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.318 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.318 | 10490 | Removed run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.318 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.318 | 10490 | Assigned run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.318 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.318 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5nMEiz +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.320 | 29983 | Marked run 1934 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.320 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.321 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.321 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.323 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.323 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.327 | 10494 | Recursively removing directory: /tmp/git.IirLIo/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.328 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.328 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.329 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.329 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.329 | 29998 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.329 | 10490 | Removed run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.329 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.329 | 10490 | Assigned run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.329 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.329 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.329 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Bj0WHd +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.329 | 10491 | Recursively removing directory: /tmp/git.5nMEiz/ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.331 | 29997 | Marked run 1935 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.331 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.332 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.332 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.332 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.332 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.332 | 30000 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.332 | 10490 | Removed run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.332 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.332 | 10490 | Assigned run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.332 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.332 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.332 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.h9GGWN +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.334 | 29999 | Marked run 1936 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.334 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.335 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.335 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.337 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.337 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.341 | 10494 | Recursively removing directory: /tmp/git.Bj0WHd/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.342 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.342 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.342 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.342 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.343 | 30014 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.343 | 10490 | Removed run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.343 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.343 | 10490 | Assigned run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.343 | 10491 | Recursively removing directory: /tmp/git.h9GGWN/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.342 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.343 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.wZUqTV +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.343 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.345 | 30013 | Marked run 1937 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.345 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.345 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.345 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.345 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.345 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.346 | 30016 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.346 | 10490 | Removed run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.346 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.346 | 10490 | Assigned run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.345 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.346 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Vkq9QR +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.346 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.347 | 30015 | Marked run 1938 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.348 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.349 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.349 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.351 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.352 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.355 | 10494 | Recursively removing directory: /tmp/git.wZUqTV/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.356 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.356 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.356 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.356 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.356 | 30029 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.356 | 10490 | Removed run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.356 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.356 | 10490 | Assigned run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.356 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.356 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.357 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RpQT9x +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.358 | 10491 | Recursively removing directory: /tmp/git.Vkq9QR/ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.358 | 30028 | Marked run 1939 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.358 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.359 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.359 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.360 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.360 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.360 | 30032 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.360 | 10490 | Removed run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.360 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.360 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.360 | 10490 | Assigned run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.360 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.360 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.KtHij7 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.361 | 30031 | Marked run 1940 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.361 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.363 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.363 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.364 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.365 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.369 | 10494 | Recursively removing directory: /tmp/git.RpQT9x/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.370 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.370 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.370 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.371 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.371 | 30046 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.371 | 10490 | Removed run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.371 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.371 | 10490 | Assigned run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.371 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.371 | 10491 | Recursively removing directory: /tmp/git.KtHij7/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.371 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.371 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eVQcAI +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.372 | 30045 | Marked run 1941 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.373 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.373 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.373 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.374 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.374 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.374 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.374 | 30048 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.374 | 10490 | Removed run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.374 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.374 | 10490 | Assigned run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.374 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.374 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.PgsS32 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.375 | 30047 | Marked run 1942 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.375 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.376 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.377 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.378 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.379 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.382 | 10494 | Recursively removing directory: /tmp/git.eVQcAI/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.384 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.384 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.384 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.384 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.384 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.384 | 30062 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.384 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.384 | 10490 | Removed run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.384 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.384 | 10490 | Assigned run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.384 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XB3oPk +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.385 | 10491 | Recursively removing directory: /tmp/git.PgsS32/ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.386 | 30061 | Marked run 1943 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.387 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.387 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.387 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.387 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.387 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.387 | 30064 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.387 | 10490 | Removed run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.387 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.387 | 10490 | Assigned run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.388 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.387 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.387 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.4BqOBr +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.390 | 30063 | Marked run 1944 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.390 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.390 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.391 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.392 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.393 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.396 | 10494 | Recursively removing directory: /tmp/git.XB3oPk/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.398 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.398 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.398 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.398 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.398 | 30078 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.398 | 10490 | Removed run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.398 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.398 | 10490 | Assigned run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.398 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.398 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.398 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.pF4pQK +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.399 | 10491 | Recursively removing directory: /tmp/git.4BqOBr/ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.400 | 30077 | Marked run 1945 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.400 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.401 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.401 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.401 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.401 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.401 | 30080 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.401 | 10490 | Removed run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.401 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.401 | 10490 | Assigned run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.401 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.401 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TrA9t3 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.402 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.403 | 30079 | Marked run 1946 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.403 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.404 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.404 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.406 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.406 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.410 | 10494 | Recursively removing directory: /tmp/git.pF4pQK/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.411 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.411 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.411 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.411 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.411 | 30094 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.411 | 10490 | Removed run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.411 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.411 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.412 | 10490 | Assigned run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.412 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.szafHG +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.412 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.412 | 10491 | Recursively removing directory: /tmp/git.TrA9t3/ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.414 | 30093 | Marked run 1947 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.415 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.415 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.415 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.415 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.416 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.416 | 30096 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.416 | 10490 | Removed run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.416 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.416 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.416 | 10490 | Assigned run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.416 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.416 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rztvBA +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.418 | 30095 | Marked run 1948 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.418 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.418 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.419 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.421 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.421 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.424 | 10494 | Recursively removing directory: /tmp/git.szafHG/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.426 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.426 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.426 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.426 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.426 | 30109 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.426 | 10490 | Removed run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.426 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.426 | 10490 | Assigned run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.426 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.426 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.426 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.kKQesa +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.428 | 10491 | Recursively removing directory: /tmp/git.rztvBA/ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.428 | 30108 | Marked run 1949 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.428 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.429 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.429 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.429 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.429 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.429 | 30112 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.429 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.430 | 10490 | Removed run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.430 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.430 | 10490 | Assigned run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.429 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.430 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.EpoENW +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.431 | 30111 | Marked run 1950 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.431 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.432 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.433 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.435 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.435 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.438 | 10494 | Recursively removing directory: /tmp/git.kKQesa/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.439 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.439 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.439 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.439 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.440 | 30125 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.440 | 10490 | Removed run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.440 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.440 | 10490 | Assigned run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.440 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.439 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.440 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.xcaN22 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.441 | 10491 | Recursively removing directory: /tmp/git.EpoENW/ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.442 | 30124 | Marked run 1951 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.442 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.443 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.443 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.443 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.444 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.444 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.444 | 30128 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.444 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.444 | 10490 | Removed run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.444 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.444 | 10490 | Assigned run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.444 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.an0sW9 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.446 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.446 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.447 | 30127 | Marked run 1952 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.447 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.449 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.450 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.452 | 10494 | Recursively removing directory: /tmp/git.xcaN22/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.453 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.453 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.453 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.453 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.453 | 30139 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.453 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.453 | 10490 | Removed run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.453 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.453 | 10490 | Assigned run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.453 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.454 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.eBIlrW +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.455 | 30138 | Marked run 1953 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.455 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.456 | 10491 | Recursively removing directory: /tmp/git.an0sW9/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.457 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.457 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.458 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.458 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.458 | 30144 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.458 | 10490 | Removed run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.458 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.458 | 10490 | Assigned run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.458 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.458 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.nYnIej +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.458 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.459 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.460 | 30143 | Marked run 1954 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.460 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.460 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.464 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.465 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.466 | 10494 | Recursively removing directory: /tmp/git.eBIlrW/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.467 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.467 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.467 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.467 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.467 | 30154 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.467 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.467 | 10490 | Removed run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.467 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.467 | 10490 | Assigned run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.467 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.467 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.vUY2Xv +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.469 | 30153 | Marked run 1955 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.469 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.471 | 10491 | Recursively removing directory: /tmp/git.nYnIej/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.472 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.472 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.473 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.473 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.473 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.473 | 30160 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.473 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.473 | 10490 | Removed run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.473 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.473 | 10490 | Assigned run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.473 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.473 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.p6NXHy +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.473 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.475 | 30159 | Marked run 1956 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.475 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.478 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.479 | 10494 | Recursively removing directory: /tmp/git.vUY2Xv/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.479 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.480 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.480 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.480 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.480 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.480 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.480 | 30169 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.480 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.480 | 10490 | Removed run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.480 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.480 | 10490 | Assigned run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.481 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.v1CReD +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.482 | 30168 | Marked run 1957 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.483 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.486 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.486 | 10491 | Recursively removing directory: /tmp/git.p6NXHy/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.486 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.487 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.487 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.487 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.487 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.487 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.487 | 30177 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.488 | 10490 | Removed run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.488 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.488 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.488 | 10490 | Assigned run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.488 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.gjbBmW +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.489 | 30176 | Marked run 1958 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.489 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.493 | 10494 | Recursively removing directory: /tmp/git.v1CReD/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.493 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.494 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.494 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.494 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.494 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.494 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.494 | 30185 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.494 | 10490 | Removed run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.494 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.494 | 10490 | Assigned run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.494 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.494 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.494 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.23pCzh +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.496 | 30184 | Marked run 1959 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.496 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.499 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.499 | 10491 | Recursively removing directory: /tmp/git.gjbBmW/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.500 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.501 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.501 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.501 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.501 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.501 | 30193 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.501 | 10490 | Removed run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.501 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.501 | 10490 | Assigned run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.502 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.501 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.502 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TOiuvX +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.503 | 30192 | Marked run 1960 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.503 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.506 | 10494 | Recursively removing directory: /tmp/git.23pCzh/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.507 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.508 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.508 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.508 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.508 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.508 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.508 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.508 | 30201 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.508 | 10490 | Removed run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.508 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.508 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.508 | 10490 | Assigned run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.508 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.GsLcsL +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.510 | 30199 | Marked run 1961 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.510 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.513 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.514 | 10491 | Recursively removing directory: /tmp/git.TOiuvX/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.514 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.515 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.515 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.515 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.515 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.515 | 30209 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.515 | 10490 | Removed run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.515 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.515 | 10490 | Assigned run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.516 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.515 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.516 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.dIl2SH +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.517 | 30208 | Marked run 1962 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.518 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.521 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.521 | 10494 | Recursively removing directory: /tmp/git.GsLcsL/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.521 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.522 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.522 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.522 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.523 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.523 | 30217 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.523 | 10490 | Removed run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.523 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.523 | 10490 | Assigned run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.523 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.523 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.AE2snk +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.523 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.525 | 30216 | Marked run 1963 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.525 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.528 | 10491 | Recursively removing directory: /tmp/git.dIl2SH/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.528 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.529 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.529 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.529 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.529 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.530 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.530 | 30225 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.530 | 10490 | Removed run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.530 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.530 | 10490 | Assigned run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.530 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.530 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.530 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.aaZDOm +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.532 | 30224 | Marked run 1964 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.532 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.535 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.535 | 10494 | Recursively removing directory: /tmp/git.AE2snk/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.535 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.536 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.536 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.537 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.537 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.537 | 30233 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.537 | 10490 | Removed run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.537 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.537 | 10490 | Assigned run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.537 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.537 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.d2RuuD +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.537 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.539 | 30232 | Marked run 1965 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.539 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.542 | 10491 | Recursively removing directory: /tmp/git.aaZDOm/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.542 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.543 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.543 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.543 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.543 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.543 | 30240 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.543 | 10490 | Removed run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.543 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.543 | 10490 | Assigned run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.543 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.543 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Nt77QF +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.544 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.543 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.545 | 30239 | Marked run 1966 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.545 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.548 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.549 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.549 | 10494 | Recursively removing directory: /tmp/git.d2RuuD/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.550 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.550 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.551 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.551 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.551 | 30249 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.551 | 10490 | Removed run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.551 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.551 | 10490 | Assigned run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.551 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.551 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.551 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.iWBs57 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.553 | 30248 | Marked run 1967 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.553 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.555 | 10491 | Recursively removing directory: /tmp/git.Nt77QF/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.556 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.556 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.556 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.556 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.556 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.556 | 30256 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.556 | 10490 | Removed run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.556 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.556 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.557 | 10490 | Assigned run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.556 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.557 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.rQFlyD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.558 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.559 | 30255 | Marked run 1968 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.559 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.561 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.562 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.563 | 10494 | Recursively removing directory: /tmp/git.iWBs57/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.565 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.565 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.565 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.565 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.565 | 30267 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.565 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.565 | 10490 | Removed run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.565 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.565 | 10490 | Assigned run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.565 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.565 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.OBvJKq +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.568 | 10491 | Recursively removing directory: /tmp/git.rQFlyD/ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.569 | 30266 | Marked run 1969 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.569 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.569 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.569 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.569 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.569 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.570 | 30272 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.570 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.570 | 10490 | Removed run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.570 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.570 | 10490 | Assigned run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.569 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.570 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.UZMzNg +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.571 | 30271 | Marked run 1970 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.571 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.572 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.573 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.577 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.578 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.579 | 10494 | Recursively removing directory: /tmp/git.OBvJKq/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.580 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.580 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.580 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.580 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.580 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.580 | 30282 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.580 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.580 | 10490 | Removed run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.580 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.580 | 10490 | Assigned run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.580 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.1zKCHw +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.582 | 30281 | Marked run 1971 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.582 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.584 | 10491 | Recursively removing directory: /tmp/git.UZMzNg/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.585 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.585 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.585 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.585 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.586 | 30288 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.586 | 10490 | Removed run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.586 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.586 | 10490 | Assigned run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.585 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.586 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.0Fpxuf +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.586 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.586 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.587 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.587 | 30287 | Marked run 1972 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.588 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.591 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.591 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.593 | 10494 | Recursively removing directory: /tmp/git.1zKCHw/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.594 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.594 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.594 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.594 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.595 | 30299 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.595 | 10490 | Removed run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.595 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.595 | 10490 | Assigned run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.594 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.595 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ogjFho +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.595 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.596 | 30298 | Marked run 1973 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.597 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.598 | 10491 | Recursively removing directory: /tmp/git.0Fpxuf/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.599 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.599 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.599 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.599 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.599 | 30304 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.599 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.599 | 10490 | Removed run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.600 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.600 | 10490 | Assigned run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.600 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.599 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.600 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.WuHQMs +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.601 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.601 | 30303 | Marked run 1974 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.602 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.604 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.605 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.607 | 10494 | Recursively removing directory: /tmp/git.ogjFho/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.608 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.608 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.608 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.608 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.608 | 30315 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.608 | 10490 | Removed run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.609 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.609 | 10490 | Assigned run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.609 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.608 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.609 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.cchu4V +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.611 | 10491 | Recursively removing directory: /tmp/git.WuHQMs/ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.611 | 30314 | Marked run 1975 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.611 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.613 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.613 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.613 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.613 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.613 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.613 | 30320 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.613 | 10490 | Removed run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.613 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.613 | 10490 | Assigned run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.613 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.614 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.G5amwL +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.615 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.615 | 30319 | Marked run 1976 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.616 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.616 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.619 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.619 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.621 | 10494 | Recursively removing directory: /tmp/git.cchu4V/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.623 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.623 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.623 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.623 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.623 | 30331 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.623 | 10490 | Removed run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.623 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.623 | 10490 | Assigned run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.623 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.623 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RjAAEp +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.624 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.625 | 30330 | Marked run 1977 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.625 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.626 | 10491 | Recursively removing directory: /tmp/git.G5amwL/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.627 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.627 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.627 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.627 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.627 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.627 | 30336 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.627 | 10490 | Removed run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.627 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.628 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.628 | 10490 | Assigned run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.628 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.JJgPRt +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.630 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.630 | 30335 | Marked run 1978 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.630 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.631 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.633 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.633 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.636 | 10494 | Recursively removing directory: /tmp/git.RjAAEp/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.638 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.638 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.638 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.638 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.638 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.638 | 30350 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.638 | 10490 | Removed run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.638 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.638 | 10490 | Assigned run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.638 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.638 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.K4Dh9C +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.640 | 10491 | Recursively removing directory: /tmp/git.JJgPRt/ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.640 | 30349 | Marked run 1979 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.640 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.642 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.642 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.642 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.642 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.642 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.642 | 30352 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.642 | 10490 | Removed run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.642 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.642 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.642 | 10490 | Assigned run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.643 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.t2la83 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.644 | 30351 | Marked run 1980 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.644 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.644 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.645 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.648 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.648 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.651 | 10494 | Recursively removing directory: /tmp/git.K4Dh9C/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.652 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.652 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.652 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.652 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.652 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.652 | 30365 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.652 | 10490 | Removed run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.652 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.652 | 10490 | Assigned run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.653 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.653 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.ifzkNO +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.655 | 10491 | Recursively removing directory: /tmp/git.t2la83/ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.655 | 30364 | Marked run 1981 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.656 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.656 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.656 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.656 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.657 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.657 | 30368 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.657 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.657 | 10490 | Removed run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.657 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.657 | 10490 | Assigned run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.656 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.657 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.TNZFZc +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.658 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.659 | 30367 | Marked run 1982 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.659 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.659 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.661 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.662 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.664 | 10494 | Recursively removing directory: /tmp/git.ifzkNO/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.666 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.666 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.666 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.666 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.666 | 30380 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.666 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.666 | 10490 | Removed run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.666 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.666 | 10490 | Assigned run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.666 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.666 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.5Yw0Lg +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.668 | 30378 | Marked run 1983 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.668 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.668 | 10491 | Recursively removing directory: /tmp/git.TNZFZc/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.670 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.670 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.670 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.670 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.670 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.670 | 30384 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.670 | 10490 | Removed run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.670 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.670 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.670 | 10490 | Assigned run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.670 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.XDGiVc +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.673 | 30383 | Marked run 1984 as finished +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.673 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.673 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.674 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.676 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.676 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.679 | 10494 | Recursively removing directory: /tmp/git.5Yw0Lg/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.680 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.680 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.680 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.680 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.680 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.681 | 30397 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.681 | 10490 | Removed run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.681 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.681 | 10490 | Assigned run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.681 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.681 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.j7xUA8 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.682 | 10491 | Recursively removing directory: /tmp/git.XDGiVc/ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.682 | 30396 | Marked run 1985 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.683 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.684 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.684 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.684 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.684 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.684 | 30400 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.684 | 10490 | Removed run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.684 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.684 | 10490 | Assigned run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.684 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.684 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.A7RgTd +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.685 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.686 | 30399 | Marked run 1986 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.686 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.688 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.689 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.690 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.690 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.695 | 10494 | Recursively removing directory: /tmp/git.j7xUA8/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.696 | 10491 | Recursively removing directory: /tmp/git.A7RgTd/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.696 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.696 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.697 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.697 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.697 | 30414 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.697 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.697 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.697 | 10490 | Removed run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.697 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.697 | 10490 | Assigned run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.697 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.Ll3dAd +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.698 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.698 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.698 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.698 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.699 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.699 | 30416 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.699 | 10490 | Removed run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.699 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.699 | 30413 | Marked run 1987 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.699 | 10490 | Assigned run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.699 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.699 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.699 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.byUHih +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.701 | 30415 | Marked run 1988 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.701 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.703 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.704 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.704 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.705 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.709 | 10494 | Recursively removing directory: /tmp/git.Ll3dAd/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.711 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.711 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.711 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.711 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.711 | 30430 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.711 | 10490 | Removed run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.711 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.711 | 10490 | Assigned run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.711 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.711 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.711 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.578x4Y +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.711 | 10491 | Recursively removing directory: /tmp/git.byUHih/ +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.713 | 30429 | Marked run 1989 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.713 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.713 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.713 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.713 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.713 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.713 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.713 | 30432 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.713 | 10490 | Removed run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.713 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.714 | 10490 | Assigned run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.714 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.714 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.S4ygue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.715 | 30431 | Marked run 1990 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.715 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.717 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.718 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.718 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.719 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.723 | 10494 | Recursively removing directory: /tmp/git.578x4Y/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.725 | 10491 | Recursively removing directory: /tmp/git.S4ygue/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.725 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.725 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.725 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.725 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.725 | 30446 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.725 | 10490 | Removed run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.725 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.725 | 10490 | Assigned run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.725 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.725 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.725 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.z8gSe5 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.727 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.727 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.727 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.727 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.727 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.727 | 30448 | Added a new worker 13 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.727 | 10490 | Removed run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.727 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.727 | 10490 | Assigned run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.727 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.727 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.3i4HN8 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.728 | 30445 | Marked run 1991 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.728 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.730 | 30447 | Marked run 1992 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.730 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.731 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.732 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.733 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.733 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.738 | 10494 | Recursively removing directory: /tmp/git.z8gSe5/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.739 | 10491 | Recursively removing directory: /tmp/git.3i4HN8/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.739 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.739 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.739 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.739 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.739 | 30462 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.739 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.739 | 10490 | Removed run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.739 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.740 | 10490 | Assigned run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.739 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.740 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.LpXN00 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.741 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.741 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.741 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.741 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.741 | 30464 | Added a new worker 13 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.741 | 10490 | Removed run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.741 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.741 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.741 | 10490 | Assigned run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.742 | 30461 | Marked run 1993 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.742 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.741 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.741 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2c3qtD +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.743 | 30463 | Marked run 1994 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.743 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.745 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.746 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.746 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.747 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.751 | 10494 | Recursively removing directory: /tmp/git.LpXN00/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.752 | 10491 | Recursively removing directory: /tmp/git.2c3qtD/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.753 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.753 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.753 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.753 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.753 | 30478 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.753 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.753 | 10490 | Removed run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.753 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.753 | 10490 | Assigned run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.753 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.753 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.2DSXlN +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.755 | 30477 | Marked run 1995 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.755 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.755 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.755 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.755 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.755 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.r1B7yF +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.755 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.755 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.755 | 30480 | Added a new worker 10 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.755 | 10490 | Removed run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.755 | 10490 | Removed worker 10 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.755 | 10490 | Assigned run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 10 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.755 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.756 | 30479 | Marked run 1996 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.756 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.758 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.759 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.760 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.760 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.765 | 10494 | Recursively removing directory: /tmp/git.2DSXlN/ +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.766 | 10491 | Recursively removing directory: /tmp/git.r1B7yF/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.766 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.766 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.767 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.767 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.767 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.767 | 30494 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.767 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.767 | 10490 | Removed run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.767 | 10490 | Removed worker 11 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.767 | 10490 | Assigned run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 11 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.767 | 10494 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.RR8XA3 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.768 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.768 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.768 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.769 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.769 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.769 | 30496 | Added a new worker 13 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.769 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.769 | 30493 | Marked run 1997 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.769 | 10490 | Removed run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.769 | 10490 | Removed worker 13 from the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.769 | 10490 | Assigned run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to worker 13 +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.769 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.769 | 10491 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to /tmp/git.fR5g8L +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.771 | 30495 | Marked run 1998 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.771 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.773 | 10494 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.774 | 10494 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.775 | 10491 | Checking out revision HEAD +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.776 | 10491 | Going to run: ./ci +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.779 | 10494 | Recursively removing directory: /tmp/git.RR8XA3/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.781 | 10494 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.781 | 10494 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.781 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.781 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.781 | 30510 | Added a new worker 11 to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.781 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.781 | 10491 | Recursively removing directory: /tmp/git.fR5g8L/ +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.781 | 10494 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.784 | 30509 | Marked run 1999 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.784 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.785 | 10491 | Process exit code: 0 +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.785 | 10491 | Process output: 57 bytes +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.785 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.785 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.785 | 30512 | Added a new worker 12 to the queue +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.785 | 10491 | Waiting for a new command +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.785 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.786 | 30511 | Marked run 2000 as finished +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.786 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.801 | 30515 | Adding a run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.802 | 30515 | Adding a run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.803 | 30515 | Adding a run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.805 | 30515 | Adding a run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.807 | 30515 | Adding a run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.809 | 30515 | Adding a run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.810 | 30515 | Adding a run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.812 | 30515 | Adding a run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.814 | 30515 | Adding a run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.815 | 30515 | Adding a run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.817 | 30515 | Adding a run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.819 | 30515 | Adding a run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.820 | 30515 | Adding a run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.821 | 30515 | Adding a run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.822 | 30515 | Adding a run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.824 | 30515 | Adding a run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.826 | 30515 | Adding a run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.827 | 30515 | Adding a run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.829 | 30515 | Adding a run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.831 | 30515 | Adding a run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.832 | 30515 | Adding a run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.834 | 30515 | Adding a run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.835 | 30515 | Adding a run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.836 | 30515 | Adding a run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.838 | 30515 | Adding a run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.839 | 30515 | Adding a run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.839 | 30515 | Adding a run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.839 | 30515 | Adding a run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.839 | 30515 | Adding a run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.839 | 30515 | Adding a run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.839 | 30515 | Adding a run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.839 | 30515 | Adding a run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.839 | 30515 | Adding a run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.839 | 30515 | Adding a run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.839 | 30515 | Adding a run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.839 | 30515 | Adding a run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.839 | 30515 | Adding a run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.839 | 30515 | Adding a run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.839 | 30515 | Adding a run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.840 | 30515 | Adding a run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.841 | 30515 | Adding a run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.843 | 30515 | Adding a run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.845 | 30515 | Adding a run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.846 | 30515 | Adding a run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.848 | 30515 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple1/repo to the queue +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.853 | 10488 | Waiting for new connections +2024-01-28 10:55:25 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:55:25 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 2000, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1999, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1998, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1997, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1996, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1995, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1994, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1993, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1992, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1991, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1990, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1989, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1988, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1987, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1986, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1985, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1984, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1983, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1982, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1981, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1980, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1979, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1978, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1977, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1976, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1975, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1974, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1973, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1972, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1971, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1970, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1969, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1968, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1967, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1966, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1965, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1964, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1963, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1962, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1961, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1960, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1959, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1958, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1957, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1956, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1955, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1954, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1953, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1952, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1951, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1950, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1949, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1948, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1947, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1946, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1945, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1944, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1943, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1942, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1941, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1940, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1939, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1938, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1937, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1936, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1935, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1934, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1933, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1932, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1931, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1930, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1929, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1928, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1927, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1926, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1925, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1924, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1923, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1922, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1921, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1920, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1919, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1918, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1917, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1916, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1915, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1914, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1913, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1912, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1911, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1910, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1909, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1908, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1907, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1906, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1905, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1904, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1903, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1902, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1901, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1900, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1899, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1898, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1897, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1896, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1895, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1894, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1893, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1892, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1891, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1890, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1889, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1888, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1887, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1886, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1885, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1884, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1883, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1882, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1881, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1880, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1879, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1878, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1877, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1876, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1875, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1874, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1873, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1872, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1871, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1870, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1869, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1868, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1867, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1866, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1865, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1864, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1863, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1862, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1861, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1860, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1859, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1858, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1857, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1856, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1855, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1854, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1853, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1852, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1851, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1850, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1849, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1848, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1847, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1846, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1845, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1844, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1843, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1842, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1841, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1840, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1839, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1838, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1837, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1836, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1835, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1834, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1833, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1832, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1831, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1830, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1829, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1828, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1827, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1826, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1825, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1824, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1823, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1822, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1821, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1820, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1819, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1818, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1817, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1816, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1815, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1814, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1813, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1812, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1811, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1810, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1809, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1808, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1807, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1806, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1805, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1804, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1803, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1802, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1801, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1800, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1799, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1798, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1797, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1796, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1795, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1794, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1793, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1792, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1791, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1790, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1789, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1788, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1787, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1786, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1785, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1784, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1783, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1782, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1781, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1780, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1779, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1778, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1777, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1776, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1775, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1774, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1773, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1772, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1771, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1770, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1769, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1768, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1767, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1766, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1765, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1764, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1763, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1762, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1761, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1760, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1759, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1758, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1757, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1756, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1755, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1754, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1753, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1752, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1751, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1750, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1749, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1748, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1747, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1746, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1745, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1744, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1743, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1742, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1741, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1740, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1739, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1738, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1737, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1736, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1735, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1734, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1733, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1732, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1731, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1730, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1729, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1728, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1727, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1726, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1725, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1724, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1723, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1722, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1721, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1720, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1719, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1718, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1717, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1716, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1715, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1714, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1713, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1712, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1711, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1710, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1709, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1708, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1707, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1706, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1705, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1704, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1703, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1702, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1701, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1700, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1699, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1698, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1697, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1696, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1695, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1694, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1693, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1692, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1691, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1690, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1689, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1688, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1687, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1686, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1685, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1684, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1683, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1682, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1681, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1680, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1679, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1678, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1677, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1676, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1675, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1674, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1673, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1672, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1671, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1670, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1669, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1668, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1667, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1666, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1665, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1664, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1663, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1662, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1661, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1660, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1659, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1658, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1657, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1656, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1655, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1654, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1653, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1652, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1651, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1650, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1649, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1648, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1647, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1646, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1645, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1644, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1643, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1642, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1641, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1640, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1639, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1638, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1637, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1636, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1635, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1634, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1633, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1632, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1631, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1630, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1629, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1628, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1627, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1626, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1625, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1624, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1623, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1622, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1621, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1620, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1619, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1618, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1617, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1616, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1615, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1614, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1613, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1612, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1611, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1610, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1609, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1608, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1607, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1606, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1605, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1604, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1603, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1602, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1601, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1600, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1599, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1598, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1597, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1596, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1595, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1594, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1593, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1592, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1591, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1590, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1589, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1588, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1587, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1586, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1585, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1584, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1583, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1582, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1581, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1580, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1579, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1578, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1577, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1576, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1575, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1574, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1573, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1572, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1571, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1570, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1569, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1568, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1567, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1566, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1565, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1564, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1563, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1562, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1561, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1560, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1559, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1558, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1557, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1556, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1555, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1554, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1553, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1552, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1551, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1550, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1549, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1548, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1547, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1546, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1545, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1544, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1543, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1542, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1541, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1540, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1539, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1538, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1537, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1536, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1535, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1534, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1533, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1532, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1531, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1530, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1529, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1528, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1527, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1526, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1525, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1524, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1523, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1522, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1521, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1520, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1519, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1518, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1517, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1516, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1515, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1514, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1513, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1512, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1511, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1510, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1509, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1508, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1507, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1506, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1505, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1504, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1503, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1502, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1501, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1500, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1499, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1498, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1497, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1496, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1495, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1494, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1493, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1492, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1491, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1490, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1489, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1488, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1487, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1486, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1485, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1484, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1483, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1482, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1481, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1480, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1479, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1478, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1477, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1476, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1475, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1474, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1473, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1472, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1471, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1470, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1469, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1468, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1467, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1466, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1465, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1464, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1463, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1462, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1461, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1460, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1459, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1458, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1457, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1456, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1455, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1454, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1453, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1452, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1451, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1450, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1449, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1448, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1447, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1446, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1445, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1444, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1443, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1442, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1441, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1440, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1439, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1438, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1437, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1436, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1435, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1434, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1433, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1432, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1431, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1430, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1429, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1428, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1427, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1426, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1425, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1424, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1423, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1422, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1421, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1420, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1419, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1418, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1417, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1416, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1415, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1414, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1413, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1412, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1411, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1410, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1409, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1408, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1407, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1406, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1405, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1404, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1403, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1402, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1401, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1400, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1399, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1398, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1397, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1396, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1395, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1394, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1393, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1392, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1391, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1390, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1389, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1388, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1387, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1386, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1385, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1384, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1383, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1382, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1381, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1380, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1379, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1378, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1377, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1376, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1375, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1374, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1373, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1372, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1371, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1370, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1369, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1368, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1367, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1366, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1365, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1364, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1363, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1362, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1361, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1360, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1359, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1358, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1357, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1356, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1355, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1354, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1353, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1352, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1351, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1350, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1349, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1348, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1347, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1346, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1345, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1344, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1343, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1342, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1341, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1340, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1339, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1338, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1337, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1336, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1335, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1334, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1333, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1332, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1331, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1330, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1329, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1328, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1327, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1326, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1325, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1324, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1323, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1322, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1321, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1320, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1319, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1318, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1317, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1316, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1315, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1314, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1313, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1312, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1311, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1310, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1309, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1308, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1307, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1306, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1305, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1304, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1303, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1302, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1301, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1300, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1299, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1298, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1297, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1296, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1295, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1294, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1293, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1292, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1291, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1290, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1289, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1288, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1287, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1286, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1285, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1284, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1283, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1282, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1281, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1280, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1279, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1278, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1277, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1276, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1275, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1274, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1273, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1272, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1271, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1270, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1269, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1268, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1267, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1266, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1265, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1264, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1263, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1262, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1261, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1260, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1259, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1258, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1257, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1256, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1255, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1254, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1253, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1252, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1251, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1250, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1249, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1248, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1247, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1246, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1245, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1244, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1243, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1242, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1241, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1240, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1239, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1238, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1237, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1236, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1235, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1234, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1233, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1232, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1231, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1230, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1229, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1228, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1227, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1226, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1225, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1224, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1223, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1222, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1221, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1220, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1219, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1218, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1217, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1216, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1215, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1214, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1213, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1212, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1211, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1210, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1209, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1208, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1207, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1206, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1205, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1204, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1203, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1202, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1201, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1200, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1199, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1198, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1197, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1196, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1195, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1194, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1193, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1192, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1191, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1190, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1189, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1188, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1187, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1186, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1185, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1184, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1183, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1182, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1181, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1180, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1179, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1178, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1177, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1176, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1175, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1174, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1173, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1172, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1171, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1170, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1169, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1168, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1167, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1166, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1165, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1164, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1163, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1162, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1161, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1160, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1159, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1158, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1157, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1156, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1155, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1154, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1153, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1152, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1151, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1150, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1149, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1148, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1147, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1146, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1145, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1144, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1143, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1142, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1141, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1140, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1139, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1138, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1137, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1136, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1135, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1134, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1133, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1132, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1131, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1130, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1129, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1128, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1127, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1126, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1125, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1124, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1123, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1122, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1121, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1120, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1119, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1118, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1117, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1116, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1115, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1114, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1113, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1112, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1111, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1110, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1109, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1108, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1107, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1106, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1105, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1104, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1103, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1102, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1101, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1100, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1099, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1098, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1097, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1096, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1095, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1094, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1093, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1092, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1091, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1090, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1089, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1088, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1087, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1086, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1085, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1084, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1083, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1082, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1081, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1080, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1079, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1078, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1077, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1076, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1075, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1074, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1073, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1072, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1071, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1070, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1069, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1068, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1067, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1066, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1065, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1064, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1063, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1062, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1061, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1060, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1059, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1058, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1057, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1056, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1055, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1054, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1053, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1052, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1051, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1050, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1049, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1048, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1047, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1046, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1045, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1044, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1043, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1042, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1041, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1040, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1039, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1038, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1037, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1036, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1035, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1034, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1033, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1032, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1031, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1030, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1029, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1028, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1027, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1026, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1025, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1024, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1023, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1022, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1021, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1020, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1019, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1018, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1017, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1016, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1015, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1014, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1013, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1012, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1011, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1010, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1009, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1008, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1007, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1006, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1005, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1004, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1003, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1002, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1001, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1000, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 999, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 998, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 997, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 996, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 995, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 994, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 993, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 992, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 991, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 990, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 989, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 988, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 987, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 986, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 985, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 984, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 983, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 982, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 981, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 980, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 979, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 978, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 977, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 976, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 975, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 974, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 973, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 972, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 971, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 970, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 969, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 968, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 967, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 966, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 965, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 964, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 963, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 962, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 961, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 960, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 959, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 958, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 957, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 956, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 955, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 954, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 953, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 952, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 951, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 950, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 949, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 948, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 947, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 946, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 945, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 944, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 943, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 942, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 941, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 940, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 939, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 938, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 937, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 936, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 935, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 934, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 933, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 932, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 931, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 930, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 929, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 928, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 927, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 926, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 925, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 924, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 923, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 922, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 921, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 920, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 919, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 918, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 917, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 916, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 915, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 914, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 913, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 912, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 911, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 910, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 909, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 908, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 907, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 906, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 905, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 904, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 903, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 902, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 901, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 900, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 899, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 898, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 897, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 896, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 895, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 894, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 893, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 892, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 891, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 890, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 889, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 888, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 887, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 886, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 885, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 884, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 883, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 882, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 881, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 880, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 879, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 878, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 877, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 876, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 875, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 874, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 873, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 872, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 871, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 870, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 869, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 868, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 867, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 866, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 865, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 864, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 863, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 862, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 861, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 860, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 859, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 858, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 857, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 856, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 855, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 854, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 853, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 852, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 851, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 850, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 849, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 848, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 847, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 846, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 845, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 844, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 843, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 842, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 841, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 840, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 839, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 838, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 837, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 836, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 835, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 834, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 833, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 832, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 831, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 830, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 829, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 828, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 827, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 826, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 825, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 824, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 823, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 822, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 821, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 820, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 819, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 818, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 817, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 816, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 815, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 814, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 813, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 812, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 811, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 810, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 809, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 808, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 807, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 806, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 805, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 804, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 803, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 802, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 801, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 800, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 799, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 798, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 797, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 796, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 795, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 794, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 793, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 792, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 791, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 790, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 789, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 788, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 787, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 786, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 785, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 784, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 783, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 782, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 781, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 780, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 779, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 778, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 777, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 776, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 775, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 774, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 773, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 772, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 771, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 770, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 769, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 768, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 767, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 766, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 765, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 764, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 763, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 762, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 761, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 760, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 759, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 758, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 757, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 756, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 755, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 754, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 753, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 752, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 751, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 750, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 749, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 748, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 747, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 746, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 745, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 744, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 743, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 742, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 741, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 740, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 739, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 738, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 737, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 736, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 735, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 734, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 733, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 732, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 731, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 730, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 729, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 728, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 727, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 726, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 725, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 724, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 723, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 722, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 721, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 720, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 719, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 718, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 717, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 716, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 715, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 714, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 713, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 712, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 711, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 710, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 709, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 708, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 707, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 706, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 705, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 704, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 703, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 702, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 701, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 700, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 699, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 698, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 697, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 696, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 695, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 694, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 693, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 692, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 691, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 690, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 689, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 688, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 687, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 686, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 685, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 684, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 683, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 682, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 681, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 680, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 679, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 678, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 677, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 676, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 675, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 674, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 673, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 672, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 671, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 670, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 669, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 668, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 667, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 666, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 665, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 664, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 663, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 662, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 661, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 660, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 659, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 658, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 657, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 656, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 655, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 654, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 653, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 652, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 651, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 650, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 649, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 648, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 647, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 646, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 645, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 644, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 643, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 642, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 641, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 640, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 639, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 638, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 637, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 636, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 635, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 634, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 633, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 632, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 631, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 630, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 629, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 628, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 627, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 626, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 625, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 624, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 623, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 622, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 621, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 620, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 619, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 618, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 617, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 616, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 615, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 614, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 613, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 612, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 611, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 610, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 609, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 608, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 607, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 606, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 605, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 604, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 603, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 602, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 601, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 600, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 599, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 598, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 597, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 596, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 595, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 594, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 593, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 592, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 591, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 590, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 589, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 588, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 587, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 586, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 585, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 584, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 583, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 582, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 581, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 580, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 579, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 578, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 577, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 576, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 575, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 574, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 573, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 572, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 571, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 570, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 569, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 568, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 567, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 566, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 565, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 564, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 563, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 562, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 561, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 560, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 559, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 558, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 557, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 556, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 555, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 554, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 553, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 552, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 551, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 550, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 549, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 548, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 547, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 546, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 545, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 544, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 543, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 542, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 541, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 540, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 539, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 538, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 537, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 536, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 535, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 534, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 533, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 532, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 531, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 530, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 529, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 528, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 527, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 526, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 525, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 524, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 523, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 522, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 521, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 520, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 519, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 518, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 517, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 516, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 515, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 514, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 513, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 512, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 511, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 510, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 509, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 508, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 507, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 506, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 505, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 504, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 503, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 502, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 501, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 500, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 499, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 498, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 497, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 496, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 495, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 494, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 493, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 492, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 491, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 490, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 489, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 488, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 487, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 486, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 485, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 484, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 483, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 482, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 481, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 480, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 479, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 478, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 477, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 476, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 475, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 474, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 473, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 472, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 471, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 470, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 469, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 468, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 467, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 466, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 465, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 464, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 463, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 462, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 461, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 460, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 459, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 458, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 457, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 456, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 455, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 454, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 453, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 452, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 451, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 450, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 449, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 448, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 447, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 446, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 445, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 444, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 443, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 442, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 441, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 440, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 439, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 438, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 437, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 436, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 435, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 434, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 433, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 432, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 431, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 430, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 429, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 428, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 427, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 426, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 425, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 424, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 423, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 422, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 421, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 420, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 419, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 418, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 417, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 416, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 415, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 414, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 413, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 412, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 411, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 410, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 409, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 408, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 407, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 406, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 405, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 404, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 403, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 402, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 401, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 400, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 399, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 398, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 397, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 396, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 395, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 394, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 393, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 392, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 391, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 390, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 389, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 388, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 387, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 386, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 385, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 384, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 383, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 382, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 381, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 380, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 379, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 378, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 377, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 376, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 375, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 374, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 373, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 372, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 371, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 370, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 369, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 368, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 367, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 366, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 365, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 364, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 363, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 362, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 361, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 360, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 359, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 358, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 357, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 356, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 355, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 354, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 353, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 352, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 351, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 350, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 349, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 348, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 347, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 346, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 345, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 344, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 343, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 342, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 341, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 340, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 339, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 338, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 337, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 336, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 335, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 334, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 333, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 332, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 331, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 330, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 329, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 328, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 327, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 326, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 325, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 324, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 323, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 322, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 321, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 320, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 319, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 318, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 317, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 316, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 315, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 314, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 313, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 312, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 311, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 310, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 309, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 308, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 307, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 306, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 305, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 304, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 303, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 302, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 301, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 300, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 299, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 298, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 297, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 296, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 295, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 294, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 293, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 292, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 291, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 290, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 289, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 288, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 287, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 286, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 285, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 284, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 283, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 282, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 281, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 280, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 279, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 278, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 277, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 276, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 275, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 274, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 273, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 272, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 271, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 270, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 269, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 268, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 267, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 266, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 265, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 264, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 263, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 262, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 261, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 260, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 259, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 258, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 257, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 256, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 255, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 254, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 253, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 252, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 251, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 250, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 249, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 248, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 247, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 246, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 245, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 244, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 243, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 242, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 241, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 240, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 239, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 238, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 237, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 236, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 235, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 234, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 233, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 232, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 231, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 230, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 229, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 228, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 227, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 226, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 225, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 224, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 223, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 222, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 221, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 220, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 219, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 218, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 217, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 216, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 215, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 214, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 213, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 212, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 211, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 210, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 209, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 208, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 207, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 206, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 205, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 204, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 203, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 202, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 201, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 200, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 199, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 198, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 197, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 196, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 195, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 194, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 193, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 192, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 191, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 190, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 189, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 188, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 187, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 186, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 185, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 184, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 183, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 182, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 181, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 180, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 179, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 178, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 177, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 176, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 175, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 174, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 173, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 172, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 171, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 170, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 169, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 168, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 167, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 166, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 165, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 164, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 163, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 162, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 161, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 160, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 159, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 158, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 157, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 156, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 155, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 154, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 153, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 152, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 151, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 150, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 149, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 148, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 147, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 146, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 145, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 144, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 143, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 142, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 141, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 140, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 139, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 138, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 137, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 136, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 135, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 134, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 133, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 132, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 131, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 130, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 129, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 128, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 127, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 126, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 125, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 124, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 123, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 122, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 121, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 120, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 119, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 118, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 117, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 116, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 115, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 114, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 113, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 112, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 111, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 110, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 109, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 108, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 107, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 106, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 105, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 104, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 103, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 102, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 101, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 100, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 99, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 98, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 97, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 96, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 95, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 94, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 93, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 92, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 91, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 90, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 89, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 88, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 87, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 86, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 85, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 84, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 83, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 82, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 81, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 80, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 79, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 78, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 77, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 76, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 75, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 74, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 73, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 72, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 71, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 70, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 69, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 68, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 67, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 66, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 65, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 64, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 63, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 62, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 61, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 60, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 59, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 58, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 57, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 56, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 55, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 54, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 53, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 52, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 51, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 50, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 49, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 48, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 47, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 46, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 45, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 44, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 43, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 42, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 41, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 40, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 39, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 38, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 37, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 36, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 35, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 34, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 33, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 32, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 31, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 30, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 29, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 28, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 27, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 26, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 25, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 24, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 23, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 22, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 21, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 20, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 19, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 18, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 17, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 16, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 15, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 14, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 13, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 12, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 11, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 10, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 9, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 8, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 7, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 6, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 5, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple1\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:55:25 | INFO | Terminating process 10494/cimple-worker +2024-01-28 10:55:25 | INFO | 10494/cimple-worker: 2024-01-28 10:55:25.881 | 10494 | Shutting down +2024-01-28 10:55:25 | INFO | Terminating process 10491/cimple-worker +2024-01-28 10:55:25 | INFO | 10491/cimple-worker: 2024-01-28 10:55:25.882 | 10491 | Shutting down +2024-01-28 10:55:25 | INFO | Terminating process 10488/cimple-server +2024-01-28 10:55:25 | INFO | 10488/cimple-server: 2024-01-28 10:55:25.883 | 10488 | Shutting down
Passedsrc/test_repo.py::test_repo_stress[output_simple-numof_clients=4-runs_per_client=500]16.26
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:55:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/cimple.sqlite'] +2024-01-28 10:55:25 | INFO | Process 30516/cimple-server has started +2024-01-28 10:55:25 | INFO | 30516/cimple-server: 2024-01-28 10:55:25.909 | 30516 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/cimple.sqlite +2024-01-28 10:55:25 | INFO | 30516/cimple-server: 2024-01-28 10:55:25.909 | 30516 | SQLite database version: 0 +2024-01-28 10:55:25 | INFO | 30516/cimple-server: 2024-01-28 10:55:25.909 | 30516 | Newest database version: 1 +2024-01-28 10:55:25 | INFO | 30516/cimple-server: 2024-01-28 10:55:25.909 | 30516 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:55:25 | INFO | 30516/cimple-server: 2024-01-28 10:55:25.924 | 30516 | Waiting for new connections +2024-01-28 10:55:25 | INFO | Process 30516/cimple-server is ready +2024-01-28 10:55:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:25 | INFO | Process 30519/cimple-worker has started +2024-01-28 10:55:25 | INFO | 30516/cimple-server: 2024-01-28 10:55:25.932 | 30516 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 30516/cimple-server: 2024-01-28 10:55:25.932 | 30521 | Added a new worker 8 to the queue +2024-01-28 10:55:25 | INFO | 30516/cimple-server: 2024-01-28 10:55:25.932 | 30516 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 30519/cimple-worker: 2024-01-28 10:55:25.932 | 30519 | Waiting for a new command +2024-01-28 10:55:25 | INFO | Process 30519/cimple-worker is ready +2024-01-28 10:55:25 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:25 | INFO | Process 30522/cimple-worker has started +2024-01-28 10:55:25 | INFO | 30516/cimple-server: 2024-01-28 10:55:25.941 | 30516 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 30516/cimple-server: 2024-01-28 10:55:25.941 | 30524 | Added a new worker 9 to the queue +2024-01-28 10:55:25 | INFO | 30516/cimple-server: 2024-01-28 10:55:25.941 | 30516 | Waiting for new connections +2024-01-28 10:55:25 | INFO | 30522/cimple-worker: 2024-01-28 10:55:25.941 | 30522 | Waiting for a new command +2024-01-28 10:55:25 | INFO | Process 30522/cimple-worker is ready +2024-01-28 10:55:25 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/cimple.sqlite +2024-01-28 10:55:25 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:55:25 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:55:25 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:55:25 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:55:25 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:55:25 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:55:25 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:55:25 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:55:25 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:55:25 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:55:25 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:55:25 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:55:25 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:55:25 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:55:26 | INFO | Executing 500 clients +2024-01-28 10:55:26 | INFO | Executing 500 clients +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.148 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.148 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Executing 500 clients +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.152 | 30544 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.153 | 30518 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.153 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.153 | 30518 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.153 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.154 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.153 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M5Ac6n +2024-01-28 10:55:26 | INFO | Executing 500 clients +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.156 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.156 | 30543 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.156 | 30518 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.156 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.156 | 30518 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.156 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.156 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.T9L5So +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.158 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.159 | 30548 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.159 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.159 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.159 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.161 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.162 | 30551 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.162 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.163 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.164 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.164 | 30553 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.165 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.165 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.165 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.166 | 30556 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.166 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.168 | 30559 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.168 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.169 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.169 | 30519 | Recursively removing directory: /tmp/git.M5Ac6n/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.170 | 30562 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.170 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.170 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.171 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.171 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.171 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.171 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.171 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.171 | 30577 | Added a new worker 15 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.171 | 30518 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.171 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.171 | 30518 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.172 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.172 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.H7PQ3Z +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.173 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.174 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.174 | 30570 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.174 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.174 | 30522 | Recursively removing directory: /tmp/git.T9L5So/ +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.176 | 30572 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.176 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.177 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.177 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.177 | 30583 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.177 | 30518 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.177 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.176 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.176 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.177 | 30518 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.177 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.177 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KPtbW3 +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.177 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.178 | 30576 | Marked run 1 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.179 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.179 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.180 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.180 | 30582 | Marked run 2 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.180 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.180 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.182 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.182 | 30579 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.182 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.184 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.185 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.185 | 30580 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.185 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.186 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.186 | 30585 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.187 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.188 | 30586 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.188 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.190 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.191 | 30592 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.191 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.192 | 30519 | Recursively removing directory: /tmp/git.H7PQ3Z/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.193 | 30601 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.193 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.194 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.195 | 30522 | Recursively removing directory: /tmp/git.KPtbW3/ +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.194 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.194 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.195 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.195 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.195 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.195 | 30598 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.195 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.195 | 30611 | Added a new worker 6 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.195 | 30518 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.195 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.195 | 30518 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.196 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.196 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.196 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rnrJ5i +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.197 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.197 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.197 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.197 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.197 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.197 | 30615 | Added a new worker 20 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.197 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.197 | 30518 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.197 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.197 | 30518 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.198 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lpS9KR +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.198 | 30609 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.198 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.199 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.200 | 30607 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.200 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.202 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.203 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.203 | 30610 | Marked run 3 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.203 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.204 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.204 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.205 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.205 | 30614 | Marked run 4 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.205 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.206 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.207 | 30612 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.207 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.209 | 30617 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.209 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.211 | 30619 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.211 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.211 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.212 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.212 | 30620 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.213 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.212 | 30519 | Recursively removing directory: /tmp/git.rnrJ5i/ +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.215 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.215 | 30632 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.215 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.215 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.215 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.216 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.216 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.216 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.216 | 30642 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.216 | 30518 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.216 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.216 | 30518 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.216 | 30522 | Recursively removing directory: /tmp/git.lpS9KR/ +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.216 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XbpJKo +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.217 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.218 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.218 | 30636 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.219 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.219 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.219 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.219 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.219 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.219 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.219 | 30647 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.219 | 30518 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.219 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.219 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.220 | 30518 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.220 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GnCQYf +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.221 | 30639 | Added a new run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.221 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.222 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.223 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.223 | 30641 | Marked run 5 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.223 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.224 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.224 | 30643 | Added a new run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.225 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.227 | 30646 | Marked run 6 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.227 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.227 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.229 | 30649 | Added a new run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.229 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.229 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.231 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.231 | 30644 | Added a new run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.231 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.232 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.232 | 30519 | Recursively removing directory: /tmp/git.XbpJKo/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.234 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.235 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.235 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.235 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.235 | 30651 | Added a new run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.235 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.235 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.235 | 30667 | Added a new worker 6 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.235 | 30518 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.235 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.235 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.235 | 30518 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.236 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GgT1I4 +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.238 | 30654 | Added a new run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.238 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.238 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.239 | 30522 | Recursively removing directory: /tmp/git.GnCQYf/ +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.241 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.241 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.241 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.241 | 30666 | Marked run 7 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.241 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.241 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.241 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o3iUjs +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.241 | 30675 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.241 | 30518 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.241 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.241 | 30518 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.241 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.241 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.243 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.243 | 30662 | Added a new run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.243 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.244 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.245 | 30664 | Added a new run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.245 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.246 | 30672 | Added a new run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.247 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.248 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.249 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.249 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.249 | 30674 | Marked run 8 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.249 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.250 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.251 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.251 | 30676 | Added a new run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.251 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.253 | 30683 | Added a new run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.253 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.254 | 30682 | Added a new run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.254 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.254 | 30519 | Recursively removing directory: /tmp/git.GgT1I4/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.255 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.256 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.257 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.257 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.257 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.256 | 30688 | Added a new run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.257 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.257 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.257 | 30698 | Added a new worker 14 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.257 | 30518 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.257 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.257 | 30518 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.258 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.257 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xYKZqg +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.260 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.260 | 30522 | Recursively removing directory: /tmp/git.o3iUjs/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.260 | 30697 | Marked run 9 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.260 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.262 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.262 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.262 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.262 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.263 | 30693 | Added a new run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.263 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.263 | 30706 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.263 | 30518 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.263 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.263 | 30518 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.263 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.263 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WikIVi +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.263 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.264 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.265 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.265 | 30696 | Added a new run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.265 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.266 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.267 | 30702 | Added a new run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.267 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.268 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.269 | 30704 | Added a new run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.269 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.271 | 30709 | Added a new run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.272 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.272 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.273 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.273 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.273 | 30519 | Recursively removing directory: /tmp/git.xYKZqg/ +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.274 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.274 | 30713 | Added a new run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.275 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.275 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.276 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.276 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.276 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.276 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.276 | 30705 | Marked run 10 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.277 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.277 | 30726 | Added a new worker 6 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.277 | 30518 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.277 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.277 | 30518 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.277 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.277 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.277 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.98dZmp +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.278 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.279 | 30720 | Added a new run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.279 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.281 | 30721 | Added a new run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.281 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.282 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.283 | 30725 | Marked run 11 as finished +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.283 | 30522 | Recursively removing directory: /tmp/git.WikIVi/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.283 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.284 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.285 | 30724 | Added a new run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.285 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.285 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.286 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.286 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.286 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.286 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.286 | 30739 | Added a new worker 16 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.286 | 30518 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.286 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.286 | 30518 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.286 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.286 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.286 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WHf49Z +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.287 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.288 | 30728 | Added a new run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.288 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.290 | 30738 | Marked run 12 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.290 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.291 | 30736 | Added a new run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.291 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.291 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.293 | 30734 | Added a new run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.294 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.294 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.294 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.295 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.295 | 30519 | Recursively removing directory: /tmp/git.98dZmp/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.296 | 30745 | Added a new run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.296 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.297 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.297 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.297 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.298 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.298 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.298 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.298 | 30757 | Added a new worker 11 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.298 | 30518 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.298 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.298 | 30518 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.298 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.298 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1RE7jI +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.299 | 30741 | Added a new run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.299 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.300 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.301 | 30750 | Added a new run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.302 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.302 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.303 | 30522 | Recursively removing directory: /tmp/git.WHf49Z/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.304 | 30754 | Added a new run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.304 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.304 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.304 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.306 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.306 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.306 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.306 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.306 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.306 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.306 | 30769 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.306 | 30518 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.306 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.306 | 30518 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.306 | 30756 | Marked run 13 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.307 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.307 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.306 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.H0bT3R +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.308 | 30760 | Added a new run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.309 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.310 | 30765 | Added a new run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.311 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.312 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.312 | 30766 | Added a new run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.314 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.314 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.314 | 30768 | Marked run 14 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.314 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.314 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.315 | 30519 | Recursively removing directory: /tmp/git.1RE7jI/ +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.316 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.316 | 30771 | Added a new run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.316 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.316 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.317 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.317 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.317 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.317 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.317 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.317 | 30786 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.317 | 30518 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.317 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.317 | 30518 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.317 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.318 | 30776 | Added a new run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.317 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Z8uRwq +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.318 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.319 | 30782 | Added a new run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.320 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.322 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.322 | 30781 | Added a new run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.322 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.324 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.324 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.325 | 30785 | Marked run 15 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.325 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.325 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.326 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.326 | 30789 | Added a new run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.326 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.327 | 30522 | Recursively removing directory: /tmp/git.H0bT3R/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.328 | 30792 | Added a new run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.328 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.329 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.329 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.329 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.330 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.330 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.330 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.330 | 30806 | Added a new worker 9 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.330 | 30518 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.330 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.330 | 30518 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.330 | 30796 | Added a new run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.330 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.330 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.330 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.efXslZ +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.332 | 30799 | Added a new run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.333 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.333 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.334 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.335 | 30519 | Recursively removing directory: /tmp/git.Z8uRwq/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.335 | 30804 | Added a new run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.335 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.335 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.337 | 30805 | Marked run 16 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.337 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.337 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.337 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.337 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.338 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.338 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.338 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.338 | 30817 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.338 | 30518 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.338 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.338 | 30518 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.338 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.J9iPOb +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.339 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.339 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.339 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.339 | 30810 | Added a new run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.339 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.343 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.344 | 30816 | Marked run 17 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.344 | 30813 | Added a new run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.344 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.344 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.345 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.346 | 30522 | Recursively removing directory: /tmp/git.efXslZ/ +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.346 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.347 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.348 | 30814 | Added a new run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.348 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.348 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.348 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.348 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.348 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.349 | 30831 | Added a new worker 14 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.349 | 30518 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.349 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.349 | 30518 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.349 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RURHFW +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.349 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.350 | 30818 | Added a new run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.350 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.352 | 30824 | Added a new run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.352 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.353 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.354 | 30830 | Marked run 18 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.354 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.354 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.355 | 30829 | Added a new run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.355 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.355 | 30519 | Recursively removing directory: /tmp/git.J9iPOb/ +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.355 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.356 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.357 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.357 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.357 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.357 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.357 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.357 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.358 | 30846 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.358 | 30518 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.358 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.358 | 30518 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.358 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AHjMLP +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.358 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.358 | 30839 | Added a new run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.358 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.359 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.360 | 30841 | Added a new run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.360 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.361 | 30845 | Marked run 19 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.361 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.363 | 30847 | Added a new run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.363 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.364 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.365 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.365 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.366 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.366 | 30843 | Added a new run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.366 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.366 | 30522 | Recursively removing directory: /tmp/git.RURHFW/ +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.367 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.368 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.368 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.369 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.368 | 30856 | Added a new run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.369 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.369 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.369 | 30863 | Added a new worker 15 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.369 | 30518 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.369 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.369 | 30518 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.370 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.370 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rcKakJ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.370 | 30858 | Added a new run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.371 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.372 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.374 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.374 | 30859 | Added a new run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.374 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.375 | 30519 | Recursively removing directory: /tmp/git.AHjMLP/ +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.376 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.377 | 30862 | Marked run 20 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.377 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.377 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.377 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.377 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.377 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.377 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.377 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.377 | 30876 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.377 | 30518 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.377 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.377 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.377 | 30518 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.378 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.378 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qFKmXL +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.379 | 30866 | Added a new run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.379 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.380 | 30872 | Added a new run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.381 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.383 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.383 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.383 | 30870 | Added a new run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.383 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.384 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.385 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.386 | 30877 | Added a new run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.386 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.386 | 30522 | Recursively removing directory: /tmp/git.rcKakJ/ +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.387 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.387 | 30884 | Added a new run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.388 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.389 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.389 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.389 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.389 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QqIpWU +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.389 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.389 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.389 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.389 | 30893 | Added a new worker 20 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.389 | 30518 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.389 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.389 | 30518 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.389 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.390 | 30888 | Added a new run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.390 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.391 | 30875 | Marked run 21 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.392 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.392 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.393 | 30890 | Added a new run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.394 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.395 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.396 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.395 | 30519 | Recursively removing directory: /tmp/git.qFKmXL/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.395 | 30895 | Added a new run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.396 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.397 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.398 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.398 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.398 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.398 | 30898 | Added a new run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.398 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.399 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.399 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.398 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.399 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.399 | 30908 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.399 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Znq8bW +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.399 | 30518 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.399 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.399 | 30518 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.400 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.401 | 30892 | Marked run 22 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.401 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.402 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.402 | 30903 | Added a new run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.403 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.404 | 30906 | Added a new run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.405 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.405 | 30522 | Recursively removing directory: /tmp/git.QqIpWU/ +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.406 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.407 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.407 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.407 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.407 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.406 | 30909 | Added a new run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.407 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.407 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.407 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.407 | 30922 | Added a new worker 15 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.408 | 30518 | Removed run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.408 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.408 | 30518 | Assigned run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.408 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.409 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.408 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wCn2U8 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.409 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.410 | 30907 | Marked run 23 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.410 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.410 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.412 | 30915 | Added a new run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.412 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.414 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.414 | 30925 | Added a new run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.414 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.415 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.415 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.416 | 30921 | Marked run 24 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.416 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.417 | 30519 | Recursively removing directory: /tmp/git.Znq8bW/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.418 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.418 | 30924 | Added a new run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.418 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.420 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.420 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.420 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.420 | 30919 | Added a new run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.420 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.420 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.420 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.420 | 30940 | Added a new worker 15 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.420 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.421 | 30518 | Removed run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.421 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.421 | 30518 | Assigned run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.421 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KZTi4J +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.422 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.423 | 30522 | Recursively removing directory: /tmp/git.wCn2U8/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.423 | 30932 | Added a new run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.423 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.424 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.424 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.425 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.425 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.425 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.425 | 30948 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.425 | 30518 | Removed run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.425 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.425 | 30518 | Assigned run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.426 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jhkVNQ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.426 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.426 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.426 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.427 | 30939 | Marked run 25 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.427 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.427 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.429 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.429 | 30947 | Marked run 26 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.429 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.430 | 30936 | Added a new run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.430 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.432 | 30945 | Added a new run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.432 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.432 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.433 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.434 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.434 | 30949 | Added a new run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.435 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.436 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.437 | 30950 | Added a new run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.438 | 30519 | Recursively removing directory: /tmp/git.KZTi4J/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.438 | 30955 | Added a new run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.438 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.439 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.439 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.439 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.440 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.440 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.440 | 30969 | Added a new worker 14 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.440 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.440 | 30518 | Removed run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.440 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.440 | 30518 | Assigned run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.440 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.440 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Va6thA +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.441 | 30961 | Added a new run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.441 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.442 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.445 | 30968 | Marked run 27 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.445 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.444 | 30522 | Recursively removing directory: /tmp/git.jhkVNQ/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.445 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.446 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.446 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.446 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.447 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.447 | 30978 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.447 | 30518 | Removed run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.447 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.447 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.447 | 30518 | Assigned run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.447 | 30967 | Added a new run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.447 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.446 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.447 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sZtsK6 +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.448 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.448 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.449 | 30970 | Added a new run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.450 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.450 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.451 | 30973 | Added a new run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.451 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.453 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.453 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.453 | 30976 | Added a new run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.454 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.454 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.455 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.455 | 30977 | Marked run 28 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.456 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.457 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.458 | 30519 | Recursively removing directory: /tmp/git.Va6thA/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.458 | 30982 | Added a new run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.458 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.460 | 30984 | Added a new run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.461 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.461 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.461 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.461 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.461 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.461 | 31001 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.461 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.461 | 30518 | Removed run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.461 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.461 | 30518 | Assigned run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.461 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.462 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.461 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.n8IRUt +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.463 | 30987 | Added a new run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.463 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.464 | 30522 | Recursively removing directory: /tmp/git.sZtsK6/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.465 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.465 | 30993 | Added a new run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.465 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.466 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.467 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.467 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.467 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.467 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.467 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.467 | 31009 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.467 | 30518 | Removed run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.467 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.467 | 30518 | Assigned run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.467 | 31000 | Marked run 29 as finished +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.467 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xixzXl +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.468 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.468 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.469 | 31008 | Marked run 30 as finished +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.469 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.470 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.471 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.471 | 31002 | Added a new run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.471 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.473 | 31005 | Added a new run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.474 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.474 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.475 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.475 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.475 | 31007 | Added a new run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.476 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.477 | 31010 | Added a new run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.477 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.478 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.478 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.478 | 31016 | Added a new run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.479 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.480 | 31020 | Added a new run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.480 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.482 | 31022 | Added a new run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.482 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.482 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.483 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.484 | 31030 | Added a new run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.484 | 30522 | Recursively removing directory: /tmp/git.xixzXl/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.484 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.485 | 31034 | Added a new run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.486 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.486 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.486 | 30519 | Recursively removing directory: /tmp/git.n8IRUt/ +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.487 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.487 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.487 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.487 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.487 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.487 | 31040 | Added a new worker 16 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.487 | 30518 | Removed run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.487 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.488 | 30518 | Assigned run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.488 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.488 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xRsbew +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.489 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.489 | 31035 | Added a new run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.489 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.490 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.490 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.490 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.490 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.490 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.490 | 31045 | Added a new worker 20 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.490 | 30518 | Removed run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.490 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.490 | 30518 | Assigned run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.491 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gCiAbF +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.491 | 31039 | Marked run 32 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.491 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.492 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.492 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.493 | 31044 | Marked run 31 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.493 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.494 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.495 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.495 | 31037 | Added a new run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.496 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.497 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.497 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.497 | 31041 | Added a new run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.498 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.499 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.500 | 31046 | Added a new run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.500 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.501 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.502 | 31042 | Added a new run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.502 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.503 | 31053 | Added a new run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.504 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.505 | 31058 | Added a new run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.505 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.505 | 30522 | Recursively removing directory: /tmp/git.xRsbew/ +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.507 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.507 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.507 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.507 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.508 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.508 | 31070 | Added a new worker 15 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.508 | 30518 | Removed run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.508 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.508 | 30518 | Assigned run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.506 | 30519 | Recursively removing directory: /tmp/git.gCiAbF/ +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.507 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.508 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5IOsHL +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.508 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.508 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.509 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.508 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.509 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.509 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.509 | 31073 | Added a new worker 20 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.509 | 30518 | Removed run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.509 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.509 | 30518 | Assigned run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.509 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Mpgo2f +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.509 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.510 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.510 | 31064 | Added a new run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.510 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.512 | 31069 | Marked run 33 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.513 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.513 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.514 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.515 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.516 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.516 | 31072 | Marked run 34 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.516 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.516 | 31068 | Added a new run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.516 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.517 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.518 | 31071 | Added a new run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.518 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.519 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.520 | 31074 | Added a new run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.520 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.522 | 31076 | Added a new run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.523 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.523 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.523 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.524 | 30522 | Recursively removing directory: /tmp/git.5IOsHL/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.525 | 31083 | Added a new run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.526 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.526 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.526 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.526 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.526 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.526 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.527 | 31099 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.527 | 30518 | Removed run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.527 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.527 | 30518 | Assigned run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.527 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zQYBxp +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.527 | 30519 | Recursively removing directory: /tmp/git.Mpgo2f/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.527 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.529 | 31091 | Added a new run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.529 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.529 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.530 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.530 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.530 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.530 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.531 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.531 | 31103 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.531 | 30518 | Removed run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.531 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.531 | 30518 | Assigned run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.531 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.531 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0lmsnl +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.531 | 31092 | Added a new run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.532 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.534 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.533 | 31096 | Added a new run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.534 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.535 | 31097 | Marked run 35 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.535 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.537 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.537 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.537 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.537 | 31102 | Marked run 36 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.538 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.539 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.539 | 31100 | Added a new run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.539 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.540 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.541 | 31108 | Added a new run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.541 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.542 | 31105 | Added a new run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.542 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.543 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.544 | 31107 | Added a new run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.544 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.544 | 30522 | Recursively removing directory: /tmp/git.zQYBxp/ +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.547 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.547 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.547 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.545 | 31118 | Added a new run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.547 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.547 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.547 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.547 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.548 | 31127 | Added a new worker 15 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.548 | 30518 | Removed run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.548 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.548 | 30518 | Assigned run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.548 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.548 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.548 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qFhGQi +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.550 | 30519 | Recursively removing directory: /tmp/git.0lmsnl/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.551 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.552 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.552 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.552 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.552 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.553 | 31134 | Added a new worker 21 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.553 | 30518 | Removed run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.553 | 30518 | Removed worker 21 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.553 | 30518 | Assigned run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.553 | 31125 | Added a new run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.552 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.553 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pRh5cl +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.553 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.555 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.555 | 31129 | Added a new run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.555 | 31126 | Marked run 37 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.555 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.555 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.556 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.557 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.559 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.559 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.559 | 31133 | Marked run 38 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.559 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.559 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.561 | 31130 | Added a new run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.561 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.563 | 31132 | Added a new run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.563 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.564 | 30522 | Recursively removing directory: /tmp/git.qFhGQi/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.564 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.565 | 31137 | Added a new run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.565 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.566 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.566 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.566 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.566 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.566 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.567 | 31155 | Added a new worker 15 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.567 | 30518 | Removed run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.567 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.567 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.567 | 30518 | Assigned run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.567 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uIrqlh +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.568 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.568 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.568 | 30519 | Recursively removing directory: /tmp/git.pRh5cl/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.570 | 31139 | Added a new run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.570 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.571 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.571 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.571 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.571 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.571 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.571 | 31160 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.571 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.571 | 30518 | Removed run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.571 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.571 | 30518 | Assigned run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.571 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.L4g4Db +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.573 | 31150 | Added a new run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.573 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.574 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.575 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.576 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.576 | 31154 | Marked run 39 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.577 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.577 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.578 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.578 | 31157 | Added a new run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.578 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.579 | 31164 | Added a new run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.580 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.581 | 31163 | Added a new run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.581 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.582 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.584 | 31159 | Marked run 40 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.584 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.584 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.585 | 30522 | Recursively removing directory: /tmp/git.uIrqlh/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.586 | 31158 | Added a new run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.586 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.587 | 30519 | Recursively removing directory: /tmp/git.L4g4Db/ +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.587 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.587 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.588 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.588 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.588 | 31185 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.588 | 30518 | Removed run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.588 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.588 | 30518 | Assigned run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.588 | 31173 | Added a new run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.588 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.588 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.589 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nK5Jjl +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.589 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.590 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.590 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.590 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.590 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.590 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.590 | 31189 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.591 | 30518 | Removed run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.591 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.591 | 30518 | Assigned run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.591 | 31178 | Added a new run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.591 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.591 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.591 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qQLXfN +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.592 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.593 | 31179 | Added a new run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.593 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.595 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.595 | 31184 | Marked run 41 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.596 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.596 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.596 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.597 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.598 | 31188 | Marked run 42 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.598 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.598 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.599 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.600 | 31186 | Added a new run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.600 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.602 | 31193 | Added a new run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.602 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.603 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.604 | 31191 | Added a new run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.605 | 30522 | Recursively removing directory: /tmp/git.nK5Jjl/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.605 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.605 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.607 | 30519 | Recursively removing directory: /tmp/git.qQLXfN/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.607 | 31194 | Added a new run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.608 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.608 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.608 | 31213 | Added a new worker 15 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.608 | 30518 | Removed run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.608 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.608 | 30518 | Assigned run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.608 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.608 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.608 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.608 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.608 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.609 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yf4Ncg +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.610 | 31205 | Added a new run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.610 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.610 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.610 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.610 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.610 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.610 | 31217 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.610 | 30518 | Removed run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.610 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.610 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.610 | 30518 | Assigned run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.611 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PWHTIP +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.612 | 31210 | Added a new run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.612 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.612 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.614 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.615 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.615 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.616 | 31214 | Added a new run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.616 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.617 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.618 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.618 | 31219 | Added a new run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.619 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.619 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.620 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.620 | 31212 | Marked run 43 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.620 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.621 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.621 | 31216 | Marked run 44 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.621 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.622 | 31221 | Added a new run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.623 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.624 | 31222 | Added a new run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.624 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.625 | 31228 | Added a new run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.625 | 30522 | Recursively removing directory: /tmp/git.yf4Ncg/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.626 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.626 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.628 | 30519 | Recursively removing directory: /tmp/git.PWHTIP/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.628 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.628 | 31229 | Added a new run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.628 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.629 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.628 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.628 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.628 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.629 | 31244 | Added a new worker 10 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.629 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.629 | 30518 | Removed run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.629 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.629 | 30518 | Assigned run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.630 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.630 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3ZHmY8 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.631 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.631 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.631 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.630 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.631 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.631 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.631 | 31249 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.631 | 30518 | Removed run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.631 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.631 | 30518 | Assigned run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.631 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.632 | 31243 | Marked run 45 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.632 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.631 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VFAe00 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.633 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.634 | 31241 | Added a new run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.634 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.636 | 31245 | Added a new run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.636 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.637 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.637 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.638 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.638 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.638 | 31246 | Added a new run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.638 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.639 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.639 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.640 | 31248 | Marked run 46 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.640 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.641 | 31250 | Added a new run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.642 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.643 | 31253 | Added a new run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.644 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.646 | 30522 | Recursively removing directory: /tmp/git.3ZHmY8/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.645 | 31256 | Added a new run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.645 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.646 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.646 | 31259 | Added a new run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.646 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.648 | 31270 | Added a new run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.648 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.648 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.648 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.649 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.649 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.649 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.649 | 31275 | Added a new worker 10 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.649 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.649 | 30518 | Removed run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.649 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.649 | 30518 | Assigned run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.650 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.650 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.649 | 30519 | Recursively removing directory: /tmp/git.VFAe00/ +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.650 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3s1YEI +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.652 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.652 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.652 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.653 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.653 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.653 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.653 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.653 | 31282 | Added a new worker 21 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.653 | 30518 | Removed run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.653 | 30518 | Removed worker 21 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.653 | 30518 | Assigned run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.653 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.653 | 31277 | Added a new run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.653 | 31274 | Marked run 47 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.654 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.653 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mGXF0Y +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.655 | 31278 | Added a new run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.655 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.656 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.658 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.658 | 31280 | Marked run 48 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.658 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.658 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.659 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.660 | 31279 | Added a new run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.660 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.661 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.662 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.662 | 31281 | Added a new run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.663 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.663 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.664 | 31286 | Added a new run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.665 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.666 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.666 | 31285 | Added a new run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.666 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.667 | 31289 | Added a new run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.668 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.668 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.669 | 30522 | Recursively removing directory: /tmp/git.3s1YEI/ +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.670 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.670 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.671 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.671 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.671 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.671 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.671 | 31308 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.671 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.671 | 30518 | Removed run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.671 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.671 | 30518 | Assigned run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.671 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.671 | 31298 | Added a new run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.671 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KfmsAd +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.672 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.672 | 30519 | Recursively removing directory: /tmp/git.mGXF0Y/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.673 | 31302 | Added a new run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.674 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.675 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.675 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.675 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.675 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.675 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.675 | 31314 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.675 | 30518 | Removed run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.675 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.675 | 30518 | Assigned run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.675 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.676 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.675 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.B88Vhv +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.676 | 31309 | Added a new run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.677 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.678 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.679 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.679 | 31307 | Marked run 49 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.679 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.679 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.680 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.681 | 31313 | Marked run 50 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.681 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.682 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.683 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.683 | 31315 | Added a new run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.683 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.685 | 31310 | Added a new run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.685 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.687 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.687 | 31318 | Added a new run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.688 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.688 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.687 | 30522 | Recursively removing directory: /tmp/git.KfmsAd/ +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.689 | 31317 | Added a new run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.690 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.691 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.691 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.691 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.691 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.691 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.692 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G6X8x2 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.692 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.692 | 31339 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.692 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.692 | 30518 | Removed run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.692 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.692 | 30518 | Assigned run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.692 | 31330 | Added a new run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.691 | 30519 | Recursively removing directory: /tmp/git.B88Vhv/ +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.693 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.693 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.693 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.693 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.693 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.693 | 31342 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.693 | 30518 | Removed run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.693 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.694 | 30518 | Assigned run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.694 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WxdjyL +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.694 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.694 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.695 | 31334 | Added a new run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.695 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.695 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.697 | 31337 | Added a new run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.697 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.698 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.699 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.699 | 31338 | Marked run 51 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.699 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.701 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.701 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.701 | 31341 | Marked run 52 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.701 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.702 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.703 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.703 | 31343 | Added a new run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.703 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.705 | 31344 | Added a new run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.705 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.706 | 31347 | Added a new run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.706 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.707 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.708 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.709 | 31348 | Added a new run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.709 | 30522 | Recursively removing directory: /tmp/git.G6X8x2/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.709 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.710 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.711 | 31358 | Added a new run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.711 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.712 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.712 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.712 | 31369 | Added a new worker 15 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.712 | 30518 | Removed run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.712 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.712 | 30518 | Assigned run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.712 | 31362 | Added a new run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.712 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.712 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.712 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.712 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0535gQ +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.713 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.713 | 30519 | Recursively removing directory: /tmp/git.WxdjyL/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.714 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.716 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.716 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.716 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.716 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.716 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.716 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.716 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.716 | 31376 | Added a new worker 21 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.716 | 30518 | Removed run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.716 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WeR0a5 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.716 | 30518 | Removed worker 21 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.716 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.716 | 30518 | Assigned run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.717 | 31364 | Added a new run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.717 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.719 | 31368 | Marked run 53 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.719 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.720 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.721 | 31375 | Marked run 54 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.721 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.721 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.721 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.722 | 31372 | Added a new run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.722 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.723 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.724 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.725 | 31373 | Added a new run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.725 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.726 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.727 | 31374 | Added a new run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.727 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.728 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.728 | 31379 | Added a new run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.729 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.729 | 30522 | Recursively removing directory: /tmp/git.0535gQ/ +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.730 | 31385 | Added a new run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.730 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.732 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.732 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.732 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.732 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.732 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.733 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.733 | 31399 | Added a new worker 13 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.733 | 30518 | Removed run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.733 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.733 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.733 | 30518 | Assigned run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.733 | 31391 | Added a new run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.733 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vVK5e2 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.734 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.734 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.735 | 30519 | Recursively removing directory: /tmp/git.WeR0a5/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.736 | 31393 | Added a new run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.737 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.737 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.737 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.737 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.737 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.737 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.738 | 31407 | Added a new worker 20 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.738 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.738 | 30518 | Removed run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.738 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.738 | 30518 | Assigned run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.738 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.738 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zJofhu +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.739 | 31400 | Added a new run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.739 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.739 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.741 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.741 | 31398 | Marked run 55 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.741 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.741 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.742 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.742 | 31403 | Added a new run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.743 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.744 | 31406 | Marked run 56 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.744 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.745 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.746 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.746 | 31405 | Added a new run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.746 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.746 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.747 | 31410 | Added a new run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.748 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.749 | 31411 | Added a new run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.749 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.749 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.750 | 31415 | Added a new run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.750 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.750 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.751 | 30522 | Recursively removing directory: /tmp/git.vVK5e2/ +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.752 | 31422 | Added a new run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.752 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.753 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.754 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.755 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.755 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.755 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.756 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TfBf5i +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.754 | 31425 | Added a new run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.755 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.755 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.755 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.755 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.755 | 31436 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.755 | 30518 | Removed run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.755 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.755 | 30518 | Assigned run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.756 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.756 | 31429 | Added a new run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.756 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.758 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.758 | 30519 | Recursively removing directory: /tmp/git.zJofhu/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.759 | 31430 | Added a new run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.759 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.759 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.761 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.761 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.761 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.761 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xnyeXf +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.761 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.761 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.761 | 31443 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.761 | 30518 | Removed run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.761 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.761 | 30518 | Assigned run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.762 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.762 | 31433 | Marked run 57 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.762 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.763 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.763 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.764 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.764 | 31435 | Added a new run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.764 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.766 | 31442 | Marked run 58 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.766 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.767 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.767 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.768 | 31439 | Added a new run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.768 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.768 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.771 | 31440 | Added a new run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.771 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.771 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.772 | 30522 | Recursively removing directory: /tmp/git.TfBf5i/ +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.772 | 31444 | Added a new run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.772 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.774 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.774 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.775 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.775 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.775 | 31448 | Added a new run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.775 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.775 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.776 | 31465 | Added a new worker 15 to the queue +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.776 | 30519 | Recursively removing directory: /tmp/git.xnyeXf/ +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.776 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.X15I0H +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.776 | 30518 | Removed run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.776 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.776 | 30518 | Assigned run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.777 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.777 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.778 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.778 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.778 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.778 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.778 | 31469 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.778 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.778 | 30518 | Removed run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.778 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.778 | 30518 | Assigned run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.778 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.778 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sCrKXf +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.779 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.780 | 31464 | Marked run 59 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.780 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.782 | 31456 | Added a new run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.782 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.784 | 31468 | Marked run 60 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.784 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.784 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.786 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.786 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.786 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.786 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.787 | 31462 | Added a new run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.787 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.789 | 31467 | Added a new run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.789 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.790 | 31470 | Added a new run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.791 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.792 | 31472 | Added a new run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.792 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.794 | 31478 | Added a new run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.794 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.794 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.795 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.795 | 30522 | Recursively removing directory: /tmp/git.X15I0H/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.797 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.797 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.797 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.797 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.797 | 31492 | Added a new run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.798 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.798 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.798 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.797 | 30519 | Recursively removing directory: /tmp/git.sCrKXf/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.798 | 31495 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.798 | 30518 | Removed run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.798 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.798 | 30518 | Assigned run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.798 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.799 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SYimzq +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.800 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.800 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.800 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.800 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.800 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.800 | 31499 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.800 | 30518 | Removed run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.800 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.800 | 30518 | Assigned run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.800 | 31489 | Added a new run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.801 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4FbSWE +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.801 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.802 | 31496 | Added a new run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.803 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.804 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.804 | 31494 | Marked run 61 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.804 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.805 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.806 | 31498 | Marked run 62 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.806 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.806 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.806 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.807 | 31493 | Added a new run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.807 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.809 | 31500 | Added a new run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.809 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.810 | 31503 | Added a new run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.811 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.811 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.812 | 31504 | Added a new run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.812 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.812 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.814 | 31509 | Added a new run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.814 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.814 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.816 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.816 | 31511 | Added a new run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.816 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.817 | 31515 | Added a new run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.817 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.818 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.819 | 31518 | Added a new run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.819 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.819 | 30522 | Recursively removing directory: /tmp/git.SYimzq/ +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.820 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.821 | 31523 | Added a new run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.822 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.822 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.822 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.822 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.822 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.822 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.823 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.823 | 31534 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.823 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TRJrbS +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.823 | 30518 | Removed run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.823 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.823 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.823 | 30518 | Assigned run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.823 | 31529 | Added a new run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.824 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.824 | 30519 | Recursively removing directory: /tmp/git.4FbSWE/ +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.826 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.826 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.826 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.827 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.827 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.827 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.827 | 31539 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.827 | 30518 | Removed run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.827 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.827 | 30518 | Assigned run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.827 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.827 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.827 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UYQTBO +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.828 | 31535 | Added a new run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.828 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.830 | 31533 | Added a new run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.830 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.831 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.831 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.831 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.834 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.833 | 31540 | Added a new run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.833 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.834 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.835 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.836 | 31537 | Added a new run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.836 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.836 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.837 | 31543 | Added a new run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.838 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.839 | 30522 | Recursively removing directory: /tmp/git.TRJrbS/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.840 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.841 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.841 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.841 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.840 | 31546 | Added a new run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.840 | 31532 | Marked run 63 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.841 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.841 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.842 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.842 | 31563 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.842 | 30518 | Removed run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.842 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.842 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.842 | 30518 | Assigned run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.842 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lsdUdv +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.843 | 31550 | Added a new run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.843 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.844 | 30519 | Recursively removing directory: /tmp/git.UYQTBO/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.844 | 31538 | Marked run 64 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.845 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.845 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.846 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.847 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.847 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.847 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.847 | 31558 | Added a new run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.847 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.847 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.847 | 31570 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.847 | 30518 | Removed run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.847 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.847 | 30518 | Assigned run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.848 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.847 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jb9651 +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.849 | 31562 | Marked run 65 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.849 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.849 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.850 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.851 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.851 | 31569 | Marked run 66 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.851 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.853 | 31567 | Added a new run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.853 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.853 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.855 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.855 | 31564 | Added a new run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.855 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.856 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.857 | 31572 | Added a new run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.858 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.858 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.859 | 31568 | Added a new run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.859 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.860 | 30522 | Recursively removing directory: /tmp/git.lsdUdv/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.860 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.861 | 31579 | Added a new run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.862 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.862 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.862 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.862 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.862 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.862 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.863 | 31593 | Added a new worker 15 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.863 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.863 | 30518 | Removed run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.863 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.863 | 30518 | Assigned run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.863 | 30519 | Recursively removing directory: /tmp/git.jb9651/ +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.863 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vMqQ3z +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.863 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.864 | 31585 | Added a new run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.865 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.866 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.866 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.866 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.866 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.866 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.867 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.867 | 31598 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.867 | 31588 | Added a new run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.867 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.867 | 30518 | Removed run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.867 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.867 | 30518 | Assigned run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.868 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.868 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OMGGVz +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.868 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.869 | 31592 | Marked run 67 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.870 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.870 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.871 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.871 | 31597 | Marked run 68 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.871 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.872 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.873 | 31601 | Added a new run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.874 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.874 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.875 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.875 | 31595 | Added a new run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.876 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.876 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.877 | 31599 | Added a new run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.877 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.879 | 31602 | Added a new run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.879 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.879 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.880 | 31608 | Added a new run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.881 | 30522 | Recursively removing directory: /tmp/git.vMqQ3z/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.880 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.882 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.882 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.883 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.883 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.883 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.883 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.883 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.883 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.883 | 31625 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.883 | 30518 | Removed run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.884 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.884 | 30518 | Assigned run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.884 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.884 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Cr2i2L +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.885 | 30519 | Recursively removing directory: /tmp/git.OMGGVz/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.886 | 31614 | Added a new run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.886 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.888 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.888 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.888 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.888 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.888 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.888 | 31629 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.888 | 30518 | Removed run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.888 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.888 | 30518 | Assigned run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.888 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.889 | 31620 | Added a new run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.889 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.889 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.889 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eaSiH4 +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.891 | 31623 | Marked run 69 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.891 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.891 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.892 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.892 | 31619 | Added a new run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.893 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.893 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.894 | 31624 | Added a new run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.894 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.896 | 31630 | Added a new run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.896 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.896 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.897 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.898 | 31632 | Added a new run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.898 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.898 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.898 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.900 | 31628 | Marked run 70 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.900 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.900 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.901 | 31637 | Added a new run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.902 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.902 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.902 | 30522 | Recursively removing directory: /tmp/git.Cr2i2L/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.904 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.904 | 31642 | Added a new run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.904 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.904 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.904 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.904 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.905 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.905 | 31653 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.905 | 30518 | Removed run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.905 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.905 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.905 | 30518 | Assigned run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.905 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DfiK7i +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.905 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.907 | 31648 | Added a new run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.907 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.908 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.909 | 30519 | Recursively removing directory: /tmp/git.eaSiH4/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.909 | 31652 | Marked run 71 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.909 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.910 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.910 | 31645 | Added a new run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.911 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.911 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.911 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.911 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.911 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.911 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.911 | 31663 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.911 | 30518 | Removed run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.911 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.911 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.911 | 30518 | Assigned run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.912 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.911 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cevjDP +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.912 | 31651 | Added a new run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.913 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.914 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.914 | 31658 | Added a new run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.915 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.916 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.917 | 31660 | Added a new run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.918 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.919 | 31661 | Marked run 72 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.919 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.919 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.920 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.921 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.921 | 31666 | Added a new run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.921 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.922 | 30522 | Recursively removing directory: /tmp/git.DfiK7i/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.924 | 31668 | Added a new run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.924 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.924 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.924 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.924 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.924 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.924 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.924 | 31682 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.924 | 30518 | Removed run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.924 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.924 | 30518 | Assigned run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.924 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.924 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.925 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S81QLn +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.926 | 31670 | Added a new run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.926 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.927 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.929 | 31675 | Added a new run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.929 | 30519 | Recursively removing directory: /tmp/git.cevjDP/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.929 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.931 | 31680 | Added a new run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.931 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.931 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.932 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.932 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.932 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.932 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.932 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.932 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.932 | 31695 | Added a new worker 10 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.933 | 30518 | Removed run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.933 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.933 | 30518 | Assigned run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.933 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.933 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vNyczU +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.933 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.934 | 31681 | Marked run 73 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.934 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.934 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.934 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.936 | 31694 | Marked run 74 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.936 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.938 | 31687 | Added a new run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.938 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.938 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.939 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.940 | 31691 | Added a new run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.940 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.942 | 31692 | Added a new run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.942 | 30522 | Recursively removing directory: /tmp/git.S81QLn/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.942 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.942 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.944 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.944 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.944 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.944 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.944 | 31697 | Added a new run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.944 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.945 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.945 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.945 | 31711 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.945 | 30518 | Removed run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.945 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.945 | 30518 | Assigned run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.946 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.946 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8k2X26 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.947 | 31706 | Added a new run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.947 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.949 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.949 | 30519 | Recursively removing directory: /tmp/git.vNyczU/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.949 | 31709 | Added a new run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.950 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.950 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.951 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.951 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.952 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.952 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.952 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.952 | 31723 | Added a new worker 20 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.952 | 30518 | Removed run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.952 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.952 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.952 | 30518 | Assigned run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.952 | 31710 | Marked run 75 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.952 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.952 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5JL2Us +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.952 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.953 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.954 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.954 | 31714 | Added a new run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.954 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.956 | 31719 | Added a new run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.956 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.958 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.959 | 31720 | Added a new run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.959 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.959 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.960 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.960 | 31722 | Marked run 76 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.961 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.961 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.962 | 31724 | Added a new run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.962 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.962 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.964 | 30522 | Recursively removing directory: /tmp/git.8k2X26/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.965 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.965 | 31729 | Added a new run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.966 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.966 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.966 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.966 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.966 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.966 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.966 | 31745 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.966 | 30518 | Removed run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.966 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.966 | 30518 | Assigned run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.966 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.966 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oQA3a5 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.967 | 31732 | Added a new run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.968 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.969 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.969 | 31737 | Added a new run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.969 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.970 | 30519 | Recursively removing directory: /tmp/git.5JL2Us/ +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.972 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.972 | 31744 | Marked run 77 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.972 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.972 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.972 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.972 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.972 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.973 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.973 | 31754 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.973 | 30518 | Removed run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.973 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.973 | 30518 | Assigned run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.973 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.973 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8ZLICZ +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.974 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.975 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.974 | 31741 | Added a new run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.975 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.976 | 31749 | Added a new run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.976 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.978 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.979 | 31752 | Added a new run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.979 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.979 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.979 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.979 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.982 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.983 | 31751 | Added a new run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.983 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.985 | 30522 | Recursively removing directory: /tmp/git.oQA3a5/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.984 | 31753 | Marked run 78 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.985 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.986 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.987 | 31758 | Added a new run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.987 | 30522 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.987 | 30522 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.987 | 30522 | Waiting for a new command +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.987 | 30519 | Recursively removing directory: /tmp/git.8ZLICZ/ +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.987 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.987 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.987 | 31776 | Added a new worker 17 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.988 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.988 | 30518 | Removed run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.988 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.988 | 30518 | Assigned run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.988 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Sw5dlb +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.989 | 30519 | Process exit code: 0 +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.989 | 30519 | Process output: 57 bytes +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.990 | 30519 | Waiting for a new command +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.989 | 31760 | Added a new run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.990 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.990 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.990 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.990 | 31779 | Added a new worker 19 to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.990 | 30518 | Removed run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.990 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.990 | 30518 | Assigned run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.990 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.990 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.L1ogH4 +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.992 | 31765 | Added a new run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.993 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.993 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.994 | 31775 | Marked run 79 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.994 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.995 | 31778 | Marked run 80 as finished +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.995 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.995 | 30522 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.996 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | 30522/cimple-worker: 2024-01-28 10:55:26.996 | 30522 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.997 | 30519 | Checking out revision HEAD +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.997 | 31774 | Added a new run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.997 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:26 | INFO | 30519/cimple-worker: 2024-01-28 10:55:26.998 | 30519 | Going to run: ./ci +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.999 | 31780 | Added a new run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:26 | INFO | 30516/cimple-server: 2024-01-28 10:55:26.999 | 30516 | Waiting for new connections +2024-01-28 10:55:26 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:26 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:26 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.000 | 31782 | Added a new run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.001 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.002 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.002 | 31784 | Added a new run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.002 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.003 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.004 | 31796 | Added a new run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.004 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.005 | 30522 | Recursively removing directory: /tmp/git.Sw5dlb/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.006 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.007 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.007 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.007 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.007 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.007 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.007 | 31806 | Added a new worker 15 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.007 | 30518 | Removed run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.007 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.007 | 30518 | Assigned run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.007 | 31795 | Added a new run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.007 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u7WQgB +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.008 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.009 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.009 | 30519 | Recursively removing directory: /tmp/git.L1ogH4/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.010 | 31803 | Added a new run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.011 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.011 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.011 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.011 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.011 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.011 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.011 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.011 | 31813 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.011 | 30518 | Removed run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.011 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.011 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.011 | 30518 | Assigned run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.012 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P8OEtv +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.013 | 31805 | Marked run 81 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.013 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.014 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.014 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.015 | 31807 | Added a new run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.015 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.015 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.016 | 31809 | Added a new run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.017 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.018 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.019 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.019 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.020 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.021 | 31812 | Marked run 82 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.021 | 31811 | Added a new run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.021 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.022 | 30522 | Recursively removing directory: /tmp/git.u7WQgB/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.023 | 31814 | Added a new run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.023 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.024 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.025 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.025 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.025 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.025 | 31824 | Added a new run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.025 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.025 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.026 | 31834 | Added a new worker 14 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.026 | 30518 | Removed run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.026 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.026 | 30518 | Assigned run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.026 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.026 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rci8uk +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.027 | 31830 | Added a new run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.027 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.028 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.029 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.030 | 30519 | Recursively removing directory: /tmp/git.P8OEtv/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.029 | 31819 | Added a new run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.030 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.030 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.032 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.032 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.032 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.032 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.033 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.033 | 31843 | Added a new worker 21 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.033 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.033 | 30518 | Removed run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.033 | 30518 | Removed worker 21 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.033 | 30518 | Assigned run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.033 | 31833 | Marked run 83 as finished +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.033 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.y6iW7X +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.034 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.034 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.034 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.035 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.035 | 31842 | Marked run 84 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.035 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.037 | 31838 | Added a new run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.037 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.039 | 31839 | Added a new run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.039 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.040 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.040 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.040 | 31841 | Added a new run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.041 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.041 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.042 | 31844 | Added a new run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.042 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.043 | 31849 | Added a new run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.044 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.044 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.046 | 31859 | Added a new run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.046 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.047 | 31856 | Added a new run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.047 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.047 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.048 | 30522 | Recursively removing directory: /tmp/git.rci8uk/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.049 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.050 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.051 | 30519 | Recursively removing directory: /tmp/git.y6iW7X/ +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.051 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.051 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.051 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.051 | 31861 | Added a new run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.051 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.051 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.051 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.051 | 31872 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.051 | 30518 | Removed run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.051 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.051 | 30518 | Assigned run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.051 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.052 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1Tpwl9 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.053 | 31866 | Added a new run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.053 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.053 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.053 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.054 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.054 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.054 | 31875 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.054 | 30518 | Removed run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.054 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.054 | 30518 | Assigned run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.054 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.054 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.054 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Qr49nZ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.055 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.055 | 31869 | Added a new run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.055 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.057 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.058 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.059 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.059 | 31870 | Added a new run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.060 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.060 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.060 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.061 | 31871 | Marked run 85 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.061 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.061 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.063 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.063 | 31874 | Marked run 86 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.063 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.067 | 30522 | Recursively removing directory: /tmp/git.1Tpwl9/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.067 | 31877 | Added a new run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.068 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.069 | 30519 | Recursively removing directory: /tmp/git.Qr49nZ/ +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.069 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.069 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.069 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.069 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.069 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.069 | 31897 | Added a new worker 16 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.069 | 30518 | Removed run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.069 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.069 | 30518 | Assigned run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.069 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.069 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fD50jI +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.071 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.071 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.071 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.071 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.071 | 31879 | Added a new run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.071 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.071 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.071 | 31899 | Added a new worker 13 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.071 | 30518 | Removed run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.071 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.072 | 30518 | Assigned run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.072 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.072 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ufomwe +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.073 | 31880 | Added a new run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.074 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.075 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.076 | 31900 | Added a new run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.077 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.077 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.078 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.079 | 31896 | Marked run 87 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.079 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.080 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.080 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.080 | 31898 | Marked run 88 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.081 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.081 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.082 | 31884 | Added a new run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.082 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.083 | 31903 | Added a new run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.083 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.085 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.086 | 31905 | Added a new run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.086 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.086 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.087 | 30522 | Recursively removing directory: /tmp/git.fD50jI/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.088 | 31907 | Added a new run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.088 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.089 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.089 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.089 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.089 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.090 | 31919 | Added a new run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.090 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.090 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.090 | 31927 | Added a new worker 9 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.090 | 30518 | Removed run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.090 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.090 | 30518 | Assigned run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.090 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.091 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IsijQM +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.091 | 30519 | Recursively removing directory: /tmp/git.ufomwe/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.092 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.092 | 31918 | Added a new run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.092 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.093 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.093 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.093 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.093 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.093 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.093 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.093 | 31933 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.093 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.093 | 30518 | Removed run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.093 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.094 | 30518 | Assigned run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.094 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RBB5oV +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.095 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.096 | 31925 | Added a new run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.096 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.098 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.099 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.099 | 31926 | Marked run 89 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.099 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.101 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.101 | 31931 | Added a new run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.101 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.103 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.103 | 31929 | Added a new run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.103 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.104 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.104 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.105 | 31932 | Marked run 90 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.105 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.107 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.107 | 31934 | Added a new run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.107 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.109 | 31936 | Added a new run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.109 | 30522 | Recursively removing directory: /tmp/git.IsijQM/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.109 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.110 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.111 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.111 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.111 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.111 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.111 | 31957 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.111 | 30518 | Removed run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.111 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.111 | 30518 | Assigned run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.111 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.111 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.112 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1iSWPr +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.112 | 30519 | Recursively removing directory: /tmp/git.RBB5oV/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.112 | 31940 | Added a new run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.113 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.114 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.115 | 31947 | Added a new run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.115 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.115 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.115 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.115 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.115 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.115 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.115 | 31961 | Added a new worker 10 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.115 | 30518 | Removed run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.115 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.116 | 30518 | Assigned run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.116 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.116 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KnPIJj +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.117 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.118 | 31955 | Added a new run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.118 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.118 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.119 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.119 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.120 | 31956 | Marked run 91 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.121 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.121 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.122 | 31959 | Added a new run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.122 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.124 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.124 | 31960 | Marked run 92 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.124 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.125 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.125 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.125 | 31963 | Added a new run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.126 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.126 | 30522 | Recursively removing directory: /tmp/git.1iSWPr/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.127 | 31965 | Added a new run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.127 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.129 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.129 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.129 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.129 | 31981 | Added a new worker 18 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.129 | 30518 | Removed run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.129 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.129 | 30518 | Assigned run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.129 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.129 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.129 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.129 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.129 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.s5Fj8T +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.130 | 31968 | Added a new run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.130 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.131 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.133 | 31974 | Added a new run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.133 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.134 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.135 | 30519 | Recursively removing directory: /tmp/git.KnPIJj/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.135 | 31979 | Added a new run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.136 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.136 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.136 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.136 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.137 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.137 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.137 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.137 | 31992 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.137 | 30518 | Removed run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.137 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.137 | 30518 | Assigned run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.137 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.137 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KrD7fo +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.138 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.138 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.138 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.138 | 31980 | Marked run 93 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.139 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.140 | 31983 | Added a new run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.141 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.142 | 31988 | Added a new run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.142 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.144 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.144 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.145 | 31993 | Added a new run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.145 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.145 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.146 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.146 | 31991 | Marked run 94 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.147 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.148 | 30522 | Recursively removing directory: /tmp/git.s5Fj8T/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.148 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.148 | 31994 | Added a new run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.148 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.150 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.150 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.150 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.150 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.150 | 32011 | Added a new worker 18 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.150 | 30518 | Removed run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.150 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.150 | 30518 | Assigned run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.150 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.150 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.150 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fKsyfW +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.151 | 32002 | Added a new run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.151 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.152 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.153 | 32003 | Added a new run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.154 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.154 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.155 | 32007 | Added a new run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.155 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.156 | 30519 | Recursively removing directory: /tmp/git.KrD7fo/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.157 | 32010 | Marked run 95 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.157 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.158 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.158 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.158 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.158 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.158 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.159 | 32015 | Added a new run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.159 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.159 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.159 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.159 | 32024 | Added a new worker 6 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.159 | 30518 | Removed run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.159 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.159 | 30518 | Assigned run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.159 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.159 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.159 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HbzTOG +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.160 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.161 | 32018 | Added a new run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.161 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.162 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.163 | 32021 | Added a new run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.163 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.165 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.165 | 32023 | Marked run 96 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.165 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.167 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.167 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.167 | 32022 | Added a new run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.167 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.168 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.168 | 30522 | Recursively removing directory: /tmp/git.fKsyfW/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.169 | 32027 | Added a new run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.170 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.170 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.170 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.170 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.170 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.170 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.170 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.170 | 32041 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.170 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.170 | 30518 | Removed run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.170 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.171 | 30518 | Assigned run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.171 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qEOdnU +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.172 | 32032 | Added a new run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.172 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.173 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.174 | 32036 | Added a new run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.174 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.176 | 32039 | Added a new run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.176 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.177 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.177 | 30519 | Recursively removing directory: /tmp/git.HbzTOG/ +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.178 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.178 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.179 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.179 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.179 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.179 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.179 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.179 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.180 | 32040 | Marked run 97 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.180 | 32055 | Added a new worker 6 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.180 | 30518 | Removed run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.180 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.180 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.180 | 30518 | Assigned run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.180 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.180 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.180 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3mftvO +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.182 | 32044 | Added a new run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.182 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.183 | 32052 | Added a new run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.183 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.185 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.186 | 32053 | Added a new run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.186 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.186 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.186 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.188 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.188 | 32057 | Added a new run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.189 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.189 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.190 | 30522 | Recursively removing directory: /tmp/git.qEOdnU/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.190 | 32061 | Added a new run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.190 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.192 | 32054 | Marked run 98 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.192 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.192 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.193 | 32063 | Added a new run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.193 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.193 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.193 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.194 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.194 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.194 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.194 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.194 | 32076 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.194 | 30518 | Removed run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.194 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.194 | 30518 | Assigned run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.194 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.194 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NT69GC +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.195 | 32069 | Added a new run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.195 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.197 | 32073 | Added a new run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.197 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.197 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.198 | 30519 | Recursively removing directory: /tmp/git.3mftvO/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.200 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.200 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.200 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.200 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.200 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.200 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.200 | 32087 | Added a new worker 20 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.200 | 30518 | Removed run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.200 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.200 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.200 | 30518 | Assigned run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.200 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.200 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CqmJnU +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.201 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.201 | 32075 | Marked run 99 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.201 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.202 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.203 | 32074 | Added a new run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.203 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.205 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.205 | 32086 | Marked run 100 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.206 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.207 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.208 | 32083 | Added a new run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.208 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.208 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.210 | 30522 | Recursively removing directory: /tmp/git.NT69GC/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.211 | 32085 | Added a new run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.211 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.211 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.212 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.212 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.212 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.212 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.212 | 32104 | Added a new worker 16 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.212 | 30518 | Removed run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.212 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.212 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.213 | 30518 | Assigned run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.213 | 32088 | Added a new run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.212 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.213 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WhpWu6 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.213 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.214 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.215 | 32100 | Added a new run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.216 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.216 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.217 | 32103 | Marked run 101 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.218 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.218 | 30519 | Recursively removing directory: /tmp/git.CqmJnU/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.219 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.219 | 32092 | Added a new run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.219 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.220 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.221 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.221 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.221 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.221 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.221 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.221 | 32115 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.221 | 30518 | Removed run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.221 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.221 | 30518 | Assigned run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.221 | 32106 | Added a new run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.221 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Sp7K1u +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.222 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.222 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.222 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.223 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.223 | 32110 | Added a new run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.224 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.226 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.226 | 32112 | Added a new run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.227 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.227 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.228 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.229 | 32116 | Added a new run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.229 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.229 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.229 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.231 | 32114 | Marked run 102 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.231 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.231 | 30522 | Recursively removing directory: /tmp/git.WhpWu6/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.232 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.233 | 32121 | Added a new run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.233 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.233 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.233 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.233 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.234 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.234 | 32135 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.234 | 30518 | Removed run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.234 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.234 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RNmSIQ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.234 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.234 | 30518 | Assigned run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.234 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.236 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.236 | 32123 | Added a new run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.236 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.238 | 30519 | Recursively removing directory: /tmp/git.Sp7K1u/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.238 | 32128 | Added a new run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.238 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.240 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.240 | 32134 | Marked run 103 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.240 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.240 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.240 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.240 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.240 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.241 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.241 | 32145 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.241 | 30518 | Removed run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.241 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.241 | 30518 | Assigned run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.241 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.241 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.241 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.241 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0xZMVF +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.242 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.243 | 32140 | Added a new run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.243 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.244 | 32132 | Added a new run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.245 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.246 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.247 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.247 | 32144 | Marked run 104 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.248 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.249 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.249 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.250 | 30522 | Recursively removing directory: /tmp/git.RNmSIQ/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.250 | 32143 | Added a new run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.250 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.252 | 32146 | Added a new run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.252 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.252 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.252 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.252 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.253 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.253 | 32162 | Added a new worker 15 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.253 | 30518 | Removed run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.253 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.253 | 30518 | Assigned run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.253 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.254 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OkuOFr +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.254 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.254 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.254 | 32152 | Added a new run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.255 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.256 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.257 | 32156 | Added a new run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.257 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.258 | 30519 | Recursively removing directory: /tmp/git.0xZMVF/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.258 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.259 | 32161 | Marked run 105 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.259 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.260 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.260 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.260 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.260 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.261 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.261 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.261 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.261 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uYv5Qm +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.261 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.261 | 32174 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.261 | 30518 | Removed run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.261 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.261 | 30518 | Assigned run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.261 | 32164 | Added a new run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.262 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.262 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.263 | 32168 | Added a new run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.263 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.265 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.266 | 32173 | Marked run 106 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.266 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.267 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.268 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.267 | 32171 | Added a new run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.268 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.269 | 30522 | Recursively removing directory: /tmp/git.OkuOFr/ +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.269 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.270 | 32172 | Added a new run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.270 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.271 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.271 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.272 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.272 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.272 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.272 | 32190 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.272 | 30518 | Removed run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.272 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.272 | 30518 | Assigned run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.272 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.272 | 32179 | Added a new run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.272 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.272 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.273 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DAymep +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.273 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.275 | 32183 | Added a new run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.275 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.276 | 32189 | Marked run 107 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.277 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.277 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.278 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.278 | 32188 | Added a new run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.278 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.278 | 30519 | Recursively removing directory: /tmp/git.uYv5Qm/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.279 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.280 | 32194 | Added a new run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.280 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.281 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.281 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.281 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.281 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.281 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.281 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.281 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.282 | 32206 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.282 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.282 | 30518 | Removed run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.282 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.282 | 30518 | Assigned run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.282 | 32199 | Added a new run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.282 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.282 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.osQX83 +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.284 | 32203 | Marked run 108 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.284 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.285 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.285 | 32200 | Added a new run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.286 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.286 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.288 | 32205 | Added a new run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.288 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.289 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.289 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.290 | 30522 | Recursively removing directory: /tmp/git.DAymep/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.290 | 32210 | Added a new run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.290 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.290 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.291 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.293 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.293 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.293 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.293 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.293 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.293 | 32223 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.293 | 30518 | Removed run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.293 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.293 | 30518 | Assigned run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.293 | 32209 | Added a new run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.293 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.293 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.293 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZeH0gM +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.294 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.295 | 32216 | Added a new run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.296 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.297 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.297 | 32222 | Marked run 109 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.297 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.299 | 30519 | Recursively removing directory: /tmp/git.osQX83/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.300 | 32220 | Added a new run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.300 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.300 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.301 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.301 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.301 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.301 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.301 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.301 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.301 | 32235 | Added a new worker 16 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.302 | 30518 | Removed run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.302 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.302 | 30518 | Assigned run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.302 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.302 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5vNImR +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.302 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.302 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.303 | 32224 | Added a new run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.303 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.305 | 32230 | Added a new run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.306 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.306 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.307 | 32232 | Added a new run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.307 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.309 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.309 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.309 | 32236 | Added a new run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.310 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.311 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.311 | 32234 | Marked run 110 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.312 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.312 | 30522 | Recursively removing directory: /tmp/git.ZeH0gM/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.313 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.313 | 32241 | Added a new run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.314 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.314 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.314 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.314 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.314 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.314 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.314 | 32254 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.314 | 30518 | Removed run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.314 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.314 | 30518 | Assigned run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.314 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.315 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EGg2XT +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.316 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.316 | 32246 | Added a new run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.317 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.319 | 30519 | Recursively removing directory: /tmp/git.5vNImR/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.319 | 32253 | Marked run 111 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.319 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.319 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.321 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.321 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.321 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.321 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.321 | 32264 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.321 | 30518 | Removed run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.321 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.321 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.321 | 30518 | Assigned run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.321 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.321 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6DaDCP +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.323 | 32250 | Added a new run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.323 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.324 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.324 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.326 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.327 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.328 | 32251 | Added a new run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.328 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.328 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.330 | 32263 | Marked run 112 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.330 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.331 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.331 | 32257 | Added a new run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.331 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.332 | 30522 | Recursively removing directory: /tmp/git.EGg2XT/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.332 | 32262 | Added a new run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.333 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.335 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.335 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.335 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.334 | 32267 | Added a new run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.334 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.335 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.335 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.335 | 32284 | Added a new worker 12 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.335 | 30518 | Removed run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.335 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.336 | 30518 | Assigned run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.336 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.336 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.336 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aNDOqS +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.336 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.337 | 30519 | Recursively removing directory: /tmp/git.6DaDCP/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.338 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.339 | 32276 | Added a new run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.339 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.340 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.341 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.341 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.341 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.341 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LDCJOx +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.341 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.341 | 32291 | Added a new worker 14 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.341 | 30518 | Removed run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.341 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.341 | 30518 | Assigned run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.342 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.342 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.344 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.344 | 32286 | Added a new run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.344 | 32283 | Marked run 113 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.344 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.344 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.345 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.347 | 32290 | Marked run 114 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.347 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.347 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.348 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.349 | 32288 | Added a new run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.349 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.349 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.350 | 32287 | Added a new run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.351 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.352 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.352 | 32292 | Added a new run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.352 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.353 | 30522 | Recursively removing directory: /tmp/git.aNDOqS/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.354 | 32296 | Added a new run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.354 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.355 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.357 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.357 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.357 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.357 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.357 | 32304 | Added a new run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.357 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.357 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.358 | 30519 | Recursively removing directory: /tmp/git.LDCJOx/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.359 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.359 | 32314 | Added a new worker 15 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.359 | 30518 | Removed run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.359 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.359 | 30518 | Assigned run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.359 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.359 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7t2caX +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.359 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.360 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.360 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.360 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.361 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uN1JGF +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.360 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.360 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.360 | 32319 | Added a new worker 21 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.360 | 30518 | Removed run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.360 | 30518 | Removed worker 21 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.361 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.361 | 30518 | Assigned run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.361 | 32313 | Marked run 115 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.361 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.362 | 32311 | Added a new run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.363 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.364 | 32316 | Added a new run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.365 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.366 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.367 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.367 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.367 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.367 | 32318 | Marked run 116 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.367 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.369 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.369 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.370 | 32317 | Added a new run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.370 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.371 | 32320 | Added a new run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.371 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.373 | 32323 | Added a new run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.373 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.375 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.376 | 30522 | Recursively removing directory: /tmp/git.7t2caX/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.376 | 32325 | Added a new run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.376 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.377 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.378 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.378 | 32337 | Added a new run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.378 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.379 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.379 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.379 | 30519 | Recursively removing directory: /tmp/git.uN1JGF/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.379 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.379 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.379 | 32346 | Added a new worker 15 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.379 | 30518 | Removed run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.379 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.379 | 30518 | Assigned run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.379 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.379 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.379 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6UBEar +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.381 | 32341 | Added a new run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.381 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.381 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.382 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.382 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.382 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.382 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.382 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.382 | 32350 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.383 | 30518 | Removed run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.383 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.383 | 30518 | Assigned run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.383 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.383 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.383 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Yb9ZoI +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.383 | 32343 | Added a new run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.384 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.385 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.386 | 32345 | Marked run 117 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.386 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.387 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.387 | 32347 | Added a new run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.388 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.389 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.390 | 32349 | Marked run 118 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.390 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.390 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.390 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.390 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.391 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.392 | 32353 | Added a new run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.393 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.393 | 32351 | Added a new run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.394 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.395 | 32354 | Added a new run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.395 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.395 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.396 | 32356 | Added a new run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.397 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.398 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.399 | 32364 | Added a new run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.400 | 30522 | Recursively removing directory: /tmp/git.6UBEar/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.399 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.400 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.401 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.402 | 30519 | Recursively removing directory: /tmp/git.Yb9ZoI/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.402 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.403 | 32373 | Added a new run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.403 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.403 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.403 | 32380 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.403 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.403 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.403 | 30518 | Removed run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.403 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.403 | 30518 | Assigned run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.404 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.404 | 32382 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.404 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.404 | 30518 | Removed run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.404 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.404 | 30518 | Assigned run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.403 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.403 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.403 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.404 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xo4Kty +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.403 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.403 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.403 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.404 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gdYmhX +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.406 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.406 | 32376 | Added a new run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.407 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.409 | 32377 | Added a new run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.409 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.410 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.411 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.411 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.411 | 32379 | Marked run 119 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.411 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.412 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.412 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.412 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.413 | 32378 | Added a new run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.413 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.414 | 32381 | Marked run 120 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.414 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.415 | 32384 | Added a new run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.415 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.416 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.416 | 32386 | Added a new run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.416 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.418 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.418 | 32388 | Added a new run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.418 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.420 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.420 | 32394 | Added a new run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.421 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.422 | 30522 | Recursively removing directory: /tmp/git.xo4Kty/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.422 | 32399 | Added a new run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.423 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.423 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.424 | 30519 | Recursively removing directory: /tmp/git.gdYmhX/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.424 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.425 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.429 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.429 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.429 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.429 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.429 | 32414 | Added a new worker 20 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.429 | 30518 | Removed run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.429 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.429 | 30518 | Assigned run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.429 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.429 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.430 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JX6OH2 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.430 | 32404 | Added a new run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.430 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.431 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.431 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.432 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.432 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.432 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.432 | 32417 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.432 | 30518 | Removed run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.432 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.432 | 30518 | Assigned run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.432 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.433 | 32410 | Added a new run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.433 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.432 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5tF38M +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.434 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.435 | 32411 | Added a new run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.435 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.436 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.437 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.438 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.438 | 32412 | Added a new run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.438 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.439 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.438 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.439 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.441 | 32413 | Marked run 121 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.441 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.442 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.442 | 32419 | Added a new run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.442 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.445 | 32420 | Added a new run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.445 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.446 | 32416 | Marked run 122 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.446 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.448 | 30522 | Recursively removing directory: /tmp/git.JX6OH2/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.448 | 32422 | Added a new run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.449 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.449 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.449 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.450 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.450 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.450 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.450 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.450 | 32442 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.450 | 30518 | Removed run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.450 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.450 | 30518 | Assigned run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.450 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.451 | 32434 | Added a new run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.451 | 30519 | Recursively removing directory: /tmp/git.5tF38M/ +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.451 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qXVGI2 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.451 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.454 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.454 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.454 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.455 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1lgoVy +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.454 | 32427 | Added a new run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.454 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.455 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.455 | 32447 | Added a new worker 15 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.455 | 30518 | Removed run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.455 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.455 | 30518 | Assigned run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.455 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.455 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.456 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.457 | 32441 | Marked run 123 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.457 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.458 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.461 | 32446 | Marked run 124 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.462 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.461 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.462 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.462 | 32443 | Added a new run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.463 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.463 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.463 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.465 | 32449 | Added a new run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.465 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.466 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.467 | 32450 | Added a new run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.467 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.468 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.469 | 32451 | Added a new run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.469 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.471 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.472 | 30522 | Recursively removing directory: /tmp/git.qXVGI2/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.471 | 32457 | Added a new run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.472 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.472 | 30519 | Recursively removing directory: /tmp/git.1lgoVy/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.474 | 32462 | Added a new run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.474 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.474 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.474 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.474 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.474 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.474 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.475 | 32474 | Added a new worker 15 to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.475 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A34FvN +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.475 | 30518 | Removed run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.475 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.475 | 30518 | Assigned run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.475 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.475 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.475 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.475 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.476 | 32477 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.476 | 30518 | Removed run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.476 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.476 | 30518 | Assigned run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.476 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.475 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.475 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.475 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.476 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Za2e58 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.477 | 32470 | Added a new run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.477 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.478 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.479 | 32476 | Marked run 126 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.480 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.480 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.482 | 32472 | Added a new run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.482 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.482 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.482 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.484 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.484 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.484 | 32473 | Marked run 125 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.485 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.485 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.486 | 32480 | Added a new run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.486 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.487 | 32478 | Added a new run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.487 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.489 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.490 | 32485 | Added a new run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.490 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.491 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.492 | 32481 | Added a new run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.492 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.492 | 30519 | Recursively removing directory: /tmp/git.Za2e58/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.493 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.493 | 30522 | Recursively removing directory: /tmp/git.A34FvN/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.495 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.495 | 32494 | Added a new run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.495 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.495 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.495 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.495 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.495 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.496 | 32505 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.496 | 30518 | Removed run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.496 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.496 | 30518 | Assigned run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.496 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.496 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.496 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.d9lR16 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.497 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.497 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.497 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.497 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.497 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.497 | 32508 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.497 | 30518 | Removed run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.497 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.497 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.497 | 30518 | Assigned run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.498 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wKJAo4 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.498 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.500 | 32504 | Marked run 128 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.500 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.502 | 32507 | Marked run 127 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.502 | 32498 | Added a new run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.502 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.503 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.503 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.505 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.505 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.505 | 32503 | Added a new run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.505 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.506 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.506 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.507 | 32502 | Added a new run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.507 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.508 | 32509 | Added a new run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.508 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.508 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.509 | 32513 | Added a new run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.510 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.511 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.512 | 32517 | Added a new run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.512 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.512 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.513 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.514 | 30519 | Recursively removing directory: /tmp/git.d9lR16/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.515 | 32522 | Added a new run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.515 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.516 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.516 | 30522 | Recursively removing directory: /tmp/git.wKJAo4/ +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.517 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.517 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.517 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.517 | 32529 | Added a new run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.517 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.517 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.518 | 32536 | Added a new worker 15 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.518 | 30518 | Removed run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.518 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.518 | 30518 | Assigned run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.519 | 32526 | Added a new run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.519 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.519 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.519 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.519 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.519 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.520 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.520 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.520 | 32540 | Added a new worker 12 to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.520 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.520 | 30518 | Removed run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.520 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.520 | 30518 | Assigned run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.521 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.518 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ksitk2 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.522 | 32534 | Added a new run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.521 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UqiVkC +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.522 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.523 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.524 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.525 | 32538 | Added a new run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.525 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.525 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.525 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.527 | 32542 | Added a new run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.527 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.529 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.528 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.529 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.530 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.532 | 30519 | Recursively removing directory: /tmp/git.Ksitk2/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.532 | 32535 | Marked run 129 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.532 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.534 | 32543 | Added a new run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.534 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.534 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.534 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.534 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.534 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.534 | 32560 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.535 | 30518 | Removed run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.535 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.535 | 30518 | Assigned run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.535 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.534 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.535 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PRPnCv +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.536 | 32545 | Added a new run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.536 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.537 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.538 | 32539 | Marked run 130 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.539 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.539 | 30522 | Recursively removing directory: /tmp/git.UqiVkC/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.539 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.541 | 32549 | Added a new run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.541 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.542 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.542 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.542 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.542 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.542 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.542 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.542 | 32570 | Added a new worker 20 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.542 | 30518 | Removed run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.542 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.542 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.542 | 30518 | Assigned run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.542 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.B88fUh +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.543 | 32555 | Added a new run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.543 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.544 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.545 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.545 | 32559 | Marked run 131 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.545 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.546 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.547 | 32569 | Marked run 132 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.547 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.549 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.549 | 32565 | Added a new run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.549 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.549 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.551 | 32567 | Added a new run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.551 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.552 | 32573 | Added a new run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.552 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.553 | 30519 | Recursively removing directory: /tmp/git.PRPnCv/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.554 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.554 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.554 | 32574 | Added a new run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.555 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.555 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.555 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.555 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.556 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.556 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.556 | 32592 | Added a new worker 15 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.556 | 30518 | Removed run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.556 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.556 | 30518 | Assigned run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.557 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.556 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WfKQZZ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.557 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.558 | 32585 | Added a new run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.558 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.559 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.559 | 30522 | Recursively removing directory: /tmp/git.B88fUh/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.560 | 32586 | Added a new run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.560 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.561 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.562 | 32589 | Marked run 133 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.562 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.563 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.563 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.563 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.563 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.563 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.563 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.563 | 32601 | Added a new worker 20 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.563 | 30518 | Removed run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.563 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.563 | 30518 | Assigned run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.563 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.htV1IV +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.564 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.564 | 32593 | Added a new run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.564 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.566 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.566 | 32595 | Added a new run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.567 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.567 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.568 | 32598 | Added a new run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.569 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.570 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.571 | 32600 | Marked run 134 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.571 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.571 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.572 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.573 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.573 | 32599 | Added a new run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.573 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.574 | 32605 | Added a new run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.574 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.575 | 30519 | Recursively removing directory: /tmp/git.WfKQZZ/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.576 | 32608 | Added a new run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.576 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.576 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.577 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.578 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.578 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.578 | 32610 | Added a new run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.578 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.578 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.579 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.579 | 32623 | Added a new worker 13 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.579 | 30518 | Removed run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.579 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.579 | 30518 | Assigned run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.580 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HE4Y4Q +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.580 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.580 | 32619 | Added a new run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.580 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.581 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.582 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.582 | 32622 | Marked run 135 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.582 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.584 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.584 | 30522 | Recursively removing directory: /tmp/git.htV1IV/ +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.585 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.586 | 32617 | Added a new run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.586 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.586 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.586 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.586 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.586 | 32633 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.586 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.586 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.586 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.586 | 30518 | Removed run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.586 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.586 | 30518 | Assigned run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.587 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.587 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P5VodL +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.588 | 32628 | Added a new run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.588 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.589 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.591 | 32629 | Added a new run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.591 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.591 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.593 | 32637 | Added a new run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.593 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.594 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.595 | 32632 | Marked run 136 as finished +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.595 | 30519 | Recursively removing directory: /tmp/git.HE4Y4Q/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.595 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.595 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.595 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.597 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.597 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.597 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.597 | 32640 | Added a new run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.597 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.597 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.597 | 32649 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.597 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.598 | 30518 | Removed run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.598 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.598 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.598 | 30518 | Assigned run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.598 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TnYYi1 +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.599 | 32631 | Added a new run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.600 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.601 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.602 | 32646 | Added a new run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.602 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.603 | 30522 | Recursively removing directory: /tmp/git.P5VodL/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.604 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.604 | 32650 | Added a new run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.604 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.605 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.605 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.605 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.605 | 32664 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.605 | 30518 | Removed run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.605 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.605 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.605 | 30518 | Assigned run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.605 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.605 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.605 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.606 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sAiYBe +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.605 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.606 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.607 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.609 | 32648 | Marked run 137 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.609 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.610 | 32662 | Marked run 138 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.611 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.612 | 32658 | Added a new run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.613 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.613 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.613 | 30519 | Recursively removing directory: /tmp/git.TnYYi1/ +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.615 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.615 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.615 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.614 | 32660 | Added a new run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.615 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.615 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.615 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.616 | 32676 | Added a new worker 13 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.616 | 30518 | Removed run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.616 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.616 | 30518 | Assigned run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.616 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.614 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.617 | 32663 | Added a new run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.616 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0lYz62 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.617 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.618 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.619 | 32666 | Added a new run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.619 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.621 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.622 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.622 | 32677 | Added a new run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.622 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.623 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.623 | 30522 | Recursively removing directory: /tmp/git.sAiYBe/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.623 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.624 | 32674 | Marked run 139 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.625 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.625 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.626 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.626 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.626 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.626 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.627 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.627 | 32693 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.627 | 30518 | Removed run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.627 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.627 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VbqXA8 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.627 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.627 | 30518 | Assigned run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.627 | 32679 | Added a new run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.628 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.630 | 32685 | Added a new run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.630 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.630 | 30519 | Recursively removing directory: /tmp/git.0lYz62/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.633 | 32689 | Added a new run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.633 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.633 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.633 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.633 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.633 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.633 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.633 | 32703 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.633 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.633 | 30518 | Removed run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.634 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.634 | 30518 | Assigned run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.634 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.634 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.79B786 +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.635 | 32692 | Marked run 140 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.635 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.636 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.636 | 32690 | Added a new run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.637 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.637 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.638 | 32699 | Added a new run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.638 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.639 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.640 | 32702 | Marked run 141 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.640 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.640 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.641 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.642 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.644 | 32701 | Added a new run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.644 | 30522 | Recursively removing directory: /tmp/git.VbqXA8/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.644 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.646 | 32707 | Added a new run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.646 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.647 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.647 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.647 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.647 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.647 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.647 | 32724 | Added a new worker 14 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.647 | 30518 | Removed run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.647 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.647 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.647 | 30518 | Assigned run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.647 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7iicxZ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.648 | 32710 | Added a new run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.649 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.650 | 30519 | Recursively removing directory: /tmp/git.79B786/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.650 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.651 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.651 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.652 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.652 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.652 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.652 | 32730 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.652 | 30518 | Removed run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.652 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.652 | 30518 | Assigned run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.652 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WVIr1s +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.653 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.653 | 32712 | Added a new run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.653 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.655 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.655 | 32723 | Marked run 142 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.656 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.656 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.657 | 32729 | Marked run 143 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.657 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.659 | 32726 | Added a new run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.659 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.659 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.661 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.661 | 32731 | Added a new run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.661 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.662 | 32728 | Added a new run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.662 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.662 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.664 | 32734 | Added a new run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.665 | 30522 | Recursively removing directory: /tmp/git.7iicxZ/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.665 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.665 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.666 | 32743 | Added a new run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.666 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.666 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.667 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.667 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.667 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.668 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.668 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.668 | 32754 | Added a new worker 16 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.668 | 30518 | Removed run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.668 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.668 | 30518 | Assigned run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.668 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Domp3o +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.669 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.669 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.670 | 32747 | Added a new run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.670 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.670 | 30519 | Recursively removing directory: /tmp/git.WVIr1s/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.672 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.673 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.673 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.673 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.672 | 32749 | Added a new run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.672 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.673 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.673 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.673 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.673 | 32762 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.674 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.674 | 30518 | Removed run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.674 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.674 | 30518 | Assigned run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.674 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Byqzoc +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.675 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.675 | 32756 | Added a new run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.675 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.676 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.676 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.678 | 32753 | Marked run 144 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.678 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.678 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.679 | 32760 | Added a new run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.679 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.681 | 32761 | Marked run 145 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.681 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.681 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.682 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.682 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.683 | 32758 | Added a new run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.683 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.684 | 32763 | Added a new run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.684 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.685 | 30522 | Recursively removing directory: /tmp/git.Domp3o/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.686 | 32766 | Added a new run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.686 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.687 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.687 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.687 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.687 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.687 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.687 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.687 | 32782 | Added a new worker 15 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.687 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.687 | 30518 | Removed run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.687 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.687 | 30518 | Assigned run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.688 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vQRZL1 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.689 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.689 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.690 | 32770 | Added a new run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.690 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.691 | 30519 | Recursively removing directory: /tmp/git.Byqzoc/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.692 | 32781 | Marked run 146 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.692 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.693 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.693 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.694 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.694 | 32791 | Added a new worker 20 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.694 | 30518 | Removed run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.694 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.694 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.693 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.693 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.693 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.694 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u3rYOG +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.694 | 30518 | Assigned run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.694 | 32780 | Added a new run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.694 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.695 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.696 | 32783 | Added a new run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.696 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.696 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.697 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.699 | 32786 | Added a new run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.699 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.700 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.701 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.702 | 32789 | Added a new run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.702 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.702 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.703 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.704 | 32790 | Marked run 147 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.704 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.704 | 30522 | Recursively removing directory: /tmp/git.vQRZL1/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.705 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.706 | 32795 | Added a new run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.706 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.706 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.706 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.706 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.707 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.707 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.707 | 32809 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.707 | 30518 | Removed run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.707 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.707 | 30518 | Assigned run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.707 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.708 | 32798 | Added a new run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.708 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.707 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uZtFet +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.709 | 32803 | Added a new run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.710 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.710 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.712 | 30519 | Recursively removing directory: /tmp/git.u3rYOG/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.713 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.713 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.713 | 32806 | Added a new run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.713 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.714 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.714 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.714 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.714 | 32822 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.714 | 30518 | Removed run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.714 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.714 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.714 | 30518 | Assigned run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.714 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.714 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.714 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.714 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EFhCMx +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.715 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.716 | 32808 | Marked run 148 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.716 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.717 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.718 | 32815 | Added a new run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.718 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.720 | 32818 | Added a new run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.720 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.720 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.720 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.722 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.722 | 32821 | Marked run 149 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.723 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.723 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.723 | 30522 | Recursively removing directory: /tmp/git.uZtFet/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.724 | 32819 | Added a new run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.724 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.726 | 32824 | Added a new run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.726 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.726 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.726 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.726 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.726 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.726 | 32839 | Added a new worker 15 to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.727 | 30518 | Removed run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.727 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.727 | 30518 | Assigned run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.727 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DLWX5M +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.727 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.728 | 32829 | Added a new run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.728 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.729 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.730 | 32834 | Added a new run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.730 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.730 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.730 | 30519 | Recursively removing directory: /tmp/git.EFhCMx/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.732 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.732 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.732 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.732 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.733 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.733 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.733 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.733 | 32850 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.733 | 30518 | Removed run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.733 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.733 | 30518 | Assigned run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.734 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.52jvQp +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.734 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.734 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.734 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.735 | 32845 | Added a new run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.736 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.738 | 32846 | Added a new run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.738 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.738 | 32838 | Marked run 150 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.738 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.738 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.740 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.740 | 32849 | Marked run 151 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.740 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.741 | 30522 | Recursively removing directory: /tmp/git.DLWX5M/ +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.741 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.741 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.742 | 32848 | Added a new run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.742 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.743 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.743 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.743 | 32865 | Added a new worker 15 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.743 | 30518 | Removed run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.743 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.743 | 30518 | Assigned run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.743 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.744 | 32852 | Added a new run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.744 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.742 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.742 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.743 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.743 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mDVag4 +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.746 | 32856 | Added a new run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.746 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.747 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.747 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.748 | 32861 | Added a new run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.749 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.750 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.751 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.751 | 32863 | Marked run 152 as finished +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.751 | 30519 | Recursively removing directory: /tmp/git.52jvQp/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.751 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.752 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.753 | 32869 | Added a new run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.753 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.754 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.754 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.754 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.754 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.754 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.754 | 32881 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.754 | 30518 | Removed run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.754 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.754 | 30518 | Assigned run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.755 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.756 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.756 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UDRLmf +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.758 | 32871 | Added a new run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.758 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.760 | 30522 | Recursively removing directory: /tmp/git.mDVag4/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.760 | 32876 | Added a new run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.761 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.761 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.762 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.762 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.762 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.762 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.762 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.762 | 32892 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.762 | 30518 | Removed run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.762 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.762 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.762 | 30518 | Assigned run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.762 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2RQOBm +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.763 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.763 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.764 | 32877 | Added a new run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.764 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.764 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.766 | 32890 | Added a new run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.766 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.768 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.768 | 32880 | Marked run 153 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.768 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.770 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.770 | 32883 | Added a new run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.770 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.771 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.772 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.772 | 30519 | Recursively removing directory: /tmp/git.UDRLmf/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.773 | 32893 | Added a new run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.774 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.775 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.775 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.775 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.775 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.775 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.775 | 32910 | Added a new worker 11 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.775 | 30518 | Removed run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.775 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.775 | 30518 | Assigned run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.775 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9nqOVb +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.776 | 32891 | Marked run 154 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.776 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.776 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.776 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.777 | 32898 | Added a new run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.778 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.779 | 30522 | Recursively removing directory: /tmp/git.2RQOBm/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.780 | 32909 | Marked run 155 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.780 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.780 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.781 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.781 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.782 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.782 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.782 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.782 | 32919 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.782 | 30518 | Removed run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.782 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.782 | 30518 | Assigned run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.782 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.782 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.782 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gqLo0v +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.783 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.783 | 32902 | Added a new run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.784 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.786 | 32907 | Added a new run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.786 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.787 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.788 | 32912 | Added a new run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.788 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.789 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.790 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.790 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.791 | 32918 | Marked run 156 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.791 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.791 | 30519 | Recursively removing directory: /tmp/git.9nqOVb/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.793 | 32917 | Added a new run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.793 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.793 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.793 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.794 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.794 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.794 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.794 | 32935 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.794 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.794 | 30518 | Removed run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.794 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.794 | 30518 | Assigned run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.794 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.794 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SGgEDs +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.796 | 32924 | Added a new run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.796 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.797 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.798 | 30522 | Recursively removing directory: /tmp/git.gqLo0v/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.798 | 32929 | Added a new run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.798 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.800 | 32934 | Marked run 157 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.800 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.800 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.801 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.801 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.801 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.801 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.801 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.801 | 32937 | Added a new run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.801 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.802 | 32946 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.802 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.802 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.802 | 30518 | Removed run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.802 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.802 | 30518 | Assigned run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.802 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.803 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.803 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RE0c3m +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.804 | 32945 | Marked run 158 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.804 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.804 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.805 | 32941 | Added a new run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.806 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.807 | 32944 | Added a new run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.808 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.809 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.809 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.810 | 32949 | Added a new run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.810 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.810 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.811 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.812 | 30519 | Recursively removing directory: /tmp/git.SGgEDs/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.811 | 32950 | Added a new run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.812 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.813 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.814 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.814 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.814 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.815 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.815 | 32957 | Added a new run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.815 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.815 | 32967 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.815 | 30518 | Removed run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.815 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.815 | 30518 | Assigned run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.816 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ajHe7a +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.816 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.816 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.817 | 32964 | Added a new run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.817 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.818 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.818 | 30522 | Recursively removing directory: /tmp/git.RE0c3m/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.818 | 32961 | Added a new run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.819 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.819 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.820 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.820 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.820 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.820 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.820 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.820 | 32977 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.820 | 30518 | Removed run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.820 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.821 | 30518 | Assigned run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.821 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.91jBpw +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.821 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.822 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.823 | 32966 | Marked run 159 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.823 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.824 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.825 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.825 | 32975 | Added a new run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.825 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.827 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.827 | 32973 | Added a new run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.827 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.828 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.828 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.829 | 32976 | Marked run 160 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.830 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.830 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.831 | 32978 | Added a new run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.831 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.832 | 32979 | Added a new run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.832 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.834 | 32985 | Added a new run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.834 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.834 | 30519 | Recursively removing directory: /tmp/git.ajHe7a/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.835 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.836 | 32987 | Added a new run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.837 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.837 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.837 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.837 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.837 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.838 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.838 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.838 | 33003 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.838 | 30518 | Removed run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.838 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.838 | 30518 | Assigned run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.838 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.838 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.psUNoB +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.838 | 30522 | Recursively removing directory: /tmp/git.91jBpw/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.839 | 32998 | Added a new run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.840 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.840 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.840 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.840 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.840 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.840 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.840 | 33008 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.840 | 30518 | Removed run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.840 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.841 | 30518 | Assigned run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.840 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.841 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rrvoIY +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.841 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.842 | 33000 | Added a new run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.843 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.845 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.845 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.845 | 33004 | Added a new run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.846 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.846 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.847 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.847 | 33002 | Marked run 161 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.848 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.848 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.849 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.849 | 33005 | Added a new run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.850 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.851 | 33006 | Marked run 162 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.851 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.852 | 33010 | Added a new run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.853 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.853 | 33011 | Added a new run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.854 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.855 | 30519 | Recursively removing directory: /tmp/git.psUNoB/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.856 | 33015 | Added a new run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.856 | 30522 | Recursively removing directory: /tmp/git.rrvoIY/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.856 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.856 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.858 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.858 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.858 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.858 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.858 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.858 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.858 | 33034 | Added a new worker 18 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.858 | 30518 | Removed run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.858 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.858 | 30518 | Assigned run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.858 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.859 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.858 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ff0ytR +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.859 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.859 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.859 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.860 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SkCEb8 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.859 | 33024 | Added a new run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.859 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.859 | 33036 | Added a new worker 20 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.859 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.859 | 30518 | Removed run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.859 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.859 | 30518 | Assigned run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.860 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.863 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.864 | 33033 | Marked run 163 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.864 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.865 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.865 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.867 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.867 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.868 | 33035 | Marked run 164 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.868 | 33031 | Added a new run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.868 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.869 | 33039 | Added a new run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.869 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.871 | 33037 | Added a new run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.872 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.873 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.873 | 33032 | Added a new run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.873 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.873 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.875 | 33051 | Added a new run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.875 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.876 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.876 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.876 | 30519 | Recursively removing directory: /tmp/git.ff0ytR/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.877 | 33050 | Added a new run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.877 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.878 | 30522 | Recursively removing directory: /tmp/git.SkCEb8/ +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.878 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.878 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.879 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.879 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.879 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.879 | 33063 | Added a new worker 16 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.879 | 30518 | Removed run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.879 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.879 | 30518 | Assigned run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.879 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.879 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.880 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1ym4yy +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.880 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.880 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.881 | 33059 | Added a new run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.881 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.881 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.881 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.881 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.881 | 33066 | Added a new worker 19 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.881 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.882 | 30518 | Removed run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.882 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.882 | 30518 | Assigned run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.882 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pndHpW +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.883 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.884 | 33060 | Added a new run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.884 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.886 | 33067 | Added a new run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.886 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.886 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.887 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.887 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.888 | 33064 | Added a new run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.888 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.888 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.889 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.890 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.891 | 33069 | Added a new run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.891 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.892 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.892 | 33062 | Marked run 165 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.892 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.894 | 33065 | Marked run 166 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.894 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.894 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.895 | 33071 | Added a new run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.895 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.895 | 30519 | Recursively removing directory: /tmp/git.1ym4yy/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.898 | 33080 | Added a new run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.898 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.898 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.898 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.898 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.898 | 30522 | Recursively removing directory: /tmp/git.pndHpW/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.898 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.899 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.899 | 33092 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.899 | 30518 | Removed run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.899 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.899 | 30518 | Assigned run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.899 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.899 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.899 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.behrya +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.900 | 33085 | Added a new run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.900 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.900 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.901 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.901 | 33096 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.901 | 30518 | Removed run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.901 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.901 | 30518 | Assigned run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.901 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.900 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.900 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.901 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.901 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iZd7sf +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.902 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.902 | 33076 | Added a new run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.903 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.904 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.905 | 33093 | Added a new run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.906 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.907 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.907 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.907 | 33091 | Marked run 167 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.908 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.908 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.908 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.909 | 33095 | Marked run 168 as finished +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.909 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.909 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.910 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.911 | 33098 | Added a new run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.911 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.913 | 33100 | Added a new run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.913 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.914 | 33102 | Added a new run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.914 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.915 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.916 | 30522 | Recursively removing directory: /tmp/git.iZd7sf/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.917 | 33105 | Added a new run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.918 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.918 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.918 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.918 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.918 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vsI8uC +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.918 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.918 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.918 | 33123 | Added a new worker 15 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.918 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.918 | 30518 | Removed run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.918 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.918 | 30518 | Assigned run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.918 | 30519 | Recursively removing directory: /tmp/git.behrya/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.920 | 33117 | Added a new run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.920 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.920 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.920 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.921 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.921 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.921 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.921 | 33125 | Added a new worker 15 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.921 | 30518 | Removed run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.921 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.921 | 30518 | Assigned run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.921 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.921 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8Ogp4F +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.922 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.923 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.923 | 33120 | Added a new run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.923 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.925 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.925 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.926 | 33122 | Marked run 170 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.926 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.927 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.927 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.927 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.928 | 33127 | Added a new run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.928 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.928 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.931 | 33124 | Marked run 169 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.931 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.931 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.933 | 33128 | Added a new run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.933 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.934 | 33130 | Added a new run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.934 | 30522 | Recursively removing directory: /tmp/git.vsI8uC/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.935 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.936 | 30519 | Recursively removing directory: /tmp/git.8Ogp4F/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.937 | 33132 | Added a new run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.937 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.937 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.938 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.938 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.938 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.938 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.938 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.938 | 33151 | Added a new worker 16 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.938 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.938 | 30518 | Removed run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.938 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.939 | 30518 | Assigned run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.939 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.939 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.939 | 33153 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.939 | 30518 | Removed run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.939 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.939 | 30518 | Assigned run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.939 | 33137 | Added a new run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.938 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.938 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.939 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.939 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.t5aHkd +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.940 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.940 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.940 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.941 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PvDSUs +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.941 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.942 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.943 | 33150 | Marked run 171 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.943 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.944 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.945 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.946 | 33152 | Marked run 172 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.946 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.946 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.947 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.947 | 33148 | Added a new run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.948 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.949 | 33155 | Added a new run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.949 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.951 | 33156 | Added a new run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.951 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.952 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.952 | 33157 | Added a new run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.953 | 30519 | Recursively removing directory: /tmp/git.t5aHkd/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.953 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.954 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.954 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.955 | 33169 | Added a new run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.955 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.955 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.955 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.955 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.955 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.956 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.InJ0XG +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.956 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.956 | 33176 | Added a new worker 15 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.956 | 30518 | Removed run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.956 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.956 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.956 | 30518 | Assigned run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.956 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.958 | 33171 | Added a new run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.958 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.958 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.960 | 33172 | Added a new run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.961 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.961 | 30522 | Recursively removing directory: /tmp/git.PvDSUs/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.962 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.963 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.963 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.963 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.963 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.963 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.964 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.964 | 33187 | Added a new worker 21 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.964 | 30518 | Removed run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.964 | 30518 | Removed worker 21 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.964 | 30518 | Assigned run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.964 | 33177 | Added a new run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.964 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.964 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.964 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.r3xB1T +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.965 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.966 | 33174 | Marked run 174 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.967 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.967 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.968 | 33180 | Added a new run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.968 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.970 | 33186 | Marked run 173 as finished +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.970 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.970 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.971 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.972 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.972 | 33184 | Added a new run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.972 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.973 | 33185 | Added a new run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.973 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.975 | 33190 | Added a new run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.976 | 30519 | Recursively removing directory: /tmp/git.InJ0XG/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.975 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.976 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.976 | 33194 | Added a new run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.977 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.978 | 30519 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.978 | 30519 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.978 | 30519 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.978 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.978 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.978 | 33208 | Added a new worker 17 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.978 | 30518 | Removed run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.978 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.978 | 30518 | Assigned run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.978 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.978 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.979 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EYHjFz +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.979 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.982 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.982 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.982 | 33215 | Added a new worker 21 to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.982 | 30518 | Removed run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.982 | 30518 | Removed worker 21 from the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.982 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.982 | 30518 | Assigned run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.981 | 30522 | Recursively removing directory: /tmp/git.r3xB1T/ +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.982 | 30522 | Process exit code: 0 +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.982 | 30522 | Process output: 57 bytes +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.982 | 30522 | Waiting for a new command +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.982 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AiEXFO +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.984 | 33203 | Added a new run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.984 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.986 | 33206 | Added a new run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.987 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.987 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.988 | 33207 | Marked run 175 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.988 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.989 | 30519 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.989 | 30522 | Checking out revision HEAD +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.990 | 30519 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.990 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.990 | 33211 | Added a new run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.990 | 30522 | Going to run: ./ci +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.990 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.992 | 33214 | Marked run 176 as finished +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.992 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.993 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.993 | 33213 | Added a new run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.993 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.995 | 33217 | Added a new run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.996 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.996 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30522/cimple-worker: 2024-01-28 10:55:27.998 | 30522 | Recursively removing directory: /tmp/git.AiEXFO/ +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.998 | 33219 | Added a new run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:27 | INFO | 30516/cimple-server: 2024-01-28 10:55:27.998 | 30516 | Waiting for new connections +2024-01-28 10:55:27 | INFO | 30519/cimple-worker: 2024-01-28 10:55:27.998 | 30519 | Recursively removing directory: /tmp/git.EYHjFz/ +2024-01-28 10:55:27 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:27 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:27 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.000 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.000 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.000 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.000 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.000 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.001 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.001 | 33224 | Added a new run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.001 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.001 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.001 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.001 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BpBXcE +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.001 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.001 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.001 | 33240 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.001 | 30518 | Removed run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.001 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.001 | 30518 | Assigned run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.001 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.002 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.002 | 33242 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.002 | 30518 | Removed run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.002 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.002 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.002 | 30518 | Assigned run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.002 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.003 | 33235 | Added a new run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.003 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.002 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Rq8zSQ +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.005 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.006 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.006 | 33238 | Added a new run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.006 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.008 | 33239 | Marked run 178 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.008 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.009 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.010 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.010 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.010 | 33241 | Marked run 177 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.010 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.010 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.011 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.012 | 33244 | Added a new run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.012 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.013 | 33246 | Added a new run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.013 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.015 | 33247 | Added a new run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.015 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.015 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.016 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.017 | 33249 | Added a new run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.017 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.018 | 33257 | Added a new run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.019 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.020 | 30522 | Recursively removing directory: /tmp/git.BpBXcE/ +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.020 | 30519 | Recursively removing directory: /tmp/git.Rq8zSQ/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.021 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.021 | 33260 | Added a new run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.021 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.023 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.023 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.023 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.023 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.023 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.023 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.023 | 33273 | Added a new worker 16 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.023 | 30518 | Removed run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.023 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.023 | 30518 | Assigned run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.024 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.024 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.024 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.024 | 33275 | Added a new worker 20 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.024 | 30518 | Removed run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.024 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.024 | 30518 | Assigned run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.023 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.023 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.023 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.024 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fYXvPA +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.024 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mrF695 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.025 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.025 | 33269 | Added a new run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.025 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.027 | 33272 | Added a new run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.027 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.027 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.029 | 33276 | Added a new run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.030 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.030 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.031 | 33277 | Added a new run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.031 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.032 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.032 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.033 | 33271 | Marked run 179 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.033 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.033 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.033 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.034 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.034 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.035 | 33279 | Added a new run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.035 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.036 | 33282 | Added a new run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.036 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.038 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.038 | 33274 | Marked run 180 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.038 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.039 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.040 | 33284 | Added a new run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.040 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.041 | 30522 | Recursively removing directory: /tmp/git.mrF695/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.041 | 33286 | Added a new run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.042 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.042 | 30519 | Recursively removing directory: /tmp/git.fYXvPA/ +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.043 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.044 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.044 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.044 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.044 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.044 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.044 | 33306 | Added a new worker 18 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.044 | 30518 | Removed run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.044 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.044 | 30518 | Assigned run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.044 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vOm62F +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.045 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.045 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.045 | 33293 | Added a new run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.045 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.045 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.045 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.046 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.046 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.046 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.046 | 33310 | Added a new worker 19 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.046 | 30518 | Removed run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.046 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.046 | 30518 | Assigned run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.046 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.046 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IuGMjv +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.047 | 33297 | Added a new run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.048 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.048 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.049 | 33305 | Marked run 181 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.050 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.051 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.051 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.051 | 33308 | Marked run 182 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.051 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.052 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.053 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.053 | 33304 | Added a new run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.054 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.055 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.055 | 33307 | Added a new run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.056 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.058 | 33313 | Added a new run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.058 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.058 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.060 | 33319 | Added a new run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.060 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.061 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.061 | 33324 | Added a new run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.062 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.063 | 30519 | Recursively removing directory: /tmp/git.IuGMjv/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.063 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.062 | 30522 | Recursively removing directory: /tmp/git.vOm62F/ +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.064 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.064 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.064 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.064 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.064 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.064 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.064 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.064 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.064 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.065 | 33336 | Added a new worker 21 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.065 | 30518 | Removed run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.065 | 30518 | Removed worker 21 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.065 | 30518 | Assigned run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.065 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.065 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.065 | 33312 | Added a new run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.065 | 33338 | Added a new worker 8 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.065 | 30518 | Removed run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.065 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.065 | 30518 | Assigned run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.066 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.065 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AopedP +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.065 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.izEJyH +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.067 | 33332 | Added a new run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.068 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.069 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.070 | 33335 | Marked run 183 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.070 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.071 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.071 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.072 | 33339 | Added a new run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.072 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.073 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.073 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.074 | 33337 | Marked run 184 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.074 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.074 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.075 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.075 | 33334 | Added a new run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.076 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.077 | 33342 | Added a new run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.078 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.079 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.079 | 33343 | Added a new run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.079 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.080 | 33348 | Added a new run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.080 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.082 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.082 | 33356 | Added a new run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.083 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.083 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.083 | 30522 | Recursively removing directory: /tmp/git.AopedP/ +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.084 | 30519 | Recursively removing directory: /tmp/git.izEJyH/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.084 | 33362 | Added a new run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.085 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.086 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.086 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.086 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.086 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.086 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.086 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.086 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.086 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.086 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.086 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.087 | 33370 | Added a new worker 19 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.087 | 30518 | Removed run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.087 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.087 | 30518 | Assigned run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.087 | 33371 | Added a new worker 22 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.087 | 30518 | Removed run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.087 | 30518 | Removed worker 22 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.087 | 30518 | Assigned run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 22 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.087 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.087 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.087 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.r9W2bO +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.087 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MIa0pM +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.088 | 33369 | Marked run 186 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.088 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.089 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.090 | 33368 | Marked run 185 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.090 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.090 | 33365 | Added a new run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.090 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.092 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.096 | 33366 | Added a new run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.096 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.097 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.097 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.098 | 33372 | Added a new run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.098 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.098 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.099 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.099 | 33373 | Added a new run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.100 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.100 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.100 | 33375 | Added a new run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.100 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.102 | 33380 | Added a new run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.103 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.103 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.104 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.104 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.106 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.106 | 33390 | Added a new run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.106 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.107 | 33387 | Added a new run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.107 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.108 | 30519 | Recursively removing directory: /tmp/git.MIa0pM/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.109 | 33388 | Added a new run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.109 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.110 | 30522 | Recursively removing directory: /tmp/git.r9W2bO/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.111 | 33395 | Added a new run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.111 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.111 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.112 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.112 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.112 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.112 | 33406 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.112 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.112 | 30518 | Removed run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.112 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.112 | 30518 | Assigned run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.112 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.113 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.113 | 33408 | Added a new worker 19 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.113 | 30518 | Removed run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.113 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.113 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.112 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.112 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.112 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.113 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1WzTA1 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.112 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.112 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.113 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.113 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kmkMSe +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.114 | 30518 | Assigned run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.115 | 33405 | Marked run 187 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.115 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.115 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.117 | 33400 | Added a new run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.117 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.118 | 33402 | Added a new run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.119 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.119 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.120 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.120 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.120 | 33404 | Added a new run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.120 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.122 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.122 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.122 | 33409 | Added a new run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.122 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.122 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.123 | 33407 | Marked run 188 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.123 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.125 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.125 | 33414 | Added a new run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.125 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.125 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.126 | 33415 | Added a new run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.126 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.128 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.128 | 33419 | Added a new run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.128 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.129 | 33421 | Added a new run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.130 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.130 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.131 | 30522 | Recursively removing directory: /tmp/git.kmkMSe/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.132 | 33428 | Added a new run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.132 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.133 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.132 | 30519 | Recursively removing directory: /tmp/git.1WzTA1/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.133 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.133 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.133 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.133 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.133 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.133 | 33439 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.133 | 30518 | Removed run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.133 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.133 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.133 | 30518 | Assigned run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.134 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uwohVl +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.135 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.135 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.135 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.135 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.135 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.135 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.135 | 33442 | Added a new worker 20 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.135 | 30518 | Removed run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.135 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.135 | 30518 | Assigned run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.135 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.136 | 33433 | Added a new run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.136 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.135 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HeftAF +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.137 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.138 | 33437 | Marked run 190 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.138 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.139 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.140 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.140 | 33441 | Marked run 189 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.140 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.140 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.142 | 33440 | Added a new run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.142 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.143 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.143 | 33436 | Added a new run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.144 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.144 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.145 | 33444 | Added a new run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.145 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.146 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.146 | 33445 | Added a new run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.146 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.147 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.148 | 33453 | Added a new run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.148 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.148 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.150 | 33455 | Added a new run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.150 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.150 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.151 | 33459 | Added a new run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.151 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.151 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.153 | 33462 | Added a new run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.153 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.152 | 30522 | Recursively removing directory: /tmp/git.uwohVl/ +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.154 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.154 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.154 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.154 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.154 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.154 | 33472 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.154 | 30518 | Removed run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.154 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.154 | 30518 | Assigned run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.155 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.155 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0mrVIt +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.156 | 30519 | Recursively removing directory: /tmp/git.HeftAF/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.156 | 33465 | Added a new run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.156 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.157 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.158 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.158 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.158 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.158 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.159 | 33471 | Marked run 191 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.159 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.159 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.159 | 33478 | Added a new worker 19 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.159 | 30518 | Removed run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.159 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.159 | 30518 | Assigned run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.159 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IcDwEd +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.160 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.160 | 33477 | Marked run 192 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.161 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.162 | 33469 | Added a new run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.162 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.162 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.163 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.164 | 33479 | Added a new run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.164 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.165 | 33475 | Added a new run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.166 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.166 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.166 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.167 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.167 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.168 | 33474 | Added a new run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.169 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.170 | 33485 | Added a new run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.170 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.170 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.172 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.172 | 33490 | Added a new run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.172 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.174 | 30522 | Recursively removing directory: /tmp/git.0mrVIt/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.174 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.175 | 33483 | Added a new run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.175 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.176 | 30519 | Recursively removing directory: /tmp/git.IcDwEd/ +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.176 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.176 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.176 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.176 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.176 | 33505 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.176 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.176 | 30518 | Removed run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.176 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.176 | 30518 | Assigned run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.176 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.176 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.177 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NQ6AKG +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.178 | 33501 | Added a new run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.178 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.178 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.179 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.179 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.179 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.179 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.179 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.179 | 33510 | Added a new worker 20 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.179 | 30518 | Removed run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.179 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.179 | 30518 | Assigned run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.180 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.180 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Fkye2I +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.180 | 33497 | Added a new run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.180 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.181 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.182 | 33506 | Added a new run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.182 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.183 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.184 | 33504 | Marked run 193 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.184 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.185 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.185 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.185 | 33507 | Added a new run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.185 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.186 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.187 | 33509 | Marked run 194 as finished +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.187 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.188 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.189 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.189 | 33512 | Added a new run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.189 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.189 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.190 | 33514 | Added a new run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.190 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.191 | 33516 | Added a new run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.191 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.193 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.193 | 33520 | Added a new run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.194 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.195 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.195 | 30522 | Recursively removing directory: /tmp/git.NQ6AKG/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.196 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.196 | 33530 | Added a new run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.197 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.197 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.197 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.197 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.198 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OsmgQC +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.197 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.197 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.198 | 33540 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.198 | 30518 | Removed run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.198 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.198 | 30518 | Assigned run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.198 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.198 | 33534 | Added a new run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.199 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.199 | 30519 | Recursively removing directory: /tmp/git.Fkye2I/ +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.200 | 33535 | Added a new run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.200 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.200 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.201 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.201 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.201 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.201 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.201 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.201 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.202 | 33546 | Added a new worker 19 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.202 | 30518 | Removed run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.202 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.202 | 30518 | Assigned run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.202 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2FKfqn +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.202 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.203 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.207 | 33537 | Added a new run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.208 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.209 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.210 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.210 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.210 | 33539 | Marked run 195 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.210 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.212 | 33542 | Added a new run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.212 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.212 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.213 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.213 | 33544 | Marked run 196 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.213 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.214 | 33545 | Added a new run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.216 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.217 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.217 | 30522 | Recursively removing directory: /tmp/git.OsmgQC/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.217 | 33547 | Added a new run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.217 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.219 | 33549 | Added a new run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.220 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.220 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.220 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.219 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.220 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.220 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.221 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.221 | 33568 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.221 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.221 | 30518 | Removed run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.221 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.221 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.221 | 30518 | Assigned run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.222 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.222 | 33567 | Marked run 197 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.222 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.222 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OqqTSH +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.222 | 30519 | Recursively removing directory: /tmp/git.2FKfqn/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.224 | 33560 | Added a new run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.224 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.225 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.225 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.225 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.225 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vMcNHW +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.225 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.225 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.225 | 33574 | Added a new worker 7 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.225 | 30518 | Removed run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.225 | 30518 | Removed worker 7 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.225 | 30518 | Assigned run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.226 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.226 | 33569 | Added a new run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.226 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.228 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.228 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.229 | 33570 | Added a new run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.229 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.230 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.230 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.231 | 33571 | Added a new run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.231 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.232 | 33573 | Marked run 198 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.233 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.233 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.232 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.234 | 33577 | Added a new run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.234 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.235 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.235 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.236 | 33576 | Added a new run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.237 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.237 | 33581 | Added a new run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.238 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.238 | 33584 | Added a new run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.239 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.240 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.240 | 33591 | Added a new run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.241 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.241 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.242 | 33596 | Added a new run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.243 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.243 | 30519 | Recursively removing directory: /tmp/git.vMcNHW/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.244 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.244 | 30522 | Recursively removing directory: /tmp/git.OqqTSH/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.245 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.245 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.245 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.246 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.246 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.246 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.246 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.246 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.246 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.246 | 33607 | Added a new worker 20 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.246 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.246 | 33601 | Added a new run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.246 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.246 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.246 | 30518 | Removed run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.246 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.246 | 30518 | Assigned run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.246 | 33609 | Added a new worker 7 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.246 | 30518 | Removed run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.246 | 30518 | Removed worker 7 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.246 | 30518 | Assigned run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.247 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.247 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.v3s58b +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.247 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.K05m8K +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.248 | 33602 | Added a new run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.249 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.249 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.251 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.251 | 33604 | Added a new run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.252 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.253 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.253 | 33606 | Marked run 200 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.253 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.254 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.255 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.255 | 33612 | Added a new run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.255 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.255 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.256 | 33608 | Marked run 199 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.257 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.257 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.258 | 33605 | Added a new run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.258 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.259 | 33613 | Added a new run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.260 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.260 | 33620 | Added a new run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.261 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.261 | 33616 | Added a new run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.262 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.263 | 33625 | Added a new run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.263 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.264 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.266 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.266 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.265 | 30522 | Recursively removing directory: /tmp/git.K05m8K/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.267 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.267 | 33635 | Added a new run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.268 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.268 | 30519 | Recursively removing directory: /tmp/git.v3s58b/ +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.268 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.268 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.268 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.268 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.268 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.270 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.270 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.270 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.268 | 33641 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.268 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.268 | 30518 | Removed run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.268 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.268 | 30518 | Assigned run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.269 | 33638 | Added a new run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.270 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.271 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.271 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.271 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.271 | 33645 | Added a new worker 18 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.271 | 30518 | Removed run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.271 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.271 | 30518 | Assigned run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.271 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.271 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dJRNXA +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.268 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FvIotu +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.273 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.274 | 33637 | Added a new run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.274 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.274 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.276 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.276 | 33640 | Marked run 202 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.277 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.277 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.277 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.278 | 33644 | Marked run 201 as finished +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.278 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.278 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.279 | 33639 | Added a new run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.279 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.280 | 33646 | Added a new run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.281 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.282 | 33647 | Added a new run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.282 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.282 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.284 | 33650 | Added a new run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.284 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.284 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.285 | 30522 | Recursively removing directory: /tmp/git.FvIotu/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.286 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.287 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.287 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.287 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.287 | 33659 | Added a new run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.287 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.287 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.287 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.287 | 33671 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.287 | 30518 | Removed run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.288 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.288 | 30518 | Assigned run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.287 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.288 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BTgbXk +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.289 | 30519 | Recursively removing directory: /tmp/git.dJRNXA/ +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.288 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.288 | 33664 | Added a new run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.289 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.291 | 33667 | Added a new run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.291 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.291 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.291 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.291 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.292 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.292 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.292 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.292 | 33677 | Added a new worker 18 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.293 | 30518 | Removed run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.293 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.293 | 30518 | Assigned run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.293 | 33668 | Added a new run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.294 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.294 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.294 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xPCuRf +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.295 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.295 | 33670 | Marked run 203 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.295 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.296 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.296 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.297 | 33676 | Marked run 204 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.297 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.297 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.298 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.298 | 33674 | Added a new run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.299 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.300 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.300 | 33679 | Added a new run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.301 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.301 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.302 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.303 | 33680 | Added a new run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.303 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.304 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.305 | 30522 | Recursively removing directory: /tmp/git.BTgbXk/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.305 | 33682 | Added a new run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.306 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.306 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.306 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.307 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.307 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.307 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.307 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.307 | 33699 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.307 | 30518 | Removed run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.307 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.307 | 30518 | Assigned run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.307 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.307 | 33688 | Added a new run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.308 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.309 | 33693 | Added a new run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.307 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uZGR0C +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.310 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.311 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.311 | 33696 | Added a new run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.311 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.311 | 30519 | Recursively removing directory: /tmp/git.xPCuRf/ +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.313 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.314 | 33697 | Marked run 205 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.314 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.314 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.314 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.314 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.314 | 33710 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.314 | 30518 | Removed run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.314 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.314 | 30518 | Assigned run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.314 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.314 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.314 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.315 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Eh00wb +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.314 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.315 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.316 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.317 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.318 | 33705 | Added a new run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.318 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.320 | 33709 | Added a new run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.320 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.321 | 33707 | Added a new run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.322 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.323 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.323 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.324 | 33708 | Marked run 206 as finished +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.324 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.325 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.325 | 33711 | Added a new run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.325 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.326 | 33718 | Added a new run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.327 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.327 | 33722 | Added a new run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.328 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.328 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.329 | 33725 | Added a new run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.329 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.330 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.331 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.329 | 30522 | Recursively removing directory: /tmp/git.uZGR0C/ +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.331 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.331 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.331 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.331 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.331 | 33736 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.332 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u1ZkKj +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.331 | 30518 | Removed run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.331 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.332 | 30518 | Assigned run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.332 | 33730 | Added a new run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.332 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.332 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.333 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.333 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.334 | 33735 | Marked run 207 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.334 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.335 | 30519 | Recursively removing directory: /tmp/git.Eh00wb/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.335 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.336 | 33734 | Added a new run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.336 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.338 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.338 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.338 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.338 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.338 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.338 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.338 | 33737 | Added a new run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.338 | 33744 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.339 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.339 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.339 | 30518 | Removed run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.339 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.339 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.339 | 30518 | Assigned run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.339 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IVu71C +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.339 | 33740 | Added a new run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.340 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.340 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.341 | 33743 | Marked run 208 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.341 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.342 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.342 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.343 | 33741 | Added a new run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.343 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.344 | 33747 | Added a new run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.345 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.346 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.347 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.347 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.348 | 33750 | Added a new run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.348 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.348 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.349 | 33749 | Added a new run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.349 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.349 | 30522 | Recursively removing directory: /tmp/git.u1ZkKj/ +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.351 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.352 | 33757 | Added a new run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.352 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.352 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.352 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.352 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.352 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.352 | 33766 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.352 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.352 | 30518 | Removed run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.352 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.352 | 30518 | Assigned run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.353 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.353 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y34jCJ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.354 | 33758 | Added a new run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.354 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.355 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.355 | 33764 | Added a new run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.356 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.357 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.358 | 33765 | Marked run 209 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.358 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.359 | 30519 | Recursively removing directory: /tmp/git.IVu71C/ +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.359 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.360 | 33768 | Added a new run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.361 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.361 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.362 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.360 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.361 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.361 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.361 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.362 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.362 | 33781 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.362 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.362 | 30518 | Removed run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.362 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.362 | 30518 | Assigned run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.362 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OMsVRb +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.363 | 33771 | Added a new run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.363 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.364 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.364 | 33776 | Added a new run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.365 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.366 | 33780 | Marked run 210 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.366 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.367 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.368 | 33778 | Added a new run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.368 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.369 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.369 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.369 | 33784 | Added a new run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.370 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.370 | 30522 | Recursively removing directory: /tmp/git.Y34jCJ/ +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.371 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.371 | 33788 | Added a new run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.371 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.372 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.373 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.373 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.373 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.373 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.373 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.373 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.373 | 33799 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.373 | 30518 | Removed run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.373 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.373 | 30518 | Assigned run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.374 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KopvFN +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.374 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.374 | 33796 | Added a new run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.375 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.376 | 33792 | Added a new run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.376 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.376 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.377 | 33797 | Added a new run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.378 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.378 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.379 | 33798 | Marked run 211 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.379 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.380 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.381 | 33803 | Added a new run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.382 | 33805 | Added a new run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.382 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.382 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.381 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.382 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.383 | 30519 | Recursively removing directory: /tmp/git.OMsVRb/ +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.385 | 33809 | Added a new run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.385 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.385 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.385 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.385 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.385 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.385 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.386 | 33812 | Added a new run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.387 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.387 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.387 | 33818 | Added a new worker 6 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.388 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.388 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.388 | 30518 | Removed run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.388 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.388 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.388 | 30518 | Assigned run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.388 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tk2ytQ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.390 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.390 | 33820 | Added a new run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.391 | 30522 | Recursively removing directory: /tmp/git.KopvFN/ +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.392 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.393 | 33816 | Marked run 212 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.393 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.393 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.393 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.393 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.393 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.393 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.393 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.393 | 33830 | Added a new worker 19 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.393 | 30518 | Removed run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.393 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.393 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.394 | 30518 | Assigned run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.394 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mJ0Lrh +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.395 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.396 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.396 | 33824 | Added a new run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.396 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.399 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.399 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.400 | 33829 | Marked run 213 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.400 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.400 | 33822 | Added a new run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.400 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.400 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.402 | 33831 | Added a new run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.402 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.403 | 33827 | Added a new run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.403 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.404 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.404 | 33835 | Added a new run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.404 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.405 | 30519 | Recursively removing directory: /tmp/git.tk2ytQ/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.406 | 33844 | Added a new run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.407 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.407 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.407 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.407 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.407 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.407 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.407 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.407 | 33850 | Added a new worker 14 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.407 | 30518 | Removed run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.407 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.407 | 30518 | Assigned run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.408 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.408 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.408 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wHDpiE +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.409 | 33847 | Added a new run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.409 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.410 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.411 | 30522 | Recursively removing directory: /tmp/git.mJ0Lrh/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.411 | 33848 | Marked run 214 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.412 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.412 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.413 | 33851 | Added a new run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.414 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.414 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.414 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.414 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.414 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.414 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.414 | 33862 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.414 | 30518 | Removed run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.414 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.414 | 30518 | Assigned run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.414 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.415 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.d0PKJa +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.416 | 33853 | Added a new run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.416 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.416 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.416 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.417 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.418 | 33858 | Added a new run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.418 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.420 | 33859 | Added a new run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.420 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.420 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.421 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.422 | 33863 | Added a new run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.423 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.424 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.424 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.424 | 33860 | Marked run 215 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.424 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.425 | 30519 | Recursively removing directory: /tmp/git.wHDpiE/ +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.425 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.426 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.426 | 33869 | Added a new run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.426 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.427 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.427 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.427 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.427 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.427 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.428 | 33881 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.428 | 30518 | Removed run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.428 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.428 | 30518 | Assigned run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.428 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CoZqBc +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.428 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.429 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.430 | 33870 | Added a new run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.430 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.432 | 33876 | Added a new run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.432 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.434 | 33878 | Added a new run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.434 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.434 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.434 | 30522 | Recursively removing directory: /tmp/git.d0PKJa/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.435 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.436 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.436 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.436 | 33883 | Added a new run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.437 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.437 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.437 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.437 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.437 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.437 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.437 | 33897 | Added a new worker 19 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.437 | 30518 | Removed run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.437 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.437 | 30518 | Assigned run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.438 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.scge0i +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.438 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.439 | 33880 | Marked run 216 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.439 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.440 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.443 | 30519 | Recursively removing directory: /tmp/git.CoZqBc/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.444 | 33894 | Marked run 217 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.444 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.445 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.445 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.446 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.445 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.446 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.446 | 33905 | Added a new worker 20 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.446 | 30518 | Removed run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.446 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.446 | 30518 | Assigned run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.446 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.446 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lI4G0q +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.446 | 33891 | Added a new run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.447 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.448 | 33892 | Added a new run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.448 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.448 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.449 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.449 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.451 | 33895 | Added a new run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.451 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.452 | 33904 | Marked run 218 as finished +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.453 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.455 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.465 | 30519 | Recursively removing directory: /tmp/git.lI4G0q/ +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.467 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.467 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.459 | 30522 | Recursively removing directory: /tmp/git.scge0i/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.452 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.467 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.467 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.svyJry +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.460 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.460 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.474 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.453 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.461 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.461 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jIv8E9 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.454 | 33899 | Added a new run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.476 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.466 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.466 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.454 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.455 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.457 | 33912 | Added a new run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.457 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.457 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.458 | 33908 | Added a new run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.458 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.460 | 33917 | Added a new run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.460 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.460 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.461 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.461 | 33926 | Added a new worker 13 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.461 | 30518 | Removed run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.461 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.461 | 30518 | Assigned run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.461 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.463 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.464 | 33920 | Added a new run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.464 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.467 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.467 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.467 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.467 | 33936 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.467 | 30518 | Removed run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.467 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.467 | 30518 | Assigned run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.468 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.468 | 33929 | Added a new run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.469 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.470 | 33935 | Added a new run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.470 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.470 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.472 | 33925 | Marked run 219 as finished +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.472 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.473 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.474 | 33934 | Marked run 220 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.474 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.476 | 33939 | Added a new run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.476 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.477 | 33938 | Added a new run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.478 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.479 | 33941 | Added a new run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.479 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.480 | 33943 | Added a new run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.480 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.481 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.482 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.482 | 30522 | Recursively removing directory: /tmp/git.jIv8E9/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.483 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.484 | 33955 | Added a new run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.484 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.484 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.484 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.484 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.484 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.485 | 33959 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.485 | 30518 | Removed run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.485 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.485 | 30518 | Assigned run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.485 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.484 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.485 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ypKBAj +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.486 | 33954 | Added a new run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.487 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.487 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.488 | 33956 | Added a new run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.488 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.489 | 33957 | Marked run 221 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.489 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.489 | 30519 | Recursively removing directory: /tmp/git.svyJry/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.491 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.491 | 33960 | Added a new run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.491 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.491 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.491 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.491 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.491 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.492 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.492 | 33971 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.492 | 30518 | Removed run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.492 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.492 | 30518 | Assigned run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.492 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.492 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qhqwyl +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.493 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.494 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.495 | 33964 | Added a new run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.495 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.495 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.496 | 33968 | Added a new run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.497 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.498 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.498 | 33970 | Marked run 222 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.498 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.499 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.499 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.500 | 33969 | Added a new run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.500 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.500 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.501 | 33974 | Added a new run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.501 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.503 | 33981 | Added a new run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.503 | 30522 | Recursively removing directory: /tmp/git.ypKBAj/ +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.503 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.504 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.505 | 33978 | Added a new run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.505 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.505 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.505 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.505 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.505 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.506 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.506 | 33993 | Added a new worker 13 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.507 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.507 | 30518 | Removed run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.507 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.507 | 30518 | Assigned run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.507 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tArtOG +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.507 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.508 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.508 | 33988 | Added a new run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.509 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.510 | 30519 | Recursively removing directory: /tmp/git.qhqwyl/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.511 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.512 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.512 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.512 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.512 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.512 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.512 | 34003 | Added a new worker 21 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.512 | 30518 | Removed run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.512 | 30518 | Removed worker 21 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.512 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.512 | 30518 | Assigned run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.513 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2n0Hg9 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.513 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.513 | 33994 | Added a new run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.513 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.514 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.515 | 33997 | Added a new run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.516 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.517 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.517 | 33990 | Marked run 223 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.517 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.518 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.519 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.519 | 34002 | Marked run 224 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.519 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.520 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.520 | 34000 | Added a new run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.520 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.521 | 34001 | Added a new run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.522 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.523 | 30522 | Recursively removing directory: /tmp/git.tArtOG/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.523 | 34008 | Added a new run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.524 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.524 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.525 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.525 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.525 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.525 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.525 | 34021 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.525 | 30518 | Removed run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.525 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.525 | 30518 | Assigned run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.525 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.525 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.526 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.526 | 34018 | Added a new run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.525 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m2w1E0 +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.527 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.528 | 34010 | Added a new run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.528 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.530 | 34023 | Added a new run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.531 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.531 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.531 | 30519 | Recursively removing directory: /tmp/git.2n0Hg9/ +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.532 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.533 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.533 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.533 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.534 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.534 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.534 | 34035 | Added a new worker 20 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.534 | 30518 | Removed run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.534 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.534 | 30518 | Assigned run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.534 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.534 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.535 | 34020 | Marked run 225 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.535 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.534 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m0aHJ6 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.536 | 34034 | Marked run 226 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.536 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.537 | 34030 | Added a new run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.537 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.539 | 34027 | Added a new run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.539 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.539 | 30522 | Recursively removing directory: /tmp/git.m2w1E0/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.541 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.542 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.542 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.542 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.542 | 34037 | Added a new run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.542 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.542 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.543 | 34046 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.543 | 30518 | Removed run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.543 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.543 | 30518 | Assigned run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.543 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lwcBSV +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.544 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.544 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.544 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.545 | 34045 | Marked run 227 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.545 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.545 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.547 | 34033 | Added a new run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.547 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.548 | 34044 | Added a new run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.549 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.550 | 34048 | Added a new run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.550 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.551 | 34050 | Added a new run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.552 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.551 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.552 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.553 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.554 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.555 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.556 | 34060 | Added a new run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.556 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.557 | 34061 | Added a new run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.557 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.558 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.558 | 30519 | Recursively removing directory: /tmp/git.m0aHJ6/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.559 | 34063 | Added a new run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.560 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.560 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.560 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.560 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.560 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.560 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.561 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.561 | 34072 | Added a new worker 16 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.561 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.561 | 30518 | Removed run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.561 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.561 | 30518 | Assigned run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.562 | 34066 | Added a new run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.562 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tTu3Q1 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.562 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.562 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.563 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.564 | 34070 | Marked run 228 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.564 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.565 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.565 | 30522 | Recursively removing directory: /tmp/git.lwcBSV/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.566 | 34071 | Added a new run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.567 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.568 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.568 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.568 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.568 | 34073 | Added a new run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.568 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.568 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.568 | 34082 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.568 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.569 | 30518 | Removed run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.569 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.569 | 30518 | Assigned run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.569 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gMtkri +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.569 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.570 | 34077 | Added a new run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.570 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.570 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.571 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.572 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.572 | 34081 | Marked run 229 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.572 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.574 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.574 | 34079 | Added a new run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.574 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.576 | 34087 | Added a new run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.576 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.576 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.577 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.577 | 34084 | Added a new run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.577 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.579 | 30519 | Recursively removing directory: /tmp/git.tTu3Q1/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.579 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.579 | 34089 | Added a new run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.579 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.579 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.581 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.581 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.581 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.581 | 34098 | Added a new run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.581 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.581 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.581 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.582 | 34102 | Added a new worker 7 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.582 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.582 | 30518 | Removed run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.582 | 30518 | Removed worker 7 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.582 | 30518 | Assigned run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.582 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.582 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TNkFl3 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.583 | 34099 | Added a new run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.583 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.583 | 34101 | Marked run 230 as finished +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.584 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.584 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.585 | 34104 | Added a new run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.585 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.587 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.587 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.587 | 34106 | Added a new run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.587 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.589 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.589 | 34109 | Added a new run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.589 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.590 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.590 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.591 | 34111 | Added a new run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.591 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.592 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.592 | 30522 | Recursively removing directory: /tmp/git.gMtkri/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.593 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.594 | 34120 | Added a new run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.594 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.594 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.595 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.595 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.594 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.595 | 34125 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.595 | 30518 | Removed run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.595 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.595 | 30518 | Assigned run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.595 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.596 | 34117 | Added a new run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.595 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.01cfEl +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.596 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.596 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.597 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.597 | 34121 | Added a new run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.598 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.599 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.599 | 34123 | Marked run 231 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.600 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.601 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.601 | 34126 | Added a new run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.602 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.602 | 30519 | Recursively removing directory: /tmp/git.TNkFl3/ +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.602 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.603 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.604 | 34129 | Added a new run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.604 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.604 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.604 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.604 | 34140 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.604 | 30518 | Removed run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.604 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.605 | 30518 | Assigned run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.605 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.605 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.604 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.604 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.604 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.605 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AdNzip +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.607 | 34135 | Added a new run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.607 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.608 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.609 | 34133 | Added a new run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.609 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.610 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.610 | 34139 | Marked run 232 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.611 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.611 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.612 | 34141 | Added a new run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.612 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.613 | 34143 | Added a new run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.613 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.613 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.614 | 30522 | Recursively removing directory: /tmp/git.01cfEl/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.615 | 34150 | Added a new run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.615 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.616 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.616 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.616 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.617 | 34158 | Added a new worker 16 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.617 | 30518 | Removed run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.617 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.617 | 30518 | Assigned run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.617 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.616 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.616 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.616 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.617 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4WQAX4 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.618 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.619 | 34154 | Added a new run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.619 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.619 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.621 | 30519 | Recursively removing directory: /tmp/git.AdNzip/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.621 | 34156 | Added a new run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.621 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.623 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.623 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.623 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.623 | 34157 | Marked run 233 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.623 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.623 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.623 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.623 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.623 | 34169 | Added a new worker 12 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.623 | 30518 | Removed run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.624 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.624 | 30518 | Assigned run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.624 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.624 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.624 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tfvAZI +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.625 | 34161 | Added a new run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.626 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.628 | 34165 | Added a new run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.628 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.629 | 34168 | Marked run 234 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.630 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.630 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.630 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.631 | 34170 | Added a new run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.631 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.631 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.632 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.632 | 34172 | Added a new run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.633 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.633 | 30522 | Recursively removing directory: /tmp/git.4WQAX4/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.634 | 34181 | Added a new run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.634 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.635 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.635 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.635 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.635 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.635 | 34187 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.635 | 30518 | Removed run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.635 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.636 | 30518 | Assigned run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.636 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.636 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.636 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.635 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.636 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aIigeW +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.637 | 34179 | Added a new run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.638 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.639 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.640 | 34186 | Marked run 235 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.640 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.641 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.641 | 30519 | Recursively removing directory: /tmp/git.tfvAZI/ +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.643 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.643 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.642 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.642 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.643 | 34188 | Added a new run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.643 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.643 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.644 | 34200 | Added a new worker 13 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.644 | 30518 | Removed run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.644 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.644 | 30518 | Assigned run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.644 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.644 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.644 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EL2Fwa +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.645 | 34190 | Added a new run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.645 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.647 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.647 | 34195 | Added a new run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.647 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.649 | 34197 | Added a new run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.649 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.650 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.651 | 34199 | Marked run 236 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.651 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.651 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.651 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.652 | 30522 | Recursively removing directory: /tmp/git.aIigeW/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.653 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.654 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.654 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.654 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.655 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.655 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.655 | 34217 | Added a new worker 19 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.655 | 30518 | Removed run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.655 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.655 | 30518 | Assigned run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.655 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.y8nqYf +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.655 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.656 | 34205 | Added a new run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.656 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.657 | 34209 | Added a new run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.658 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.659 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.659 | 34212 | Added a new run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.659 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.660 | 30519 | Recursively removing directory: /tmp/git.EL2Fwa/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.661 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.662 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.662 | 34214 | Added a new run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.662 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.662 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.662 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.662 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.662 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.663 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.663 | 34229 | Added a new worker 19 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.663 | 30518 | Removed run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.663 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.663 | 30518 | Assigned run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.663 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.663 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.663 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5YW0t8 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.664 | 34216 | Marked run 237 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.664 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.666 | 34227 | Marked run 238 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.666 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.667 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.668 | 34224 | Added a new run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.668 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.669 | 34226 | Added a new run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.669 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.671 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.671 | 34228 | Added a new run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.671 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.671 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.671 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.672 | 30522 | Recursively removing directory: /tmp/git.y8nqYf/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.673 | 34233 | Added a new run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.673 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.675 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.675 | 34240 | Added a new run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.675 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.675 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.675 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.675 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.675 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.675 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.675 | 34247 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.675 | 30518 | Removed run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.675 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.675 | 30518 | Assigned run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.676 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.675 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wljYph +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.676 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.677 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.678 | 34245 | Marked run 239 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.678 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.679 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.680 | 34244 | Added a new run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.680 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.681 | 34246 | Added a new run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.682 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.682 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.682 | 30519 | Recursively removing directory: /tmp/git.5YW0t8/ +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.682 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.683 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.684 | 34250 | Added a new run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.684 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.685 | 34252 | Added a new run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.686 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.686 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.686 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.686 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.687 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.687 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.687 | 34265 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.687 | 30518 | Removed run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.687 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.687 | 30518 | Assigned run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.687 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.687 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FYI9pe +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.688 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.690 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.690 | 34264 | Marked run 240 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.690 | 34259 | Added a new run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.690 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.690 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.691 | 30522 | Recursively removing directory: /tmp/git.wljYph/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.692 | 34260 | Added a new run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.692 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.693 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.693 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.693 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.693 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.693 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.693 | 34275 | Added a new worker 12 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.693 | 30518 | Removed run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.693 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.693 | 30518 | Assigned run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.693 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.694 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.693 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YbPjgQ +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.695 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.695 | 34267 | Added a new run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.696 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.696 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.697 | 34271 | Added a new run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.697 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.697 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.699 | 34276 | Added a new run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.699 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.701 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.701 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.701 | 34274 | Marked run 241 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.701 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.701 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.701 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.703 | 34278 | Added a new run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.703 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.703 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.704 | 34283 | Added a new run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.704 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.705 | 34284 | Added a new run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.705 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.706 | 30519 | Recursively removing directory: /tmp/git.FYI9pe/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.707 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.708 | 34287 | Added a new run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.708 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.709 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.709 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.709 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.709 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.709 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.710 | 34303 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.710 | 30518 | Removed run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.710 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.710 | 30518 | Assigned run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.710 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8p50Vw +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.711 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.711 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.711 | 30522 | Recursively removing directory: /tmp/git.YbPjgQ/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.711 | 34295 | Added a new run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.711 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.713 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.714 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.714 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.714 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.714 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.714 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.714 | 34301 | Marked run 242 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.714 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.714 | 34308 | Added a new worker 11 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.714 | 30518 | Removed run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.714 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.714 | 30518 | Assigned run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.714 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.715 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7fcOCq +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.715 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.723 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.724 | 34307 | Marked run 243 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.724 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.724 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.726 | 34297 | Added a new run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.726 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.727 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.728 | 34306 | Added a new run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.728 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.729 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.730 | 34304 | Added a new run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.730 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.730 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.731 | 34309 | Added a new run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.731 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.731 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.733 | 30519 | Recursively removing directory: /tmp/git.8p50Vw/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.734 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.734 | 34315 | Added a new run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.734 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.734 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.736 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.736 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.736 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.736 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.736 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.736 | 34320 | Added a new run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.736 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.736 | 34329 | Added a new worker 6 to the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.737 | 30518 | Removed run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.737 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.737 | 30518 | Assigned run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.738 | 34324 | Added a new run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.737 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rLEbzs +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.738 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.738 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.740 | 34325 | Added a new run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.740 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.741 | 30522 | Recursively removing directory: /tmp/git.7fcOCq/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.741 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.742 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.742 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.743 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.742 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.743 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.743 | 34339 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.743 | 30518 | Removed run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.743 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.743 | 30518 | Assigned run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.743 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.743 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rWCynG +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.744 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.744 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.744 | 34328 | Marked run 244 as finished +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.744 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.744 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.746 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.746 | 34338 | Marked run 245 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.746 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.748 | 34337 | Added a new run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.748 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.749 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.750 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.750 | 34340 | Added a new run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.750 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.751 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.752 | 34341 | Added a new run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.752 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.754 | 34334 | Added a new run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.754 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.754 | 30519 | Recursively removing directory: /tmp/git.rLEbzs/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.754 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.756 | 34350 | Added a new run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.757 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.757 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.758 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.758 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.758 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.758 | 34354 | Added a new run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.758 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.758 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.758 | 34361 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.758 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.759 | 30518 | Removed run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.759 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.759 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.759 | 30518 | Assigned run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.759 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.d0ly54 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.760 | 34357 | Added a new run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.760 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.760 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.762 | 34358 | Added a new run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.762 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.762 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.763 | 30522 | Recursively removing directory: /tmp/git.rWCynG/ +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.764 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.764 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.764 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.765 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.765 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.765 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.765 | 34372 | Added a new worker 19 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.765 | 30518 | Removed run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.765 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.765 | 30518 | Assigned run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.765 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.765 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Hffzty +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.766 | 34360 | Marked run 246 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.766 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.766 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.766 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.768 | 34371 | Marked run 247 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.768 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.768 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.769 | 34365 | Added a new run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.770 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.771 | 34368 | Added a new run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.771 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.771 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.773 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.773 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.773 | 34370 | Added a new run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.774 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.775 | 34373 | Added a new run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.775 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.776 | 34379 | Added a new run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.777 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.777 | 30519 | Recursively removing directory: /tmp/git.d0ly54/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.779 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.779 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.779 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.779 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.780 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.779 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.780 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.780 | 34393 | Added a new worker 19 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.780 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.780 | 30518 | Removed run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.780 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.780 | 30518 | Assigned run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.780 | 34385 | Added a new run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.780 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.780 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.w1mvOU +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.781 | 34392 | Marked run 248 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.782 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.783 | 34390 | Added a new run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.783 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.783 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.784 | 30522 | Recursively removing directory: /tmp/git.Hffzty/ +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.785 | 34389 | Added a new run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.786 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.787 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.788 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.788 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.788 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.788 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.788 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.788 | 34404 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.788 | 30518 | Removed run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.788 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.788 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.788 | 30518 | Assigned run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.788 | 34391 | Added a new run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.789 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.788 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.789 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.z9ejgt +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.789 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.791 | 34399 | Added a new run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.791 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.792 | 34402 | Added a new run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.792 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.793 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.794 | 34403 | Marked run 249 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.795 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.795 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.797 | 34405 | Added a new run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.797 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.797 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.798 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.798 | 34409 | Added a new run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.798 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.800 | 30519 | Recursively removing directory: /tmp/git.w1mvOU/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.800 | 34412 | Added a new run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.800 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.801 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.802 | 34414 | Added a new run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.802 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.803 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.803 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.802 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.802 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.803 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.803 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vf2pdv +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.803 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.803 | 34427 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.803 | 30518 | Removed run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.803 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.803 | 30518 | Assigned run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.803 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.804 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.806 | 34422 | Added a new run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.806 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.807 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.807 | 34425 | Added a new run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.808 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.809 | 34426 | Marked run 250 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.809 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.810 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.810 | 30522 | Recursively removing directory: /tmp/git.z9ejgt/ +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.810 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.811 | 34428 | Added a new run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.811 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.811 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.812 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.813 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.813 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.813 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.813 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.813 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.814 | 34433 | Added a new run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.814 | 34441 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.814 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.814 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.814 | 30518 | Removed run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.814 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.815 | 30518 | Assigned run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.815 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.815 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1VWgHq +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.815 | 34437 | Added a new run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.816 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.817 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.817 | 34440 | Marked run 251 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.818 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.819 | 34436 | Added a new run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.819 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.819 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.821 | 30519 | Recursively removing directory: /tmp/git.vf2pdv/ +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.821 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.821 | 34444 | Added a new run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.821 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.823 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.823 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.823 | 34447 | Added a new run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.824 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.824 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.823 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.824 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.824 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.824 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.825 | 34458 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.825 | 30518 | Removed run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.825 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.825 | 30518 | Assigned run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.825 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.826 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.826 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VnsX4N +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.826 | 34451 | Added a new run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.827 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.827 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.828 | 34456 | Marked run 252 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.828 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.830 | 34454 | Added a new run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.830 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.831 | 30522 | Recursively removing directory: /tmp/git.1VWgHq/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.832 | 34459 | Added a new run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.832 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.833 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.833 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.833 | 34471 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.833 | 30518 | Removed run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.833 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.833 | 30518 | Assigned run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.834 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.834 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.833 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.833 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.833 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.834 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u6iC4T +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.832 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.834 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.835 | 34467 | Added a new run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.835 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.836 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.838 | 34461 | Added a new run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.838 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.839 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.840 | 34472 | Added a new run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.840 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.841 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.841 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.841 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.842 | 34474 | Added a new run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.842 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.843 | 34470 | Marked run 253 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.843 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.844 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.844 | 30519 | Recursively removing directory: /tmp/git.VnsX4N/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.845 | 34479 | Added a new run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.846 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.846 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.847 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.847 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.847 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.847 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.847 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.847 | 34493 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.847 | 30518 | Removed run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.847 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.847 | 30518 | Assigned run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.847 | 34484 | Added a new run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.848 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.847 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8Vxfwd +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.849 | 34487 | Added a new run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.849 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.850 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.850 | 30522 | Recursively removing directory: /tmp/git.u6iC4T/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.851 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.852 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.852 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.852 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.852 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.852 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.853 | 34489 | Added a new run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.853 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.853 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.853 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.853 | 34501 | Added a new worker 18 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.853 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.854 | 30518 | Removed run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.854 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.854 | 30518 | Assigned run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.854 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gjMlOm +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.853 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.855 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.855 | 34492 | Marked run 254 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.856 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.856 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.857 | 34500 | Marked run 255 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.857 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.859 | 34499 | Added a new run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.859 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.861 | 34503 | Added a new run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.862 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.861 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.862 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.862 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.863 | 34506 | Added a new run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.863 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.864 | 30519 | Recursively removing directory: /tmp/git.8Vxfwd/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.865 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.865 | 34502 | Added a new run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.866 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.867 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.867 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.867 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.867 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.868 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.868 | 34517 | Added a new run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.868 | 34522 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.868 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.868 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.868 | 30518 | Removed run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.868 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.868 | 30518 | Assigned run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.869 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.868 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.868 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9IltKf +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.871 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.873 | 34521 | Marked run 256 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.873 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.873 | 30522 | Recursively removing directory: /tmp/git.gjMlOm/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.876 | 34513 | Added a new run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.876 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.876 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.876 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.876 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.876 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.876 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.876 | 34531 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.876 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.876 | 30518 | Removed run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.876 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.876 | 30518 | Assigned run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.877 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.876 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.b1crV9 +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.879 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.879 | 34525 | Added a new run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.880 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.881 | 34523 | Added a new run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.881 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.882 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.883 | 34535 | Added a new run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.883 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.885 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.885 | 34530 | Marked run 257 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.885 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.885 | 30519 | Recursively removing directory: /tmp/git.9IltKf/ +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.886 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.886 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.887 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.887 | 34527 | Added a new run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.887 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.888 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.888 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.888 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.888 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.888 | 34549 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.888 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.888 | 30518 | Removed run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.888 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.888 | 30518 | Assigned run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.888 | 34539 | Added a new run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.889 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.888 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.888 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.21QiWA +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.890 | 34544 | Added a new run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.890 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.892 | 34545 | Added a new run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.892 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.892 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.894 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.894 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.895 | 34553 | Added a new run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.895 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.896 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.896 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.897 | 34548 | Marked run 258 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.897 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.897 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.898 | 34556 | Added a new run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.898 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.899 | 30522 | Recursively removing directory: /tmp/git.b1crV9/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.899 | 34557 | Added a new run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.899 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.901 | 34561 | Added a new run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.901 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.902 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.902 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.902 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.902 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.902 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.903 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.904 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.904 | 34570 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.904 | 30518 | Removed run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.904 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.904 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.904 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iECSfQ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.905 | 30518 | Assigned run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.905 | 34564 | Added a new run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.905 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.906 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.908 | 34568 | Marked run 259 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.908 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.908 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.909 | 30519 | Recursively removing directory: /tmp/git.21QiWA/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.909 | 34573 | Added a new run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.910 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.911 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.912 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.912 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.912 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.912 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.911 | 34572 | Added a new run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.912 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.912 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.913 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.913 | 34583 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.913 | 30518 | Removed run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.913 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.913 | 30518 | Assigned run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.913 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.913 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.914 | 34578 | Added a new run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.914 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.915 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ziKPVd +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.915 | 34580 | Added a new run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.915 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.916 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.917 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.918 | 34582 | Marked run 260 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.919 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.919 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.920 | 34586 | Added a new run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.920 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.921 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.922 | 30522 | Recursively removing directory: /tmp/git.iECSfQ/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.922 | 34590 | Added a new run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.923 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.924 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.924 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.924 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.925 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.925 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.H9lJNK +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.924 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.924 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.925 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.925 | 34601 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.925 | 30518 | Removed run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.925 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.925 | 30518 | Assigned run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.925 | 34591 | Added a new run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.925 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.925 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.926 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.927 | 34593 | Added a new run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.927 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.928 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.930 | 34600 | Marked run 261 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.930 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.931 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.931 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.932 | 34599 | Added a new run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.932 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.932 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.934 | 30519 | Recursively removing directory: /tmp/git.ziKPVd/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.933 | 34604 | Added a new run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.934 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.935 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.935 | 34606 | Added a new run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.936 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.936 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.936 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.936 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.937 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.937 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.937 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7bMnDB +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.937 | 34621 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.937 | 30518 | Removed run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.937 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.937 | 30518 | Assigned run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.937 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.938 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.938 | 34609 | Added a new run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.938 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.940 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.941 | 30522 | Recursively removing directory: /tmp/git.H9lJNK/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.941 | 34620 | Marked run 262 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.941 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.942 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.943 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.943 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.943 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.943 | 34617 | Added a new run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.943 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.943 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.944 | 34630 | Added a new worker 17 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.944 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.944 | 30518 | Removed run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.944 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.944 | 30518 | Assigned run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.944 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.944 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wh0ovo +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.945 | 34624 | Added a new run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.945 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.946 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.946 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.948 | 34629 | Marked run 263 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.948 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.948 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.950 | 34627 | Added a new run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.950 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.950 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.951 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.951 | 34628 | Added a new run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.952 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.952 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.953 | 34634 | Added a new run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.954 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.954 | 30519 | Recursively removing directory: /tmp/git.7bMnDB/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.955 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.956 | 34635 | Added a new run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.957 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.957 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.957 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.957 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.957 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.957 | 34652 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.957 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.957 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.958 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.c9gYDC +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.957 | 30518 | Removed run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.957 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.958 | 30518 | Assigned run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.958 | 34642 | Added a new run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.958 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.959 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.960 | 34647 | Added a new run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.960 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.962 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.961 | 30522 | Recursively removing directory: /tmp/git.wh0ovo/ +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.962 | 34651 | Marked run 264 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.962 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.963 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.963 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.963 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.963 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.963 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.963 | 34660 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.964 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.964 | 30518 | Removed run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.964 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.964 | 30518 | Assigned run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.964 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.k5o95c +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.964 | 34656 | Added a new run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.965 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.965 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.966 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.966 | 34658 | Added a new run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.967 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.967 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.968 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.969 | 34659 | Marked run 265 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.970 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.970 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.970 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.971 | 34665 | Added a new run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.971 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.971 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.972 | 34662 | Added a new run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.972 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.974 | 34666 | Added a new run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.974 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.974 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.975 | 34668 | Added a new run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.975 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.976 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.977 | 34675 | Added a new run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.977 | 30519 | Recursively removing directory: /tmp/git.c9gYDC/ +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.977 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.978 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.979 | 30519 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.979 | 30519 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.980 | 30519 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.980 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.980 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.980 | 34680 | Added a new run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.980 | 34688 | Added a new worker 15 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.980 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.980 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.980 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.980 | 30518 | Removed run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.980 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.980 | 30518 | Assigned run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.981 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yVnCCx +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.982 | 34685 | Added a new run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.982 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.982 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.982 | 30522 | Recursively removing directory: /tmp/git.k5o95c/ +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.985 | 30522 | Process exit code: 0 +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.985 | 30522 | Process output: 57 bytes +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.985 | 30522 | Waiting for a new command +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.984 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.985 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.985 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.985 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.985 | 34695 | Added a new worker 21 to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.985 | 30518 | Removed run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.985 | 30518 | Removed worker 21 from the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.985 | 30518 | Assigned run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.985 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.986 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.70bouO +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.986 | 34689 | Added a new run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.987 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.988 | 30519 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.989 | 30519 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.990 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.991 | 34691 | Added a new run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.991 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.991 | 30522 | Checking out revision HEAD +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.993 | 34693 | Added a new run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30522/cimple-worker: 2024-01-28 10:55:28.993 | 30522 | Going to run: ./ci +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.993 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.994 | 34696 | Added a new run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.994 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.995 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.996 | 34699 | Added a new run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.996 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.997 | 34707 | Added a new run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.997 | 34687 | Marked run 266 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.997 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.998 | 34694 | Marked run 267 as finished +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.998 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:28 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:28 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.999 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30516/cimple-server: 2024-01-28 10:55:28.999 | 30516 | Waiting for new connections +2024-01-28 10:55:28 | INFO | 30519/cimple-worker: 2024-01-28 10:55:28.999 | 30519 | Recursively removing directory: /tmp/git.yVnCCx/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.000 | 34713 | Added a new run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.001 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.001 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.001 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.001 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.001 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.002 | 34719 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.002 | 30518 | Removed run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.002 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.002 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.002 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.002 | 30518 | Assigned run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.002 | 34711 | Added a new run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.003 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FBXTFo +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.003 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.005 | 34714 | Added a new run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.005 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.005 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.006 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.006 | 30522 | Recursively removing directory: /tmp/git.70bouO/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.007 | 34718 | Marked run 268 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.007 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.008 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.009 | 34722 | Added a new run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.009 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.009 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.009 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.009 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.009 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.009 | 34730 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.009 | 30518 | Removed run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.009 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.009 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.009 | 30518 | Assigned run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.009 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PmEALj +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.010 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.011 | 34725 | Added a new run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.011 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.012 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.012 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.013 | 34729 | Marked run 269 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.013 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.014 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.015 | 34728 | Added a new run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.015 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.015 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.016 | 34726 | Added a new run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.017 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.017 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.018 | 34735 | Added a new run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.018 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.019 | 34732 | Added a new run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.020 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.022 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.022 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.022 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.022 | 34743 | Added a new run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.023 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.023 | 30519 | Recursively removing directory: /tmp/git.FBXTFo/ +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.024 | 34750 | Added a new run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.024 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.025 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.025 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.025 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.025 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.025 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.026 | 34758 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.026 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.026 | 30522 | Recursively removing directory: /tmp/git.PmEALj/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.026 | 30518 | Removed run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.026 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.026 | 30518 | Assigned run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.027 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.027 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.026 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.n0x2Kj +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.028 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.028 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.028 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.028 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.028 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.028 | 34762 | Added a new worker 6 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.028 | 30518 | Removed run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.028 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.028 | 30518 | Assigned run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.028 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.028 | 34751 | Added a new run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.029 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CHX67a +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.029 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.031 | 34749 | Added a new run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.032 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.033 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.034 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.034 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.034 | 34759 | Added a new run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.035 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.035 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.036 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.036 | 34760 | Added a new run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.037 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.038 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.038 | 34757 | Marked run 270 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.038 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.040 | 34761 | Marked run 271 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.040 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.041 | 34767 | Added a new run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.042 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.042 | 30519 | Recursively removing directory: /tmp/git.n0x2Kj/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.044 | 34777 | Added a new run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.044 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.044 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.044 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.045 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.045 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.045 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.045 | 34786 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.045 | 30518 | Removed run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.045 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.045 | 30518 | Assigned run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.045 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.045 | 30522 | Recursively removing directory: /tmp/git.CHX67a/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.045 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ggXnr1 +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.046 | 34771 | Added a new run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.046 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.047 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.047 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.047 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.047 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.047 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.048 | 34790 | Added a new worker 18 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.048 | 30518 | Removed run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.048 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.048 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.048 | 30518 | Assigned run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.048 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.048 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.X7ta4K +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.049 | 34765 | Added a new run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.049 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.050 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.050 | 34785 | Marked run 272 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.051 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.052 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.052 | 34784 | Added a new run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.053 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.054 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.055 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.055 | 34791 | Added a new run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.056 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.056 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.058 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.069 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.070 | 34792 | Added a new run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.071 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.072 | 34789 | Marked run 273 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.073 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.073 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.074 | 30519 | Recursively removing directory: /tmp/git.ggXnr1/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.074 | 34794 | Added a new run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.074 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.076 | 34797 | Added a new run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.076 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.077 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.077 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.077 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.077 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.077 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.077 | 30522 | Recursively removing directory: /tmp/git.X7ta4K/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.078 | 34816 | Added a new worker 14 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.078 | 30518 | Removed run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.078 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.078 | 30518 | Assigned run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.078 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eNDaze +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.078 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.079 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.079 | 34800 | Added a new run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.079 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.079 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.079 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.079 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.080 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.080 | 34819 | Added a new worker 19 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.080 | 30518 | Removed run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.080 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.080 | 30518 | Assigned run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.080 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.080 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.080 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YH35E2 +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.081 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.081 | 34808 | Added a new run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.081 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.084 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.084 | 34817 | Added a new run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.085 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.086 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.087 | 34815 | Marked run 274 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.087 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.087 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.088 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.088 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.088 | 34818 | Marked run 275 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.088 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.089 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.089 | 34823 | Added a new run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.090 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.091 | 34824 | Added a new run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.091 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.092 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.094 | 34826 | Added a new run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.094 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.095 | 34821 | Added a new run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.095 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.096 | 30519 | Recursively removing directory: /tmp/git.eNDaze/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.097 | 34834 | Added a new run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.097 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.098 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.098 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.098 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.098 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.099 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.099 | 34848 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.099 | 30518 | Removed run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.099 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.099 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.099 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.099 | 30518 | Assigned run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.099 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.75wcEE +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.099 | 30522 | Recursively removing directory: /tmp/git.YH35E2/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.100 | 34840 | Added a new run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.100 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.101 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.101 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.102 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.101 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.102 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.102 | 34852 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.102 | 30518 | Removed run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.102 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.102 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.102 | 30518 | Assigned run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.102 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.w0D3HW +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.103 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.103 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.105 | 34845 | Added a new run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.105 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.107 | 34847 | Marked run 276 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.107 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.108 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.108 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.109 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.109 | 34851 | Marked run 277 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.109 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.109 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.110 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.111 | 34849 | Added a new run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.111 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.112 | 34856 | Added a new run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.112 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.114 | 34854 | Added a new run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.114 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.116 | 34853 | Added a new run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.116 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.117 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.117 | 30519 | Recursively removing directory: /tmp/git.75wcEE/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.117 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.118 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.119 | 34872 | Added a new run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.120 | 30522 | Recursively removing directory: /tmp/git.w0D3HW/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.120 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.120 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.120 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.120 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.120 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.120 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.120 | 34879 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.121 | 30518 | Removed run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.121 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.121 | 30518 | Assigned run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.121 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.E986N1 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.121 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.122 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.123 | 34873 | Added a new run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.123 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.123 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.123 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.123 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.123 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.123 | 34882 | Added a new worker 19 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.123 | 30518 | Removed run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.123 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.123 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.123 | 30518 | Assigned run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.123 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7IxFLF +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.125 | 34874 | Added a new run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.125 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.126 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.127 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.128 | 34877 | Marked run 278 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.128 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.129 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.129 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.129 | 34881 | Marked run 279 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.129 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.130 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.131 | 34878 | Added a new run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.131 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.132 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.132 | 34880 | Added a new run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.133 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.134 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.136 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.136 | 34885 | Added a new run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.136 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.136 | 30519 | Recursively removing directory: /tmp/git.E986N1/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.138 | 34886 | Added a new run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.138 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.139 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.139 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.139 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.139 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.139 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.139 | 34904 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.139 | 30518 | Removed run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.139 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.139 | 30518 | Assigned run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.139 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.140 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.139 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GMC1sE +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.140 | 34899 | Added a new run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.140 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.141 | 30522 | Recursively removing directory: /tmp/git.7IxFLF/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.142 | 34903 | Marked run 280 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.142 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.143 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.143 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.144 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.144 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.144 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.144 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.144 | 34893 | Added a new run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.144 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.144 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.144 | 34912 | Added a new worker 7 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.144 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.144 | 30518 | Removed run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.144 | 30518 | Removed worker 7 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.144 | 30518 | Assigned run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.145 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PE029e +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.146 | 34907 | Added a new run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.147 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.147 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.148 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.148 | 34911 | Marked run 281 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.148 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.149 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.149 | 34909 | Added a new run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.150 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.150 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.152 | 34910 | Added a new run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.152 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.153 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.153 | 34915 | Added a new run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.154 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.154 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.155 | 34917 | Added a new run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.155 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.155 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.156 | 34920 | Added a new run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.157 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.157 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.158 | 34925 | Added a new run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.158 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.160 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.160 | 34929 | Added a new run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.161 | 30519 | Recursively removing directory: /tmp/git.GMC1sE/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.162 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.162 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.163 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.163 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.163 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.163 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FAl7Me +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.163 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.163 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.163 | 34943 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.163 | 30518 | Removed run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.163 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.163 | 30518 | Assigned run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.163 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.164 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.164 | 34935 | Added a new run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.164 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.165 | 30522 | Recursively removing directory: /tmp/git.PE029e/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.166 | 34939 | Added a new run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.166 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.167 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.167 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.167 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.167 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.167 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.167 | 34948 | Added a new worker 7 to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.168 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DGPIE2 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.168 | 30518 | Removed run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.168 | 30518 | Removed worker 7 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.168 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.168 | 30518 | Assigned run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.168 | 34940 | Added a new run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.168 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.169 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.169 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.170 | 34942 | Marked run 282 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.171 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.171 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.171 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.172 | 34944 | Added a new run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.172 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.172 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.174 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.175 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.175 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.176 | 34949 | Added a new run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.176 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.177 | 34951 | Added a new run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.177 | 34947 | Marked run 283 as finished +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.178 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.179 | 30519 | Recursively removing directory: /tmp/git.FAl7Me/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.179 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.180 | 34952 | Added a new run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.180 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.182 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.182 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.182 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.182 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.182 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.183 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nhBf3B +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.182 | 34956 | Added a new run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.183 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.183 | 34973 | Added a new worker 13 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.183 | 30518 | Removed run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.183 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.183 | 30518 | Assigned run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.183 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.184 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.184 | 30522 | Recursively removing directory: /tmp/git.DGPIE2/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.185 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.185 | 34966 | Added a new run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.185 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.186 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.187 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.187 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.187 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.187 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.187 | 34979 | Added a new worker 7 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.187 | 30518 | Removed run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.187 | 30518 | Removed worker 7 from the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.187 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vIqZ5b +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.187 | 30518 | Assigned run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.187 | 34971 | Added a new run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.188 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.188 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.189 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.189 | 34970 | Marked run 284 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.190 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.191 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.190 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.192 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.192 | 34975 | Added a new run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.192 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.194 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.193 | 34976 | Added a new run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.194 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.195 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.195 | 34978 | Marked run 285 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.195 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.196 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.196 | 34981 | Added a new run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.197 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.197 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.198 | 34982 | Added a new run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.198 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.199 | 34988 | Added a new run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.200 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.200 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.201 | 30519 | Recursively removing directory: /tmp/git.nhBf3B/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.202 | 34991 | Added a new run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.202 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.202 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.203 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.203 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.204 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.204 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.204 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.204 | 35006 | Added a new worker 16 to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.204 | 30522 | Recursively removing directory: /tmp/git.vIqZ5b/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.204 | 30518 | Removed run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.204 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.204 | 30518 | Assigned run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.205 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.42azRn +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.205 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.205 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.206 | 34998 | Added a new run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.206 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.206 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.206 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.206 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.206 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.207 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.207 | 35009 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.207 | 30518 | Removed run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.207 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.207 | 30518 | Assigned run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.207 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.207 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.w6xlrn +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.208 | 35002 | Added a new run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.209 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.210 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.210 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.211 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.211 | 35007 | Added a new run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.211 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.212 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.212 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.213 | 35005 | Marked run 286 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.213 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.214 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.217 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.217 | 35008 | Marked run 287 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.217 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.218 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.219 | 35012 | Added a new run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.219 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.220 | 35013 | Added a new run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.220 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.220 | 30519 | Recursively removing directory: /tmp/git.42azRn/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.223 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.223 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.223 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.223 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.223 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.223 | 35015 | Added a new run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.223 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.224 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.224 | 35033 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.224 | 30518 | Removed run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.224 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.224 | 30518 | Assigned run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.224 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.224 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tX4Nur +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.225 | 35017 | Added a new run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.226 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.226 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.227 | 35028 | Added a new run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.227 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.228 | 30522 | Recursively removing directory: /tmp/git.w6xlrn/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.228 | 35032 | Marked run 288 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.229 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.230 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.230 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.230 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.230 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.230 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.230 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.231 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.231 | 35042 | Added a new worker 19 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.231 | 30518 | Removed run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.231 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.231 | 30518 | Assigned run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.231 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.231 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ymdg4E +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.231 | 35030 | Added a new run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.231 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.232 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.233 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.233 | 35037 | Added a new run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.234 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.234 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.236 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.237 | 35041 | Marked run 289 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.237 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.237 | 35040 | Added a new run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.237 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.238 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.239 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.239 | 35039 | Added a new run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.239 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.240 | 35046 | Added a new run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.240 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.241 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.241 | 35047 | Added a new run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.241 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.243 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.243 | 30519 | Recursively removing directory: /tmp/git.tX4Nur/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.244 | 35056 | Added a new run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.245 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.245 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.245 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.245 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.245 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.245 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.245 | 35064 | Added a new worker 13 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.246 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.246 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.246 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.246 | 30518 | Removed run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.246 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.246 | 30518 | Assigned run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.246 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QjJYkI +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.247 | 35059 | Added a new run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.247 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.248 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.250 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.250 | 35063 | Marked run 290 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.250 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.251 | 35066 | Added a new run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.251 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.251 | 30522 | Recursively removing directory: /tmp/git.Ymdg4E/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.252 | 35065 | Added a new run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.252 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.254 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.254 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.254 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.254 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.254 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.254 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.254 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.254 | 35077 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.254 | 30518 | Removed run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.254 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.254 | 30518 | Assigned run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.254 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.254 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XjWGG6 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.255 | 35068 | Added a new run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.255 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.256 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.257 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.258 | 35071 | Added a new run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.258 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.258 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.260 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.260 | 35076 | Marked run 291 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.260 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.261 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.262 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.262 | 35075 | Added a new run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.262 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.263 | 30519 | Recursively removing directory: /tmp/git.QjJYkI/ +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.265 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.265 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.265 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.265 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.265 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.265 | 35093 | Added a new worker 18 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.265 | 30518 | Removed run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.265 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.265 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.265 | 30518 | Assigned run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.265 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.265 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jw4N93 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.266 | 35080 | Added a new run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.266 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.268 | 35082 | Added a new run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.268 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.270 | 35092 | Marked run 292 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.270 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.271 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.271 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.271 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.272 | 30522 | Recursively removing directory: /tmp/git.XjWGG6/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.272 | 35085 | Added a new run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.272 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.272 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.273 | 35094 | Added a new run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.274 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.275 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.275 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.275 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.275 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.275 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.275 | 35108 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.275 | 30518 | Removed run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.275 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.275 | 30518 | Assigned run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.275 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.275 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.94YSkh +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.276 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.276 | 35101 | Added a new run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.276 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.278 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.278 | 35102 | Added a new run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.278 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.279 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.280 | 35107 | Marked run 293 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.280 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.281 | 30519 | Recursively removing directory: /tmp/git.jw4N93/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.282 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.282 | 35109 | Added a new run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.283 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.282 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.284 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.284 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.284 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.284 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.284 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.284 | 35113 | Added a new run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.284 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.284 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.284 | 35121 | Added a new worker 6 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.285 | 30518 | Removed run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.285 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.285 | 30518 | Assigned run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.285 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NirzcD +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.285 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.286 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.287 | 35116 | Added a new run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.287 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.288 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.289 | 35118 | Added a new run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.289 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.290 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.291 | 35120 | Marked run 294 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.291 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.291 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.292 | 35124 | Added a new run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.292 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.293 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.293 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.294 | 35127 | Added a new run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.294 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.295 | 30522 | Recursively removing directory: /tmp/git.94YSkh/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.295 | 35128 | Added a new run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.295 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.297 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.297 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.297 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.297 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.298 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.298 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.298 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.298 | 35144 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.298 | 30518 | Removed run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.298 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.298 | 30518 | Assigned run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.298 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.298 | 35135 | Added a new run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.298 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.f6NLF6 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.299 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.300 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.301 | 35141 | Marked run 295 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.302 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.302 | 35140 | Added a new run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.302 | 30519 | Recursively removing directory: /tmp/git.NirzcD/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.303 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.304 | 35143 | Added a new run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.304 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.305 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.306 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.306 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.306 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.306 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.306 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.307 | 35155 | Added a new worker 6 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.307 | 30518 | Removed run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.307 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.307 | 30518 | Assigned run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.307 | 35148 | Added a new run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.307 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.307 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PUWiHF +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.307 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.308 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.308 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.308 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.309 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.310 | 35154 | Marked run 296 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.310 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.311 | 35150 | Added a new run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.312 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.313 | 35153 | Added a new run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.313 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.313 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.315 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.315 | 35157 | Added a new run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.315 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.315 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.317 | 35159 | Added a new run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.317 | 30522 | Recursively removing directory: /tmp/git.f6NLF6/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.317 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.318 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.318 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.318 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.319 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.319 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.319 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.319 | 35174 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.319 | 30518 | Removed run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.319 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.319 | 30518 | Assigned run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.319 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.320 | 35168 | Added a new run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.319 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qGhLsL +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.321 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.322 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.323 | 35170 | Added a new run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.323 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.324 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.325 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.326 | 30519 | Recursively removing directory: /tmp/git.PUWiHF/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.326 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.328 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.329 | 35173 | Marked run 297 as finished +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.329 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.329 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.329 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.330 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.330 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.330 | 35187 | Added a new worker 19 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.330 | 30518 | Removed run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.330 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.330 | 30518 | Assigned run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.330 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.330 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S7sTSP +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.331 | 35175 | Added a new run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.332 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.333 | 35180 | Added a new run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.334 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.334 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.335 | 35186 | Marked run 298 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.335 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.336 | 30522 | Recursively removing directory: /tmp/git.qGhLsL/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.337 | 35183 | Added a new run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.337 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.337 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.338 | 35184 | Added a new run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.338 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.339 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.339 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.339 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.339 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.339 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.339 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.339 | 35200 | Added a new worker 14 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.339 | 30518 | Removed run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.339 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.339 | 30518 | Assigned run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.339 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.339 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.O1ftmT +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.340 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.342 | 35193 | Added a new run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.342 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.343 | 35196 | Added a new run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.344 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.345 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.345 | 35198 | Marked run 299 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.345 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.346 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.347 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.347 | 35202 | Added a new run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.348 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.348 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.348 | 30519 | Recursively removing directory: /tmp/git.S7sTSP/ +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.350 | 35203 | Added a new run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.350 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.350 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.351 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.351 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.351 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.351 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.351 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.351 | 35218 | Added a new worker 13 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.351 | 30518 | Removed run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.351 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.351 | 30518 | Assigned run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.351 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.351 | 35208 | Added a new run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.352 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.351 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6AXP4a +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.353 | 35211 | Added a new run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.353 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.355 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.355 | 35215 | Added a new run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.355 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.356 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.357 | 35217 | Marked run 300 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.357 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.358 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.358 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.359 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.359 | 30522 | Recursively removing directory: /tmp/git.O1ftmT/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.359 | 35223 | Added a new run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.360 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.361 | 35226 | Added a new run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.361 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.361 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.362 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.362 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.362 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.362 | 35234 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.362 | 30518 | Removed run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.362 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.362 | 30518 | Assigned run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.362 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.363 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CNK6Qu +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.363 | 35231 | Added a new run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.363 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.364 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.365 | 35228 | Added a new run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.365 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.366 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.367 | 35233 | Marked run 301 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.367 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.368 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.369 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.369 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.369 | 30519 | Recursively removing directory: /tmp/git.6AXP4a/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.370 | 35238 | Added a new run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.370 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.370 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.372 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.372 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.372 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.372 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.372 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.372 | 35242 | Added a new run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.373 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.373 | 35250 | Added a new worker 16 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.373 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.373 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.373 | 30518 | Removed run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.373 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.373 | 30518 | Assigned run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.373 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KnTEKH +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.375 | 35249 | Marked run 302 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.375 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.376 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.377 | 30522 | Recursively removing directory: /tmp/git.CNK6Qu/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.378 | 35244 | Added a new run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.378 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.379 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.380 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.380 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.380 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.380 | 35258 | Added a new run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.380 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.380 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.380 | 35261 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.380 | 30518 | Removed run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.380 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.380 | 30518 | Assigned run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.380 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.380 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.380 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KyCGhe +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.381 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.381 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.382 | 35252 | Added a new run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.382 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.384 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.385 | 35246 | Added a new run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.385 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.385 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.387 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.387 | 35260 | Marked run 303 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.387 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.388 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.389 | 35263 | Added a new run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.389 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.389 | 30519 | Recursively removing directory: /tmp/git.KnTEKH/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.391 | 35266 | Added a new run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.391 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.391 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.392 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.392 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.392 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.392 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.392 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.392 | 35281 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.392 | 30518 | Removed run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.392 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.392 | 30518 | Assigned run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.393 | 35268 | Added a new run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.393 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WohMcZ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.393 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.393 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.395 | 35280 | Marked run 304 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.396 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.396 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.397 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.397 | 35273 | Added a new run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.397 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.398 | 30522 | Recursively removing directory: /tmp/git.KyCGhe/ +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.399 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.398 | 35286 | Added a new run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.399 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.400 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.400 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.401 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.401 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.401 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.401 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.401 | 35292 | Added a new worker 16 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.401 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.401 | 30518 | Removed run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.401 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.401 | 30518 | Assigned run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.402 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.402 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mlC4nX +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.402 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.402 | 35278 | Added a new run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.403 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.404 | 35288 | Added a new run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.405 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.406 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.406 | 35294 | Added a new run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.406 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.407 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.408 | 35291 | Marked run 305 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.408 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.409 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.409 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.409 | 35295 | Added a new run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.410 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.410 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.411 | 35299 | Added a new run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.411 | 30519 | Recursively removing directory: /tmp/git.WohMcZ/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.411 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.413 | 35302 | Added a new run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.413 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.414 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.414 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.414 | 35305 | Added a new run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.414 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.414 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.414 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.415 | 35313 | Added a new worker 13 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.415 | 30518 | Removed run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.415 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.415 | 30518 | Assigned run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.415 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.415 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.415 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0PtR58 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.416 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.418 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.418 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.419 | 35312 | Marked run 306 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.419 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.419 | 30522 | Recursively removing directory: /tmp/git.mlC4nX/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.421 | 35319 | Added a new run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.421 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.421 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.421 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.421 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.421 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.421 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.421 | 35325 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.421 | 30518 | Removed run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.421 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.422 | 30518 | Assigned run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.422 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.422 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uqjBwz +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.423 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.423 | 35316 | Added a new run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.424 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.424 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.425 | 35320 | Added a new run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.425 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.427 | 35323 | Marked run 307 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.427 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.427 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.428 | 35322 | Added a new run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.429 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.429 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.429 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.430 | 35331 | Added a new run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.430 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.431 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.431 | 35327 | Added a new run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.431 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.433 | 30519 | Recursively removing directory: /tmp/git.0PtR58/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.433 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.433 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.434 | 35335 | Added a new run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.434 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.434 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.434 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.435 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.435 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.435 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.435 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.435 | 35341 | Added a new run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.435 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.436 | 35345 | Added a new worker 9 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.436 | 30518 | Removed run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.436 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.436 | 30518 | Assigned run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.436 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.437 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dzvR2k +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.437 | 35342 | Added a new run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.437 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.439 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.440 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.441 | 35346 | Added a new run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.441 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.442 | 35344 | Marked run 308 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.442 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.444 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.444 | 35349 | Added a new run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.444 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.444 | 30522 | Recursively removing directory: /tmp/git.uqjBwz/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.446 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.447 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.447 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.447 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.446 | 35351 | Added a new run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.447 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.447 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.447 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.447 | 35363 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.447 | 30518 | Removed run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.447 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.447 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.447 | 30518 | Assigned run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.448 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ypNGlO +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.448 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.448 | 35352 | Added a new run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.449 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.450 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.451 | 35358 | Added a new run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.451 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.452 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.453 | 35362 | Added a new run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.453 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.454 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.455 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.455 | 35361 | Marked run 309 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.455 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.456 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.456 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.457 | 35366 | Added a new run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.457 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.457 | 30519 | Recursively removing directory: /tmp/git.dzvR2k/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.459 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.459 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.459 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.458 | 35369 | Added a new run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.459 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.459 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.460 | 35382 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.460 | 30518 | Removed run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.460 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.460 | 30518 | Assigned run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.460 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.460 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.460 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DtUKIR +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.461 | 35374 | Added a new run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.461 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.463 | 35376 | Added a new run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.463 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.463 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.464 | 35381 | Marked run 310 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.465 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.465 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.466 | 35384 | Added a new run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.466 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.466 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.467 | 30522 | Recursively removing directory: /tmp/git.ypNGlO/ +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.467 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.468 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.468 | 35388 | Added a new run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.469 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.469 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.469 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.469 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.469 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.469 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.469 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.470 | 35398 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.470 | 30518 | Removed run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.470 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.470 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.470 | 30518 | Assigned run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.470 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AJ9457 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.472 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.473 | 35397 | Marked run 311 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.473 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.473 | 35392 | Added a new run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.474 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.476 | 30519 | Recursively removing directory: /tmp/git.DtUKIR/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.476 | 35394 | Added a new run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.476 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.477 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.476 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.478 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.478 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.478 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.478 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.478 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.478 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.478 | 35409 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.478 | 30518 | Removed run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.478 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.478 | 30518 | Assigned run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.478 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3HEILp +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.479 | 35400 | Added a new run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.479 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.479 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.480 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.481 | 35406 | Added a new run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.481 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.483 | 35391 | Added a new run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.483 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.483 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.485 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.485 | 35412 | Added a new run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.485 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.486 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.486 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.487 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.487 | 35408 | Marked run 312 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.487 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.488 | 30522 | Recursively removing directory: /tmp/git.AJ9457/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.488 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.489 | 35417 | Added a new run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.489 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.490 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.490 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.490 | 35418 | Added a new run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.490 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.491 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.491 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.491 | 35429 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.491 | 30518 | Removed run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.491 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.491 | 30518 | Assigned run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.492 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.492 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hVo9up +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.492 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.492 | 35423 | Added a new run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.493 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.494 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.495 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.496 | 35425 | Added a new run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.496 | 30519 | Recursively removing directory: /tmp/git.3HEILp/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.496 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.498 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.498 | 35432 | Added a new run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.498 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.498 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.498 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.498 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.499 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.499 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.499 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.499 | 35441 | Added a new worker 19 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.499 | 30518 | Removed run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.499 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.499 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.499 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.500 | 30518 | Assigned run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.500 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Qn1Yjt +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.501 | 35428 | Marked run 313 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.501 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.502 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.504 | 35435 | Added a new run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.504 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.504 | 35440 | Marked run 314 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.504 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.505 | 35438 | Added a new run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.506 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.506 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.507 | 30522 | Recursively removing directory: /tmp/git.hVo9up/ +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.507 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.507 | 35446 | Added a new run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.508 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.509 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.510 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.510 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.510 | 35443 | Added a new run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.510 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.510 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.510 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.511 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.511 | 35460 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.511 | 30518 | Removed run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.511 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.511 | 30518 | Assigned run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.511 | 35454 | Added a new run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.511 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7i43jo +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.512 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.512 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.512 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.514 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.514 | 35457 | Marked run 315 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.514 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.515 | 30519 | Recursively removing directory: /tmp/git.Qn1Yjt/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.516 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.516 | 35461 | Added a new run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.516 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.518 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.518 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.518 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.518 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.518 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.518 | 35471 | Added a new worker 18 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.518 | 30518 | Removed run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.518 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.518 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.518 | 30518 | Assigned run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.519 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.519 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.518 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PTEQmZ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.519 | 35466 | Added a new run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.520 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.520 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.521 | 35456 | Added a new run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.521 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.522 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.523 | 35470 | Marked run 316 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.523 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.525 | 35468 | Added a new run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.525 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.525 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.525 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.526 | 35472 | Added a new run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.527 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.526 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.528 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.528 | 35476 | Added a new run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.529 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.530 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.530 | 35480 | Added a new run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.531 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.531 | 30522 | Recursively removing directory: /tmp/git.7i43jo/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.532 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.533 | 35483 | Added a new run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.533 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.533 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.534 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.534 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.534 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.534 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.535 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.535 | 35497 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.535 | 30518 | Removed run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.535 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.535 | 30518 | Assigned run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.535 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.z79RzY +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.535 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.535 | 35488 | Added a new run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.536 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.537 | 35491 | Added a new run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.538 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.538 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.538 | 30519 | Recursively removing directory: /tmp/git.PTEQmZ/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.539 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.540 | 35494 | Added a new run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.540 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.540 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.540 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.540 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.541 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.541 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.541 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.541 | 35506 | Added a new worker 19 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.541 | 30518 | Removed run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.542 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.541 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.25SjhK +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.541 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.541 | 30518 | Assigned run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.541 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.542 | 35501 | Added a new run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.543 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.544 | 35496 | Marked run 317 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.544 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.544 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.544 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.545 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.546 | 35503 | Added a new run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.546 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.547 | 35504 | Added a new run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.548 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.549 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.549 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.549 | 35505 | Marked run 318 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.549 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.550 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.551 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.552 | 30522 | Recursively removing directory: /tmp/git.z79RzY/ +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.554 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.554 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.554 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.554 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.554 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.554 | 35525 | Added a new worker 19 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.554 | 30518 | Removed run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.554 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.554 | 30518 | Assigned run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.554 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kYKUKR +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.555 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.556 | 30519 | Recursively removing directory: /tmp/git.25SjhK/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.556 | 35509 | Added a new run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.557 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.558 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.559 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.559 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.559 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.559 | 35511 | Added a new run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.559 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.559 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.559 | 35532 | Added a new worker 19 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.559 | 30518 | Removed run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.559 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.559 | 30518 | Assigned run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.559 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.559 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KmOwCO +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.561 | 35515 | Added a new run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.561 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.562 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.562 | 35524 | Marked run 319 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.563 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.564 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.564 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.564 | 35520 | Added a new run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.565 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.566 | 35531 | Marked run 320 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.566 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.566 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.567 | 35530 | Added a new run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.567 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.568 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.568 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.569 | 35535 | Added a new run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.569 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.570 | 35536 | Added a new run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.571 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.571 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.572 | 35542 | Added a new run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.572 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.573 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.573 | 35549 | Added a new run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.573 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.575 | 30522 | Recursively removing directory: /tmp/git.kYKUKR/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.575 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.576 | 35552 | Added a new run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.577 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.577 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.577 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.577 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.577 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.577 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.578 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.578 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.578 | 35555 | Added a new run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.578 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.579 | 35561 | Added a new worker 9 to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.579 | 30519 | Recursively removing directory: /tmp/git.KmOwCO/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.579 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hBTmzF +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.579 | 30518 | Removed run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.579 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.579 | 30518 | Assigned run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.579 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.581 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.581 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.581 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.581 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.581 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.582 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.582 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.582 | 35560 | Marked run 321 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.582 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.582 | 35567 | Added a new worker 8 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.582 | 30518 | Removed run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.582 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.582 | 30518 | Assigned run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.582 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ljrkCr +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.583 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.585 | 35563 | Added a new run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.585 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.585 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.586 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.586 | 35562 | Added a new run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.587 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.588 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.588 | 35565 | Added a new run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.589 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.589 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.590 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.590 | 35566 | Marked run 322 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.590 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.591 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.592 | 35568 | Added a new run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.592 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.593 | 35572 | Added a new run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.593 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.593 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.594 | 35577 | Added a new run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.595 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.596 | 35581 | Added a new run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.596 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.596 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.597 | 30522 | Recursively removing directory: /tmp/git.hBTmzF/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.597 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.598 | 35587 | Added a new run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.599 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.599 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.599 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.599 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.599 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.599 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.600 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.600 | 35596 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.600 | 30518 | Removed run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.600 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.600 | 30518 | Assigned run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.600 | 35589 | Added a new run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.600 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JQweiw +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.601 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.601 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.602 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.602 | 30519 | Recursively removing directory: /tmp/git.ljrkCr/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.602 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.603 | 35594 | Marked run 323 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.603 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.604 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.605 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.605 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.605 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.605 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iX6EbT +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.605 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.605 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.605 | 35602 | Added a new worker 19 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.605 | 30518 | Removed run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.605 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.605 | 30518 | Assigned run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.605 | 35595 | Added a new run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.606 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.607 | 35598 | Added a new run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.607 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.608 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.609 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.609 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.610 | 35599 | Added a new run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.610 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.611 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.612 | 35600 | Added a new run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.612 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.613 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.614 | 35605 | Added a new run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.614 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.615 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.615 | 35607 | Added a new run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.616 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.616 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.618 | 35601 | Marked run 324 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.618 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.618 | 30522 | Recursively removing directory: /tmp/git.JQweiw/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.619 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.619 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.620 | 35611 | Added a new run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.620 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.621 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.621 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.621 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.621 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.621 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.621 | 35626 | Added a new worker 18 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.621 | 30518 | Removed run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.621 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.621 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hHLIC0 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.622 | 30518 | Assigned run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.622 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.622 | 35620 | Added a new run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.622 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.623 | 35619 | Added a new run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.624 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.625 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.625 | 30519 | Recursively removing directory: /tmp/git.iX6EbT/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.627 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.627 | 35622 | Added a new run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.627 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.628 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.628 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.628 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.628 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.628 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.628 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.628 | 35637 | Added a new worker 19 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.628 | 30518 | Removed run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.628 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.628 | 30518 | Assigned run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.628 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.629 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1jtanK +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.630 | 35625 | Marked run 325 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.630 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.630 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.630 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.631 | 35630 | Added a new run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.632 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.633 | 35633 | Added a new run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.633 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.634 | 35636 | Marked run 326 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.635 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.635 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.635 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.636 | 35634 | Added a new run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.636 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.637 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.636 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.638 | 35638 | Added a new run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.638 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.639 | 30522 | Recursively removing directory: /tmp/git.hHLIC0/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.639 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.640 | 35644 | Added a new run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.640 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.641 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.641 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.641 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.641 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.641 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.641 | 35657 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.642 | 30518 | Removed run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.642 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.642 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.642 | 30518 | Assigned run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.642 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OHYjZk +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.643 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.643 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.645 | 35656 | Marked run 327 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.645 | 35648 | Added a new run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.645 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.645 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.645 | 30519 | Recursively removing directory: /tmp/git.1jtanK/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.647 | 35652 | Added a new run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.648 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.648 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.648 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.647 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.647 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.648 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.648 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DNMV1o +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.648 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.648 | 35665 | Added a new worker 12 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.648 | 30518 | Removed run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.648 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.648 | 30518 | Assigned run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.648 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.649 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.650 | 35661 | Added a new run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.650 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.651 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.651 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.652 | 35660 | Added a new run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.652 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.653 | 35668 | Added a new run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.654 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.654 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.655 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.655 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.656 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.656 | 35664 | Marked run 328 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.656 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.657 | 35670 | Added a new run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.657 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.658 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.659 | 35675 | Added a new run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.659 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.659 | 30522 | Recursively removing directory: /tmp/git.OHYjZk/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.661 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.662 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.662 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.662 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.662 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.662 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.662 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.662 | 35691 | Added a new worker 19 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.662 | 30518 | Removed run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.662 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.662 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.662 | 30518 | Assigned run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.662 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OvsLDW +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.663 | 35677 | Added a new run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.663 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.665 | 30519 | Recursively removing directory: /tmp/git.DNMV1o/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.665 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.666 | 35681 | Added a new run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.667 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.668 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.668 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.668 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.668 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.668 | 35697 | Added a new worker 19 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.668 | 30518 | Removed run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.668 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.668 | 30518 | Assigned run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.668 | 35688 | Added a new run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.668 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.668 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7WnzWl +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.669 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.670 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.671 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.671 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.671 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.673 | 35690 | Added a new run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.673 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.674 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.675 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.676 | 35689 | Marked run 329 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.676 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.676 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.676 | 35694 | Added a new run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.676 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.678 | 35699 | Added a new run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.678 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.679 | 30522 | Recursively removing directory: /tmp/git.OvsLDW/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.680 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.681 | 35700 | Added a new run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.681 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.682 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.682 | 35696 | Marked run 330 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.682 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.682 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.682 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.683 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.683 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.683 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.683 | 35721 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.683 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.683 | 30518 | Removed run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.683 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.683 | 30518 | Assigned run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.683 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RZ1pCj +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.684 | 30519 | Recursively removing directory: /tmp/git.7WnzWl/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.684 | 35706 | Added a new run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.684 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.685 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.686 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.686 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.686 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.686 | 35714 | Added a new run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.687 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.687 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.687 | 35725 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.687 | 30518 | Removed run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.687 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.687 | 30518 | Assigned run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.687 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.688 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.687 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.w8RP0u +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.688 | 35719 | Added a new run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.688 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.690 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.690 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.691 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.691 | 35720 | Marked run 331 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.691 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.692 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.693 | 35723 | Added a new run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.693 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.694 | 35726 | Added a new run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.695 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.695 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.696 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.696 | 35724 | Marked run 332 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.696 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.696 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.697 | 35729 | Added a new run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.698 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.699 | 35731 | Added a new run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.699 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.700 | 30522 | Recursively removing directory: /tmp/git.RZ1pCj/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.700 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.700 | 35736 | Added a new run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.700 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.702 | 35744 | Added a new run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.702 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.702 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.702 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.702 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.702 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.703 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.703 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.703 | 35748 | Added a new worker 12 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.703 | 30518 | Removed run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.703 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.703 | 30518 | Assigned run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.703 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.703 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.704 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.703 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YWgrU5 +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.705 | 35746 | Marked run 333 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.705 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.706 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.708 | 30519 | Recursively removing directory: /tmp/git.w8RP0u/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.708 | 35750 | Added a new run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.708 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.710 | 35752 | Added a new run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.710 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.710 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.710 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.710 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.710 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.710 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.710 | 35759 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.711 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6VaDiQ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.711 | 30518 | Removed run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.711 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.711 | 30518 | Assigned run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.711 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.711 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.712 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.713 | 35755 | Added a new run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.713 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.714 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.715 | 35749 | Added a new run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.715 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.716 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.717 | 35762 | Added a new run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.717 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.717 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.718 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.719 | 35758 | Marked run 334 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.719 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.720 | 35763 | Added a new run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.720 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.721 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.721 | 30522 | Recursively removing directory: /tmp/git.YWgrU5/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.721 | 35767 | Added a new run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.721 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.722 | 35773 | Added a new run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.723 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.723 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.723 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.723 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.724 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.724 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.724 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.724 | 35781 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.725 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zOC5jL +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.725 | 35776 | Added a new run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.725 | 30518 | Removed run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.725 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.725 | 30518 | Assigned run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.725 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.725 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.727 | 35779 | Marked run 335 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.727 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.727 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.729 | 35783 | Added a new run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.729 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.729 | 30519 | Recursively removing directory: /tmp/git.6VaDiQ/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.729 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.731 | 35789 | Added a new run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.731 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.731 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.731 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.731 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.731 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.731 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.731 | 35794 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.731 | 30518 | Removed run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.731 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.732 | 30518 | Assigned run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.732 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.732 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rMEweV +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.732 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.733 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.733 | 35788 | Added a new run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.733 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.735 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.735 | 35790 | Added a new run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.736 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.737 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.738 | 35793 | Marked run 336 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.738 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.739 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.739 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.739 | 35798 | Added a new run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.739 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.740 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.741 | 35795 | Added a new run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.741 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.742 | 30522 | Recursively removing directory: /tmp/git.zOC5jL/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.742 | 35801 | Added a new run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.744 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.744 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.744 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.743 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.744 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.744 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.744 | 35814 | Added a new worker 16 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.744 | 30518 | Removed run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.744 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.744 | 30518 | Assigned run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.744 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.744 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.744 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TjK1FP +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.745 | 35805 | Added a new run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.746 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.747 | 35813 | Marked run 337 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.747 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.749 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.749 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.749 | 30519 | Recursively removing directory: /tmp/git.rMEweV/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.749 | 35811 | Added a new run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.749 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.751 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.751 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.751 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.751 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.751 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.751 | 35825 | Added a new worker 6 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.751 | 35815 | Added a new run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.752 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.752 | 30518 | Removed run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.752 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.752 | 30518 | Assigned run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.752 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.752 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.752 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9Ahs3z +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.753 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.754 | 35821 | Added a new run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.754 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.754 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.756 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.756 | 35822 | Added a new run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.756 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.758 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.758 | 35824 | Marked run 338 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.758 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.759 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.759 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.760 | 35826 | Added a new run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.760 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.760 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.761 | 35833 | Added a new run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.762 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.763 | 35830 | Added a new run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.763 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.763 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.763 | 30522 | Recursively removing directory: /tmp/git.TjK1FP/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.765 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.765 | 35835 | Added a new run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.766 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.766 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.766 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.766 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.766 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.766 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.766 | 35849 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.767 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.767 | 30518 | Removed run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.767 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.767 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.767 | 30518 | Assigned run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.767 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JFKppH +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.768 | 35842 | Added a new run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.769 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.769 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.770 | 35850 | Added a new run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.770 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.769 | 30519 | Recursively removing directory: /tmp/git.9Ahs3z/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.771 | 35848 | Marked run 339 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.772 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.772 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.772 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.772 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.772 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.772 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.773 | 35858 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.773 | 30518 | Removed run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.773 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.773 | 30518 | Assigned run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.773 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.773 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.73MBHy +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.774 | 35845 | Added a new run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.775 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.775 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.777 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.779 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.779 | 35857 | Marked run 340 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.779 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.780 | 35854 | Added a new run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.781 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.781 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.782 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.782 | 35859 | Added a new run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.783 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.784 | 35861 | Added a new run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.784 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.785 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.786 | 35862 | Added a new run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.786 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.787 | 30522 | Recursively removing directory: /tmp/git.JFKppH/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.788 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.788 | 35871 | Added a new run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.788 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.790 | 35877 | Added a new run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.790 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.790 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.790 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.791 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.791 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.791 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.791 | 35885 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.791 | 30518 | Removed run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.791 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.791 | 30518 | Assigned run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.791 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.791 | 30519 | Recursively removing directory: /tmp/git.73MBHy/ +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.790 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.792 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4mSqPp +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.793 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.793 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.794 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.794 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.794 | 35881 | Added a new run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.794 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.794 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.794 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.794 | 35890 | Added a new worker 6 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.794 | 30518 | Removed run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.794 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.794 | 30518 | Assigned run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.795 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.794 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.795 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2is9Gn +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.797 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.797 | 35884 | Marked run 341 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.797 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.798 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.799 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.799 | 35887 | Added a new run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.799 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.801 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.801 | 35888 | Added a new run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.802 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.802 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.802 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.804 | 35886 | Added a new run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.805 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.805 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.806 | 35892 | Added a new run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.806 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.807 | 35897 | Added a new run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.808 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.809 | 30522 | Recursively removing directory: /tmp/git.4mSqPp/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.809 | 35889 | Marked run 342 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.809 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.810 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.811 | 35900 | Added a new run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.811 | 30519 | Recursively removing directory: /tmp/git.2is9Gn/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.811 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.811 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.811 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.811 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.811 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.812 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.812 | 35916 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.812 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.812 | 30518 | Removed run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.812 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.812 | 30518 | Assigned run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.812 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hx1WFg +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.813 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.813 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.813 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.813 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.813 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.814 | 35915 | Marked run 343 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.814 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.814 | 35919 | Added a new worker 13 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.814 | 30518 | Removed run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.814 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.814 | 30518 | Assigned run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.814 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.814 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V6qXFP +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.815 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.816 | 35918 | Marked run 344 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.816 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.818 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.818 | 35909 | Added a new run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.818 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.819 | 35913 | Added a new run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.819 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.819 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.821 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.821 | 35914 | Added a new run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.821 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.822 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.822 | 35920 | Added a new run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.822 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.823 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.823 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.824 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.825 | 35924 | Added a new run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.825 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.825 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.826 | 35926 | Added a new run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.826 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.828 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.828 | 35930 | Added a new run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.829 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.830 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.831 | 35938 | Added a new run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.831 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.830 | 30522 | Recursively removing directory: /tmp/git.hx1WFg/ +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.831 | 30519 | Recursively removing directory: /tmp/git.V6qXFP/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.833 | 35931 | Added a new run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.833 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.833 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.833 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.833 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.833 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.833 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.834 | 35948 | Added a new worker 10 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.834 | 30518 | Removed run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.834 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.834 | 30518 | Assigned run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.834 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.834 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.835 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.834 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rNYep3 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.835 | 35944 | Added a new run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.835 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.836 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.836 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.837 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.837 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Jcm8mp +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.836 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.837 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.837 | 35954 | Added a new worker 19 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.837 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.837 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.837 | 30518 | Removed run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.837 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.837 | 30518 | Assigned run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.837 | 35947 | Marked run 345 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.838 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.839 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.840 | 35950 | Added a new run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.841 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.841 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.842 | 35951 | Added a new run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.842 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.843 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.843 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.844 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.845 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.845 | 35953 | Marked run 346 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.845 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.846 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.846 | 35955 | Added a new run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.846 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.847 | 35956 | Added a new run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.848 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.848 | 35960 | Added a new run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.849 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.850 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.850 | 35963 | Added a new run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.851 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.852 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.852 | 30522 | Recursively removing directory: /tmp/git.rNYep3/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.853 | 35971 | Added a new run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.853 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.853 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.854 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.854 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.854 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.855 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.855 | 35976 | Added a new run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.855 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.855 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.856 | 35983 | Added a new worker 7 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.856 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.856 | 30518 | Removed run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.856 | 30518 | Removed worker 7 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.856 | 30518 | Assigned run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.856 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PUpuiS +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.856 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.857 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.857 | 30519 | Recursively removing directory: /tmp/git.Jcm8mp/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.857 | 35982 | Marked run 347 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.858 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.859 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.859 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.859 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.859 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.859 | 35987 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.859 | 30518 | Removed run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.859 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.859 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.859 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.859 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HLQ1Kf +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.859 | 30518 | Assigned run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.860 | 35979 | Added a new run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.860 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.860 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.861 | 35978 | Added a new run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.862 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.863 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.864 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.864 | 35985 | Added a new run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.865 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.865 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.866 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.867 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.867 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.867 | 35986 | Marked run 348 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.867 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.867 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.869 | 35991 | Added a new run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.869 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.870 | 35988 | Added a new run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.871 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.872 | 35994 | Added a new run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.872 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.873 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.874 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.873 | 30522 | Recursively removing directory: /tmp/git.PUpuiS/ +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.875 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.875 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.875 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.875 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.875 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.876 | 35995 | Added a new run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.876 | 36013 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.876 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.876 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.876 | 30518 | Removed run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.876 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.876 | 30518 | Assigned run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.876 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.876 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WULd17 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.877 | 30519 | Recursively removing directory: /tmp/git.HLQ1Kf/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.877 | 36009 | Added a new run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.877 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.879 | 36012 | Marked run 349 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.879 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.879 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.879 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.879 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.880 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.880 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.880 | 36018 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.880 | 30518 | Removed run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.880 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.880 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.880 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.880 | 30518 | Assigned run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.880 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.880 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g61fv7 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.881 | 36007 | Added a new run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.882 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.883 | 36017 | Marked run 350 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.883 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.884 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.886 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.887 | 36014 | Added a new run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.887 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.887 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.890 | 36019 | Added a new run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.890 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.890 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.891 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.891 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.892 | 36020 | Added a new run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.893 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.894 | 36022 | Added a new run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.894 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.896 | 36028 | Added a new run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.896 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.896 | 30522 | Recursively removing directory: /tmp/git.WULd17/ +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.897 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.897 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.898 | 36030 | Added a new run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.898 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.898 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.898 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.899 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.899 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.899 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.900 | 36045 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.900 | 30518 | Removed run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.900 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.900 | 30518 | Assigned run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.900 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.900 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.900 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DxlUNC +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.901 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.901 | 36044 | Marked run 351 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.902 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.902 | 36037 | Added a new run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.902 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.903 | 30519 | Recursively removing directory: /tmp/git.g61fv7/ +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.904 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.904 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.904 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.905 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sgzEeo +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.904 | 36040 | Added a new run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.905 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.905 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.905 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.905 | 36051 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.905 | 30518 | Removed run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.905 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.905 | 30518 | Assigned run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.905 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.906 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.907 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.907 | 36046 | Added a new run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.908 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.909 | 36052 | Added a new run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.910 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.910 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.911 | 36050 | Marked run 352 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.911 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.912 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.913 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.913 | 36054 | Added a new run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.913 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.914 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.914 | 36048 | Added a new run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.914 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.916 | 30522 | Recursively removing directory: /tmp/git.DxlUNC/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.917 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.917 | 36058 | Added a new run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.917 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.918 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.918 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.918 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.918 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.918 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.918 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.918 | 36073 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.918 | 30518 | Removed run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.918 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.918 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.918 | 30518 | Assigned run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.919 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EfKjjG +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.920 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.920 | 36064 | Added a new run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.920 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.922 | 36068 | Added a new run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.923 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.923 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.924 | 36072 | Marked run 353 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.924 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.925 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.925 | 30519 | Recursively removing directory: /tmp/git.sgzEeo/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.926 | 36070 | Added a new run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.926 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.926 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.927 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.927 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.927 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.928 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.928 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.928 | 36086 | Added a new worker 7 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.928 | 30518 | Removed run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.928 | 30518 | Removed worker 7 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.928 | 30518 | Assigned run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.928 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.928 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Xe3l04 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.928 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.929 | 36075 | Added a new run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.929 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.929 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.931 | 36081 | Added a new run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.931 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.932 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.933 | 36087 | Added a new run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.933 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.934 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.935 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.935 | 36082 | Added a new run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.935 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.936 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.936 | 36085 | Marked run 354 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.937 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.937 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.937 | 30522 | Recursively removing directory: /tmp/git.EfKjjG/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.938 | 36093 | Added a new run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.938 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.939 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.939 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.939 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.939 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.939 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.939 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.939 | 36106 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.939 | 30518 | Removed run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.939 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.939 | 30518 | Assigned run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.940 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.940 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0ODgry +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.941 | 36099 | Added a new run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.942 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.942 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.942 | 36103 | Marked run 355 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.943 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.944 | 36100 | Added a new run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.945 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.945 | 30519 | Recursively removing directory: /tmp/git.Xe3l04/ +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.945 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.946 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.946 | 36104 | Added a new run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.948 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.947 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.948 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.948 | 36110 | Added a new run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.948 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.948 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.948 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.949 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.949 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.949 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.950 | 36119 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.950 | 30518 | Removed run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.950 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.950 | 30518 | Assigned run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.950 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pIGMtc +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.950 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.951 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.951 | 36113 | Added a new run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.951 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.952 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.953 | 36115 | Added a new run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.953 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.955 | 36121 | Added a new run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.955 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.955 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.956 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.957 | 36117 | Marked run 356 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.957 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.957 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.958 | 30522 | Recursively removing directory: /tmp/git.0ODgry/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.958 | 36123 | Added a new run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.959 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.959 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.959 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.960 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.960 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.960 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.961 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.961 | 36130 | Added a new run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.960 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.961 | 36136 | Added a new worker 17 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.961 | 30518 | Removed run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.961 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.961 | 30518 | Assigned run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.962 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PVqPXM +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.962 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.963 | 36131 | Added a new run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.963 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.963 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.965 | 36132 | Added a new run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.965 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.966 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.966 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.967 | 36138 | Added a new run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.967 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.968 | 36135 | Marked run 357 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.968 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.968 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.968 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.970 | 36146 | Added a new run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.970 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.970 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.971 | 30519 | Recursively removing directory: /tmp/git.pIGMtc/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.971 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.972 | 36145 | Added a new run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.972 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.974 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.974 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.974 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.974 | 36148 | Added a new run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.974 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.974 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.974 | 36156 | Added a new worker 11 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.975 | 30518 | Removed run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.975 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.975 | 30518 | Assigned run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.975 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ywv1ax +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.975 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.976 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.976 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.977 | 36152 | Added a new run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.977 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.978 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.979 | 30522 | Recursively removing directory: /tmp/git.PVqPXM/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.980 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.980 | 36155 | Marked run 358 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.981 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.981 | 30519 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.981 | 30522 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.981 | 30522 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.982 | 30522 | Waiting for a new command +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.982 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.B2OFuk +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.982 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.982 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.982 | 36168 | Added a new worker 20 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.982 | 30518 | Removed run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.982 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.982 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.982 | 30518 | Assigned run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.982 | 36159 | Added a new run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.983 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.982 | 30519 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.985 | 36161 | Added a new run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.985 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.986 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.986 | 36167 | Marked run 359 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.986 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.988 | 36165 | Added a new run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.988 | 30522 | Checking out revision HEAD +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.988 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.989 | 30522 | Going to run: ./ci +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.990 | 36174 | Added a new run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.990 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.991 | 30519 | Recursively removing directory: /tmp/git.ywv1ax/ +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.991 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.992 | 36166 | Added a new run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.993 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.993 | 30519 | Process exit code: 0 +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.993 | 30519 | Process output: 57 bytes +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.993 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.994 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.994 | 30519 | Waiting for a new command +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30519/cimple-worker: 2024-01-28 10:55:29.994 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.id0hLg +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.994 | 36177 | Added a new run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.994 | 36187 | Added a new worker 15 to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.994 | 30518 | Removed run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.994 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.995 | 30518 | Assigned run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.995 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.995 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.996 | 36182 | Added a new run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.996 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:29 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:29 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.998 | 36186 | Marked run 360 as finished +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.998 | 30516 | Waiting for new connections +2024-01-28 10:55:29 | INFO | 30516/cimple-server: 2024-01-28 10:55:29.998 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:29.998 | 30522 | Recursively removing directory: /tmp/git.B2OFuk/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.000 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.001 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.001 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.001 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.001 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.001 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.001 | 36198 | Added a new worker 19 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.001 | 30518 | Removed run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.001 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.001 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.001 | 30518 | Assigned run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.001 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yquHbj +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.003 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.004 | 36189 | Added a new run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.004 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.004 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.005 | 36192 | Added a new run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.006 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.007 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.008 | 36197 | Marked run 361 as finished +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.008 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.008 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.009 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.010 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.010 | 36195 | Added a new run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.010 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.011 | 36196 | Added a new run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.011 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.012 | 36202 | Added a new run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.012 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.013 | 36205 | Added a new run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.014 | 30519 | Recursively removing directory: /tmp/git.id0hLg/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.014 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.014 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.016 | 36214 | Added a new run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.016 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.016 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.017 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.017 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.017 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.017 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DJUblh +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.017 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.017 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.017 | 36221 | Added a new worker 15 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.017 | 30518 | Removed run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.017 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.017 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.017 | 30518 | Assigned run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.018 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.018 | 36217 | Added a new run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.018 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.021 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.022 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.021 | 30522 | Recursively removing directory: /tmp/git.yquHbj/ +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.023 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.024 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.024 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.024 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.024 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.024 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.024 | 36230 | Added a new worker 21 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.024 | 30518 | Removed run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.024 | 30518 | Removed worker 21 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.024 | 30518 | Assigned run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.024 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.024 | 36220 | Marked run 362 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.024 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.024 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.024 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jj5aIO +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.025 | 36216 | Added a new run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.025 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.026 | 36224 | Added a new run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.027 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.028 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.029 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.030 | 36229 | Marked run 363 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.030 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.030 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.031 | 36227 | Added a new run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.031 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.033 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.033 | 36228 | Added a new run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.033 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.034 | 30519 | Recursively removing directory: /tmp/git.DJUblh/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.034 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.035 | 36235 | Added a new run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.035 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.036 | 36237 | Added a new run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.037 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.037 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.037 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.037 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.037 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.037 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.038 | 36248 | Added a new worker 11 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.038 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.038 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.039 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gL3Jhr +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.038 | 30518 | Removed run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.038 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.039 | 30518 | Assigned run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.039 | 36244 | Added a new run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.039 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.039 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.040 | 36252 | Added a new run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.041 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.042 | 36247 | Marked run 364 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.042 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.043 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.044 | 30522 | Recursively removing directory: /tmp/git.jj5aIO/ +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.045 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.044 | 36251 | Added a new run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.045 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.046 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.046 | 36256 | Added a new run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.046 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.047 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.047 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.047 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.047 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.047 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.048 | 36265 | Added a new worker 8 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.048 | 36259 | Added a new run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.048 | 30518 | Removed run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.048 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.048 | 30518 | Assigned run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.048 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.048 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.048 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kbndwI +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.049 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.049 | 36261 | Added a new run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.050 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.050 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.052 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.052 | 36264 | Marked run 365 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.052 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.053 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.054 | 36266 | Added a new run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.054 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.055 | 36269 | Added a new run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.055 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.056 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.057 | 30519 | Recursively removing directory: /tmp/git.gL3Jhr/ +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.057 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.057 | 36271 | Added a new run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.058 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.059 | 36273 | Added a new run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.059 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.059 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.059 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.060 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.060 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.060 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.060 | 36283 | Added a new worker 14 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.060 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.060 | 30518 | Removed run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.060 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.060 | 30518 | Assigned run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.061 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hDSteY +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.061 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.063 | 36282 | Marked run 366 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.063 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.064 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.065 | 36280 | Added a new run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.065 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.066 | 30522 | Recursively removing directory: /tmp/git.kbndwI/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.068 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.068 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.069 | 36287 | Added a new run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.069 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.069 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.070 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.070 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.070 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.070 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.070 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.071 | 36298 | Added a new worker 6 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.071 | 36285 | Added a new run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.071 | 30518 | Removed run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.071 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.071 | 30518 | Assigned run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.072 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.071 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xKDmem +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.072 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.073 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.073 | 36289 | Added a new run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.074 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.076 | 36294 | Added a new run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.076 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.077 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.078 | 30519 | Recursively removing directory: /tmp/git.hDSteY/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.078 | 36301 | Added a new run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.078 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.078 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.080 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.080 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.080 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.080 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.081 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.081 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.081 | 36314 | Added a new worker 19 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.081 | 30518 | Removed run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.081 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.081 | 30518 | Assigned run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.081 | 36297 | Marked run 367 as finished +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.081 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.081 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.z2HIAN +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.082 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.082 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.083 | 36307 | Added a new run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.083 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.084 | 36315 | Added a new run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.084 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.086 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.087 | 36313 | Marked run 368 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.088 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.088 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.089 | 36311 | Added a new run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.089 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.089 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.089 | 30522 | Recursively removing directory: /tmp/git.xKDmem/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.090 | 36323 | Added a new run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.091 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.091 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.091 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.091 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.091 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.091 | 36329 | Added a new worker 13 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.091 | 30518 | Removed run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.091 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.091 | 30518 | Assigned run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.091 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.O9MxVi +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.092 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.093 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.093 | 36320 | Added a new run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.094 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.095 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.095 | 36309 | Added a new run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.096 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.097 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.098 | 36331 | Added a new run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.098 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.099 | 30519 | Recursively removing directory: /tmp/git.z2HIAN/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.099 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.099 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.099 | 36334 | Added a new run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.100 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.100 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.101 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.101 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.101 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.101 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.101 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.101 | 36345 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.102 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.102 | 30518 | Removed run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.102 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.102 | 30518 | Assigned run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.102 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RcMR2j +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.102 | 36328 | Marked run 369 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.102 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.102 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.103 | 36344 | Marked run 370 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.104 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.104 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.105 | 36338 | Added a new run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.105 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.107 | 36340 | Added a new run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.107 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.107 | 30522 | Recursively removing directory: /tmp/git.O9MxVi/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.108 | 36346 | Added a new run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.108 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.109 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.110 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.110 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.110 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.111 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.110 | 36348 | Added a new run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.111 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.111 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.111 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.111 | 36359 | Added a new worker 15 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.111 | 30518 | Removed run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.111 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.111 | 30518 | Assigned run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.111 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.112 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.111 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qnYG9X +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.113 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.114 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.115 | 36355 | Added a new run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.115 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.117 | 36357 | Marked run 371 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.117 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.118 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.119 | 36358 | Added a new run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.119 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.120 | 30519 | Recursively removing directory: /tmp/git.RcMR2j/ +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.120 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.121 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.122 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.122 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.122 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.122 | 36362 | Added a new run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.122 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.122 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.122 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.122 | 36375 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.122 | 30518 | Removed run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.122 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.122 | 30518 | Assigned run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.122 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.123 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eJLodJ +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.124 | 36363 | Added a new run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.125 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.126 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.126 | 36369 | Added a new run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.127 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.129 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.129 | 36373 | Added a new run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.129 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.130 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.129 | 30522 | Recursively removing directory: /tmp/git.qnYG9X/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.130 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.131 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.131 | 36374 | Marked run 372 as finished +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.132 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.132 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.132 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.132 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.132 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.132 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.132 | 36390 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.132 | 30518 | Removed run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.132 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.132 | 30518 | Assigned run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.132 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XbltZS +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.133 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.133 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.134 | 36380 | Added a new run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.135 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.137 | 36385 | Added a new run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.137 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.138 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.139 | 36386 | Added a new run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.139 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.140 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.140 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.140 | 30519 | Recursively removing directory: /tmp/git.eJLodJ/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.141 | 36389 | Marked run 373 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.141 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.141 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.142 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.142 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.142 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.142 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.142 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.143 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.143 | 36405 | Added a new worker 20 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.143 | 30518 | Removed run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.143 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.143 | 30518 | Assigned run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.143 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.143 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4n3yRx +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.144 | 36391 | Added a new run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.144 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.146 | 36399 | Added a new run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.146 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.147 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.148 | 36401 | Added a new run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.149 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.150 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.149 | 30522 | Recursively removing directory: /tmp/git.XbltZS/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.150 | 36404 | Marked run 374 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.150 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.150 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.152 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.152 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.152 | 36418 | Added a new worker 9 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.152 | 30518 | Removed run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.152 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.152 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.152 | 30518 | Assigned run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.152 | 36403 | Added a new run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.153 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.153 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.152 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.152 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.152 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.152 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4gouSi +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.154 | 36411 | Added a new run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.155 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.156 | 36419 | Added a new run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.156 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.157 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.158 | 36417 | Marked run 375 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.158 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.159 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.159 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.160 | 36414 | Added a new run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.160 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.160 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.161 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.161 | 30519 | Recursively removing directory: /tmp/git.4n3yRx/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.161 | 36424 | Added a new run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.162 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.163 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.163 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.163 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.163 | 36435 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.163 | 30518 | Removed run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.163 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.163 | 30518 | Assigned run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.164 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.163 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.163 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.163 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.164 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mWtWPV +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.165 | 36428 | Added a new run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.165 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.166 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.167 | 36430 | Added a new run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.168 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.170 | 36433 | Marked run 376 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.170 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.170 | 30522 | Recursively removing directory: /tmp/git.4gouSi/ +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.171 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.171 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.171 | 36434 | Added a new run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.172 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.172 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.174 | 36440 | Added a new run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.174 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.174 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.174 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.174 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.174 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.174 | 36450 | Added a new worker 13 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.174 | 30518 | Removed run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.174 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.174 | 30518 | Assigned run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.174 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.174 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.175 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xyF9r8 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.176 | 36443 | Added a new run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.176 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.177 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.178 | 36446 | Added a new run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.178 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.179 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.179 | 36449 | Marked run 377 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.179 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.181 | 36452 | Added a new run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.181 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.181 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.181 | 30519 | Recursively removing directory: /tmp/git.mWtWPV/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.183 | 36455 | Added a new run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.183 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.183 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.184 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.184 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.184 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.184 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.184 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.184 | 36467 | Added a new worker 15 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.184 | 30518 | Removed run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.184 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.184 | 30518 | Assigned run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.184 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.184 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.riCikN +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.185 | 36459 | Added a new run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.186 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.186 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.188 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.188 | 36466 | Marked run 378 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.188 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.189 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.190 | 36464 | Added a new run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.190 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.191 | 36472 | Added a new run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.191 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.192 | 30522 | Recursively removing directory: /tmp/git.xyF9r8/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.193 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.193 | 36469 | Added a new run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.193 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.194 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.194 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.195 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.195 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.195 | 36483 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.195 | 30518 | Removed run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.195 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.195 | 30518 | Assigned run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.195 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.195 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.194 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.194 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.195 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.195 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FeoJ3E +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.196 | 36473 | Added a new run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.196 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.197 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.198 | 36481 | Marked run 379 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.198 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.199 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.199 | 36482 | Added a new run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.200 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.202 | 36479 | Added a new run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.202 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.202 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.203 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.204 | 36486 | Added a new run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.204 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.204 | 30519 | Recursively removing directory: /tmp/git.riCikN/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.205 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.205 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.206 | 36488 | Added a new run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.206 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.206 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.206 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.206 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.206 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.206 | 36500 | Added a new worker 15 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.206 | 30518 | Removed run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.206 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.206 | 30518 | Assigned run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.206 | 36499 | Marked run 380 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.207 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.206 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XKNm0W +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.208 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.209 | 36498 | Added a new run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.209 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.210 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.212 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.212 | 36497 | Added a new run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.212 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.213 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.214 | 36502 | Added a new run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.214 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.214 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.215 | 30522 | Recursively removing directory: /tmp/git.FeoJ3E/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.215 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.216 | 36506 | Added a new run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.216 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.217 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.217 | 36509 | Added a new run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.218 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.218 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.218 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.218 | 36520 | Added a new worker 11 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.218 | 30518 | Removed run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.219 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.219 | 30518 | Assigned run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.219 | 36514 | Added a new run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.219 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.219 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.219 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.218 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.218 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.218 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.219 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Z0diah +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.220 | 36518 | Marked run 381 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.221 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.222 | 36516 | Added a new run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.222 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.222 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.223 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.224 | 36521 | Added a new run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.224 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.226 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.227 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.226 | 30519 | Recursively removing directory: /tmp/git.XKNm0W/ +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.228 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.228 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.228 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.228 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.228 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.228 | 36534 | Added a new worker 19 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.228 | 30518 | Removed run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.228 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.228 | 30518 | Assigned run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.228 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.229 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.p0Fwle +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.229 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.229 | 36524 | Added a new run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.230 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.230 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.231 | 36525 | Added a new run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.232 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.232 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.234 | 36533 | Marked run 382 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.234 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.234 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.235 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.236 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.236 | 36532 | Added a new run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.236 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.238 | 36531 | Added a new run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.238 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.238 | 30522 | Recursively removing directory: /tmp/git.Z0diah/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.239 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.240 | 36537 | Added a new run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.240 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.241 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.241 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.241 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.241 | 36543 | Added a new run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.241 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.242 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.242 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.242 | 36554 | Added a new worker 11 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.242 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.242 | 30518 | Removed run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.242 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.242 | 30518 | Assigned run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.241 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.242 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V5k9xX +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.243 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.244 | 36549 | Added a new run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.244 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.245 | 36553 | Marked run 383 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.245 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.246 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.246 | 36551 | Added a new run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.247 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.247 | 30519 | Recursively removing directory: /tmp/git.p0Fwle/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.247 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.249 | 36558 | Added a new run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.249 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.249 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.249 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.249 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.250 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.249 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.250 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.250 | 36565 | Added a new worker 15 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.250 | 30518 | Removed run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.250 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.250 | 30518 | Assigned run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.250 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.250 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C9qqiv +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.250 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.251 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.251 | 36561 | Added a new run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.252 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.253 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.254 | 36562 | Added a new run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.254 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.255 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.257 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.257 | 36564 | Marked run 384 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.257 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.257 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.258 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.259 | 36567 | Added a new run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.259 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.260 | 30522 | Recursively removing directory: /tmp/git.V5k9xX/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.260 | 36570 | Added a new run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.260 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.262 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.262 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.262 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.262 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.262 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.262 | 36585 | Added a new worker 16 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.263 | 30518 | Removed run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.263 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.263 | 30518 | Assigned run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.263 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5kgweo +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.263 | 36573 | Added a new run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.263 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.263 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.265 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.265 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.266 | 36575 | Added a new run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.267 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.267 | 30519 | Recursively removing directory: /tmp/git.C9qqiv/ +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.268 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.268 | 36584 | Marked run 385 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.269 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.269 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.269 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.269 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.269 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.270 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.270 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.270 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.270 | 36597 | Added a new worker 20 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.270 | 30518 | Removed run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.270 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.270 | 30518 | Assigned run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.270 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.270 | 36590 | Added a new run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.270 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.270 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ROJfea +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.272 | 36589 | Added a new run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.273 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.273 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.274 | 36596 | Marked run 386 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.274 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.276 | 36593 | Added a new run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.276 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.277 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.277 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.278 | 36594 | Added a new run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.278 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.278 | 30522 | Recursively removing directory: /tmp/git.5kgweo/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.279 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.280 | 36600 | Added a new run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.280 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.281 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.281 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.281 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.281 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.281 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.281 | 36614 | Added a new worker 15 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.281 | 30518 | Removed run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.281 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.281 | 30518 | Assigned run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.281 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.281 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.281 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gGkxuw +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.283 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.284 | 36613 | Marked run 387 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.284 | 36605 | Added a new run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.284 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.284 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.285 | 36610 | Added a new run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.286 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.287 | 36615 | Added a new run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.287 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.288 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.288 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.288 | 30519 | Recursively removing directory: /tmp/git.ROJfea/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.290 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.288 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.290 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.290 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.290 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.290 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.290 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.291 | 36628 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.291 | 30518 | Removed run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.291 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.291 | 30518 | Assigned run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.291 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ve5522 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.291 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.291 | 36616 | Added a new run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.291 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.292 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.293 | 36623 | Added a new run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.293 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.295 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.295 | 36627 | Marked run 388 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.295 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.296 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.297 | 36626 | Added a new run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.297 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.298 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.299 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.298 | 30522 | Recursively removing directory: /tmp/git.gGkxuw/ +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.300 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.300 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.300 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.300 | 36635 | Added a new run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.300 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.300 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.300 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.300 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.300 | 36643 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.301 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.301 | 30518 | Removed run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.301 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.301 | 30518 | Assigned run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.301 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.D2XaLL +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.303 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.303 | 36642 | Marked run 389 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.303 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.304 | 36630 | Added a new run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.305 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.306 | 36638 | Added a new run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.307 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.307 | 30519 | Recursively removing directory: /tmp/git.Ve5522/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.307 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.308 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.309 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.309 | 36646 | Added a new run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.309 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.310 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.310 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.310 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.310 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.310 | 36657 | Added a new worker 15 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.310 | 30518 | Removed run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.310 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.310 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.310 | 30518 | Assigned run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.310 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.310 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.310 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.go1Wkf +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.312 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.312 | 36641 | Added a new run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.313 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.314 | 36653 | Added a new run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.314 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.316 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.316 | 36656 | Marked run 390 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.316 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.317 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.317 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.318 | 36658 | Added a new run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.318 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.318 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.320 | 30522 | Recursively removing directory: /tmp/git.D2XaLL/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.320 | 36659 | Added a new run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.320 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.321 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.321 | 36664 | Added a new run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.322 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.323 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.323 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.323 | 36665 | Added a new run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.323 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.323 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.323 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.323 | 36676 | Added a new worker 13 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.323 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.323 | 30518 | Removed run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.323 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.324 | 30518 | Assigned run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.324 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SlsRkT +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.324 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.325 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.325 | 36671 | Added a new run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.326 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.327 | 36675 | Marked run 391 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.327 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.327 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.328 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.328 | 36678 | Added a new run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.329 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.330 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.331 | 36679 | Added a new run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.331 | 30519 | Recursively removing directory: /tmp/git.go1Wkf/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.331 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.331 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.333 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.333 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.333 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.333 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.333 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.334 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.334 | 36693 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.334 | 30518 | Removed run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.334 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.334 | 30518 | Assigned run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.334 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.334 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8Qzs72 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.334 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.336 | 36684 | Added a new run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.337 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.338 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.342 | 30522 | Recursively removing directory: /tmp/git.SlsRkT/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.342 | 36682 | Added a new run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.343 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.344 | 36691 | Marked run 392 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.344 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.345 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.345 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.345 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.345 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.345 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.345 | 36703 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.345 | 30518 | Removed run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.345 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.345 | 30518 | Assigned run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.345 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.345 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.346 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.346 | 36690 | Added a new run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.346 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.346 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zPLHUy +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.346 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.348 | 36694 | Added a new run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.348 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.349 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.350 | 36700 | Added a new run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.351 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.351 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.352 | 36704 | Added a new run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.352 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.352 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.353 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.354 | 36702 | Marked run 393 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.354 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.355 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.355 | 30519 | Recursively removing directory: /tmp/git.8Qzs72/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.355 | 36709 | Added a new run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.356 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.356 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.357 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.357 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.357 | 36712 | Added a new run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.358 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.358 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.358 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.358 | 36723 | Added a new worker 15 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.358 | 30518 | Removed run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.358 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.358 | 30518 | Assigned run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.358 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.358 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.358 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bUciox +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.360 | 36722 | Marked run 394 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.360 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.361 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.362 | 36718 | Added a new run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.362 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.362 | 30522 | Recursively removing directory: /tmp/git.zPLHUy/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.364 | 36719 | Added a new run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.365 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.365 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.365 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.366 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.366 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.366 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.366 | 36735 | Added a new worker 7 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.366 | 36724 | Added a new run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.366 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.366 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.366 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.366 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WkyHZa +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.367 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.366 | 30518 | Removed run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.366 | 30518 | Removed worker 7 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.366 | 30518 | Assigned run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.366 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.368 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.369 | 36729 | Added a new run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.370 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.370 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.371 | 36734 | Marked run 395 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.371 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.372 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.372 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.374 | 36738 | Added a new run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.374 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.374 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.375 | 30519 | Recursively removing directory: /tmp/git.bUciox/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.375 | 36741 | Added a new run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.375 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.376 | 36732 | Added a new run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.377 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.378 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.378 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.378 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.378 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.378 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.378 | 36743 | Added a new run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.378 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.379 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.379 | 36753 | Added a new worker 13 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.379 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.379 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.379 | 30518 | Removed run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.379 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.379 | 30518 | Assigned run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.380 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vcLquS +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.381 | 36752 | Marked run 396 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.381 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.381 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.381 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.382 | 36755 | Added a new run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.382 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.384 | 30522 | Recursively removing directory: /tmp/git.WkyHZa/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.384 | 36758 | Added a new run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.384 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.385 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.386 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.386 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.386 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.386 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.387 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.387 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.387 | 36767 | Added a new worker 18 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.387 | 30518 | Removed run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.387 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.387 | 30518 | Assigned run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.387 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.387 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.388 | 36757 | Added a new run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.387 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WJeFhU +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.388 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.388 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.390 | 36761 | Added a new run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.390 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.391 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.391 | 36766 | Marked run 397 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.392 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.393 | 36765 | Added a new run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.394 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.394 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.395 | 36768 | Added a new run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.395 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.395 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.397 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.397 | 36771 | Added a new run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.398 | 30519 | Recursively removing directory: /tmp/git.vcLquS/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.398 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.398 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.399 | 36777 | Added a new run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.399 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.400 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.400 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.401 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.401 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.401 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.401 | 36789 | Added a new worker 7 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.401 | 30518 | Removed run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.401 | 30518 | Removed worker 7 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.401 | 30518 | Assigned run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.401 | 36782 | Added a new run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.401 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TWqseT +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.402 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.402 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.403 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.403 | 36784 | Added a new run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.404 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.405 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.405 | 30522 | Recursively removing directory: /tmp/git.WJeFhU/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.406 | 36788 | Marked run 398 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.406 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.407 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.408 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.408 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.408 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.408 | 36791 | Added a new run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.408 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.408 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.408 | 36800 | Added a new worker 7 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.408 | 30518 | Removed run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.408 | 30518 | Removed worker 7 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.408 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.409 | 30518 | Assigned run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.409 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.409 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HNS1mi +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.410 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.410 | 36792 | Added a new run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.410 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.412 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.413 | 36797 | Added a new run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.413 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.414 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.415 | 36799 | Marked run 399 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.415 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.415 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.416 | 36798 | Added a new run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.417 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.417 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.418 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.418 | 36804 | Added a new run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.418 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.419 | 36806 | Added a new run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.420 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.420 | 30519 | Recursively removing directory: /tmp/git.TWqseT/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.421 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.422 | 36813 | Added a new run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.422 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.422 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.423 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.423 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.423 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.423 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.423 | 36822 | Added a new worker 15 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.423 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.423 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.423 | 30518 | Removed run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.423 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.423 | 30518 | Assigned run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.424 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bpZXdE +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.424 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.425 | 36818 | Added a new run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.425 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.426 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.427 | 36821 | Marked run 400 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.427 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.427 | 30522 | Recursively removing directory: /tmp/git.HNS1mi/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.429 | 36823 | Added a new run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.429 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.429 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.430 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.430 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.430 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.430 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.430 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.430 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.430 | 36833 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.430 | 30518 | Removed run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.430 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.431 | 30518 | Assigned run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.431 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.431 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.H3sU7B +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.431 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.431 | 36824 | Added a new run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.432 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.433 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.434 | 36829 | Added a new run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.435 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.435 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.436 | 36830 | Added a new run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.437 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.438 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.438 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.438 | 36838 | Added a new run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.439 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.439 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.440 | 36832 | Marked run 401 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.440 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.440 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.441 | 30519 | Recursively removing directory: /tmp/git.bpZXdE/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.442 | 36836 | Added a new run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.442 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.444 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.444 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.444 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.444 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.444 | 36844 | Added a new run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.444 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.444 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.445 | 36854 | Added a new worker 7 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.445 | 30518 | Removed run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.445 | 30518 | Removed worker 7 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.445 | 30518 | Assigned run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.445 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.445 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WobT08 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.446 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.446 | 36848 | Added a new run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.446 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.448 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.448 | 30522 | Recursively removing directory: /tmp/git.H3sU7B/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.449 | 36850 | Added a new run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.449 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.451 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.451 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.453 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.453 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.453 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.453 | 36856 | Added a new run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.453 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.453 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.454 | 36866 | Added a new worker 19 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.454 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.454 | 30518 | Removed run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.454 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.454 | 30518 | Assigned run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.454 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C1G7xh +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.455 | 36861 | Added a new run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.455 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.455 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.457 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.457 | 36863 | Added a new run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.458 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.458 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.460 | 36853 | Marked run 402 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.460 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.461 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.461 | 36865 | Marked run 403 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.461 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.463 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.463 | 36872 | Added a new run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.463 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.464 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.465 | 36870 | Added a new run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.465 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.465 | 30519 | Recursively removing directory: /tmp/git.WobT08/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.467 | 36874 | Added a new run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.468 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.468 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.468 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.468 | 36884 | Added a new worker 11 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.468 | 30518 | Removed run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.468 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.468 | 30518 | Assigned run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.468 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.468 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.467 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.468 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.468 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.468 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HbJwEP +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.470 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.471 | 36864 | Added a new run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.472 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.472 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.473 | 30522 | Recursively removing directory: /tmp/git.C1G7xh/ +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.475 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.475 | 36883 | Marked run 404 as finished +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.475 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.475 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.475 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.475 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.475 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.475 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.475 | 36896 | Added a new worker 19 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.475 | 30518 | Removed run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.475 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.475 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.475 | 30518 | Assigned run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.476 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lYQ1h8 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.476 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.477 | 36888 | Added a new run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.477 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.479 | 36886 | Added a new run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.480 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.481 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.482 | 36895 | Marked run 405 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.482 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.483 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.483 | 36892 | Added a new run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.484 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.484 | 30519 | Recursively removing directory: /tmp/git.HbJwEP/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.484 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.486 | 36894 | Added a new run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.486 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.486 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.486 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.486 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.486 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.486 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.487 | 36910 | Added a new worker 15 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.487 | 30518 | Removed run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.487 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.487 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.487 | 30518 | Assigned run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.487 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5Zw9gn +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.488 | 36906 | Added a new run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.488 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.489 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.490 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.490 | 36904 | Added a new run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.490 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.492 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.492 | 36909 | Marked run 406 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.492 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.493 | 30522 | Recursively removing directory: /tmp/git.lYQ1h8/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.494 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.494 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.495 | 36916 | Added a new run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.495 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.495 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.495 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.495 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.495 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.496 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.496 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.496 | 36925 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.496 | 30518 | Removed run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.496 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.496 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.496 | 30518 | Assigned run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.496 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9aQ0OC +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.497 | 36915 | Added a new run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.497 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.498 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.499 | 36920 | Added a new run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.499 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.501 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.501 | 36922 | Added a new run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.501 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.503 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.503 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.503 | 36924 | Marked run 407 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.503 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.504 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.505 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.505 | 30519 | Recursively removing directory: /tmp/git.5Zw9gn/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.505 | 36928 | Added a new run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.505 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.507 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.507 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.508 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.508 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.508 | 36944 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.508 | 30518 | Removed run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.508 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.508 | 30518 | Assigned run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.508 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.508 | 36931 | Added a new run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.508 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.508 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.O7IrWL +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.508 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.510 | 36936 | Added a new run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.510 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.511 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.512 | 36939 | Added a new run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.513 | 30522 | Recursively removing directory: /tmp/git.9aQ0OC/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.512 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.514 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.515 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.515 | 36943 | Marked run 408 as finished +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.515 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.515 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.515 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.515 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.516 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.516 | 36956 | Added a new worker 19 to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.516 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.516 | 30518 | Removed run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.516 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.516 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.516 | 30518 | Assigned run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.516 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eC5PE4 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.517 | 36945 | Added a new run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.517 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.517 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.519 | 36955 | Marked run 409 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.520 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.520 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.521 | 36954 | Added a new run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.522 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.523 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.523 | 36953 | Added a new run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.523 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.524 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.525 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.526 | 30519 | Recursively removing directory: /tmp/git.O7IrWL/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.526 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.527 | 36951 | Added a new run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.527 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.528 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.528 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.528 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.528 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.528 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.529 | 36973 | Added a new worker 9 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.529 | 30518 | Removed run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.529 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.529 | 30518 | Assigned run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.529 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.529 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.meWzzh +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.529 | 36968 | Added a new run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.529 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.530 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.531 | 36960 | Added a new run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.531 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.533 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.534 | 30522 | Recursively removing directory: /tmp/git.eC5PE4/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.534 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.535 | 36972 | Marked run 410 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.535 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.535 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.536 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.536 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.536 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.536 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.536 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.536 | 36984 | Added a new worker 19 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.536 | 30518 | Removed run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.536 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.536 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.536 | 30518 | Assigned run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.536 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gRROj3 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.536 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.537 | 36969 | Added a new run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.538 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.539 | 36981 | Added a new run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.540 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.541 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.541 | 36976 | Added a new run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.542 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.543 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.543 | 36983 | Marked run 411 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.543 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.544 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.545 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.545 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.545 | 36982 | Added a new run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.545 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.546 | 30519 | Recursively removing directory: /tmp/git.meWzzh/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.547 | 36989 | Added a new run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.547 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.548 | 36992 | Added a new run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.549 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.549 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.549 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.549 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.549 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.550 | 37004 | Added a new worker 13 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.550 | 30518 | Removed run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.550 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.550 | 30518 | Assigned run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.550 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.549 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.550 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tMWbDO +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.551 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.552 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.553 | 36996 | Added a new run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.553 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.553 | 30522 | Recursively removing directory: /tmp/git.gRROj3/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.555 | 37005 | Added a new run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.555 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.555 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.555 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.555 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.555 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.556 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.556 | 37014 | Added a new worker 19 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.556 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.556 | 30518 | Removed run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.556 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.556 | 30518 | Assigned run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.557 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.556 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tGW1QN +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.557 | 37008 | Added a new run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.558 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.558 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.559 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.560 | 37010 | Added a new run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.560 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.560 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.562 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.564 | 37012 | Added a new run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.564 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.564 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.565 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.566 | 37003 | Marked run 412 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.566 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.567 | 30519 | Recursively removing directory: /tmp/git.tMWbDO/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.567 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.567 | 37018 | Added a new run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.568 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.569 | 37013 | Marked run 413 as finished +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.569 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.569 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.570 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.570 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.570 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.570 | 37034 | Added a new worker 15 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.570 | 30518 | Removed run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.570 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.570 | 30518 | Assigned run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.570 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.571 | 37020 | Added a new run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.571 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Cc7SI4 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.571 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.573 | 30522 | Recursively removing directory: /tmp/git.tGW1QN/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.573 | 37022 | Added a new run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.574 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.574 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.576 | 37029 | Added a new run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.576 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.576 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.576 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.577 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.577 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.577 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.577 | 37044 | Added a new worker 19 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.577 | 30518 | Removed run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.577 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.577 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.577 | 30518 | Assigned run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.577 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u9urNO +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.578 | 37033 | Marked run 414 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.578 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.579 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.580 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.580 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.580 | 37037 | Added a new run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.580 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.583 | 37041 | Added a new run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.583 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.583 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.584 | 37045 | Added a new run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.585 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.585 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.586 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.586 | 37042 | Marked run 415 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.586 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.586 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.587 | 37046 | Added a new run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.588 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.589 | 37050 | Added a new run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.589 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.589 | 30519 | Recursively removing directory: /tmp/git.Cc7SI4/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.591 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.592 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.592 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.592 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.592 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.592 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.592 | 37054 | Added a new run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.592 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.593 | 37069 | Added a new worker 11 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.593 | 30518 | Removed run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.593 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.593 | 30518 | Assigned run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.593 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.593 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rIzC7e +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.595 | 37066 | Marked run 416 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.595 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.595 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.596 | 30522 | Recursively removing directory: /tmp/git.u9urNO/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.596 | 37058 | Added a new run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.597 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.598 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.598 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.598 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.598 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.598 | 37075 | Added a new worker 18 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.598 | 30518 | Removed run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.598 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.598 | 30518 | Assigned run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.599 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.598 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.599 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Vftpd1 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.600 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.600 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.601 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.601 | 37074 | Marked run 417 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.601 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.601 | 37064 | Added a new run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.602 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.603 | 37065 | Added a new run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.603 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.605 | 37076 | Added a new run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.605 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.606 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.606 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.607 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.607 | 37072 | Added a new run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.607 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.609 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.609 | 37082 | Added a new run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.609 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.610 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.611 | 30519 | Recursively removing directory: /tmp/git.rIzC7e/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.611 | 37089 | Added a new run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.612 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.613 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.613 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.613 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.613 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.613 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.613 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.613 | 37098 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.613 | 30518 | Removed run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.613 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.613 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.613 | 30518 | Assigned run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.614 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VKeirD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.615 | 37084 | Added a new run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.615 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.615 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.616 | 30522 | Recursively removing directory: /tmp/git.Vftpd1/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.617 | 37097 | Marked run 418 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.617 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.619 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.619 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.619 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.619 | 37091 | Added a new run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.619 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.619 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.619 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.619 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.619 | 37106 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.619 | 30518 | Removed run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.619 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.619 | 30518 | Assigned run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.620 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.620 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.K2rjut +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.621 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.622 | 37096 | Added a new run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.622 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.622 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.622 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.624 | 37105 | Marked run 419 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.624 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.625 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.626 | 37102 | Added a new run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.626 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.627 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.628 | 37104 | Added a new run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.628 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.629 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.629 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.629 | 37108 | Added a new run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.630 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.631 | 30519 | Recursively removing directory: /tmp/git.VKeirD/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.632 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.632 | 37112 | Added a new run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.632 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.634 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.634 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.634 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.634 | 37119 | Added a new run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.634 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.634 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.634 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.634 | 37128 | Added a new worker 15 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.634 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.635 | 30518 | Removed run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.635 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.635 | 30518 | Assigned run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.635 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eIg7dL +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.636 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.637 | 37126 | Added a new run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.637 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.638 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.638 | 30522 | Recursively removing directory: /tmp/git.K2rjut/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.639 | 37123 | Added a new run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.639 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.640 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.641 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.641 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.641 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.641 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.642 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.642 | 37139 | Added a new worker 19 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.642 | 30518 | Removed run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.642 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.642 | 30518 | Assigned run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.642 | 37127 | Marked run 420 as finished +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.642 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kFMTwS +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.642 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.643 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.643 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.644 | 37132 | Added a new run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.644 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.644 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.645 | 37138 | Marked run 421 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.646 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.647 | 37137 | Added a new run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.647 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.648 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.649 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.649 | 37140 | Added a new run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.650 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.650 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.650 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.651 | 37134 | Added a new run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.652 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.653 | 30519 | Recursively removing directory: /tmp/git.eIg7dL/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.653 | 37144 | Added a new run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.654 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.654 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.655 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.655 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.655 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.655 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.655 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.655 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.655 | 37159 | Added a new worker 18 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.656 | 30518 | Removed run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.656 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.656 | 30518 | Assigned run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.656 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.656 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LbKONr +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.656 | 37149 | Added a new run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.656 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.656 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.658 | 37156 | Added a new run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.659 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.659 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.661 | 37157 | Added a new run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.661 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.661 | 30522 | Recursively removing directory: /tmp/git.kFMTwS/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.662 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.663 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.663 | 37161 | Added a new run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.664 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.664 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.664 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.664 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.664 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.664 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.664 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.664 | 37173 | Added a new worker 19 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.664 | 30518 | Removed run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.664 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.664 | 30518 | Assigned run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.664 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.665 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ApFx7C +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.665 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.666 | 37166 | Added a new run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.666 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.667 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.668 | 37169 | Added a new run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.669 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.670 | 37158 | Marked run 422 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.670 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.670 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.672 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.672 | 37170 | Added a new run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.672 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.673 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.673 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.673 | 30519 | Recursively removing directory: /tmp/git.LbKONr/ +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.675 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.675 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.675 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.675 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.675 | 37188 | Added a new worker 19 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.675 | 30518 | Removed run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.675 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.675 | 30518 | Assigned run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.675 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.675 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.675 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UFIr0B +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.676 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.677 | 37175 | Added a new run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.677 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.679 | 37172 | Marked run 423 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.679 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.679 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.681 | 30522 | Recursively removing directory: /tmp/git.ApFx7C/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.681 | 37181 | Added a new run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.681 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.682 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.683 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.684 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.684 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.684 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.684 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.684 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.684 | 37200 | Added a new worker 21 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.684 | 30518 | Removed run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.684 | 30518 | Removed worker 21 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.684 | 30518 | Assigned run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.684 | 37187 | Marked run 424 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.684 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.684 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Yq2tSp +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.686 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.689 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.689 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.691 | 37199 | Marked run 425 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.691 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.691 | 37186 | Added a new run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.692 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.692 | 30519 | Recursively removing directory: /tmp/git.UFIr0B/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.693 | 37195 | Added a new run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.693 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.694 | 37189 | Added a new run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.695 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.695 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.695 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.694 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.694 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.695 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.696 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.696 | 37198 | Added a new run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.696 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.696 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.696 | 37215 | Added a new worker 12 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.697 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.697 | 30518 | Removed run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.697 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.697 | 30518 | Assigned run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.697 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xq5k7K +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.698 | 30522 | Recursively removing directory: /tmp/git.Yq2tSp/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.698 | 37217 | Added a new run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.699 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.700 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.700 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.700 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.700 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.701 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.701 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.701 | 37214 | Marked run 426 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.701 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.701 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.701 | 37225 | Added a new worker 8 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.701 | 30518 | Removed run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.701 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.701 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.701 | 30518 | Assigned run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.701 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9FeKxE +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.703 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.703 | 37219 | Added a new run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.703 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.704 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.705 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.706 | 37224 | Marked run 427 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.706 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.707 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.707 | 37223 | Added a new run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.707 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.708 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.709 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.710 | 37222 | Added a new run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.710 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.710 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.711 | 37226 | Added a new run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.712 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.713 | 37230 | Added a new run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.713 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.713 | 30519 | Recursively removing directory: /tmp/git.xq5k7K/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.714 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.716 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.716 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.716 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.716 | 37235 | Added a new run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.716 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.716 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.716 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.717 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.717 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.717 | 37247 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.717 | 30518 | Removed run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.717 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.717 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.717 | 30518 | Assigned run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.717 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wkQshC +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.719 | 37241 | Added a new run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.719 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.719 | 30522 | Recursively removing directory: /tmp/git.9FeKxE/ +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.720 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.721 | 37249 | Added a new run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.721 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.721 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.721 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.721 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.721 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.722 | 37255 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.722 | 30518 | Removed run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.722 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.722 | 30518 | Assigned run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.722 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.722 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oLOUEo +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.723 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.724 | 37250 | Added a new run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.724 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.725 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.725 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.726 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.727 | 37246 | Marked run 428 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.727 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.727 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.728 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.728 | 37254 | Marked run 429 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.728 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.729 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.730 | 37253 | Added a new run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.730 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.731 | 37257 | Added a new run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.731 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.733 | 37258 | Added a new run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.733 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.733 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.735 | 37261 | Added a new run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.735 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.735 | 30519 | Recursively removing directory: /tmp/git.wkQshC/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.736 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.737 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.737 | 37270 | Added a new run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.738 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.738 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.738 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.738 | 37282 | Added a new worker 15 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.738 | 30518 | Removed run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.738 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.738 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.738 | 30518 | Assigned run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.739 | 37277 | Added a new run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.739 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.739 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.738 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.738 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.738 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.738 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Bta1oK +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.739 | 30522 | Recursively removing directory: /tmp/git.oLOUEo/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.741 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.741 | 37279 | Added a new run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.742 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.742 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.743 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.743 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.743 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.743 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.744 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.744 | 37289 | Added a new worker 19 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.744 | 30518 | Removed run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.744 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.744 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.744 | 30518 | Assigned run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.744 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.t9y3aZ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.744 | 37281 | Marked run 430 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.744 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.746 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.746 | 37283 | Added a new run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.747 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.746 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.748 | 37285 | Added a new run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.749 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.750 | 37287 | Added a new run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.750 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.750 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.752 | 37288 | Marked run 431 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.752 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.752 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.753 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.754 | 37290 | Added a new run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.754 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.754 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.755 | 37295 | Added a new run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.756 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.756 | 30519 | Recursively removing directory: /tmp/git.Bta1oK/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.757 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.757 | 37298 | Added a new run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.757 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.759 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.759 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.759 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.759 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.759 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.759 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.759 | 37303 | Added a new run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.759 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.759 | 37311 | Added a new worker 6 to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.760 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4pSYaK +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.760 | 30518 | Removed run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.760 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.760 | 30518 | Assigned run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.760 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.760 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.761 | 37307 | Added a new run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.761 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.762 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.763 | 37309 | Added a new run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.764 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.765 | 37310 | Marked run 432 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.765 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.765 | 30522 | Recursively removing directory: /tmp/git.t9y3aZ/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.766 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.766 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.767 | 37314 | Added a new run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.767 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.767 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.768 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.767 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.767 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.768 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.768 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.768 | 37324 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.768 | 30518 | Removed run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.768 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.768 | 30518 | Assigned run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.768 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.768 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uhU4C5 +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.769 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.770 | 37318 | Added a new run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.770 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.771 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.772 | 37321 | Added a new run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.772 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.774 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.774 | 37323 | Marked run 433 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.774 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.775 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.776 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.776 | 37322 | Added a new run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.776 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.777 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.777 | 30519 | Recursively removing directory: /tmp/git.4pSYaK/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.778 | 37328 | Added a new run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.779 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.779 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.780 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.780 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.780 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.780 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.780 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.780 | 37343 | Added a new worker 18 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.780 | 30518 | Removed run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.780 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.780 | 30518 | Assigned run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.781 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oujcUO +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.781 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.781 | 37332 | Added a new run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.781 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.782 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.783 | 37342 | Marked run 434 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.783 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.784 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.784 | 37340 | Added a new run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.785 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.786 | 30522 | Recursively removing directory: /tmp/git.uhU4C5/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.787 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.788 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.788 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.788 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.788 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.788 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.788 | 37354 | Added a new worker 20 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.788 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.788 | 30518 | Removed run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.788 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.788 | 30518 | Assigned run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.788 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qqeXhD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.789 | 37335 | Added a new run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.789 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.789 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.790 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.791 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.792 | 37346 | Added a new run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.792 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.793 | 37353 | Marked run 435 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.794 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.795 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.795 | 37350 | Added a new run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.795 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.796 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.797 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.797 | 37352 | Added a new run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.798 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.799 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.799 | 37357 | Added a new run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.799 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.799 | 30519 | Recursively removing directory: /tmp/git.oujcUO/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.801 | 37361 | Added a new run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.801 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.801 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.802 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.802 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.802 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.802 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.802 | 37374 | Added a new worker 15 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.802 | 30518 | Removed run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.802 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.802 | 30518 | Assigned run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.802 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.802 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Tp8yir +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.804 | 37368 | Added a new run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.804 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.804 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.806 | 30522 | Recursively removing directory: /tmp/git.qqeXhD/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.807 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.807 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.807 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.808 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.808 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.808 | 37384 | Added a new worker 21 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.808 | 30518 | Removed run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.808 | 30518 | Removed worker 21 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.808 | 30518 | Assigned run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.808 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.808 | 37372 | Marked run 436 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.808 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.808 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.808 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yffzj4 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.810 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.810 | 37371 | Added a new run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.811 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.811 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.812 | 37376 | Added a new run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.813 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.813 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.815 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.814 | 37383 | Marked run 437 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.815 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.815 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.816 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.816 | 37380 | Added a new run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.816 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.818 | 37382 | Added a new run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.818 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.819 | 30519 | Recursively removing directory: /tmp/git.Tp8yir/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.820 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.821 | 37388 | Added a new run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.821 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.821 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.821 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.821 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.821 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.822 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.822 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.822 | 37406 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.822 | 30518 | Removed run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.822 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.822 | 30518 | Assigned run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.822 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.822 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8QrrOr +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.823 | 37390 | Added a new run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.823 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.824 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.826 | 37399 | Added a new run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.826 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.826 | 30522 | Recursively removing directory: /tmp/git.yffzj4/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.827 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.828 | 37401 | Added a new run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.828 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.828 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.828 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.828 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.828 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.829 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.md8qlq +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.828 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.828 | 37413 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.829 | 30518 | Removed run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.829 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.829 | 30518 | Assigned run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.829 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.830 | 37408 | Added a new run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.830 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.830 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.831 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.832 | 37405 | Marked run 438 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.832 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.832 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.832 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.833 | 37412 | Marked run 439 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.833 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.833 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.835 | 37410 | Added a new run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.836 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.836 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.837 | 37415 | Added a new run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.838 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.837 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.839 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.839 | 37418 | Added a new run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.839 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.841 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.841 | 30519 | Recursively removing directory: /tmp/git.8QrrOr/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.841 | 37419 | Added a new run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.841 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.843 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.843 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.843 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.844 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.844 | 37427 | Added a new run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.844 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.844 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.844 | 37436 | Added a new worker 13 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.844 | 30518 | Removed run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.844 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.844 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.845 | 30518 | Assigned run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.844 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fOsoon +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.845 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.846 | 37431 | Added a new run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.847 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.847 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.848 | 37434 | Added a new run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.848 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.848 | 30522 | Recursively removing directory: /tmp/git.md8qlq/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.851 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.851 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.851 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.851 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.851 | 37435 | Marked run 440 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.851 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.851 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.851 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.851 | 37447 | Added a new worker 15 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.851 | 30518 | Removed run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.851 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.851 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mHcaVC +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.851 | 30518 | Assigned run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.852 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.852 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.853 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.853 | 37446 | Marked run 441 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.853 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.855 | 37438 | Added a new run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.855 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.857 | 37442 | Added a new run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.857 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.859 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.859 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.859 | 37445 | Added a new run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.860 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.860 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.860 | 30519 | Recursively removing directory: /tmp/git.fOsoon/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.863 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.863 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.863 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.862 | 37448 | Added a new run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.862 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.863 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.863 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.863 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.864 | 37457 | Added a new run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.864 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.864 | 37463 | Added a new worker 9 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.864 | 30518 | Removed run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.864 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.864 | 30518 | Assigned run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.864 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.865 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yuZDs3 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.865 | 37462 | Marked run 442 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.866 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.866 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.868 | 37464 | Added a new run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.868 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.868 | 30522 | Recursively removing directory: /tmp/git.mHcaVC/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.869 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.871 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.871 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.871 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.871 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.871 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.871 | 37475 | Added a new worker 10 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.871 | 30518 | Removed run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.871 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.871 | 30518 | Assigned run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.871 | 37469 | Added a new run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.871 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jEtzv4 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.872 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.872 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.872 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.873 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.874 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.875 | 37474 | Marked run 443 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.875 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.875 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.877 | 37471 | Added a new run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.877 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.878 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.879 | 37473 | Added a new run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.879 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.879 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.880 | 37477 | Added a new run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.881 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.882 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.882 | 30519 | Recursively removing directory: /tmp/git.yuZDs3/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.883 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.884 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.884 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.884 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.884 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.884 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.884 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.884 | 37497 | Added a new worker 19 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.884 | 30518 | Removed run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.884 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.884 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.884 | 30518 | Assigned run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.884 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.knZj8u +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.885 | 37479 | Added a new run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.885 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.886 | 30522 | Recursively removing directory: /tmp/git.jEtzv4/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.887 | 37490 | Added a new run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.888 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.888 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.888 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.888 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.888 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.889 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.889 | 37502 | Added a new worker 18 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.889 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.889 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.889 | 30518 | Removed run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.889 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.889 | 30518 | Assigned run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.889 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wTu4gZ +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.891 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.890 | 37492 | Added a new run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.891 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.891 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.892 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.893 | 37495 | Added a new run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.894 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.894 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.895 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.895 | 37505 | Added a new run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.896 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.896 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.896 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.898 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.898 | 37496 | Marked run 444 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.898 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.900 | 30519 | Recursively removing directory: /tmp/git.knZj8u/ +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.901 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.901 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.901 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.902 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.902 | 37523 | Added a new worker 21 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.902 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.902 | 30518 | Removed run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.902 | 30518 | Removed worker 21 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.902 | 30518 | Assigned run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.902 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.902 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ib9BlT +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.903 | 30522 | Recursively removing directory: /tmp/git.wTu4gZ/ +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.904 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.904 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.904 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.904 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.905 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.905 | 37526 | Added a new worker 23 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.905 | 30518 | Removed run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.905 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jP7SFn +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.905 | 30518 | Removed worker 23 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.905 | 30518 | Assigned run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 23 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.905 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.906 | 37501 | Marked run 445 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.906 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.908 | 37522 | Marked run 446 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.908 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.909 | 37503 | Added a new run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.909 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.910 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.911 | 37508 | Added a new run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.911 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.911 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.912 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.912 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.913 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.913 | 37510 | Added a new run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.914 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.915 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.915 | 37515 | Added a new run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.915 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.916 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.916 | 37529 | Added a new run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.917 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.918 | 37525 | Marked run 447 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.918 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.919 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.920 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.920 | 30519 | Recursively removing directory: /tmp/git.ib9BlT/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.920 | 37534 | Added a new run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.920 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.922 | 37537 | Added a new run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.922 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.922 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.922 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.922 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.922 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.922 | 37551 | Added a new worker 11 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.923 | 30518 | Removed run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.923 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.923 | 30518 | Assigned run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.922 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.923 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nKpGMt +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.923 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.924 | 37543 | Added a new run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.924 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.925 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.925 | 30522 | Recursively removing directory: /tmp/git.jP7SFn/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.926 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.927 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.927 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.927 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.927 | 37545 | Added a new run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.927 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.927 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.928 | 37557 | Added a new worker 17 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.928 | 30518 | Removed run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.928 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.928 | 30518 | Assigned run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.928 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.928 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.k3bZKX +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.929 | 37553 | Added a new run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.929 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.929 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.931 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.931 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.931 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.932 | 37549 | Marked run 448 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.932 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.933 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.934 | 37556 | Marked run 449 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.934 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.935 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.935 | 37555 | Added a new run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.936 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.937 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.938 | 37560 | Added a new run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.938 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.938 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.939 | 37561 | Added a new run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.939 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.941 | 30519 | Recursively removing directory: /tmp/git.nKpGMt/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.941 | 37563 | Added a new run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.941 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.942 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.943 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.943 | 37581 | Added a new worker 14 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.943 | 30518 | Removed run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.943 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.943 | 30518 | Assigned run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.943 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.942 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.942 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.942 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.943 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Yt50lf +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.943 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.944 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.945 | 37572 | Added a new run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.945 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.946 | 30522 | Recursively removing directory: /tmp/git.k3bZKX/ +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.947 | 37576 | Added a new run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.947 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.948 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.949 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.949 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.949 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.949 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.c9dOmv +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.949 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.949 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.949 | 37589 | Added a new worker 19 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.949 | 30518 | Removed run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.949 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.949 | 30518 | Assigned run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.949 | 37580 | Marked run 450 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.949 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.950 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.950 | 37588 | Marked run 451 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.950 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.950 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.950 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.952 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.953 | 37582 | Added a new run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.953 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.955 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.955 | 37584 | Added a new run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.956 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.956 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.957 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.958 | 37587 | Added a new run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.958 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.959 | 37595 | Added a new run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.960 | 30519 | Recursively removing directory: /tmp/git.Yt50lf/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.960 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.961 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.962 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.962 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.963 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.962 | 37590 | Added a new run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.963 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.963 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.963 | 37610 | Added a new worker 15 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.964 | 30518 | Removed run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.964 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.964 | 30518 | Assigned run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.964 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.964 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.37R4Ee +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.965 | 37600 | Added a new run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.965 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.966 | 30522 | Recursively removing directory: /tmp/git.c9dOmv/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.966 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.967 | 37605 | Added a new run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.967 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.968 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.969 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.969 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.969 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.969 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.969 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.969 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.969 | 37619 | Added a new worker 19 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.969 | 30518 | Removed run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.969 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.969 | 30518 | Assigned run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.969 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2AylG6 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.970 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.971 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.971 | 37609 | Marked run 452 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.971 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.971 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.971 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.974 | 37617 | Marked run 453 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.974 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.975 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.975 | 37614 | Added a new run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.976 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.976 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.978 | 37615 | Added a new run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.978 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.979 | 30519 | Recursively removing directory: /tmp/git.37R4Ee/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.980 | 37620 | Added a new run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.980 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.981 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.981 | 30519 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.981 | 30519 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.981 | 30519 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.981 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.981 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.981 | 37634 | Added a new worker 13 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.981 | 30518 | Removed run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.981 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.981 | 30518 | Assigned run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.981 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.982 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qpJ54i +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.982 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.983 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.984 | 37618 | Added a new run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.984 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.985 | 30522 | Recursively removing directory: /tmp/git.2AylG6/ +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.985 | 37631 | Added a new run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.986 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.987 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.988 | 30522 | Process exit code: 0 +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.988 | 30522 | Process output: 57 bytes +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.988 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.988 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.988 | 30522 | Waiting for a new command +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.988 | 37645 | Added a new worker 19 to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.989 | 37636 | Added a new run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.989 | 30518 | Removed run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.989 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.989 | 30518 | Assigned run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.989 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.989 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.989 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ntQndT +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.989 | 30519 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.990 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.990 | 37633 | Marked run 454 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.990 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.991 | 30519 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.992 | 37643 | Added a new run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.992 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.992 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.995 | 37644 | Marked run 455 as finished +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.995 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.996 | 30522 | Checking out revision HEAD +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.997 | 37640 | Added a new run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:30 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.997 | 30516 | Waiting for new connections +2024-01-28 10:55:30 | INFO | 30522/cimple-worker: 2024-01-28 10:55:30.997 | 30522 | Going to run: ./ci +2024-01-28 10:55:30 | INFO | 30519/cimple-worker: 2024-01-28 10:55:30.998 | 30519 | Recursively removing directory: /tmp/git.qpJ54i/ +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:30 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:30 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:30 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:30.999 | 37646 | Added a new run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.000 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.000 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.001 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.001 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.001 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.001 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.001 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.001 | 37649 | Added a new run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.002 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.002 | 37663 | Added a new worker 6 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.002 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.002 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.J2IVWT +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.002 | 30518 | Removed run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.002 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.002 | 30518 | Assigned run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.003 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.003 | 37653 | Added a new run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.004 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.004 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.006 | 37661 | Added a new run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.006 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.006 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.007 | 30522 | Recursively removing directory: /tmp/git.ntQndT/ +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.008 | 37668 | Added a new run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.008 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.009 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.009 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.010 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.010 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.010 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.010 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.010 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.010 | 37677 | Added a new worker 15 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.010 | 30518 | Removed run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.010 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.010 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.010 | 30518 | Assigned run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.011 | 37662 | Marked run 456 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.011 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.011 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.010 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ox1tSu +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.012 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.014 | 37676 | Marked run 457 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.014 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.016 | 37670 | Added a new run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.017 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.018 | 30519 | Recursively removing directory: /tmp/git.J2IVWT/ +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.019 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.018 | 37672 | Added a new run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.019 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.019 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.019 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.020 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.020 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.020 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.020 | 37689 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.020 | 30518 | Removed run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.020 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.020 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.020 | 30518 | Assigned run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.021 | 37675 | Added a new run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.022 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.022 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.020 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.020 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kId3EW +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.023 | 37679 | Added a new run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.023 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.025 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.026 | 37688 | Marked run 458 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.026 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.027 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.027 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.028 | 37691 | Added a new run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.028 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.028 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.029 | 30522 | Recursively removing directory: /tmp/git.Ox1tSu/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.030 | 37687 | Added a new run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.030 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.031 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.032 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.032 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.032 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.032 | 37695 | Added a new run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.032 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.032 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.032 | 37707 | Added a new worker 14 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.032 | 30518 | Removed run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.032 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.032 | 30518 | Assigned run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.033 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Giberu +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.033 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.034 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.034 | 37697 | Added a new run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.034 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.035 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.036 | 37706 | Marked run 459 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.036 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.038 | 37705 | Added a new run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.038 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.038 | 30519 | Recursively removing directory: /tmp/git.kId3EW/ +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.039 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.040 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.041 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.041 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.041 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.039 | 37710 | Added a new run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.040 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.041 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.041 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.041 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.041 | 37722 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.041 | 30518 | Removed run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.041 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.041 | 30518 | Assigned run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.041 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.042 | 37714 | Added a new run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.042 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.041 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.klupFO +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.044 | 37716 | Added a new run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.044 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.045 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.045 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.047 | 37720 | Marked run 460 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.047 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.047 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.048 | 37721 | Added a new run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.049 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.050 | 30522 | Recursively removing directory: /tmp/git.Giberu/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.050 | 37726 | Added a new run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.050 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.051 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.051 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.051 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.051 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.051 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.051 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.052 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.052 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.052 | 37736 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.052 | 30518 | Removed run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.052 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.052 | 30518 | Assigned run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.052 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.052 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hJ6IYW +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.053 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.054 | 37727 | Added a new run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.054 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.056 | 37731 | Added a new run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.057 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.058 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.059 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.060 | 37735 | Marked run 461 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.060 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.060 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.060 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.061 | 37737 | Added a new run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.061 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.062 | 37739 | Added a new run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.062 | 30519 | Recursively removing directory: /tmp/git.klupFO/ +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.063 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.064 | 37744 | Added a new run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.064 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.064 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.065 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.065 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.065 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.065 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.065 | 37754 | Added a new worker 15 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.065 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.065 | 30518 | Removed run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.065 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.065 | 30518 | Assigned run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.065 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CARWPE +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.066 | 37747 | Added a new run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.066 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.067 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.068 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.069 | 37755 | Added a new run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.069 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.070 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.071 | 37758 | Added a new run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.071 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.071 | 30522 | Recursively removing directory: /tmp/git.hJ6IYW/ +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.072 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.073 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.073 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.073 | 37753 | Marked run 462 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.074 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.074 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.074 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.074 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.075 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.075 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.075 | 37771 | Added a new worker 20 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.075 | 30518 | Removed run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.075 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.075 | 30518 | Assigned run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.075 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.075 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.075 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.672rVK +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.076 | 37761 | Added a new run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.076 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.078 | 37765 | Added a new run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.078 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.079 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.080 | 37770 | Marked run 463 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.080 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.081 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.081 | 37767 | Added a new run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.082 | 30519 | Recursively removing directory: /tmp/git.CARWPE/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.082 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.082 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.083 | 37769 | Added a new run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.084 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.084 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.085 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.085 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.085 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.085 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.085 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.085 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.085 | 37786 | Added a new worker 18 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.085 | 30518 | Removed run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.085 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.085 | 30518 | Assigned run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.085 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.086 | 37777 | Added a new run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.085 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q2meoP +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.086 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.087 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.088 | 37780 | Added a new run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.088 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.089 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.090 | 37784 | Marked run 464 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.090 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.091 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.092 | 37785 | Added a new run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.092 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.092 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.094 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.094 | 30522 | Recursively removing directory: /tmp/git.672rVK/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.094 | 37788 | Added a new run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.095 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.096 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.097 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.097 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.097 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.097 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.097 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.097 | 37802 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.097 | 30518 | Removed run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.097 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.097 | 30518 | Assigned run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.097 | 37791 | Added a new run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.098 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.098 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.097 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZIqi7m +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.099 | 37795 | Added a new run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.099 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.100 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.101 | 37800 | Added a new run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.101 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.103 | 30519 | Recursively removing directory: /tmp/git.Q2meoP/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.103 | 37801 | Marked run 465 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.103 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.103 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.105 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.105 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.105 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.105 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.106 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.105 | 37803 | Added a new run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.106 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.106 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.106 | 37816 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.106 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.106 | 30518 | Removed run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.106 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.106 | 30518 | Assigned run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.106 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.106 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6oeqk0 +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.107 | 37808 | Added a new run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.108 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.109 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.110 | 37813 | Added a new run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.110 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.111 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.112 | 37815 | Marked run 466 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.112 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.113 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.114 | 37814 | Added a new run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.114 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.114 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.115 | 30522 | Recursively removing directory: /tmp/git.ZIqi7m/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.115 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.116 | 37820 | Added a new run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.116 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.117 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.117 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.117 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.117 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.117 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.118 | 37834 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.118 | 30518 | Removed run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.118 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.118 | 30518 | Assigned run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.117 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.118 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Yl1SnH +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.118 | 37823 | Added a new run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.118 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.120 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.120 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.122 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.122 | 37827 | Added a new run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.122 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.124 | 30519 | Recursively removing directory: /tmp/git.6oeqk0/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.125 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.126 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.126 | 37831 | Added a new run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.126 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.126 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.126 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.126 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.127 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.127 | 37847 | Added a new worker 19 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.127 | 30518 | Removed run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.127 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.127 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.127 | 30518 | Assigned run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.127 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.127 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yT69rH +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.127 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.129 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.130 | 37832 | Marked run 467 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.130 | 37838 | Added a new run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.130 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.130 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.132 | 37841 | Added a new run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.132 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.134 | 37844 | Added a new run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.134 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.135 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.136 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.136 | 37846 | Marked run 468 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.136 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.137 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.138 | 37849 | Added a new run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.138 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.139 | 30522 | Recursively removing directory: /tmp/git.Yl1SnH/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.138 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.141 | 37858 | Added a new run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.141 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.141 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.141 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.142 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.142 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.142 | 37866 | Added a new worker 15 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.142 | 30518 | Removed run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.142 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.142 | 30518 | Assigned run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.142 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.142 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.142 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.142 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fa7tMK +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.144 | 37861 | Added a new run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.144 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.144 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.146 | 37860 | Added a new run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.146 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.147 | 30519 | Recursively removing directory: /tmp/git.yT69rH/ +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.147 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.148 | 37867 | Added a new run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.148 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.149 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.150 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.150 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.150 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.150 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.150 | 37865 | Marked run 469 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.151 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.151 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.151 | 37879 | Added a new worker 9 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.151 | 30518 | Removed run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.151 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.151 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.151 | 30518 | Assigned run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.151 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.151 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fhwQvQ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.152 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.152 | 37870 | Added a new run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.153 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.154 | 37874 | Added a new run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.155 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.155 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.157 | 37878 | Marked run 470 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.157 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.158 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.158 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.158 | 37877 | Added a new run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.159 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.159 | 30522 | Recursively removing directory: /tmp/git.fa7tMK/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.159 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.160 | 37885 | Added a new run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.160 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.162 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.162 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.162 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.162 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.162 | 37881 | Added a new run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.162 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.163 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.163 | 37896 | Added a new worker 9 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.163 | 30518 | Removed run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.163 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.163 | 30518 | Assigned run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.163 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.163 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XsI2uI +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.164 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.165 | 37890 | Added a new run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.165 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.166 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.167 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.168 | 37895 | Marked run 471 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.168 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.168 | 30519 | Recursively removing directory: /tmp/git.fhwQvQ/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.169 | 37894 | Added a new run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.170 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.170 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.170 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.170 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.171 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.171 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.171 | 37908 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.171 | 30518 | Removed run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.171 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.171 | 30518 | Assigned run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.171 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.171 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.171 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.171 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cN9tyn +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.173 | 37899 | Added a new run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.174 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.174 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.175 | 37904 | Added a new run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.175 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.177 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.178 | 37907 | Marked run 472 as finished +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.178 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.178 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.179 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.179 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.179 | 30522 | Recursively removing directory: /tmp/git.XsI2uI/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.179 | 37906 | Added a new run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.180 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.182 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.182 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.182 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.182 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.182 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.182 | 37925 | Added a new worker 18 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.182 | 30518 | Removed run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.182 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.182 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.182 | 30518 | Assigned run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.183 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.182 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Rb9QdF +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.183 | 37912 | Added a new run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.183 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.185 | 37918 | Added a new run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.186 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.186 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.186 | 30519 | Recursively removing directory: /tmp/git.cN9tyn/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.188 | 37920 | Added a new run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.188 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.188 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.189 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.189 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.189 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.189 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.189 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.189 | 37936 | Added a new worker 19 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.189 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.189 | 30518 | Removed run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.189 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.189 | 30518 | Assigned run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.190 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ba8i5R +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.190 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.190 | 37924 | Marked run 473 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.191 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.191 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.192 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.192 | 37926 | Added a new run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.193 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.194 | 37932 | Added a new run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.194 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.196 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.196 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.197 | 37934 | Added a new run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.197 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.197 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.197 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.199 | 37935 | Marked run 474 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.199 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.200 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.200 | 37939 | Added a new run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.201 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.201 | 30522 | Recursively removing directory: /tmp/git.Rb9QdF/ +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.202 | 37943 | Added a new run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.202 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.203 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.203 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.203 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.203 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.203 | 37959 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.203 | 30518 | Removed run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.203 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.203 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.203 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.203 | 30518 | Assigned run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.203 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.204 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ge0PnI +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.205 | 37946 | Added a new run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.205 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.206 | 30519 | Recursively removing directory: /tmp/git.Ba8i5R/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.206 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.207 | 37952 | Added a new run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.207 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.209 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.209 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.209 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.209 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.209 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.209 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.209 | 37967 | Added a new worker 19 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.209 | 30518 | Removed run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.209 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.209 | 30518 | Assigned run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.209 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.209 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tcQKIu +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.210 | 37958 | Marked run 475 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.210 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.210 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.211 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.212 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.213 | 37966 | Marked run 476 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.213 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.214 | 37963 | Added a new run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.215 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.216 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.217 | 37968 | Added a new run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.217 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.217 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.218 | 37965 | Added a new run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.219 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.219 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.220 | 37960 | Added a new run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.220 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.221 | 30522 | Recursively removing directory: /tmp/git.ge0PnI/ +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.221 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.222 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.223 | 37978 | Added a new run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.223 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.223 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.223 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.223 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.223 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.223 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.224 | 37988 | Added a new worker 15 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.224 | 30518 | Removed run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.224 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.224 | 30518 | Assigned run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.224 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.224 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Iy3fcZ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.226 | 37984 | Added a new run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.226 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.226 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.226 | 30519 | Recursively removing directory: /tmp/git.tcQKIu/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.229 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.229 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.229 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.228 | 37982 | Added a new run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.229 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.229 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.229 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.229 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.229 | 37996 | Added a new worker 10 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.229 | 30518 | Removed run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.229 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.229 | 30518 | Assigned run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.229 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2FNO2l +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.230 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.231 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.232 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.232 | 37993 | Added a new run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.233 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.233 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.234 | 37990 | Added a new run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.234 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.236 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.237 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.239 | 30522 | Recursively removing directory: /tmp/git.Iy3fcZ/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.239 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.239 | 37994 | Added a new run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.240 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.241 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.242 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.242 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.242 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.242 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.242 | 38012 | Added a new worker 9 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.242 | 37987 | Marked run 477 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.242 | 30518 | Removed run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.242 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.242 | 30518 | Assigned run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.242 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.242 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oZSS6H +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.242 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.243 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.245 | 38011 | Marked run 479 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.245 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.246 | 37995 | Marked run 478 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.246 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.248 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.248 | 37998 | Added a new run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.248 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.249 | 30519 | Recursively removing directory: /tmp/git.2FNO2l/ +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.249 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.251 | 38003 | Added a new run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.251 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.251 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.251 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.252 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.252 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.252 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.252 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.252 | 38022 | Added a new worker 18 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.252 | 30518 | Removed run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.252 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.252 | 30518 | Assigned run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.252 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.253 | 38007 | Added a new run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.252 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Cy7pyr +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.253 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.255 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.255 | 38013 | Added a new run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.256 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.256 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.258 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.258 | 38021 | Marked run 480 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.258 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.259 | 30522 | Recursively removing directory: /tmp/git.oZSS6H/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.260 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.260 | 38024 | Added a new run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.260 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.260 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.260 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.261 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.261 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.261 | 38036 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.261 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.261 | 30518 | Removed run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.261 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.261 | 30518 | Assigned run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.261 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.261 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.261 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.H4UxbW +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.262 | 38028 | Added a new run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.263 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.264 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.264 | 38031 | Added a new run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.265 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.266 | 38035 | Marked run 481 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.266 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.267 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.268 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.268 | 30519 | Recursively removing directory: /tmp/git.Cy7pyr/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.268 | 38034 | Added a new run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.268 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.269 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.270 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.271 | 38040 | Added a new run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.271 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.271 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.271 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.271 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.271 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.271 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.271 | 38052 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.271 | 30518 | Removed run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.272 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.272 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.272 | 30518 | Assigned run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.272 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zVs6z3 +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.273 | 38048 | Added a new run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.274 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.275 | 38047 | Added a new run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.276 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.277 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.278 | 38051 | Marked run 482 as finished +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.278 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.278 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.279 | 30522 | Recursively removing directory: /tmp/git.H4UxbW/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.279 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.280 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.280 | 38053 | Added a new run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.280 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.282 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.282 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.282 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.282 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.282 | 38056 | Added a new run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.282 | 38069 | Added a new worker 19 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.282 | 30518 | Removed run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.282 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.283 | 30518 | Assigned run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.282 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.283 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sCkkE5 +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.283 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.283 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.285 | 38062 | Added a new run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.285 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.286 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.288 | 38064 | Added a new run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.288 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.288 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.288 | 30519 | Recursively removing directory: /tmp/git.zVs6z3/ +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.290 | 38068 | Marked run 483 as finished +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.290 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.290 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.291 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.291 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.291 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.291 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.291 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.291 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.291 | 38082 | Added a new worker 20 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.291 | 30518 | Removed run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.291 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.291 | 30518 | Assigned run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.292 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.292 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CBYbhC +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.292 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.292 | 38071 | Added a new run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.292 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.295 | 38075 | Added a new run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.295 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.295 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.297 | 38078 | Added a new run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.297 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.298 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.299 | 38080 | Added a new run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.299 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.299 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.300 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.301 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.302 | 38081 | Marked run 484 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.302 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.302 | 30522 | Recursively removing directory: /tmp/git.sCkkE5/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.303 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.304 | 38086 | Added a new run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.304 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.304 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.304 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.305 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.305 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.305 | 38104 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.305 | 30518 | Removed run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.305 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.305 | 30518 | Assigned run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.305 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.305 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1aRlYm +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.306 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.306 | 38095 | Added a new run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.307 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.307 | 30519 | Recursively removing directory: /tmp/git.CBYbhC/ +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.308 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.309 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.309 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.309 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.309 | 38096 | Added a new run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.310 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.310 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.310 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.310 | 38109 | Added a new worker 19 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.310 | 30518 | Removed run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.310 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.310 | 30518 | Assigned run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.310 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.310 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7J4TgI +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.312 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.312 | 38103 | Marked run 485 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.313 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.313 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.313 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.314 | 38099 | Added a new run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.314 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.317 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.317 | 38107 | Added a new run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.318 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.318 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.318 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.319 | 38108 | Marked run 486 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.320 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.320 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.321 | 30522 | Recursively removing directory: /tmp/git.1aRlYm/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.321 | 38111 | Added a new run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.321 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.323 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.323 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.323 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.323 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.323 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.323 | 38112 | Added a new run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.324 | 38128 | Added a new worker 16 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.324 | 30518 | Removed run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.324 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.324 | 30518 | Assigned run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.324 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.X4r36M +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.325 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.325 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.325 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.327 | 30519 | Recursively removing directory: /tmp/git.7J4TgI/ +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.326 | 38117 | Added a new run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.327 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.327 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.329 | 38127 | Marked run 487 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.329 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.329 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.329 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.329 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.330 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.329 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.330 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.330 | 38138 | Added a new worker 19 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.330 | 30518 | Removed run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.330 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.330 | 30518 | Assigned run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.330 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.330 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.i5NSxK +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.331 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.331 | 38123 | Added a new run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.331 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.332 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.333 | 38132 | Added a new run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.333 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.335 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.336 | 38137 | Marked run 488 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.336 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.337 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.338 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.338 | 38135 | Added a new run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.338 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.338 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.339 | 30522 | Recursively removing directory: /tmp/git.X4r36M/ +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.340 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.340 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.340 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.340 | 38136 | Added a new run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.340 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.340 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.340 | 38152 | Added a new worker 15 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.340 | 30518 | Removed run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.340 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.341 | 30518 | Assigned run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.341 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.341 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nkkWqW +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.342 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.343 | 38143 | Added a new run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.343 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.344 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.345 | 38148 | Added a new run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.346 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.346 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.347 | 38151 | Marked run 489 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.347 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.347 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.348 | 30519 | Recursively removing directory: /tmp/git.i5NSxK/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.348 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.350 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.351 | 38155 | Added a new run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.351 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.352 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.352 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.352 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.352 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.352 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.352 | 38168 | Added a new worker 8 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.352 | 30518 | Removed run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.352 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.353 | 30518 | Assigned run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.353 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.353 | 38158 | Added a new run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.353 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PHgkbF +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.353 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.354 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.356 | 38162 | Added a new run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.357 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.357 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.357 | 30522 | Recursively removing directory: /tmp/git.nkkWqW/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.358 | 38172 | Added a new run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.358 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.359 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.360 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.360 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.360 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.360 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.360 | 38181 | Added a new worker 13 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.360 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.360 | 30518 | Removed run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.360 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.360 | 30518 | Assigned run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.360 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.360 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MJ3JIs +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.360 | 38167 | Marked run 490 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.361 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.361 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.362 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.363 | 38164 | Added a new run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.363 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.363 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.365 | 38177 | Added a new run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.365 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.366 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.367 | 38179 | Added a new run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.367 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.368 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.368 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.369 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.370 | 38180 | Marked run 491 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.370 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.371 | 30519 | Recursively removing directory: /tmp/git.PHgkbF/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.371 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.372 | 38183 | Added a new run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.372 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.373 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.373 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.373 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.374 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WfmgyI +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.373 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.373 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.373 | 38200 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.373 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.373 | 30518 | Removed run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.373 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.374 | 30518 | Assigned run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.374 | 38187 | Added a new run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.376 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.377 | 38192 | Added a new run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.378 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.378 | 30522 | Recursively removing directory: /tmp/git.MJ3JIs/ +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.378 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.379 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.380 | 38195 | Added a new run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.380 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.380 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.380 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.381 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.380 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.381 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.35ikx2 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.381 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.381 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.381 | 38211 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.381 | 30518 | Removed run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.381 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.381 | 30518 | Assigned run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.381 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.381 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.382 | 38199 | Marked run 492 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.382 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.383 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.384 | 38204 | Added a new run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.384 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.386 | 38209 | Marked run 493 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.386 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.387 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.387 | 38207 | Added a new run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.387 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.388 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.389 | 38212 | Added a new run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.389 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.390 | 30519 | Recursively removing directory: /tmp/git.WfmgyI/ +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.391 | 38213 | Added a new run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.392 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.393 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.393 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.393 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.393 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.393 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.393 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.393 | 38219 | Added a new run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.394 | 38232 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.394 | 30518 | Removed run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.394 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.394 | 30518 | Assigned run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.394 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.395 | 38226 | Added a new run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.394 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fglSkE +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.396 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.396 | 30522 | Recursively removing directory: /tmp/git.35ikx2/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.397 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.398 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.398 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.398 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.399 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.399 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.399 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.399 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.399 | 38239 | Added a new worker 21 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.399 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.399 | 30518 | Removed run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.399 | 30518 | Removed worker 21 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.399 | 30518 | Assigned run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 21 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.399 | 38231 | Marked run 494 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.399 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.399 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TOGXIU +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.401 | 38230 | Added a new run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.401 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.401 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.403 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.403 | 38236 | Added a new run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.403 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.405 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.405 | 38237 | Added a new run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.406 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.406 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.407 | 38240 | Added a new run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.407 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.407 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.409 | 38238 | Marked run 495 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.409 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.410 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.410 | 38244 | Added a new run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.411 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.411 | 30519 | Recursively removing directory: /tmp/git.fglSkE/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.412 | 38246 | Added a new run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.412 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.413 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.413 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.413 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.414 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.414 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.414 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.414 | 38263 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.414 | 30518 | Removed run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.414 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.414 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.414 | 30518 | Assigned run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.414 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yg6kx0 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.415 | 38253 | Added a new run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.415 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.416 | 30522 | Recursively removing directory: /tmp/git.TOGXIU/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.417 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.418 | 38255 | Added a new run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.418 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.419 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.419 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.420 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.420 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.420 | 38271 | Added a new worker 20 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.420 | 30518 | Removed run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.420 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.420 | 30518 | Assigned run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.420 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.420 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UWR8fK +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.420 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.421 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.421 | 38264 | Added a new run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.421 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.421 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.422 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.423 | 38262 | Marked run 496 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.423 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.424 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.425 | 38268 | Added a new run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.425 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.427 | 38267 | Added a new run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.427 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.428 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.429 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.429 | 38272 | Added a new run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.429 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.430 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.430 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.431 | 38275 | Added a new run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.431 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.432 | 30519 | Recursively removing directory: /tmp/git.yg6kx0/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.432 | 38280 | Added a new run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.432 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.434 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.434 | 38285 | Added a new run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.434 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.434 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.435 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.434 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.435 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.435 | 38292 | Added a new worker 13 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.436 | 30518 | Removed run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.436 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.436 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.436 | 38270 | Marked run 497 as finished +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.436 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sH1OrJ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.436 | 30518 | Assigned run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.437 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.438 | 38290 | Added a new run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.438 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.439 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.440 | 38291 | Marked run 498 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.440 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.440 | 30522 | Recursively removing directory: /tmp/git.UWR8fK/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.442 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.442 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.443 | 38296 | Added a new run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.443 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.443 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.443 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.443 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.443 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.443 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.443 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.444 | 38304 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.444 | 30518 | Removed run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.444 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.444 | 30518 | Assigned run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.444 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.444 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.n3roE9 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.445 | 38295 | Added a new run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.445 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.446 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.448 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.448 | 38299 | Added a new run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.448 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.450 | 38303 | Marked run 499 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.451 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.451 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.452 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.451 | 30519 | Recursively removing directory: /tmp/git.sH1OrJ/ +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.452 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.453 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.453 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.453 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.453 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.453 | 38302 | Added a new run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.453 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.454 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.454 | 38319 | Added a new worker 9 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.454 | 30518 | Removed run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.454 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.454 | 30518 | Assigned run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.454 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.454 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kH0B0A +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.456 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.457 | 38318 | Marked run 500 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.457 | 38309 | Added a new run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.458 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.458 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.460 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.460 | 38311 | Added a new run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.460 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.461 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.461 | 30522 | Recursively removing directory: /tmp/git.n3roE9/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.463 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.466 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.467 | 38322 | Added a new run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.467 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.468 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.468 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.469 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.469 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.469 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.469 | 38335 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.469 | 38316 | Added a new run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.469 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.469 | 30518 | Removed run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.469 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.469 | 30518 | Assigned run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.470 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TVDNsQ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.470 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.471 | 38328 | Added a new run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.471 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.473 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.473 | 38333 | Marked run 501 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.474 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.475 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.475 | 30519 | Recursively removing directory: /tmp/git.kH0B0A/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.475 | 38330 | Added a new run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.476 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.477 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.477 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.477 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.477 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.477 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.478 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.478 | 38338 | Added a new run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.478 | 38347 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.478 | 30518 | Removed run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.478 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.478 | 30518 | Assigned run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.478 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.478 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.479 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.478 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y7TCDM +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.479 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.480 | 38342 | Added a new run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.481 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.482 | 38344 | Added a new run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.483 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.483 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.484 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.484 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.484 | 38346 | Marked run 502 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.485 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.485 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.486 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.486 | 38349 | Added a new run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.486 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.487 | 38354 | Added a new run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.487 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.488 | 38355 | Added a new run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.489 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.489 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.490 | 38358 | Added a new run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.490 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.490 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.491 | 30522 | Recursively removing directory: /tmp/git.TVDNsQ/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.493 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.493 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.493 | 38367 | Added a new run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.493 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.494 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.494 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.494 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.494 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.494 | 38376 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.494 | 30518 | Removed run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.494 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.494 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.494 | 30518 | Assigned run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.494 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.494 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oNiOPr +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.496 | 38366 | Added a new run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.496 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.496 | 30519 | Recursively removing directory: /tmp/git.Y7TCDM/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.497 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.498 | 38372 | Added a new run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.498 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.498 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.499 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.499 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.499 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.499 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.499 | 38383 | Added a new worker 19 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.499 | 30518 | Removed run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.499 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.499 | 30518 | Assigned run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.499 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.499 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.500 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.muU87W +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.500 | 38374 | Marked run 503 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.500 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.501 | 38373 | Added a new run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.502 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.503 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.503 | 38379 | Added a new run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.503 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.504 | 38380 | Added a new run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.505 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.505 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.505 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.506 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.506 | 38382 | Marked run 504 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.507 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.506 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.507 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.508 | 38385 | Added a new run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.509 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.510 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.510 | 38387 | Added a new run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.511 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.511 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.511 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.512 | 38391 | Added a new run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.512 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.514 | 38389 | Added a new run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.514 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.515 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.516 | 38396 | Added a new run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.516 | 30522 | Recursively removing directory: /tmp/git.oNiOPr/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.516 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.518 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.518 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.518 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.518 | 38404 | Added a new run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.518 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.518 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.518 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.519 | 38411 | Added a new worker 10 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.519 | 30518 | Removed run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.519 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.519 | 30518 | Assigned run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.519 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.519 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ud8HPF +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.519 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.520 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.521 | 30519 | Recursively removing directory: /tmp/git.muU87W/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.521 | 38405 | Added a new run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.521 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.523 | 38410 | Marked run 505 as finished +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.523 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.523 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.523 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.523 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.524 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.524 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.524 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.524 | 38420 | Added a new worker 19 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.524 | 30518 | Removed run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.524 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.524 | 30518 | Assigned run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.524 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.524 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.525 | 38414 | Added a new run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.524 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CvIrTQ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.525 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.527 | 38415 | Added a new run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.528 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.528 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.528 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.529 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.530 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.530 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.531 | 38417 | Marked run 506 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.531 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.531 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.532 | 38418 | Added a new run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.533 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.534 | 38419 | Added a new run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.534 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.536 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.536 | 38422 | Added a new run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.536 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.537 | 30522 | Recursively removing directory: /tmp/git.Ud8HPF/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.538 | 38425 | Added a new run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.538 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.539 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.539 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.539 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.539 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.540 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.540 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.540 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.540 | 38445 | Added a new worker 13 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.540 | 30518 | Removed run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.540 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.540 | 30518 | Assigned run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.540 | 38436 | Added a new run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.540 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.540 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.540 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CjxMs8 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.542 | 30519 | Recursively removing directory: /tmp/git.CvIrTQ/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.543 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.544 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.544 | 38440 | Added a new run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.544 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.545 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.545 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.545 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.545 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.545 | 38451 | Added a new worker 19 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.545 | 30518 | Removed run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.545 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.545 | 30518 | Assigned run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.545 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.545 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.545 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4wjzK3 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.546 | 38442 | Added a new run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.546 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.547 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.548 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.548 | 38444 | Marked run 507 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.548 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.549 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.550 | 38450 | Marked run 508 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.550 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.550 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.551 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.552 | 38447 | Added a new run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.552 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.552 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.553 | 38448 | Added a new run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.553 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.555 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.555 | 38454 | Added a new run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.555 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.557 | 38455 | Added a new run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.557 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.558 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.558 | 30522 | Recursively removing directory: /tmp/git.CjxMs8/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.559 | 38464 | Added a new run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.559 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.560 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.560 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.561 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.561 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.561 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.561 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.561 | 38471 | Added a new run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.561 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.561 | 38477 | Added a new worker 6 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.561 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.561 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.561 | 30518 | Removed run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.561 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.562 | 30518 | Assigned run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.562 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MYGwda +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.562 | 38476 | Marked run 509 as finished +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.562 | 30519 | Recursively removing directory: /tmp/git.4wjzK3/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.563 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.564 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.565 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.565 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.565 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.565 | 38475 | Added a new run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.565 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.565 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.565 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.565 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.565 | 38482 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.565 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.566 | 30518 | Removed run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.566 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.566 | 30518 | Assigned run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.566 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IL8DSm +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.569 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.569 | 38481 | Marked run 510 as finished +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.569 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.569 | 38474 | Added a new run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.569 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.570 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.570 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.571 | 38479 | Added a new run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.571 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.573 | 38484 | Added a new run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.573 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.573 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.574 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.574 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.575 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.576 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.576 | 38480 | Added a new run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.577 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.578 | 30522 | Recursively removing directory: /tmp/git.MYGwda/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.579 | 38490 | Added a new run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.579 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.579 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.580 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.580 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.580 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.580 | 38491 | Added a new run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.580 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.581 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.582 | 38505 | Added a new worker 9 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.582 | 30518 | Removed run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.582 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.582 | 30518 | Assigned run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.582 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AzOn3l +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.582 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.583 | 38501 | Added a new run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.583 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.583 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.585 | 30519 | Recursively removing directory: /tmp/git.IL8DSm/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.585 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.586 | 38496 | Added a new run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.586 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.586 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.586 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.586 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.586 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.586 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.586 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.586 | 38514 | Added a new worker 19 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.587 | 30518 | Removed run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.587 | 30518 | Removed worker 19 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.587 | 30518 | Assigned run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 19 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.587 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.587 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.i1vfFq +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.588 | 38503 | Marked run 511 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.589 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.588 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.589 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.590 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.591 | 38513 | Marked run 512 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.591 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.592 | 38509 | Added a new run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.593 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.593 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.595 | 38511 | Added a new run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.595 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.595 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.596 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.597 | 38512 | Added a new run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.597 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.598 | 30522 | Recursively removing directory: /tmp/git.AzOn3l/ +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.599 | 38517 | Added a new run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.599 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.599 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.600 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.600 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.600 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.600 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.600 | 38533 | Added a new worker 15 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.600 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.601 | 30518 | Removed run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.601 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.601 | 30518 | Assigned run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.601 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.600 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.601 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9ZDVAh +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.602 | 38526 | Added a new run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.602 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.604 | 30519 | Recursively removing directory: /tmp/git.i1vfFq/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.604 | 38529 | Added a new run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.605 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.605 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.606 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.606 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.606 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.606 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.606 | 38532 | Marked run 513 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.606 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.606 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.607 | 38543 | Added a new worker 11 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.607 | 30518 | Removed run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.607 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.607 | 30518 | Assigned run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.607 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SlwjWd +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.607 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.608 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.608 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.609 | 38536 | Added a new run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.609 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.609 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.610 | 38542 | Marked run 514 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.611 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.612 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.613 | 38538 | Added a new run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.613 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.613 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.614 | 38540 | Added a new run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.615 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.614 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.616 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.616 | 38544 | Added a new run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.617 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.618 | 38548 | Added a new run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.618 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.618 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.619 | 30522 | Recursively removing directory: /tmp/git.9ZDVAh/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.620 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.620 | 38554 | Added a new run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.621 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.622 | 38559 | Added a new run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.622 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.622 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.623 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.622 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.622 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.623 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.623 | 30519 | Recursively removing directory: /tmp/git.SlwjWd/ +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.623 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SRo8n3 +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.625 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.625 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.625 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.623 | 38568 | Added a new worker 11 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.623 | 30518 | Removed run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.623 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.623 | 30518 | Assigned run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.624 | 38564 | Added a new run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.625 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.625 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.625 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.626 | 38572 | Added a new worker 16 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.626 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.626 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.626 | 30518 | Removed run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.626 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.626 | 30518 | Assigned run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.626 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GMyEdj +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.627 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.628 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.628 | 38573 | Added a new run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.628 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.630 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.631 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.631 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.631 | 38571 | Marked run 516 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.631 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.633 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.633 | 38567 | Marked run 515 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.633 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.634 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.635 | 38574 | Added a new run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.635 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.637 | 38575 | Added a new run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.637 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.639 | 30522 | Recursively removing directory: /tmp/git.SRo8n3/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.639 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.639 | 38576 | Added a new run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.639 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.640 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.641 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.641 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.642 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.641 | 38578 | Added a new run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.642 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.642 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.642 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.642 | 38597 | Added a new worker 15 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.642 | 30518 | Removed run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.642 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.642 | 30518 | Assigned run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.642 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.642 | 30519 | Recursively removing directory: /tmp/git.GMyEdj/ +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.643 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WgItui +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.644 | 38590 | Added a new run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.645 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.645 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.645 | 38600 | Added a new worker 15 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.645 | 30518 | Removed run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.645 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.645 | 30518 | Assigned run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.645 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.646 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.646 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.645 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.645 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.645 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.646 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.y2yFxT +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.647 | 38593 | Added a new run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.647 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.649 | 38596 | Marked run 517 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.649 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.650 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.650 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.651 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.651 | 38602 | Added a new run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.651 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.652 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.652 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.653 | 38599 | Marked run 518 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.653 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.653 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.654 | 38603 | Added a new run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.655 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.656 | 38606 | Added a new run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.656 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.658 | 38605 | Added a new run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.658 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.659 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.660 | 38611 | Added a new run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.660 | 30522 | Recursively removing directory: /tmp/git.WgItui/ +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.661 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.661 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.662 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.662 | 30519 | Recursively removing directory: /tmp/git.y2yFxT/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.662 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.662 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.662 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.662 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.663 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.663 | 38629 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.663 | 30518 | Removed run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.663 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.663 | 30518 | Assigned run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.663 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.663 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RnyQpj +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.664 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.664 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.664 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.664 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.665 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.665 | 38631 | Added a new worker 20 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.665 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.665 | 30518 | Removed run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.665 | 30518 | Removed worker 20 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.665 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.665 | 30518 | Assigned run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 20 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.665 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZSRlLS +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.666 | 38628 | Marked run 519 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.666 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.666 | 38624 | Added a new run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.667 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.669 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.668 | 38626 | Added a new run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.670 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.670 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.671 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.671 | 38632 | Added a new run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.672 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.672 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.673 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.673 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.674 | 38627 | Added a new run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.674 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.675 | 38635 | Added a new run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.676 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.676 | 38630 | Marked run 520 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.676 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.678 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.678 | 38637 | Added a new run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.679 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.679 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.681 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.682 | 30522 | Recursively removing directory: /tmp/git.RnyQpj/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.683 | 38649 | Added a new run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.683 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.684 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.684 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.684 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.684 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.684 | 30519 | Recursively removing directory: /tmp/git.ZSRlLS/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.684 | 38657 | Added a new worker 16 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.684 | 30518 | Removed run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.684 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.684 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.684 | 30518 | Assigned run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.684 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.685 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5bg6Ok +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.685 | 38645 | Added a new run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.686 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.686 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.686 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.686 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.686 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.686 | 38660 | Added a new worker 15 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.686 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.686 | 30518 | Removed run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.686 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.687 | 30518 | Assigned run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.686 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.687 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ea38z4 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.687 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.689 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.690 | 38652 | Added a new run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.691 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.693 | 38656 | Marked run 521 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.693 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.694 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.695 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.695 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.695 | 38659 | Marked run 522 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.695 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.696 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.696 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.697 | 38661 | Added a new run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.698 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.699 | 38662 | Added a new run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.699 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.701 | 38664 | Added a new run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.701 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.702 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.704 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.705 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.705 | 30519 | Recursively removing directory: /tmp/git.Ea38z4/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.705 | 38674 | Added a new run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.706 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.706 | 30522 | Recursively removing directory: /tmp/git.5bg6Ok/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.707 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.707 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.707 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.707 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.707 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.708 | 38685 | Added a new worker 15 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.708 | 30518 | Removed run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.708 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.708 | 30518 | Assigned run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.708 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.708 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.esU9gy +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.708 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.709 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.709 | 38681 | Added a new run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.709 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.709 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.709 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.709 | 38687 | Added a new worker 15 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.709 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.709 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.709 | 30518 | Removed run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.709 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.709 | 30518 | Assigned run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.709 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Jpik1J +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.711 | 38680 | Added a new run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.711 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.713 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.714 | 38684 | Marked run 524 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.714 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.714 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.716 | 38686 | Marked run 523 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.716 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.715 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.716 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.716 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.717 | 38688 | Added a new run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.718 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.718 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.719 | 38691 | Added a new run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.719 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.720 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.721 | 38692 | Added a new run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.721 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.723 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.724 | 30519 | Recursively removing directory: /tmp/git.esU9gy/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.724 | 38699 | Added a new run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.725 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.725 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.725 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.726 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.726 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.726 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.726 | 38712 | Added a new worker 15 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.726 | 30518 | Removed run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.726 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.726 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.726 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WLbXXo +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.726 | 30518 | Assigned run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.726 | 38705 | Added a new run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.726 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.728 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.729 | 38710 | Added a new run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.729 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.729 | 30522 | Recursively removing directory: /tmp/git.Jpik1J/ +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.730 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.731 | 38711 | Marked run 525 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.731 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.732 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.732 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.732 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.732 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.732 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.732 | 38720 | Added a new worker 18 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.732 | 30518 | Removed run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.732 | 30518 | Removed worker 18 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.732 | 30518 | Assigned run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 18 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.732 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.732 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.732 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rtw14i +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.733 | 38715 | Added a new run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.733 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.734 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.735 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.735 | 38717 | Added a new run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.736 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.736 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.737 | 38719 | Marked run 526 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.737 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.738 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.739 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.739 | 38718 | Added a new run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.739 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.740 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.741 | 38724 | Added a new run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.741 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.742 | 38725 | Added a new run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.742 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.744 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.744 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.745 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.745 | 30519 | Recursively removing directory: /tmp/git.WLbXXo/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.746 | 38736 | Added a new run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.746 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.748 | 38737 | Added a new run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.748 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.748 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.748 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.748 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.748 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.749 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.749 | 38745 | Added a new worker 9 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.749 | 30518 | Removed run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.749 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.749 | 30518 | Assigned run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.749 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.749 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.749 | 30522 | Recursively removing directory: /tmp/git.rtw14i/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.750 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jedbyj +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.750 | 38739 | Added a new run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.751 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.751 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.751 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.751 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.752 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.752 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.752 | 38749 | Added a new worker 17 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.752 | 30518 | Removed run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.752 | 30518 | Removed worker 17 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.752 | 30518 | Assigned run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 17 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.752 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.752 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.752 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OEo5CO +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.758 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.758 | 38747 | Added a new run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.758 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.759 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.759 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.759 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.759 | 38744 | Marked run 527 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.759 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.762 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.763 | 38750 | Added a new run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.763 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.764 | 38748 | Marked run 528 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.764 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.766 | 38755 | Added a new run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.766 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.768 | 38764 | Added a new run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.771 | 30522 | Recursively removing directory: /tmp/git.OEo5CO/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.769 | 30519 | Recursively removing directory: /tmp/git.jedbyj/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.770 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.770 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.770 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.771 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.771 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.771 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.772 | 38769 | Added a new worker 13 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.772 | 30518 | Removed run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.772 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.772 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.772 | 30518 | Assigned run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.772 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ob5PKM +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.773 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.773 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.774 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.773 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.774 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.774 | 38772 | Added a new worker 15 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.774 | 38768 | Marked run 529 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.774 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.774 | 30518 | Removed run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.774 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.774 | 30518 | Assigned run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.774 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.775 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nhg6aO +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.778 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.779 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.780 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.781 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.781 | 38770 | Added a new run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.782 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.784 | 38771 | Marked run 530 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.784 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.785 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.787 | 38781 | Added a new run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.787 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.787 | 30519 | Recursively removing directory: /tmp/git.ob5PKM/ +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.789 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.789 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.789 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.789 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.789 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.789 | 38789 | Added a new worker 10 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.789 | 30518 | Removed run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.789 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.790 | 30518 | Assigned run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.790 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.F8YDb6 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.790 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.790 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.791 | 30522 | Recursively removing directory: /tmp/git.nhg6aO/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.793 | 38790 | Added a new run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.793 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.793 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.793 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.793 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.793 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.794 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.794 | 38792 | Added a new worker 8 to the queue +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.794 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TAJLlV +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.794 | 30518 | Removed run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.794 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.794 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.794 | 30518 | Assigned run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.795 | 38788 | Marked run 531 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.795 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.796 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.797 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.800 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.801 | 38794 | Added a new run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.801 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.803 | 38791 | Marked run 532 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.803 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.803 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.804 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.804 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.805 | 38798 | Added a new run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.805 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.807 | 30519 | Recursively removing directory: /tmp/git.F8YDb6/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.808 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.809 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.809 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.810 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.810 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.810 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.810 | 38811 | Added a new worker 9 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.810 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.810 | 30518 | Removed run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.810 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.810 | 30518 | Assigned run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.810 | 38807 | Added a new run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.810 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EqPmOn +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.810 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.812 | 30522 | Recursively removing directory: /tmp/git.TAJLlV/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.812 | 38810 | Marked run 533 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.812 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.813 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.813 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.813 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.813 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.813 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.813 | 38816 | Added a new worker 13 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.813 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.813 | 30518 | Removed run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.813 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.814 | 30518 | Assigned run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.813 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.814 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HIxDTL +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.815 | 38814 | Marked run 534 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.815 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.817 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.817 | 38815 | Added a new run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.817 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo', 'HEAD'] completed successfully +2024-01-28 10:55:31 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.817 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.819 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.820 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.824 | 30519 | Recursively removing directory: /tmp/git.EqPmOn/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.825 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.825 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.825 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.826 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.826 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.826 | 38830 | Added a new worker 10 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.826 | 30518 | Removed run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.826 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.826 | 30518 | Assigned run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.826 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.826 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Tg6GsC +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.827 | 30522 | Recursively removing directory: /tmp/git.HIxDTL/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.828 | 38829 | Marked run 535 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.828 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.829 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.829 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.829 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.829 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.829 | 38832 | Added a new worker 10 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.829 | 30518 | Removed run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.829 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.829 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.829 | 30518 | Assigned run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.829 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.829 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cSYPvt +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.831 | 38831 | Marked run 536 as finished +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.832 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.832 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.833 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.834 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.835 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.839 | 30519 | Recursively removing directory: /tmp/git.Tg6GsC/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.840 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.840 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.840 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.841 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.841 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.841 | 38846 | Added a new worker 10 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.841 | 30518 | Removed run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.841 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.841 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.841 | 30518 | Assigned run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.841 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aJ3kZF +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.842 | 30522 | Recursively removing directory: /tmp/git.cSYPvt/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.844 | 38845 | Marked run 537 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.844 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.844 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.844 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.845 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.845 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.845 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.845 | 38848 | Added a new worker 11 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.845 | 30518 | Removed run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.845 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.845 | 30518 | Assigned run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.845 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dSVUCI +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.845 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.846 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.847 | 38847 | Marked run 538 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.848 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.848 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.850 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.851 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.853 | 30519 | Recursively removing directory: /tmp/git.aJ3kZF/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.855 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.855 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.855 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.855 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.855 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.855 | 38861 | Added a new worker 11 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.855 | 30518 | Removed run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.855 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.855 | 30518 | Assigned run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.855 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.855 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JqDQuq +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.857 | 30522 | Recursively removing directory: /tmp/git.dSVUCI/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.857 | 38860 | Marked run 539 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.857 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.858 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.858 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.858 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.858 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.858 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.858 | 38864 | Added a new worker 11 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.858 | 30518 | Removed run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.858 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.858 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.858 | 30518 | Assigned run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.858 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ugC5Kz +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.860 | 38863 | Marked run 540 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.860 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.862 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.862 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.863 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.864 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.868 | 30519 | Recursively removing directory: /tmp/git.JqDQuq/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.869 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.869 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.869 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.870 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.870 | 38878 | Added a new worker 10 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.870 | 30518 | Removed run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.870 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.870 | 30518 | Assigned run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.870 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.869 | 30522 | Recursively removing directory: /tmp/git.ugC5Kz/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.870 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.870 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KfMQiI +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.871 | 38877 | Marked run 541 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.872 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.872 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.872 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.872 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.872 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.872 | 38880 | Added a new worker 10 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.872 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.872 | 30518 | Removed run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.872 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.872 | 30518 | Assigned run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.872 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.872 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.16TrhL +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.874 | 38879 | Marked run 542 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.874 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.875 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.876 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.877 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.877 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.882 | 30519 | Recursively removing directory: /tmp/git.KfMQiI/ +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.883 | 30522 | Recursively removing directory: /tmp/git.16TrhL/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.883 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.883 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.883 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.883 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.883 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.883 | 38894 | Added a new worker 11 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.883 | 30518 | Removed run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.883 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.883 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.883 | 30518 | Assigned run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.883 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VwJR9X +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.885 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.885 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.885 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.885 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.885 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.885 | 38896 | Added a new worker 13 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.885 | 30518 | Removed run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.885 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.885 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.885 | 30518 | Assigned run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.885 | 38893 | Marked run 543 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.886 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.886 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ErKCKX +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.887 | 38895 | Marked run 544 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.887 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.889 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.890 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.890 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.891 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.895 | 30519 | Recursively removing directory: /tmp/git.VwJR9X/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.897 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.897 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.897 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.897 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.897 | 38910 | Added a new worker 11 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.897 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.897 | 30518 | Removed run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.897 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.897 | 30518 | Assigned run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.897 | 30522 | Recursively removing directory: /tmp/git.ErKCKX/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.897 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.897 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PjlADK +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.899 | 38909 | Marked run 545 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.899 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.899 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.899 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.899 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.900 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.900 | 38912 | Added a new worker 11 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.900 | 30518 | Removed run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.900 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.900 | 30518 | Assigned run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.900 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.900 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tRKWv8 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.900 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.902 | 38911 | Marked run 546 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.902 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.903 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.904 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.905 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.906 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.909 | 30519 | Recursively removing directory: /tmp/git.PjlADK/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.911 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.911 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.911 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.911 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.911 | 38926 | Added a new worker 10 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.911 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.911 | 30518 | Removed run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.911 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.911 | 30518 | Assigned run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.911 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.911 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.h57sWL +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.911 | 30522 | Recursively removing directory: /tmp/git.tRKWv8/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.913 | 38925 | Marked run 547 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.913 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.914 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.914 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.914 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.914 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.914 | 38928 | Added a new worker 11 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.914 | 30518 | Removed run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.914 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.914 | 30518 | Assigned run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.915 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.914 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.915 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qw4LTP +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.917 | 38927 | Marked run 548 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.917 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.917 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.918 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.919 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.920 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.923 | 30519 | Recursively removing directory: /tmp/git.h57sWL/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.925 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.925 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.925 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.925 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.925 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.W8ryUX +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.925 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.925 | 38942 | Added a new worker 10 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.925 | 30518 | Removed run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.925 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.925 | 30518 | Assigned run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.926 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.926 | 30522 | Recursively removing directory: /tmp/git.qw4LTP/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.928 | 38941 | Marked run 549 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.928 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.929 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.929 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.929 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.929 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.929 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.929 | 38944 | Added a new worker 10 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.929 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.929 | 30518 | Removed run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.929 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.929 | 30518 | Assigned run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.929 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.B0tDsc +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.931 | 38943 | Marked run 550 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.931 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.931 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.932 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.934 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.934 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.937 | 30519 | Recursively removing directory: /tmp/git.W8ryUX/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.939 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.939 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.939 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.939 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.939 | 38958 | Added a new worker 11 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.939 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.939 | 30518 | Removed run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.939 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.939 | 30518 | Assigned run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.939 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.939 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QUmXrj +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.940 | 30522 | Recursively removing directory: /tmp/git.B0tDsc/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.942 | 38957 | Marked run 551 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.942 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.943 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.943 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.943 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.943 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.943 | 38960 | Added a new worker 10 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.943 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.943 | 30518 | Removed run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.943 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.943 | 30518 | Assigned run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.943 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.943 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VVLx9w +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.945 | 38959 | Marked run 552 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.945 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.945 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.946 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.948 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.948 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.951 | 30519 | Recursively removing directory: /tmp/git.QUmXrj/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.953 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.953 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.953 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.953 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.953 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.953 | 38973 | Added a new worker 10 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.953 | 30518 | Removed run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.953 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.953 | 30518 | Assigned run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.953 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.954 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TTAwvr +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.954 | 30522 | Recursively removing directory: /tmp/git.VVLx9w/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.955 | 38972 | Marked run 553 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.956 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.957 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.957 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.957 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.957 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.957 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.957 | 38976 | Added a new worker 11 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.957 | 30518 | Removed run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.957 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.957 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.957 | 30518 | Assigned run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.958 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TEfwgW +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.959 | 38975 | Marked run 554 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.959 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.959 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.961 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.962 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.963 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.967 | 30519 | Recursively removing directory: /tmp/git.TTAwvr/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.968 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.968 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.968 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.968 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.968 | 38990 | Added a new worker 11 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.968 | 30518 | Removed run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.968 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.968 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.969 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iv9fgs +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.969 | 30518 | Assigned run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.969 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.969 | 30522 | Recursively removing directory: /tmp/git.TEfwgW/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.970 | 38989 | Marked run 555 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.970 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.971 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.971 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.972 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.972 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.972 | 38992 | Added a new worker 11 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.972 | 30518 | Removed run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.972 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.972 | 30518 | Assigned run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.972 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.972 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.972 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iSOtXN +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.974 | 38991 | Marked run 556 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.974 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.975 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.975 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.977 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.977 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.981 | 30519 | Recursively removing directory: /tmp/git.iv9fgs/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.982 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.982 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.982 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.982 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.982 | 39006 | Added a new worker 11 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.982 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.982 | 30518 | Removed run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.982 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.982 | 30518 | Assigned run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.982 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.982 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QBk8ky +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.984 | 30522 | Recursively removing directory: /tmp/git.iSOtXN/ +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.984 | 39005 | Marked run 557 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.985 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.985 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.985 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.985 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.985 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.985 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.985 | 39008 | Added a new worker 11 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.985 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.985 | 30518 | Removed run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.986 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.986 | 30518 | Assigned run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.986 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bY32dq +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.988 | 39007 | Marked run 558 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.988 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.988 | 30519 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.989 | 30519 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.990 | 30522 | Checking out revision HEAD +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.991 | 30522 | Going to run: ./ci +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.994 | 30519 | Recursively removing directory: /tmp/git.QBk8ky/ +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.996 | 30519 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.996 | 30519 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.996 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.996 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.996 | 39022 | Added a new worker 11 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.996 | 30518 | Removed run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.996 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.996 | 30518 | Assigned run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.996 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.996 | 30519 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30519/cimple-worker: 2024-01-28 10:55:31.996 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6ByJ9O +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.997 | 30522 | Recursively removing directory: /tmp/git.bY32dq/ +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.999 | 30522 | Process exit code: 0 +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.999 | 30522 | Process output: 57 bytes +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.999 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.999 | 30522 | Waiting for a new command +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.999 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.999 | 39021 | Marked run 559 as finished +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.999 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.999 | 39024 | Added a new worker 6 to the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.999 | 30516 | Waiting for new connections +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.999 | 30518 | Removed run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.999 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:31 | INFO | 30516/cimple-server: 2024-01-28 10:55:31.999 | 30518 | Assigned run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:31.999 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4qOryM +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.001 | 39023 | Marked run 560 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.001 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.002 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.002 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.004 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.004 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.008 | 30519 | Recursively removing directory: /tmp/git.6ByJ9O/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.009 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.009 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.010 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.009 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.010 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.010 | 39038 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.010 | 30518 | Removed run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.010 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.010 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.010 | 30518 | Assigned run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.010 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Dp4wFU +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.010 | 30522 | Recursively removing directory: /tmp/git.4qOryM/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.012 | 39037 | Marked run 561 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.012 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.013 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.013 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.013 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.013 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.013 | 39040 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.013 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.013 | 30518 | Removed run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.013 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.013 | 30518 | Assigned run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.013 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.013 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2qnSPb +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.016 | 39039 | Marked run 562 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.016 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.016 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.017 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.018 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.019 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.022 | 30519 | Recursively removing directory: /tmp/git.Dp4wFU/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.023 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.023 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.024 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.024 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.024 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.024 | 39054 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.024 | 30518 | Removed run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.024 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.024 | 30518 | Assigned run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.024 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.024 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V51Y2N +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.025 | 30522 | Recursively removing directory: /tmp/git.2qnSPb/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.026 | 39053 | Marked run 563 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.026 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.027 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.027 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.027 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.027 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.028 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.028 | 39056 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.028 | 30518 | Removed run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.028 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.028 | 30518 | Assigned run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.028 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EF8KMZ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.028 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.029 | 39055 | Marked run 564 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.030 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.030 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.031 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.033 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.033 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.036 | 30519 | Recursively removing directory: /tmp/git.V51Y2N/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.037 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.037 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.037 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.037 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.037 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.037 | 39068 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.037 | 30518 | Removed run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.037 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.037 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.037 | 30518 | Assigned run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.038 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JsJEV9 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.039 | 39066 | Marked run 565 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.039 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.039 | 30522 | Recursively removing directory: /tmp/git.EF8KMZ/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.041 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.041 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.041 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.041 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.041 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.041 | 39072 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.041 | 30518 | Removed run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.041 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.041 | 30518 | Assigned run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.041 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.041 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g9W4DT +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.043 | 39071 | Marked run 566 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.043 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.044 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.044 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.046 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.047 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.050 | 30519 | Recursively removing directory: /tmp/git.JsJEV9/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.051 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.051 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.051 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.051 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.051 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.052 | 39085 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.052 | 30518 | Removed run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.052 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.052 | 30518 | Assigned run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.052 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.052 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2HB45m +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.053 | 30522 | Recursively removing directory: /tmp/git.g9W4DT/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.055 | 39084 | Marked run 567 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.055 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.055 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.055 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.055 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.056 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1V8zST +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.055 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.056 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.056 | 39088 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.056 | 30518 | Removed run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.056 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.056 | 30518 | Assigned run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.056 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.057 | 39087 | Marked run 568 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.057 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.058 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.059 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.061 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.061 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.065 | 30519 | Recursively removing directory: /tmp/git.2HB45m/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.066 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.066 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.066 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.066 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.066 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.067 | 39102 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.067 | 30518 | Removed run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.067 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.067 | 30518 | Assigned run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.067 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FUPai9 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.067 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.068 | 30522 | Recursively removing directory: /tmp/git.1V8zST/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.069 | 39101 | Marked run 569 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.069 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.070 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.070 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.070 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.070 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.070 | 39104 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.070 | 30518 | Removed run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.070 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.070 | 30518 | Assigned run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.070 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.070 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.070 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7SDmha +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.072 | 39103 | Marked run 570 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.072 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.073 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.073 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.074 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.075 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.079 | 30519 | Recursively removing directory: /tmp/git.FUPai9/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.081 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.081 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.081 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.081 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.081 | 39118 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.081 | 30518 | Removed run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.081 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.081 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.081 | 30518 | Assigned run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.081 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.081 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.63qrUz +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.081 | 30522 | Recursively removing directory: /tmp/git.7SDmha/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.083 | 39117 | Marked run 571 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.083 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.083 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.083 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.083 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.084 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.084 | 39120 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.084 | 30518 | Removed run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.084 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.084 | 30518 | Assigned run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.084 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.084 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.084 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hYP1wA +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.086 | 39119 | Marked run 572 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.086 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.087 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.088 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.089 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.089 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.094 | 30519 | Recursively removing directory: /tmp/git.63qrUz/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.095 | 30522 | Recursively removing directory: /tmp/git.hYP1wA/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.095 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.095 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.095 | 39134 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.095 | 30518 | Removed run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.095 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.095 | 30518 | Assigned run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.095 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.095 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.095 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.095 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.095 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vxqmkF +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.097 | 39133 | Marked run 573 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.097 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.097 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.097 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.098 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.098 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.098 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.098 | 39136 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.098 | 30518 | Removed run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.098 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.098 | 30518 | Assigned run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.098 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.098 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SO0q5w +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.099 | 39135 | Marked run 574 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.099 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.101 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.101 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.102 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.103 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.106 | 30519 | Recursively removing directory: /tmp/git.vxqmkF/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.108 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.108 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.108 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.108 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.108 | 39150 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.108 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.108 | 30518 | Removed run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.108 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.108 | 30518 | Assigned run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.108 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.108 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.H8YGRZ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.109 | 30522 | Recursively removing directory: /tmp/git.SO0q5w/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.110 | 39149 | Marked run 575 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.111 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.111 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.111 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.111 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.111 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.111 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.111 | 39152 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.111 | 30518 | Removed run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.111 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.111 | 30518 | Assigned run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.111 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.111 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AMjXKT +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.114 | 39151 | Marked run 576 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.114 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.114 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.115 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.116 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.117 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.120 | 30519 | Recursively removing directory: /tmp/git.H8YGRZ/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.122 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.122 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.122 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.122 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.122 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.122 | 39166 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.122 | 30518 | Removed run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.122 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.122 | 30518 | Assigned run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.122 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LtZvcX +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.122 | 30522 | Recursively removing directory: /tmp/git.AMjXKT/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.122 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.124 | 39165 | Marked run 577 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.124 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.125 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.125 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.125 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.125 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.125 | 39168 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.125 | 30518 | Removed run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.125 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.125 | 30518 | Assigned run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.125 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.125 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Rrvjyf +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.125 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.127 | 39167 | Marked run 578 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.127 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.127 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.128 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.130 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.130 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.134 | 30519 | Recursively removing directory: /tmp/git.LtZvcX/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.135 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.135 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.135 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.135 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.135 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.136 | 39182 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.136 | 30518 | Removed run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.136 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.136 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.136 | 30518 | Assigned run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.136 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P807MO +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.136 | 30522 | Recursively removing directory: /tmp/git.Rrvjyf/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.138 | 39181 | Marked run 579 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.138 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.139 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.139 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.139 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.139 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.139 | 39184 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.139 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.139 | 30518 | Removed run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.139 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.139 | 30518 | Assigned run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.139 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.140 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SXn2i2 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.141 | 39183 | Marked run 580 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.141 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.141 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.142 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.144 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.144 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.148 | 30519 | Recursively removing directory: /tmp/git.P807MO/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.149 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.149 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.149 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.149 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.149 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.149 | 39198 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.149 | 30518 | Removed run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.149 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.149 | 30518 | Assigned run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.150 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.150 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dBVLan +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.151 | 30522 | Recursively removing directory: /tmp/git.SXn2i2/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.152 | 39197 | Marked run 581 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.152 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.153 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.153 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.153 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.153 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.153 | 39200 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.153 | 30518 | Removed run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.153 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.153 | 30518 | Assigned run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.153 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.153 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.153 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DimkeC +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.155 | 39199 | Marked run 582 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.155 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.156 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.156 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.159 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.159 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.162 | 30519 | Recursively removing directory: /tmp/git.dBVLan/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.163 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.163 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.163 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.163 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.163 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.164 | 39213 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.164 | 30518 | Removed run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.164 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.164 | 30518 | Assigned run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.164 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.164 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1FCDPD +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.165 | 39212 | Marked run 583 as finished +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.166 | 30522 | Recursively removing directory: /tmp/git.DimkeC/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.166 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.167 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.167 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.167 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.167 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.167 | 39216 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.167 | 30518 | Removed run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.167 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.167 | 30518 | Assigned run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.167 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.167 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.167 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tY3U4V +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.169 | 39215 | Marked run 584 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.169 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.169 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.170 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.172 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.173 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.175 | 30519 | Recursively removing directory: /tmp/git.1FCDPD/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.177 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.177 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.177 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.177 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.177 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.177 | 39229 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.177 | 30518 | Removed run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.177 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.177 | 30518 | Assigned run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.177 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.177 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HvCaqx +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.179 | 30522 | Recursively removing directory: /tmp/git.tY3U4V/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.179 | 39228 | Marked run 585 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.179 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.180 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.180 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.180 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.180 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.180 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.180 | 39232 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.180 | 30518 | Removed run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.180 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.180 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.181 | 30518 | Assigned run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.181 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7LgArt +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.182 | 39231 | Marked run 586 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.182 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.183 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.184 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.185 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.186 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.189 | 30519 | Recursively removing directory: /tmp/git.HvCaqx/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.191 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.191 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.191 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.191 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.191 | 39246 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.191 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.191 | 30518 | Removed run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.191 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.191 | 30518 | Assigned run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.191 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.192 | 30522 | Recursively removing directory: /tmp/git.7LgArt/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.192 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TldqrL +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.193 | 39245 | Marked run 587 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.193 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.194 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.194 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.194 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.194 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.194 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.194 | 39248 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.194 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.194 | 30518 | Removed run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.194 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.194 | 30518 | Assigned run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.194 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4mKNMl +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.195 | 39247 | Marked run 588 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.195 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.197 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.198 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.199 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.200 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.204 | 30519 | Recursively removing directory: /tmp/git.TldqrL/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.205 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.205 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.205 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.205 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.205 | 39262 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.205 | 30518 | Removed run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.205 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.205 | 30518 | Assigned run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.205 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.205 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.206 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yHKTrT +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.206 | 30522 | Recursively removing directory: /tmp/git.4mKNMl/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.207 | 39261 | Marked run 589 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.207 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.208 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.208 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.208 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.208 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.208 | 39264 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.208 | 30518 | Removed run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.208 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.208 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.208 | 30518 | Assigned run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.208 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.209 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VpyBGf +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.211 | 39263 | Marked run 590 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.211 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.212 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.213 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.214 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.215 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.219 | 30519 | Recursively removing directory: /tmp/git.yHKTrT/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.220 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.220 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.220 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.220 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.220 | 39278 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.220 | 30518 | Removed run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.220 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.220 | 30518 | Assigned run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.221 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.221 | 30522 | Recursively removing directory: /tmp/git.VpyBGf/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.220 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.221 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.brqAgC +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.222 | 39277 | Marked run 591 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.223 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.223 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.223 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.223 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.223 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.223 | 39280 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.223 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.223 | 30518 | Removed run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.223 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.223 | 30518 | Assigned run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.223 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.223 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hUDkSs +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.225 | 39279 | Marked run 592 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.225 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.226 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.227 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.228 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.229 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.232 | 30519 | Recursively removing directory: /tmp/git.brqAgC/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.234 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.234 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.234 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.234 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.234 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.234 | 39294 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.234 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.234 | 30518 | Removed run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.234 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.234 | 30518 | Assigned run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.234 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YrJDeL +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.235 | 30522 | Recursively removing directory: /tmp/git.hUDkSs/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.236 | 39293 | Marked run 593 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.236 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.237 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.237 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.237 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.237 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.237 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.237 | 39296 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.237 | 30518 | Removed run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.237 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.237 | 30518 | Assigned run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.238 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.237 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zBLfkA +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.239 | 39295 | Marked run 594 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.239 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.240 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.241 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.242 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.243 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.246 | 30519 | Recursively removing directory: /tmp/git.YrJDeL/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.248 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.248 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.248 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.248 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.248 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.248 | 39310 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.248 | 30518 | Removed run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.248 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.248 | 30518 | Assigned run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.248 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.248 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GZz3Rs +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.249 | 30522 | Recursively removing directory: /tmp/git.zBLfkA/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.250 | 39309 | Marked run 595 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.250 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.251 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.251 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.251 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.251 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.251 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.251 | 39312 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.251 | 30518 | Removed run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.251 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.251 | 30518 | Assigned run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.251 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.251 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0Huogd +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.253 | 39311 | Marked run 596 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.253 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.254 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.254 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.256 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.257 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.260 | 30519 | Recursively removing directory: /tmp/git.GZz3Rs/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.261 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.261 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.261 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.262 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.262 | 39326 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.262 | 30518 | Removed run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.262 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.262 | 30518 | Assigned run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.262 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.262 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GaQRXs +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.262 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.263 | 30522 | Recursively removing directory: /tmp/git.0Huogd/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.264 | 39325 | Marked run 597 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.265 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.265 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.265 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.265 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.265 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.265 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.265 | 39328 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.265 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.265 | 30518 | Removed run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.265 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.265 | 30518 | Assigned run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.265 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Lpw0pT +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.267 | 39327 | Marked run 598 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.267 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.267 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.268 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.270 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.271 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.274 | 30519 | Recursively removing directory: /tmp/git.GaQRXs/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.275 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.275 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.275 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.275 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.275 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.275 | 39341 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.275 | 30518 | Removed run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.275 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.275 | 30518 | Assigned run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.276 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.275 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Uq6OsL +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.277 | 30522 | Recursively removing directory: /tmp/git.Lpw0pT/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.277 | 39340 | Marked run 599 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.278 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.278 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.278 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.279 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.279 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.279 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.279 | 39344 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.279 | 30518 | Removed run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.279 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.279 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.279 | 30518 | Assigned run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.279 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SZTHCs +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.280 | 39343 | Marked run 600 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.280 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.281 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.282 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.284 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.284 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.287 | 30519 | Recursively removing directory: /tmp/git.Uq6OsL/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.288 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.289 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.289 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.289 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.289 | 39357 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.289 | 30518 | Removed run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.289 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.289 | 30518 | Assigned run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.289 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.289 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.289 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wmLiCb +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.290 | 30522 | Recursively removing directory: /tmp/git.SZTHCs/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.291 | 39356 | Marked run 601 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.291 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.292 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.292 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.292 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.292 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.292 | 39360 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.293 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.293 | 30518 | Removed run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.293 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.293 | 30518 | Assigned run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.292 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.293 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gG2bVa +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.295 | 39359 | Marked run 602 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.295 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.295 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.296 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.298 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.298 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.301 | 30519 | Recursively removing directory: /tmp/git.wmLiCb/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.302 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.302 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.303 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.303 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.303 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.303 | 39373 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.303 | 30518 | Removed run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.303 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.303 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.303 | 30518 | Assigned run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.303 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OAd4PO +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.304 | 30522 | Recursively removing directory: /tmp/git.gG2bVa/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.305 | 39372 | Marked run 603 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.305 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.306 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.306 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.306 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.306 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.306 | 39376 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.306 | 30518 | Removed run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.306 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.306 | 30518 | Assigned run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.306 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.306 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YSNrA5 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.306 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.308 | 39375 | Marked run 604 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.308 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.309 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.309 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.311 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.312 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.315 | 30519 | Recursively removing directory: /tmp/git.OAd4PO/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.316 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.316 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.316 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.316 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.316 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.316 | 39390 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.316 | 30518 | Removed run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.316 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.316 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.316 | 30518 | Assigned run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.317 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2vkGgj +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.318 | 30522 | Recursively removing directory: /tmp/git.YSNrA5/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.319 | 39388 | Marked run 605 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.319 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.320 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.320 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.320 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.320 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.320 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A8xc7x +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.320 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.320 | 39392 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.320 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.320 | 30518 | Removed run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.320 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.320 | 30518 | Assigned run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.322 | 39391 | Marked run 606 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.322 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.323 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.324 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.325 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.325 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.329 | 30519 | Recursively removing directory: /tmp/git.2vkGgj/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.331 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.331 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.331 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.331 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.331 | 39406 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.331 | 30518 | Removed run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.331 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.331 | 30518 | Assigned run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.331 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.331 | 30522 | Recursively removing directory: /tmp/git.A8xc7x/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.331 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.331 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.63Ajdf +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.333 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.333 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.333 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.333 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.333 | 39405 | Marked run 607 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.334 | 39408 | Added a new worker 6 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.334 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.334 | 30518 | Removed run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.334 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.334 | 30518 | Assigned run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.334 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.334 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RKUAIl +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.335 | 39407 | Marked run 608 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.335 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.337 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.337 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.338 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.339 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.343 | 30519 | Recursively removing directory: /tmp/git.63Ajdf/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.344 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.344 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.344 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.344 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.344 | 39422 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.344 | 30518 | Removed run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.344 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.345 | 30518 | Assigned run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.345 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.344 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.345 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wsFcZ1 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.345 | 30522 | Recursively removing directory: /tmp/git.RKUAIl/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.347 | 39421 | Marked run 609 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.347 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.347 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.347 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.347 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.347 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.347 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.347 | 39424 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.347 | 30518 | Removed run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.347 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.347 | 30518 | Assigned run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.348 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.347 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vu9eNv +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.349 | 39423 | Marked run 610 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.349 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.350 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.351 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.352 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.352 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.356 | 30519 | Recursively removing directory: /tmp/git.wsFcZ1/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.358 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.358 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.358 | 30522 | Recursively removing directory: /tmp/git.vu9eNv/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.358 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.358 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.358 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.358 | 39438 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.358 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.358 | 30518 | Removed run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.358 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.358 | 30518 | Assigned run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.358 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fOa5ba +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.359 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.359 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.359 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.359 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.359 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.359 | 39440 | Added a new worker 13 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.359 | 30518 | Removed run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.359 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.359 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.360 | 30518 | Assigned run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.360 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iSzCTe +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.361 | 39437 | Marked run 611 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.362 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.364 | 39439 | Marked run 612 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.364 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.365 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.365 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.365 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.366 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.371 | 30519 | Recursively removing directory: /tmp/git.fOa5ba/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.371 | 30522 | Recursively removing directory: /tmp/git.iSzCTe/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.372 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.372 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.372 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.372 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.372 | 39454 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.373 | 30518 | Removed run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.373 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.373 | 30518 | Assigned run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.373 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.373 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.373 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.373 | 39456 | Added a new worker 13 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.373 | 30518 | Removed run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.373 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.373 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.373 | 30518 | Assigned run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.373 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.373 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.373 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.373 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kaYmQ5 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.372 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.373 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tW1Iw1 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.374 | 39453 | Marked run 613 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.375 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.376 | 39455 | Marked run 614 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.376 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.378 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.378 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.379 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.379 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.384 | 30522 | Recursively removing directory: /tmp/git.kaYmQ5/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.384 | 30519 | Recursively removing directory: /tmp/git.tW1Iw1/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.385 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.385 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.386 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.386 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.386 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.386 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.386 | 39471 | Added a new worker 15 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.386 | 39472 | Added a new worker 16 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.386 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.386 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.386 | 30518 | Removed run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.386 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.386 | 30518 | Assigned run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.386 | 30518 | Removed run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.386 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.386 | 30518 | Assigned run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.386 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.386 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VYVh1z +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.385 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.385 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.386 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.386 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DZ48HV +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.387 | 39470 | Marked run 616 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.388 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.389 | 39469 | Marked run 615 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.389 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.391 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.392 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.392 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.392 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.397 | 30519 | Recursively removing directory: /tmp/git.VYVh1z/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.398 | 30522 | Recursively removing directory: /tmp/git.DZ48HV/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.398 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.398 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.398 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.399 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.399 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.399 | 39486 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.399 | 30518 | Removed run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.399 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.399 | 30518 | Assigned run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.399 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.399 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1velgU +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.400 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.400 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.400 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.400 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.400 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.400 | 39488 | Added a new worker 14 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.400 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.400 | 30518 | Removed run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.400 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.400 | 30518 | Assigned run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.400 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LThyKk +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.401 | 39485 | Marked run 617 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.401 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.403 | 39487 | Marked run 618 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.403 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.405 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.406 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.406 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.406 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.411 | 30519 | Recursively removing directory: /tmp/git.1velgU/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.412 | 30522 | Recursively removing directory: /tmp/git.LThyKk/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.413 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.413 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.413 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.413 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.413 | 39502 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.413 | 30518 | Removed run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.413 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.413 | 30518 | Assigned run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.413 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.413 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.413 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0kBIkB +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.414 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.414 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.414 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.415 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4v5046 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.414 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.414 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.414 | 39504 | Added a new worker 14 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.414 | 30518 | Removed run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.414 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.414 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.414 | 30518 | Assigned run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.415 | 39501 | Marked run 619 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.415 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.417 | 39503 | Marked run 620 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.417 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.419 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.419 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.420 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.420 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.425 | 30522 | Recursively removing directory: /tmp/git.4v5046/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.425 | 30519 | Recursively removing directory: /tmp/git.0kBIkB/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.427 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.427 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.427 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.427 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.427 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.427 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.427 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5pxr3U +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.427 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.427 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.427 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.427 | 39519 | Added a new worker 14 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.427 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.427 | 30518 | Removed run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.427 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.427 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.427 | 30518 | Assigned run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.427 | 39520 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.427 | 30518 | Removed run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.427 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.427 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.427 | 30518 | Assigned run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.427 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.48QqD5 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.430 | 39518 | Marked run 621 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.430 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.432 | 39517 | Marked run 622 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.432 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.433 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.433 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.433 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.434 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.439 | 30519 | Recursively removing directory: /tmp/git.48QqD5/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.439 | 30522 | Recursively removing directory: /tmp/git.5pxr3U/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.441 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.441 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.441 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.441 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.441 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.441 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.441 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.441 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.441 | 39535 | Added a new worker 14 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.441 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.441 | 30518 | Removed run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.441 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.441 | 30518 | Assigned run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.441 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.441 | 39536 | Added a new worker 16 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.441 | 30518 | Removed run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.441 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.441 | 30518 | Assigned run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.441 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.441 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.441 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5sWVO0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.441 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rmlhvR +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.443 | 39534 | Marked run 624 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.444 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.446 | 39533 | Marked run 623 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.446 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.446 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.446 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.447 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.447 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.453 | 30522 | Recursively removing directory: /tmp/git.5sWVO0/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.453 | 30519 | Recursively removing directory: /tmp/git.rmlhvR/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.454 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.454 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.454 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.454 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.454 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.454 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.454 | 39551 | Added a new worker 15 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.454 | 39552 | Added a new worker 16 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.454 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.454 | 30518 | Removed run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.454 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.454 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.454 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.455 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mePRQ1 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.454 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.454 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.454 | 30518 | Assigned run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.454 | 30518 | Removed run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.454 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.454 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.454 | 30518 | Assigned run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.455 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1IBazW +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.456 | 39550 | Marked run 626 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.457 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.458 | 39549 | Marked run 625 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.458 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.459 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.460 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.460 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.460 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.466 | 30519 | Recursively removing directory: /tmp/git.1IBazW/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.466 | 30522 | Recursively removing directory: /tmp/git.mePRQ1/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.467 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.467 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.467 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.467 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.467 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.467 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.467 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.467 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.467 | 39566 | Added a new worker 13 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.467 | 30518 | Removed run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.467 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.467 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.468 | 30518 | Assigned run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.468 | 39568 | Added a new worker 13 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.468 | 30518 | Removed run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.468 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.468 | 30518 | Assigned run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.468 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.468 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.468 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.468 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4EsGvN +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.468 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ru3gAf +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.469 | 39565 | Marked run 628 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.470 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.473 | 39567 | Marked run 627 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.473 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.475 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.475 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.475 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.475 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.481 | 30519 | Recursively removing directory: /tmp/git.Ru3gAf/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.481 | 30522 | Recursively removing directory: /tmp/git.4EsGvN/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.483 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.483 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.483 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.483 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.483 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.483 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.483 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.483 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.483 | 39583 | Added a new worker 15 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.483 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.483 | 30518 | Removed run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.483 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.483 | 30518 | Assigned run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.483 | 39584 | Added a new worker 15 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.483 | 30518 | Removed run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.483 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.483 | 30518 | Assigned run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.484 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.484 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.483 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.483 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OSqZpO +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.483 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UYXXgG +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.485 | 39581 | Marked run 630 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.485 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.487 | 39582 | Marked run 629 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.487 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.489 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.489 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.489 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.490 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.495 | 30522 | Recursively removing directory: /tmp/git.OSqZpO/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.495 | 30519 | Recursively removing directory: /tmp/git.UYXXgG/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.496 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.496 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.497 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.497 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.497 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.497 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.497 | 39598 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.497 | 30518 | Removed run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.497 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.497 | 30518 | Assigned run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.497 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.497 | 39600 | Added a new worker 8 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.497 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.497 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.497 | 30518 | Removed run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.497 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.497 | 30518 | Assigned run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.497 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.497 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ckTKLZ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.497 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.497 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yoRH7L +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.499 | 39597 | Marked run 631 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.499 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.501 | 39599 | Marked run 632 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.501 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.502 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.502 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.503 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.503 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.508 | 30522 | Recursively removing directory: /tmp/git.yoRH7L/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.510 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.510 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.510 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.510 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.510 | 39614 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.510 | 30518 | Removed run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.510 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.510 | 30518 | Assigned run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.510 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.510 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.510 | 39616 | Added a new worker 13 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.510 | 30518 | Removed run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.510 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.511 | 30518 | Assigned run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.511 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.510 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.510 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wLILoc +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.509 | 30519 | Recursively removing directory: /tmp/git.ckTKLZ/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.510 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.510 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.510 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.511 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZMwQeD +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.512 | 39613 | Marked run 633 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.513 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.514 | 39615 | Marked run 634 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.514 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.515 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.516 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.516 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.516 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.522 | 30522 | Recursively removing directory: /tmp/git.wLILoc/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.522 | 30519 | Recursively removing directory: /tmp/git.ZMwQeD/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.523 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.523 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.523 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.523 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.523 | 39630 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.523 | 30518 | Removed run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.523 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.523 | 30518 | Assigned run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.523 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.524 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.524 | 39632 | Added a new worker 15 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.524 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.524 | 30518 | Removed run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.524 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.524 | 30518 | Assigned run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.524 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.523 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.523 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6iwMNm +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.523 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.523 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.523 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.524 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PA92OL +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.525 | 39629 | Marked run 635 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.525 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.527 | 39631 | Marked run 636 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.527 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.529 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.529 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.529 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.530 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.535 | 30522 | Recursively removing directory: /tmp/git.6iwMNm/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.535 | 30519 | Recursively removing directory: /tmp/git.PA92OL/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.536 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.536 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.537 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.537 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.537 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.537 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.537 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.537 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.537 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zWnWrH +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.537 | 39646 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.537 | 30518 | Removed run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.537 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.537 | 30518 | Assigned run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.537 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.537 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.537 | 39648 | Added a new worker 8 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.537 | 30518 | Removed run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.537 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.537 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.537 | 30518 | Assigned run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.538 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HfWE3p +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.539 | 39645 | Marked run 637 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.539 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.540 | 39647 | Marked run 638 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.541 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.542 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.542 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.543 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.543 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.548 | 30519 | Recursively removing directory: /tmp/git.HfWE3p/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.549 | 30522 | Recursively removing directory: /tmp/git.zWnWrH/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.550 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.550 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.550 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.550 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.550 | 39662 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.550 | 30518 | Removed run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.550 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.550 | 30518 | Assigned run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.550 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.550 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.550 | 39664 | Added a new worker 15 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.550 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.550 | 30518 | Removed run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.550 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.550 | 30518 | Assigned run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.550 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.550 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.550 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aG5fA5 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.550 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.550 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.550 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.551 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UZg3Zr +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.552 | 39661 | Marked run 640 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.552 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.554 | 39663 | Marked run 639 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.554 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.556 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.556 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.556 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.557 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.562 | 30519 | Recursively removing directory: /tmp/git.aG5fA5/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.562 | 30522 | Recursively removing directory: /tmp/git.UZg3Zr/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.563 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.563 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.564 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.564 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.564 | 39678 | Added a new worker 13 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.564 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.564 | 30518 | Removed run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.564 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.564 | 30518 | Assigned run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.564 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.564 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.564 | 39680 | Added a new worker 13 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.564 | 30518 | Removed run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.564 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.564 | 30518 | Assigned run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.564 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.564 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.564 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.564 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.564 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o7THC8 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.564 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.564 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IKDeSD +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.566 | 39677 | Marked run 641 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.566 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.568 | 39679 | Marked run 642 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.568 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.569 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.570 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.570 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.570 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.576 | 30519 | Recursively removing directory: /tmp/git.IKDeSD/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.576 | 30522 | Recursively removing directory: /tmp/git.o7THC8/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.577 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.577 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.577 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.577 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.577 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.577 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.577 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.578 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.578 | 39695 | Added a new worker 14 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.578 | 30518 | Removed run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.578 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.578 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.578 | 30518 | Assigned run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.578 | 39696 | Added a new worker 14 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.578 | 30518 | Removed run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.578 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.578 | 30518 | Assigned run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.578 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.578 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.577 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.578 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WbIwHB +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.578 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YOsbif +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.580 | 39694 | Marked run 644 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.580 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.581 | 39693 | Marked run 643 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.582 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.585 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.585 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.586 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.586 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.591 | 30519 | Recursively removing directory: /tmp/git.WbIwHB/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.592 | 30522 | Recursively removing directory: /tmp/git.YOsbif/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.593 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.593 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.593 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.593 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.593 | 39710 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.593 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.593 | 30518 | Removed run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.593 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.593 | 30518 | Assigned run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.594 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.593 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.594 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zv8MHF +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.594 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.594 | 39712 | Added a new worker 13 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.594 | 30518 | Removed run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.594 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.594 | 30518 | Assigned run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.594 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.593 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.593 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.594 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.594 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wHY5xP +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.595 | 39709 | Marked run 645 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.595 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.597 | 39711 | Marked run 646 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.597 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.599 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.599 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.599 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.600 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.605 | 30522 | Recursively removing directory: /tmp/git.wHY5xP/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.605 | 30519 | Recursively removing directory: /tmp/git.zv8MHF/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.606 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.606 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.606 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.606 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.606 | 39726 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.606 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.606 | 30518 | Removed run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.606 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.606 | 30518 | Assigned run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.606 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.607 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BQ1IK8 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.607 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.607 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.607 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.607 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.608 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.608 | 39728 | Added a new worker 14 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.608 | 30518 | Removed run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.608 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.608 | 30518 | Assigned run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.608 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.608 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.l6nj2j +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.609 | 39725 | Marked run 648 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.609 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.611 | 39727 | Marked run 647 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.611 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.613 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.613 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.613 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.613 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.619 | 30519 | Recursively removing directory: /tmp/git.l6nj2j/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.619 | 30522 | Recursively removing directory: /tmp/git.BQ1IK8/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.620 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.620 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.620 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.621 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.621 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.621 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.621 | 39743 | Added a new worker 15 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.621 | 30518 | Removed run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.621 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.621 | 30518 | Assigned run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.621 | 39744 | Added a new worker 16 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.621 | 30518 | Removed run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.621 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.621 | 30518 | Assigned run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.621 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.621 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.621 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.621 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PqdJLP +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.620 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.620 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.621 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.621 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3XxafD +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.623 | 39741 | Marked run 650 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.623 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.625 | 39742 | Marked run 649 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.625 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.626 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.626 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.627 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.627 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.632 | 30522 | Recursively removing directory: /tmp/git.3XxafD/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.633 | 30519 | Recursively removing directory: /tmp/git.PqdJLP/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.634 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.634 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.634 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.634 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.634 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.634 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.634 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.634 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.634 | 39759 | Added a new worker 14 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.634 | 30518 | Removed run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.634 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.634 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.634 | 30518 | Assigned run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.634 | 39760 | Added a new worker 16 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.634 | 30518 | Removed run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.634 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.634 | 30518 | Assigned run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.635 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.635 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.634 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pSzUUr +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.634 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.634 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YvElHN +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.637 | 39758 | Marked run 651 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.637 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.639 | 39757 | Marked run 652 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.639 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.640 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.640 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.641 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.641 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.646 | 30522 | Recursively removing directory: /tmp/git.YvElHN/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.647 | 30519 | Recursively removing directory: /tmp/git.pSzUUr/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.648 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.648 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.648 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.648 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.648 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.648 | 39774 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.648 | 30518 | Removed run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.648 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.648 | 30518 | Assigned run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.648 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.648 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.648 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.648 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.648 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.648 | 39776 | Added a new worker 9 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.649 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.649 | 30518 | Removed run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.649 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.649 | 30518 | Assigned run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.649 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8G44Ms +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.648 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yLevcT +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.651 | 39773 | Marked run 653 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.651 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.653 | 39775 | Marked run 654 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.653 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.653 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.654 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.654 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.655 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.659 | 30522 | Recursively removing directory: /tmp/git.yLevcT/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.661 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.661 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.661 | 30519 | Recursively removing directory: /tmp/git.8G44Ms/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.661 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.661 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.661 | 39790 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.661 | 30518 | Removed run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.661 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.661 | 30518 | Assigned run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.661 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.661 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.661 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5DEUaO +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.663 | 39789 | Marked run 655 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.663 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.663 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.663 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.663 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.663 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.663 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.663 | 39792 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.663 | 30518 | Removed run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.663 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.663 | 30518 | Assigned run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.664 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.664 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IbKPJO +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.665 | 39791 | Marked run 656 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.665 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.666 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.667 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.668 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.669 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.672 | 30522 | Recursively removing directory: /tmp/git.5DEUaO/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.674 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.674 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.674 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.674 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.674 | 39806 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.674 | 30518 | Removed run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.674 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.674 | 30518 | Assigned run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.674 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.674 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DZx5bd +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.674 | 30519 | Recursively removing directory: /tmp/git.IbKPJO/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.674 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.676 | 39805 | Marked run 657 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.676 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.677 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.677 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.677 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.677 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.677 | 39808 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.677 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.677 | 30518 | Removed run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.677 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.677 | 30518 | Assigned run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.677 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.677 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JahpCq +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.679 | 39807 | Marked run 658 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.679 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.680 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.680 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.682 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.683 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.686 | 30522 | Recursively removing directory: /tmp/git.DZx5bd/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.687 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.688 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.688 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.688 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.688 | 39822 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.688 | 30518 | Removed run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.688 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.688 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.688 | 30518 | Assigned run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.688 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.688 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6VgVrq +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.689 | 30519 | Recursively removing directory: /tmp/git.JahpCq/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.690 | 39821 | Marked run 659 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.690 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.691 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.691 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.691 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.691 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.691 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.691 | 39824 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.691 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.691 | 30518 | Removed run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.691 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.691 | 30518 | Assigned run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.691 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IwFosy +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.692 | 39823 | Marked run 660 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.692 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.694 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.695 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.696 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.697 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.701 | 30522 | Recursively removing directory: /tmp/git.6VgVrq/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.702 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.702 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.702 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.702 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.702 | 39838 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.702 | 30518 | Removed run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.702 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.702 | 30518 | Assigned run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.702 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.702 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.702 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.73IQRd +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.703 | 30519 | Recursively removing directory: /tmp/git.IwFosy/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.704 | 39837 | Marked run 661 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.704 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.705 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.705 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.705 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.705 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.705 | 39840 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.705 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.705 | 30518 | Removed run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.705 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.705 | 30518 | Assigned run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.705 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.705 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qrjmxr +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.707 | 39839 | Marked run 662 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.707 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.708 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.709 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.710 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.711 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.714 | 30522 | Recursively removing directory: /tmp/git.73IQRd/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.715 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.715 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.716 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.715 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.716 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.716 | 39854 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.716 | 30518 | Removed run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.716 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.716 | 30518 | Assigned run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.716 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.716 | 30519 | Recursively removing directory: /tmp/git.qrjmxr/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.716 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1uz34T +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.718 | 39853 | Marked run 663 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.718 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.718 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.718 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.719 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.719 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.719 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.719 | 39856 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.719 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.719 | 30518 | Removed run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.719 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.719 | 30518 | Assigned run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.719 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ne329s +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.720 | 39855 | Marked run 664 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.721 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.722 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.722 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.724 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.724 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.728 | 30522 | Recursively removing directory: /tmp/git.1uz34T/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.729 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.729 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.730 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.730 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.730 | 39870 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.730 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.730 | 30518 | Removed run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.730 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.730 | 30518 | Assigned run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.730 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.730 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wHIQwb +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.730 | 30519 | Recursively removing directory: /tmp/git.ne329s/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.732 | 39869 | Marked run 665 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.732 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.732 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.732 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.733 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.733 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.733 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.733 | 39872 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.733 | 30518 | Removed run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.733 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.733 | 30518 | Assigned run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.733 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.733 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ldgm6S +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.735 | 39871 | Marked run 666 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.735 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.736 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.736 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.738 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.739 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.742 | 30522 | Recursively removing directory: /tmp/git.wHIQwb/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.743 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.743 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.743 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.743 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.743 | 39886 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.743 | 30518 | Removed run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.743 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.743 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.743 | 30518 | Assigned run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.743 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.743 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oB7kqd +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.745 | 30519 | Recursively removing directory: /tmp/git.Ldgm6S/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.745 | 39885 | Marked run 667 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.745 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.746 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.746 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.746 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.747 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.747 | 39888 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.747 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.747 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.747 | 30518 | Removed run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.747 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.747 | 30518 | Assigned run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.747 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bz4PST +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.748 | 39887 | Marked run 668 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.748 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.749 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.750 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.751 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.752 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.755 | 30522 | Recursively removing directory: /tmp/git.oB7kqd/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.756 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.756 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.756 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.756 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.756 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.757 | 39901 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.757 | 30518 | Removed run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.757 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.757 | 30518 | Assigned run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.757 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ywCrQq +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.757 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.758 | 30519 | Recursively removing directory: /tmp/git.bz4PST/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.759 | 39900 | Marked run 669 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.759 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.760 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.760 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.760 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.760 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.760 | 39904 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.760 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.760 | 30518 | Removed run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.760 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.760 | 30518 | Assigned run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.760 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.760 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dfouFo +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.762 | 39903 | Marked run 670 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.762 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.763 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.764 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.765 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.765 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.769 | 30522 | Recursively removing directory: /tmp/git.ywCrQq/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.771 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.771 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.771 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.771 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.771 | 39918 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.771 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.771 | 30518 | Removed run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.771 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.771 | 30518 | Assigned run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.771 | 30519 | Recursively removing directory: /tmp/git.dfouFo/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.771 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.771 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jzB8hv +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.773 | 39917 | Marked run 671 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.773 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.773 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.773 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.774 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.774 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.774 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.774 | 39920 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.774 | 30518 | Removed run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.774 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.774 | 30518 | Assigned run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.774 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.774 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JbfCmk +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.775 | 39919 | Marked run 672 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.776 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.777 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.778 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.779 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.779 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.784 | 30522 | Recursively removing directory: /tmp/git.jzB8hv/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.785 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.785 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.785 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.786 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.785 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.786 | 39935 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.786 | 30518 | Removed run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.786 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.786 | 30518 | Assigned run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.786 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LisOXD +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.786 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.786 | 30519 | Recursively removing directory: /tmp/git.JbfCmk/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.788 | 39934 | Marked run 673 as finished +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.788 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.789 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.789 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.789 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.789 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.789 | 39937 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.789 | 30518 | Removed run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.789 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.789 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.789 | 30518 | Assigned run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.789 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wqCp59 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.791 | 39936 | Marked run 674 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.791 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.794 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.795 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.797 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.798 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.800 | 30522 | Recursively removing directory: /tmp/git.LisOXD/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.802 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.802 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.802 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.802 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.802 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.802 | 39950 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.802 | 30518 | Removed run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.802 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.802 | 30518 | Assigned run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.802 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PB9OML +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.803 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.804 | 30519 | Recursively removing directory: /tmp/git.wqCp59/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.805 | 39949 | Marked run 675 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.805 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.806 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.806 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.806 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.806 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.806 | 39953 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.806 | 30518 | Removed run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.806 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.806 | 30518 | Assigned run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.806 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.806 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.806 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lZhr7k +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.808 | 39952 | Marked run 676 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.808 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.810 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.810 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.812 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.812 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.816 | 30522 | Recursively removing directory: /tmp/git.PB9OML/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.817 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.817 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.818 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.818 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.818 | 39968 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.818 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.818 | 30518 | Removed run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.818 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.818 | 30518 | Assigned run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.818 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.818 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tK0X9W +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.818 | 30519 | Recursively removing directory: /tmp/git.lZhr7k/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.819 | 39967 | Marked run 677 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.820 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.821 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.821 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.821 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.821 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.821 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.821 | 39970 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.821 | 30518 | Removed run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.821 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.821 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.821 | 30518 | Assigned run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.821 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.K1jwgE +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.823 | 39969 | Marked run 678 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.823 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.824 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.825 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.827 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.827 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.830 | 30522 | Recursively removing directory: /tmp/git.tK0X9W/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.832 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.832 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.832 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.832 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.832 | 39983 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.832 | 30518 | Removed run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.832 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.832 | 30518 | Assigned run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.832 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.832 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UHAlmj +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.832 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.833 | 30519 | Recursively removing directory: /tmp/git.K1jwgE/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.834 | 39982 | Marked run 679 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.834 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.835 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.835 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.835 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.835 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.835 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.835 | 39986 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.835 | 30518 | Removed run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.835 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.835 | 30518 | Assigned run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.835 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.835 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fzbofp +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.837 | 39985 | Marked run 680 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.837 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.838 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.839 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.840 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.841 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.844 | 30522 | Recursively removing directory: /tmp/git.UHAlmj/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.846 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.846 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.846 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.846 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.846 | 40000 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.846 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.846 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.846 | 30518 | Removed run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.846 | 30519 | Recursively removing directory: /tmp/git.fzbofp/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.846 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.846 | 30518 | Assigned run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.847 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vaYIw0 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.848 | 39999 | Marked run 681 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.848 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.849 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.849 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.849 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.849 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.849 | 40002 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.849 | 30518 | Removed run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.849 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.849 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.849 | 30518 | Assigned run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.849 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.849 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CmulyA +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.851 | 40001 | Marked run 682 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.851 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.852 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.853 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.854 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.854 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.858 | 30522 | Recursively removing directory: /tmp/git.vaYIw0/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.860 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.860 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.860 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.860 | 30519 | Recursively removing directory: /tmp/git.CmulyA/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.860 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AvrYrO +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.860 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.860 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.860 | 40016 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.860 | 30518 | Removed run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.860 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.860 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.860 | 30518 | Assigned run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.862 | 40015 | Marked run 683 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.862 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.863 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.863 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.863 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.863 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.863 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.863 | 40018 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.863 | 30518 | Removed run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.863 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.863 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.863 | 30518 | Assigned run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.863 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ElLyk0 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.865 | 40017 | Marked run 684 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.865 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.866 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.867 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.868 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.869 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.873 | 30522 | Recursively removing directory: /tmp/git.AvrYrO/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.874 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.874 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.874 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.874 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.874 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.874 | 40032 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.874 | 30518 | Removed run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.874 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.874 | 30518 | Assigned run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.875 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.874 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tHOyUF +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.875 | 30519 | Recursively removing directory: /tmp/git.ElLyk0/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.876 | 40031 | Marked run 685 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.876 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.877 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.877 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.877 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.877 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.877 | 40034 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.877 | 30518 | Removed run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.877 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.877 | 30518 | Assigned run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.877 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.878 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yxaiSl +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.878 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.879 | 40033 | Marked run 686 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.879 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.880 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.881 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.882 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.883 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.887 | 30522 | Recursively removing directory: /tmp/git.tHOyUF/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.888 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.888 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.888 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.888 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.888 | 40048 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.888 | 30518 | Removed run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.888 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.888 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.889 | 30518 | Assigned run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.888 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.889 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.73kQpL +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.889 | 30519 | Recursively removing directory: /tmp/git.yxaiSl/ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.890 | 40047 | Marked run 687 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.890 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.891 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.891 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.891 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.891 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.891 | 40050 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.891 | 30518 | Removed run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.891 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.891 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.892 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.E2SdeI +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.891 | 30518 | Assigned run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.892 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.893 | 40049 | Marked run 688 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.893 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.894 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.895 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.900 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.900 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.900 | 30522 | Recursively removing directory: /tmp/git.73kQpL/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.902 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.902 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.902 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.902 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.902 | 40059 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.902 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.902 | 30518 | Removed run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.902 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.902 | 30518 | Assigned run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.902 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.902 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1B3IyO +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.905 | 40058 | Marked run 689 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.905 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.907 | 30519 | Recursively removing directory: /tmp/git.E2SdeI/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.907 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.908 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.908 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.908 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.908 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.908 | 40066 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.908 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.908 | 30518 | Removed run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.908 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.908 | 30518 | Assigned run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.908 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.908 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.909 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Vzywqq +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.910 | 40065 | Marked run 690 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.910 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.913 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.914 | 30522 | Recursively removing directory: /tmp/git.1B3IyO/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.914 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.915 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.915 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.915 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.915 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.915 | 40075 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.915 | 30518 | Removed run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.915 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.916 | 30518 | Assigned run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.916 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.915 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.916 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7tqO1K +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.917 | 40074 | Marked run 691 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.918 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.920 | 30519 | Recursively removing directory: /tmp/git.Vzywqq/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.921 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.922 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.922 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.922 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.922 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.922 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.922 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.922 | 40082 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.922 | 30518 | Removed run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.922 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.922 | 30518 | Assigned run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.922 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mdIH6l +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.923 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.924 | 40081 | Marked run 692 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.924 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.928 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.928 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.929 | 30522 | Recursively removing directory: /tmp/git.7tqO1K/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.930 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.930 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.930 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.930 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.930 | 40091 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.930 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.930 | 30518 | Removed run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.930 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.930 | 30518 | Assigned run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.930 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.930 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lJ8uXt +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.932 | 40090 | Marked run 693 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.932 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.934 | 30519 | Recursively removing directory: /tmp/git.mdIH6l/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.936 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.936 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.936 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.936 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.936 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.936 | 40098 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.936 | 30518 | Removed run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.936 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.936 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.936 | 30518 | Assigned run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.936 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.937 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qOqf04 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.937 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.938 | 40097 | Marked run 694 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.938 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.941 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.942 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.942 | 30522 | Recursively removing directory: /tmp/git.lJ8uXt/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.944 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.944 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.944 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.944 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.944 | 40108 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.944 | 30518 | Removed run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.944 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.944 | 30518 | Assigned run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.944 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.944 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bJ6bcy +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.945 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.946 | 40107 | Marked run 695 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.946 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.948 | 30519 | Recursively removing directory: /tmp/git.qOqf04/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.949 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.949 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.949 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.950 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.950 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.950 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.950 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.950 | 40114 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.950 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xhMc2s +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.950 | 30518 | Removed run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.950 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.950 | 30518 | Assigned run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.950 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.952 | 40113 | Marked run 696 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.952 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.954 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.955 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.955 | 30522 | Recursively removing directory: /tmp/git.bJ6bcy/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.957 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.957 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.957 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.957 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.957 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.957 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6ggJDZ +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.957 | 40123 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.957 | 30518 | Removed run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.957 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.957 | 30518 | Assigned run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.957 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.959 | 40122 | Marked run 697 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.959 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.961 | 30519 | Recursively removing directory: /tmp/git.xhMc2s/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.962 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.962 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.962 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.962 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.962 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.963 | 40130 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.963 | 30518 | Removed run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.963 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.963 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.963 | 30518 | Assigned run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.962 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.963 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.963 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7FfJE2 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.965 | 40129 | Marked run 698 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.965 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.967 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.968 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.969 | 30522 | Recursively removing directory: /tmp/git.6ggJDZ/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.971 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.971 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.971 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.971 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.971 | 40140 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.971 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.971 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.971 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TwTkNS +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.971 | 30518 | Removed run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.971 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.971 | 30518 | Assigned run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.973 | 40139 | Marked run 699 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.973 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.974 | 30519 | Recursively removing directory: /tmp/git.7FfJE2/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.975 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.975 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.976 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.975 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.976 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.976 | 40146 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.976 | 30518 | Removed run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.976 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.976 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.976 | 30518 | Assigned run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.976 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ByQGtg +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.977 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.977 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.978 | 40145 | Marked run 700 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.978 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.981 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.982 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.983 | 30522 | Recursively removing directory: /tmp/git.TwTkNS/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.984 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.984 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.984 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.984 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.984 | 40156 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.984 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.984 | 30518 | Removed run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.984 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.985 | 30518 | Assigned run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.984 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.985 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xN19oW +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.987 | 40155 | Marked run 701 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.987 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.988 | 30519 | Recursively removing directory: /tmp/git.ByQGtg/ +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.989 | 30519 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.989 | 30519 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.989 | 30519 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.989 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.989 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.989 | 40162 | Added a new worker 11 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.989 | 30518 | Removed run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.989 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.989 | 30518 | Assigned run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.989 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.989 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zmArxB +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.990 | 30522 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.991 | 30522 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.991 | 40161 | Marked run 702 as finished +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.992 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.994 | 30519 | Checking out revision HEAD +2024-01-28 10:55:32 | INFO | 30519/cimple-worker: 2024-01-28 10:55:32.995 | 30519 | Going to run: ./ci +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.997 | 30522 | Recursively removing directory: /tmp/git.xN19oW/ +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.998 | 30522 | Process exit code: 0 +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.998 | 30522 | Process output: 57 bytes +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.998 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.998 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.998 | 40173 | Added a new worker 10 to the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.998 | 30518 | Removed run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.998 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.998 | 30518 | Assigned run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:32 | INFO | 30516/cimple-server: 2024-01-28 10:55:32.998 | 30516 | Waiting for new connections +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.998 | 30522 | Waiting for a new command +2024-01-28 10:55:32 | INFO | 30522/cimple-worker: 2024-01-28 10:55:32.998 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6fn6q1 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.000 | 30519 | Recursively removing directory: /tmp/git.zmArxB/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.002 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.002 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.002 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.002 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.002 | 40178 | Added a new worker 14 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.002 | 30518 | Removed run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.002 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.002 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.002 | 30518 | Assigned run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.003 | 40172 | Marked run 703 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.003 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.002 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.002 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tsx55w +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.005 | 40177 | Marked run 704 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.006 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.006 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.007 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.007 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.007 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.013 | 30522 | Recursively removing directory: /tmp/git.6fn6q1/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.013 | 30519 | Recursively removing directory: /tmp/git.tsx55w/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.014 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.014 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.014 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.014 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.014 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.014 | 40192 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.014 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.014 | 30518 | Removed run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.014 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.014 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.015 | 30518 | Assigned run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.015 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.015 | 40194 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.015 | 30518 | Removed run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.015 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.015 | 30518 | Assigned run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.015 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.014 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.014 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.015 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.015 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZmzUnj +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.015 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C0Soh2 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.017 | 40191 | Marked run 705 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.017 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.019 | 40193 | Marked run 706 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.019 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.020 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.021 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.021 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.021 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.027 | 30519 | Recursively removing directory: /tmp/git.ZmzUnj/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.027 | 30522 | Recursively removing directory: /tmp/git.C0Soh2/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.028 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.028 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.028 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.028 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.028 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.028 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.028 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.028 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.028 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.028 | 40210 | Added a new worker 15 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.028 | 30518 | Removed run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.028 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.028 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.029 | 30518 | Assigned run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.029 | 40209 | Added a new worker 12 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.029 | 30518 | Removed run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.029 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.029 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.029 | 30518 | Assigned run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.029 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gHoKvr +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.028 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.029 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DSoH7O +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.030 | 40207 | Marked run 708 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.030 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.032 | 40208 | Marked run 707 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.032 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.034 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.034 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.034 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.034 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.040 | 30522 | Recursively removing directory: /tmp/git.gHoKvr/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.040 | 30519 | Recursively removing directory: /tmp/git.DSoH7O/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.041 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.041 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.041 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.041 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.041 | 40224 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.041 | 30518 | Removed run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.041 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.041 | 30518 | Assigned run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.041 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.042 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.042 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.042 | 40226 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.042 | 30518 | Removed run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.042 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.042 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.042 | 30518 | Assigned run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.041 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.041 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.042 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.042 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HLn59B +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.041 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.041 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kjzqUW +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.043 | 40223 | Marked run 710 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.043 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.045 | 40225 | Marked run 709 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.045 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.046 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.047 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.047 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.048 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.052 | 30522 | Recursively removing directory: /tmp/git.kjzqUW/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.054 | 30519 | Recursively removing directory: /tmp/git.HLn59B/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.054 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.054 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.054 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.054 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.054 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.054 | 40240 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.054 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.054 | 30518 | Removed run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.054 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.054 | 30518 | Assigned run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.054 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Trp7MO +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.056 | 40239 | Marked run 711 as finished +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.056 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.056 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.056 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.056 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.056 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.056 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.056 | 40242 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.056 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.056 | 30518 | Removed run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.056 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.057 | 30518 | Assigned run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.057 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Qshcdg +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.059 | 40241 | Marked run 712 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.059 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.059 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.060 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.061 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.062 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.066 | 30522 | Recursively removing directory: /tmp/git.Trp7MO/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.067 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.067 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.067 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.067 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.067 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.067 | 40256 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.067 | 30518 | Removed run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.067 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.067 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.067 | 30518 | Assigned run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.067 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tJdE3C +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.068 | 30519 | Recursively removing directory: /tmp/git.Qshcdg/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.070 | 40255 | Marked run 713 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.070 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.070 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.070 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.070 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.071 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.071 | 40258 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.071 | 30518 | Removed run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.071 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.071 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.071 | 30518 | Assigned run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.071 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.071 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hjbZ90 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.072 | 40257 | Marked run 714 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.072 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.073 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.074 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.075 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.076 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.079 | 30522 | Recursively removing directory: /tmp/git.tJdE3C/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.080 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.080 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.080 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.080 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.080 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.081 | 40271 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.081 | 30518 | Removed run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.081 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.081 | 30518 | Assigned run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.081 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.081 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tVXm3h +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.082 | 30519 | Recursively removing directory: /tmp/git.hjbZ90/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.083 | 40270 | Marked run 715 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.083 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.084 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.084 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.084 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.084 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.084 | 40274 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.084 | 30518 | Removed run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.084 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.084 | 30518 | Assigned run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.084 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.084 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M5JFSC +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.085 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.086 | 40273 | Marked run 716 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.086 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.086 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.087 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.089 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.090 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.092 | 30522 | Recursively removing directory: /tmp/git.tVXm3h/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.094 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.094 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.094 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.094 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.094 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.094 | 40287 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.094 | 30518 | Removed run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.094 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.094 | 30518 | Assigned run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.094 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.095 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FvHkHw +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.096 | 30519 | Recursively removing directory: /tmp/git.M5JFSC/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.096 | 40286 | Marked run 717 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.096 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.097 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.097 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.097 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.097 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.097 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.097 | 40290 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.097 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BqUxZt +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.097 | 30518 | Removed run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.097 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.097 | 30518 | Assigned run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.097 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.099 | 40289 | Marked run 718 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.099 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.100 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.101 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.102 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.103 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.107 | 30522 | Recursively removing directory: /tmp/git.FvHkHw/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.108 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.108 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.108 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.108 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.108 | 40304 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.108 | 30518 | Removed run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.108 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.108 | 30518 | Assigned run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.108 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.108 | 30519 | Recursively removing directory: /tmp/git.BqUxZt/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.108 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.108 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sghLcd +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.110 | 40303 | Marked run 719 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.110 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.110 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.110 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.111 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.111 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.111 | 40306 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.111 | 30518 | Removed run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.111 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.111 | 30518 | Assigned run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.111 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.111 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.111 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q6fcII +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.113 | 40305 | Marked run 720 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.113 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.115 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.115 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.116 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.116 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.121 | 30522 | Recursively removing directory: /tmp/git.sghLcd/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.122 | 30519 | Recursively removing directory: /tmp/git.Q6fcII/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.122 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.122 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.122 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.123 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.123 | 40320 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.123 | 30518 | Removed run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.123 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.123 | 30518 | Assigned run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.123 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.123 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.123 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BsZKJ6 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.124 | 40319 | Marked run 721 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.124 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.124 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.125 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.125 | 40322 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.125 | 30518 | Removed run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.125 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.125 | 30518 | Assigned run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.125 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.124 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.124 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.125 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.125 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tE01kQ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.127 | 40321 | Marked run 722 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.127 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.129 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.129 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.130 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.130 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.135 | 30522 | Recursively removing directory: /tmp/git.BsZKJ6/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.136 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.136 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.136 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.136 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.136 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.136 | 40336 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.136 | 30518 | Removed run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.136 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.136 | 30518 | Assigned run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.136 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.136 | 30519 | Recursively removing directory: /tmp/git.tE01kQ/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.136 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fNLW8V +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.138 | 40335 | Marked run 723 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.139 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.139 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.139 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.139 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.139 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.139 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.139 | 40338 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.139 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nJYLsL +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.139 | 30518 | Removed run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.139 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.139 | 30518 | Assigned run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.139 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.141 | 40337 | Marked run 724 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.141 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.142 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.142 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.144 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.145 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.148 | 30522 | Recursively removing directory: /tmp/git.fNLW8V/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.149 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.149 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.149 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.149 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.149 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.150 | 40351 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.150 | 30518 | Removed run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.150 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.150 | 30518 | Assigned run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.150 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GXm7t7 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.150 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.151 | 30519 | Recursively removing directory: /tmp/git.nJYLsL/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.152 | 40350 | Marked run 725 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.152 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.153 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.153 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.153 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.153 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.153 | 40354 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.153 | 30518 | Removed run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.153 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.153 | 30518 | Assigned run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.153 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.153 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.153 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NMvgjn +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.155 | 40353 | Marked run 726 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.155 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.155 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.156 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.158 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.159 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.161 | 30522 | Recursively removing directory: /tmp/git.GXm7t7/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.162 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.162 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.163 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.163 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.163 | 40367 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.163 | 30518 | Removed run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.163 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.163 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.163 | 30518 | Assigned run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.163 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.163 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.N4IENM +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.165 | 30519 | Recursively removing directory: /tmp/git.NMvgjn/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.165 | 40366 | Marked run 727 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.165 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.166 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.166 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.166 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.166 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.166 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.167 | 40370 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.167 | 30518 | Removed run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.167 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.167 | 30518 | Assigned run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.167 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.167 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LjBzLJ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.168 | 40369 | Marked run 728 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.168 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.168 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.169 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.171 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.172 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.175 | 30522 | Recursively removing directory: /tmp/git.N4IENM/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.176 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.176 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.177 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.177 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.177 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.177 | 40383 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.177 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.177 | 30518 | Removed run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.177 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.177 | 30518 | Assigned run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.177 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GMk0VL +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.178 | 30519 | Recursively removing directory: /tmp/git.LjBzLJ/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.179 | 40382 | Marked run 729 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.179 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.179 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.179 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.180 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.180 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.180 | 40386 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.180 | 30518 | Removed run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.180 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.180 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.180 | 30518 | Assigned run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.180 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.180 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tRSSPS +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.182 | 40385 | Marked run 730 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.182 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.183 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.184 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.184 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.185 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.189 | 30522 | Recursively removing directory: /tmp/git.GMk0VL/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.190 | 30519 | Recursively removing directory: /tmp/git.tRSSPS/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.191 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.191 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.191 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.191 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.191 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.191 | 40400 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.191 | 30518 | Removed run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.191 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.191 | 30518 | Assigned run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.191 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.191 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U3aWWO +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.193 | 40399 | Marked run 731 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.193 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.193 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.193 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.193 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.193 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.193 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.194 | 40402 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.194 | 30518 | Removed run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.194 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.194 | 30518 | Assigned run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.194 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.194 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jIr73k +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.195 | 40401 | Marked run 732 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.195 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.197 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.198 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.199 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.199 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.203 | 30522 | Recursively removing directory: /tmp/git.U3aWWO/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.205 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.205 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.205 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.205 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.205 | 40416 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.205 | 30518 | Removed run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.205 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.205 | 30518 | Assigned run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.205 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.205 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.205 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YMnV2K +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.205 | 30519 | Recursively removing directory: /tmp/git.jIr73k/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.207 | 40415 | Marked run 733 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.207 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.207 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.207 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.207 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.208 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.208 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.208 | 40418 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.208 | 30518 | Removed run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.208 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.208 | 30518 | Assigned run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.208 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.208 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y6DeF3 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.213 | 40417 | Marked run 734 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.213 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.214 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.215 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.216 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.216 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.220 | 30522 | Recursively removing directory: /tmp/git.YMnV2K/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.222 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.222 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.222 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.222 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.222 | 40432 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.222 | 30518 | Removed run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.222 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.222 | 30518 | Assigned run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.222 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.222 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.222 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.K9RPlR +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.222 | 30519 | Recursively removing directory: /tmp/git.Y6DeF3/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.224 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.224 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.224 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.224 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.225 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.225 | 40434 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.225 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.225 | 30518 | Removed run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.225 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.225 | 40431 | Marked run 735 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.225 | 30518 | Assigned run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.225 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.225 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C4XKjM +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.227 | 40433 | Marked run 736 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.227 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.228 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.229 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.229 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.230 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.234 | 30522 | Recursively removing directory: /tmp/git.K9RPlR/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.235 | 30519 | Recursively removing directory: /tmp/git.C4XKjM/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.236 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.236 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.236 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.236 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.236 | 40448 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.236 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.236 | 30518 | Removed run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.236 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.236 | 30518 | Assigned run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.236 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.236 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FJt5H6 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.238 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.238 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.238 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.238 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.238 | 40450 | Added a new worker 14 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.238 | 30518 | Removed run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.238 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.238 | 30518 | Assigned run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.238 | 40447 | Marked run 737 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.239 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.238 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.238 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.31rwjB +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.241 | 40449 | Marked run 738 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.241 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.242 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.242 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.243 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.244 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.248 | 30522 | Recursively removing directory: /tmp/git.FJt5H6/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.249 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.249 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.249 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.249 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.249 | 40464 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.249 | 30518 | Removed run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.249 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.249 | 30518 | Assigned run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.249 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.249 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ODGvuw +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.250 | 30519 | Recursively removing directory: /tmp/git.31rwjB/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.250 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.251 | 40463 | Marked run 739 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.251 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.252 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.252 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.252 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.252 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.252 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.252 | 40466 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.252 | 30518 | Removed run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.252 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.252 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.252 | 30518 | Assigned run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.253 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EKYqZX +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.254 | 40465 | Marked run 740 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.254 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.255 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.256 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.257 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.257 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.262 | 30522 | Recursively removing directory: /tmp/git.ODGvuw/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.263 | 30519 | Recursively removing directory: /tmp/git.EKYqZX/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.263 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.263 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.263 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.263 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.263 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.263 | 40480 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.263 | 30518 | Removed run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.263 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.263 | 30518 | Assigned run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.263 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.264 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TK1JjE +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.265 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.265 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.266 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.265 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.266 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QSAL8G +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.266 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.266 | 40479 | Marked run 741 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.266 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.266 | 40482 | Added a new worker 8 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.266 | 30518 | Removed run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.266 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.266 | 30518 | Assigned run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.266 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.268 | 40481 | Marked run 742 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.268 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.269 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.270 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.270 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.271 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.275 | 30522 | Recursively removing directory: /tmp/git.TK1JjE/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.276 | 30519 | Recursively removing directory: /tmp/git.QSAL8G/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.277 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.277 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.277 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.277 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.277 | 40496 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.277 | 30518 | Removed run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.277 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.277 | 30518 | Assigned run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.277 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.277 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.277 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.odYSKr +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.279 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.279 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.279 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.279 | 40495 | Marked run 743 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.279 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.279 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.279 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qBaV3A +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.279 | 40498 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.279 | 30518 | Removed run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.279 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.279 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.279 | 30518 | Assigned run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.281 | 40497 | Marked run 744 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.281 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.283 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.284 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.284 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.285 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.289 | 30522 | Recursively removing directory: /tmp/git.odYSKr/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.290 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.290 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.291 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.291 | 30519 | Recursively removing directory: /tmp/git.qBaV3A/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.291 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.291 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.291 | 40512 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.291 | 30518 | Removed run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.291 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.291 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.291 | 30518 | Assigned run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.291 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pb6E0N +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.293 | 40511 | Marked run 745 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.293 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.293 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.293 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.293 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.294 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.294 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.294 | 40514 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.294 | 30518 | Removed run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.294 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.294 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.294 | 30518 | Assigned run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.294 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.l4S0OX +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.295 | 40513 | Marked run 746 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.295 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.296 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.297 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.298 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.299 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.302 | 30522 | Recursively removing directory: /tmp/git.pb6E0N/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.304 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.304 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.304 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.304 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.304 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.304 | 40528 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.304 | 30518 | Removed run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.304 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.304 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.304 | 30518 | Assigned run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.305 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HRJI8D +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.305 | 30519 | Recursively removing directory: /tmp/git.l4S0OX/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.306 | 40527 | Marked run 747 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.306 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.307 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.307 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.307 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.307 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.307 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.307 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VqKFjB +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.307 | 40530 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.307 | 30518 | Removed run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.307 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.307 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.307 | 30518 | Assigned run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.309 | 40529 | Marked run 748 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.309 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.310 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.311 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.311 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.312 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.317 | 30522 | Recursively removing directory: /tmp/git.HRJI8D/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.318 | 30519 | Recursively removing directory: /tmp/git.VqKFjB/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.318 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.318 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.318 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.318 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.318 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.318 | 40544 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.318 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.318 | 30518 | Removed run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.318 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.318 | 30518 | Assigned run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.319 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sRnNzW +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.320 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.320 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.320 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.320 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.320 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.320 | 40546 | Added a new worker 14 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.320 | 30518 | Removed run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.320 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.320 | 30518 | Assigned run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.320 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.321 | 40543 | Marked run 749 as finished +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.320 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8DY6PY +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.321 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.325 | 40545 | Marked run 750 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.326 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.327 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.327 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.328 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.329 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.333 | 30522 | Recursively removing directory: /tmp/git.sRnNzW/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.334 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.334 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.334 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.334 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.335 | 40560 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.335 | 30518 | Removed run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.335 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.335 | 30518 | Assigned run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.334 | 30519 | Recursively removing directory: /tmp/git.8DY6PY/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.334 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.335 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0TPHje +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.335 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.337 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.337 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.337 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.337 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9hP3aW +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.337 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.337 | 40559 | Marked run 751 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.337 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.337 | 40562 | Added a new worker 6 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.337 | 30518 | Removed run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.337 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.337 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.337 | 30518 | Assigned run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.339 | 40561 | Marked run 752 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.339 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.340 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.341 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.341 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.342 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.347 | 30522 | Recursively removing directory: /tmp/git.0TPHje/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.348 | 30519 | Recursively removing directory: /tmp/git.9hP3aW/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.348 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.348 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.348 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.348 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.348 | 40576 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.348 | 30518 | Removed run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.348 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.348 | 30518 | Assigned run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.349 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.348 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.349 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lpmh3J +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.350 | 40575 | Marked run 753 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.350 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.350 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.351 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.350 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.350 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.351 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.351 | 40578 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.351 | 30518 | Removed run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.351 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.351 | 30518 | Assigned run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.351 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.351 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ouOgQq +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.352 | 40577 | Marked run 754 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.352 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.354 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.354 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.356 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.356 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.360 | 30522 | Recursively removing directory: /tmp/git.lpmh3J/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.361 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.361 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.361 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.361 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.361 | 40592 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.361 | 30518 | Removed run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.361 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.361 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.362 | 30518 | Assigned run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.361 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.362 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qecYYJ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.363 | 30519 | Recursively removing directory: /tmp/git.ouOgQq/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.363 | 40591 | Marked run 755 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.363 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.364 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.364 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.365 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.365 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.365 | 40594 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.365 | 30518 | Removed run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.365 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.365 | 30518 | Assigned run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.365 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.365 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.04Pjvy +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.365 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.366 | 40593 | Marked run 756 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.366 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.367 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.368 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.370 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.371 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.373 | 30522 | Recursively removing directory: /tmp/git.qecYYJ/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.375 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.375 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.375 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.375 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.375 | 40607 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.375 | 30518 | Removed run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.375 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.375 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.375 | 30518 | Assigned run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.375 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.375 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o9fDML +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.377 | 30519 | Recursively removing directory: /tmp/git.04Pjvy/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.377 | 40606 | Marked run 757 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.378 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.378 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.378 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.378 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.379 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.379 | 40610 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.379 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.379 | 30518 | Removed run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.379 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.379 | 30518 | Assigned run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.379 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.379 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4zvEMc +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.380 | 40609 | Marked run 758 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.380 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.382 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.382 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.384 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.385 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.388 | 30522 | Recursively removing directory: /tmp/git.o9fDML/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.389 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.389 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.389 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.389 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.389 | 40623 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.389 | 30518 | Removed run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.389 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.389 | 30518 | Assigned run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.390 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.389 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.390 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0GcJw2 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.391 | 30519 | Recursively removing directory: /tmp/git.4zvEMc/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.392 | 40622 | Marked run 759 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.392 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.393 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.393 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.393 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.393 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.393 | 40626 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.393 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.393 | 30518 | Removed run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.393 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.393 | 30518 | Assigned run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.393 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.393 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2NbO9S +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.395 | 40625 | Marked run 760 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.395 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.396 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.396 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.398 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.399 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.402 | 30522 | Recursively removing directory: /tmp/git.0GcJw2/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.403 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.403 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.403 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.403 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.403 | 40640 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.403 | 30518 | Removed run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.403 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.403 | 30518 | Assigned run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.404 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.403 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.404 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HalzdM +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.405 | 30519 | Recursively removing directory: /tmp/git.2NbO9S/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.405 | 40639 | Marked run 761 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.405 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.406 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.406 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.407 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.407 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.407 | 40642 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.407 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.407 | 30518 | Removed run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.407 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.407 | 30518 | Assigned run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.407 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.407 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Hfno3s +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.409 | 40641 | Marked run 762 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.409 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.409 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.410 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.412 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.413 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.416 | 30522 | Recursively removing directory: /tmp/git.HalzdM/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.417 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.417 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.417 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.417 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.417 | 40656 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.417 | 30518 | Removed run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.417 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.418 | 30518 | Assigned run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.418 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.417 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.418 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.64EwnA +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.419 | 30519 | Recursively removing directory: /tmp/git.Hfno3s/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.420 | 40655 | Marked run 763 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.420 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.421 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.421 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.421 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.421 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.421 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.421 | 40658 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.421 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.421 | 30518 | Removed run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.421 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.421 | 30518 | Assigned run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.421 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LuqEBs +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.423 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.424 | 40657 | Marked run 764 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.424 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.424 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.426 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.427 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.430 | 30522 | Recursively removing directory: /tmp/git.64EwnA/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.431 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.431 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.431 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.431 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.431 | 40671 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.431 | 30518 | Removed run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.431 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.431 | 30518 | Assigned run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.432 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.431 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.432 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HXabsZ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.433 | 30519 | Recursively removing directory: /tmp/git.LuqEBs/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.435 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.435 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.435 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.435 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.435 | 40674 | Added a new worker 14 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.435 | 30518 | Removed run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.435 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.435 | 30518 | Assigned run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.435 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.435 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.435 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7eGR1U +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.437 | 40670 | Marked run 765 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.437 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.439 | 40673 | Marked run 766 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.439 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.440 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.441 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.442 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.442 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.446 | 30522 | Recursively removing directory: /tmp/git.HXabsZ/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.448 | 30519 | Recursively removing directory: /tmp/git.7eGR1U/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.448 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.448 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.448 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.448 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.448 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.448 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PxlZmj +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.448 | 40688 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.448 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.448 | 30518 | Removed run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.448 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.448 | 30518 | Assigned run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.450 | 40687 | Marked run 767 as finished +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.450 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.450 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.450 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.450 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.450 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.450 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.450 | 40690 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.451 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.451 | 30518 | Removed run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.451 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.451 | 30518 | Assigned run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.451 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UHkPM0 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.452 | 40689 | Marked run 768 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.452 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.454 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.455 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.455 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.456 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.460 | 30522 | Recursively removing directory: /tmp/git.PxlZmj/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.461 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.461 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.462 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.462 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.462 | 40704 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.462 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.462 | 30518 | Removed run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.462 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.462 | 30518 | Assigned run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.462 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.462 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DcWx2H +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.462 | 30519 | Recursively removing directory: /tmp/git.UHkPM0/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.464 | 40703 | Marked run 769 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.464 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.464 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.464 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.464 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.465 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.465 | 40706 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.465 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.465 | 30518 | Removed run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.465 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.465 | 30518 | Assigned run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.465 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.465 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pQaSPG +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.467 | 40705 | Marked run 770 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.467 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.468 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.468 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.469 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.470 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.474 | 30522 | Recursively removing directory: /tmp/git.DcWx2H/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.475 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.475 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.475 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.476 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.476 | 40720 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.476 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.476 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GVEzgN +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.476 | 30518 | Removed run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.476 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.476 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.476 | 30518 | Assigned run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.476 | 30519 | Recursively removing directory: /tmp/git.pQaSPG/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.478 | 40719 | Marked run 771 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.478 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.478 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.479 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.479 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.479 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.479 | 40722 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.479 | 30518 | Removed run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.479 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.479 | 30518 | Assigned run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.479 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.479 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.479 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2PV5s3 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.480 | 40721 | Marked run 772 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.481 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.481 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.482 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.484 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.485 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.488 | 30522 | Recursively removing directory: /tmp/git.GVEzgN/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.489 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.489 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.489 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.489 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.489 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.489 | 40735 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.489 | 30518 | Removed run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.489 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.489 | 30518 | Assigned run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.489 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UrDLgs +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.490 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.491 | 30519 | Recursively removing directory: /tmp/git.2PV5s3/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.492 | 40734 | Marked run 773 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.492 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.493 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.493 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.493 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.493 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.493 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.493 | 40738 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.493 | 30518 | Removed run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.493 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.493 | 30518 | Assigned run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.493 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PLTF3V +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.494 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.495 | 40737 | Marked run 774 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.495 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.496 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.496 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.498 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.499 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.502 | 30522 | Recursively removing directory: /tmp/git.UrDLgs/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.503 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.503 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.503 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.503 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.504 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.504 | 40751 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.504 | 30518 | Removed run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.504 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.504 | 30518 | Assigned run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.504 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.504 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FmpRCq +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.505 | 30519 | Recursively removing directory: /tmp/git.PLTF3V/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.506 | 40750 | Marked run 775 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.506 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.506 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.506 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.507 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.507 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.507 | 40754 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.507 | 30518 | Removed run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.507 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.507 | 30518 | Assigned run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.507 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.507 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.507 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.auBYOf +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.509 | 40753 | Marked run 776 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.509 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.510 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.510 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.511 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.512 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.516 | 30522 | Recursively removing directory: /tmp/git.FmpRCq/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.517 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.517 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.517 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.517 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.517 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.517 | 30519 | Recursively removing directory: /tmp/git.auBYOf/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.518 | 40768 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.518 | 30518 | Removed run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.518 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.518 | 30518 | Assigned run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.518 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.518 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fi7RPe +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.519 | 40767 | Marked run 777 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.519 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.520 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.520 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.520 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.520 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.520 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.520 | 40770 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.520 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.520 | 30518 | Removed run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.520 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.520 | 30518 | Assigned run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.520 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7dF25A +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.522 | 40769 | Marked run 778 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.522 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.524 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.524 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.525 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.526 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.530 | 30522 | Recursively removing directory: /tmp/git.fi7RPe/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.531 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.531 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.531 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.531 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.531 | 40784 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.531 | 30518 | Removed run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.531 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.531 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.531 | 30518 | Assigned run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.531 | 30519 | Recursively removing directory: /tmp/git.7dF25A/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.531 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.532 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7EO05N +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.534 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.534 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.534 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.534 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RM0xjY +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.534 | 40783 | Marked run 779 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.534 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.534 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.534 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.534 | 40786 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.534 | 30518 | Removed run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.534 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.534 | 30518 | Assigned run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.534 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.536 | 40785 | Marked run 780 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.536 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.537 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.538 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.539 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.540 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.544 | 30522 | Recursively removing directory: /tmp/git.7EO05N/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.545 | 30519 | Recursively removing directory: /tmp/git.RM0xjY/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.545 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.545 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.545 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.545 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.545 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.545 | 40800 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.545 | 30518 | Removed run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.545 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.545 | 30518 | Assigned run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.546 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.546 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9Syq6I +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.547 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.547 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.547 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.547 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.547 | 40802 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.547 | 30518 | Removed run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.547 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.547 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.547 | 30518 | Assigned run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.547 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.547 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cPTfpu +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.549 | 40799 | Marked run 781 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.550 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.552 | 40801 | Marked run 782 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.552 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.552 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.553 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.553 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.553 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.558 | 30522 | Recursively removing directory: /tmp/git.9Syq6I/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.559 | 30519 | Recursively removing directory: /tmp/git.cPTfpu/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.560 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.560 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.560 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.560 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.560 | 40816 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.560 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.560 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.560 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.560 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.560 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.560 | 30518 | Removed run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.560 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.560 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.560 | 30518 | Assigned run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.560 | 40818 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.561 | 30518 | Removed run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.561 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.561 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.561 | 30518 | Assigned run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.561 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.N4z667 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.560 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.561 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mWKuqq +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.562 | 40815 | Marked run 783 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.562 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.564 | 40817 | Marked run 784 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.564 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.566 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.566 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.567 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.567 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.572 | 30519 | Recursively removing directory: /tmp/git.N4z667/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.573 | 30522 | Recursively removing directory: /tmp/git.mWKuqq/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.574 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.574 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.574 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.574 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.574 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.574 | 40832 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.574 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.574 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.574 | 30518 | Removed run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.574 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.574 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.574 | 30518 | Assigned run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.574 | 40834 | Added a new worker 14 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.574 | 30518 | Removed run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.574 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.574 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.574 | 30518 | Assigned run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.574 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.574 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.574 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.575 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SYPCLa +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.574 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vllcNR +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.576 | 40831 | Marked run 786 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.576 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.578 | 40833 | Marked run 785 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.578 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.579 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.580 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.580 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.580 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.586 | 30519 | Recursively removing directory: /tmp/git.vllcNR/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.586 | 30522 | Recursively removing directory: /tmp/git.SYPCLa/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.587 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.587 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.587 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.587 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.587 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.587 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.587 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cWO56d +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.587 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.587 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.587 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.587 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.587 | 40849 | Added a new worker 14 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.587 | 40850 | Added a new worker 15 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.587 | 30518 | Removed run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.587 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.587 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.587 | 30518 | Assigned run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.587 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.587 | 30518 | Removed run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.587 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.587 | 30518 | Assigned run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.588 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.shz6th +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.590 | 40847 | Marked run 787 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.590 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.592 | 40848 | Marked run 788 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.592 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.593 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.593 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.594 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.594 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.599 | 30522 | Recursively removing directory: /tmp/git.shz6th/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.600 | 30519 | Recursively removing directory: /tmp/git.cWO56d/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.600 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.601 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.601 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.601 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.601 | 40864 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.601 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.601 | 30518 | Removed run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.601 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.601 | 30518 | Assigned run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.601 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.601 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.601 | 40866 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.601 | 30518 | Removed run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.601 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.601 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.601 | 30518 | Assigned run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.601 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.601 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.601 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.602 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.E2YVKy +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.601 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.601 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tpbkRx +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.602 | 40863 | Marked run 790 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.602 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.604 | 40865 | Marked run 789 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.604 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.606 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.606 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.607 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.607 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.612 | 30522 | Recursively removing directory: /tmp/git.tpbkRx/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.612 | 30519 | Recursively removing directory: /tmp/git.E2YVKy/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.613 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.613 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.614 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.614 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.614 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.614 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.614 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.614 | 40880 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.614 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.614 | 40882 | Added a new worker 16 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.614 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.614 | 30518 | Removed run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.614 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.614 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.614 | 30518 | Assigned run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.614 | 30518 | Removed run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.614 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.614 | 30518 | Assigned run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.614 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.614 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WbBGje +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.614 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.614 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hbwhNV +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.616 | 40879 | Marked run 791 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.617 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.618 | 40881 | Marked run 792 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.618 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.619 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.619 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.620 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.620 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.625 | 30522 | Recursively removing directory: /tmp/git.WbBGje/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.626 | 30519 | Recursively removing directory: /tmp/git.hbwhNV/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.627 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.627 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.627 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.627 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.627 | 40896 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.627 | 30518 | Removed run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.627 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.627 | 30518 | Assigned run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.627 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.627 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.627 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VR8uym +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.628 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.628 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.628 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.628 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.628 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.628 | 40898 | Added a new worker 8 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.628 | 30518 | Removed run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.628 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.628 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.628 | 30518 | Assigned run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.629 | 40895 | Marked run 793 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.629 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.628 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6AusTV +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.630 | 40897 | Marked run 794 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.630 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.632 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.633 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.633 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.633 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.638 | 30522 | Recursively removing directory: /tmp/git.VR8uym/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.639 | 30519 | Recursively removing directory: /tmp/git.6AusTV/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.640 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.640 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.640 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.640 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.640 | 40912 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.640 | 30518 | Removed run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.640 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.640 | 30518 | Assigned run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.640 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.640 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.640 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.641 | 40914 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.641 | 30518 | Removed run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.641 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.641 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.641 | 30518 | Assigned run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.640 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.640 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.640 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.641 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5sVkId +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.640 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.640 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zMwKUi +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.643 | 40911 | Marked run 795 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.643 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.645 | 40913 | Marked run 796 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.645 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.646 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.647 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.647 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.648 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.653 | 30522 | Recursively removing directory: /tmp/git.zMwKUi/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.653 | 30519 | Recursively removing directory: /tmp/git.5sVkId/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.654 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.654 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.654 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.654 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.654 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.654 | 40928 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.654 | 30518 | Removed run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.654 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.654 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.654 | 30518 | Assigned run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.655 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.655 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.655 | 40930 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.655 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.655 | 30518 | Removed run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.655 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.655 | 30518 | Assigned run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.655 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6OvhIG +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.655 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.655 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.655 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.655 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qgURjC +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.657 | 40927 | Marked run 797 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.657 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.661 | 40929 | Marked run 798 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.661 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.662 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.663 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.663 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.664 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.668 | 30522 | Recursively removing directory: /tmp/git.6OvhIG/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.670 | 30519 | Recursively removing directory: /tmp/git.qgURjC/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.670 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.670 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.670 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.670 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.670 | 40944 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.670 | 30518 | Removed run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.670 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.670 | 30518 | Assigned run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.670 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.670 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.670 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.W1KlS6 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.672 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.672 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.672 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.672 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.672 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.672 | 40946 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.672 | 30518 | Removed run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.672 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.672 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.672 | 30518 | Assigned run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.673 | 40943 | Marked run 799 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.673 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.672 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.O8J8aV +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.675 | 40945 | Marked run 800 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.675 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.676 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.676 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.677 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.677 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.683 | 30519 | Recursively removing directory: /tmp/git.O8J8aV/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.683 | 30522 | Recursively removing directory: /tmp/git.W1KlS6/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.684 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.684 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.684 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.684 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.684 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.684 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.684 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.684 | 40960 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.684 | 30518 | Removed run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.684 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.684 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.684 | 30518 | Assigned run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.684 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.685 | 40962 | Added a new worker 9 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.685 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.685 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.685 | 30518 | Removed run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.685 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.685 | 30518 | Assigned run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.685 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2Yk2Sd +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.684 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.685 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7NWcLC +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.686 | 40959 | Marked run 802 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.686 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.688 | 40961 | Marked run 801 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.689 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.690 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.690 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.691 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.691 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.696 | 30519 | Recursively removing directory: /tmp/git.7NWcLC/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.696 | 30522 | Recursively removing directory: /tmp/git.2Yk2Sd/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.697 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.697 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.697 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.698 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.698 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.698 | 40977 | Added a new worker 14 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.698 | 30518 | Removed run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.698 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.698 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.698 | 30518 | Assigned run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.698 | 40978 | Added a new worker 16 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.698 | 30518 | Removed run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.698 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.698 | 30518 | Assigned run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.698 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.698 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.698 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.698 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gRQBfs +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.697 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.697 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.698 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.698 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BEt3eP +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.700 | 40975 | Marked run 803 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.701 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.702 | 40976 | Marked run 804 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.702 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.704 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.704 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.704 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.704 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.710 | 30522 | Recursively removing directory: /tmp/git.BEt3eP/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.710 | 30519 | Recursively removing directory: /tmp/git.gRQBfs/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.711 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.711 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.712 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.712 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.712 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.712 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.712 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.712 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.712 | 40992 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.712 | 30518 | Removed run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.712 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.712 | 30518 | Assigned run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.712 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.712 | 40994 | Added a new worker 8 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.712 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.712 | 30518 | Removed run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.712 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.712 | 30518 | Assigned run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.713 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.712 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XLIjoZ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.712 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VspKQ9 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.714 | 40991 | Marked run 806 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.715 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.716 | 40993 | Marked run 805 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.717 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.718 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.718 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.719 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.719 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.724 | 30519 | Recursively removing directory: /tmp/git.VspKQ9/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.725 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.725 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.726 | 30522 | Recursively removing directory: /tmp/git.XLIjoZ/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.726 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.726 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.726 | 41008 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.726 | 30518 | Removed run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.726 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.726 | 30518 | Assigned run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.726 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.726 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.726 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KSHalw +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.728 | 41007 | Marked run 808 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.728 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.728 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.728 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.728 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.729 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3C0WR0 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.728 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.728 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.728 | 41010 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.728 | 30518 | Removed run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.728 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.728 | 30518 | Assigned run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.728 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.730 | 41009 | Marked run 807 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.730 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.731 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.732 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.733 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.733 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.738 | 30519 | Recursively removing directory: /tmp/git.KSHalw/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.739 | 30522 | Recursively removing directory: /tmp/git.3C0WR0/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.739 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.739 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.739 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.739 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.739 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.739 | 41024 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.739 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.739 | 30518 | Removed run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.739 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.739 | 30518 | Assigned run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.740 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4NOBHe +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.742 | 41023 | Marked run 809 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.742 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.742 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.742 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.742 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.742 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pTX8xL +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.742 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.742 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.742 | 41026 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.742 | 30518 | Removed run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.742 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.742 | 30518 | Assigned run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.742 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.744 | 41025 | Marked run 810 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.744 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.746 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.746 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.747 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.748 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.752 | 30519 | Recursively removing directory: /tmp/git.4NOBHe/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.753 | 30522 | Recursively removing directory: /tmp/git.pTX8xL/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.753 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.753 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.753 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.754 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.754 | 41040 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.754 | 30518 | Removed run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.754 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.754 | 30518 | Assigned run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.754 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.754 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.754 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5vZMdX +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.757 | 41039 | Marked run 811 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.757 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.757 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.757 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.757 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.757 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.757 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.757 | 41042 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.757 | 30518 | Removed run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.757 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.757 | 30518 | Assigned run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.757 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.757 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EwDHZD +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.759 | 41041 | Marked run 812 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.759 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.760 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.761 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.762 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.763 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.766 | 30519 | Recursively removing directory: /tmp/git.5vZMdX/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.768 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.768 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.768 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.768 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.768 | 41056 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.768 | 30518 | Removed run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.768 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.768 | 30518 | Assigned run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.768 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.768 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.768 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3KsCR2 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.768 | 30522 | Recursively removing directory: /tmp/git.EwDHZD/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.771 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.771 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.771 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.771 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.771 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.771 | 41058 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.771 | 30518 | Removed run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.771 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.771 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.771 | 30518 | Assigned run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.771 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.c1BIUN +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.773 | 41055 | Marked run 813 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.773 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.775 | 41057 | Marked run 814 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.775 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.777 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.777 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.778 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.778 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.783 | 30522 | Recursively removing directory: /tmp/git.c1BIUN/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.783 | 30519 | Recursively removing directory: /tmp/git.3KsCR2/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.784 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.784 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.784 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.784 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.785 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.784 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.785 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.785 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.785 | 41073 | Added a new worker 14 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.785 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.785 | 30518 | Removed run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.785 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.785 | 30518 | Assigned run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.785 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.785 | 41074 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.785 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.785 | 30518 | Removed run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.785 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.785 | 30518 | Assigned run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.785 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zViqPU +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.785 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.785 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.59NXC5 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.787 | 41071 | Marked run 816 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.787 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.789 | 41072 | Marked run 815 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.789 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.791 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.791 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.791 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.792 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.797 | 30522 | Recursively removing directory: /tmp/git.59NXC5/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.797 | 30519 | Recursively removing directory: /tmp/git.zViqPU/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.798 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.798 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.798 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.799 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.799 | 41088 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.799 | 30518 | Removed run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.799 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.799 | 30518 | Assigned run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.799 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.799 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.799 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.799 | 41090 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.799 | 30518 | Removed run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.799 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.799 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.799 | 30518 | Assigned run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.799 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.799 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.799 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.800 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6E5RIt +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.799 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.799 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pPj00F +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.801 | 41087 | Marked run 817 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.801 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.803 | 41089 | Marked run 818 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.803 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.804 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.804 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.805 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.805 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.811 | 30522 | Recursively removing directory: /tmp/git.pPj00F/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.811 | 30519 | Recursively removing directory: /tmp/git.6E5RIt/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.812 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.812 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.812 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.812 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.812 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.812 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.812 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.812 | 41104 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.813 | 30518 | Removed run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.813 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.813 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.813 | 30518 | Assigned run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.813 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.813 | 41106 | Added a new worker 9 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.813 | 30518 | Removed run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.813 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.813 | 30518 | Assigned run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.813 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.812 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.813 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.koLZ8F +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.813 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fLxeFd +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.814 | 41103 | Marked run 819 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.814 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.816 | 41105 | Marked run 820 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.816 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.818 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.818 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.819 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.819 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.824 | 30522 | Recursively removing directory: /tmp/git.koLZ8F/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.825 | 30519 | Recursively removing directory: /tmp/git.fLxeFd/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.826 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.826 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.826 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.826 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.826 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.826 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.826 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.826 | 41120 | Added a new worker 12 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.826 | 30518 | Removed run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.826 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.826 | 30518 | Assigned run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.826 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.827 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.827 | 41122 | Added a new worker 8 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.827 | 30518 | Removed run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.827 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.827 | 30518 | Assigned run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.827 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.826 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.827 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ujy56m +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.827 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mO4vts +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.829 | 41119 | Marked run 821 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.829 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.830 | 41121 | Marked run 822 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.830 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.832 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.832 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.833 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.833 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.838 | 30519 | Recursively removing directory: /tmp/git.ujy56m/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.838 | 30522 | Recursively removing directory: /tmp/git.mO4vts/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.839 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.839 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.840 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.840 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.840 | 41136 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.840 | 30518 | Removed run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.840 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.840 | 30518 | Assigned run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.840 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.840 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.840 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.840 | 41138 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.840 | 30518 | Removed run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.840 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.840 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.840 | 30518 | Assigned run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.840 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.840 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.840 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.840 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rBp8gT +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.840 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.840 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TJhCdU +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.842 | 41135 | Marked run 824 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.842 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.844 | 41137 | Marked run 823 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.844 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.845 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.845 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.846 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.846 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.851 | 30522 | Recursively removing directory: /tmp/git.rBp8gT/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.852 | 30519 | Recursively removing directory: /tmp/git.TJhCdU/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.853 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.853 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.853 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.853 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.853 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.853 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.853 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dVbKp5 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.853 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.853 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.853 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.853 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.853 | 41154 | Added a new worker 14 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.853 | 30518 | Removed run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.853 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.853 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.853 | 30518 | Assigned run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.853 | 41153 | Added a new worker 15 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.853 | 30518 | Removed run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.853 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.853 | 30518 | Assigned run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.853 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.853 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vgSsI2 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.855 | 41151 | Marked run 826 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.855 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.857 | 41152 | Marked run 825 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.857 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.858 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.858 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.859 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.859 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.864 | 30519 | Recursively removing directory: /tmp/git.vgSsI2/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.865 | 30522 | Recursively removing directory: /tmp/git.dVbKp5/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.866 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.866 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.866 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.866 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.866 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.866 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.866 | 41168 | Added a new worker 14 to the queue +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.866 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.866 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.866 | 30518 | Removed run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.866 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.baoVoA +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.866 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.867 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8n6U6E +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.866 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.866 | 30518 | Assigned run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.866 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.866 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.866 | 41170 | Added a new worker 15 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.866 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.866 | 30518 | Removed run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.866 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.866 | 30518 | Assigned run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.868 | 41167 | Marked run 827 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.868 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.870 | 41169 | Marked run 828 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.870 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.871 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.871 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.872 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.872 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.878 | 30522 | Recursively removing directory: /tmp/git.8n6U6E/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.878 | 30519 | Recursively removing directory: /tmp/git.baoVoA/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.879 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.879 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.879 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.879 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.879 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.879 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.879 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.879 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.879 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.880 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.F4quCZ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.879 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.879 | 41186 | Added a new worker 15 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.879 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.879 | 41185 | Added a new worker 16 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.879 | 30518 | Removed run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.879 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.879 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.879 | 30518 | Assigned run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.879 | 30518 | Removed run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.879 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.880 | 30518 | Assigned run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.880 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pHo8qA +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.881 | 41184 | Marked run 829 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.881 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.889 | 41183 | Marked run 830 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.889 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.889 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.889 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.890 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.890 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.895 | 30519 | Recursively removing directory: /tmp/git.pHo8qA/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.895 | 30522 | Recursively removing directory: /tmp/git.F4quCZ/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.897 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.897 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.897 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.897 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.897 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.897 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.897 | 41201 | Added a new worker 14 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.897 | 30518 | Removed run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.897 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.897 | 30518 | Assigned run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.897 | 41202 | Added a new worker 16 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.897 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.897 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.897 | 30518 | Removed run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.897 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.897 | 30518 | Assigned run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.897 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.897 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TSyWhq +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.897 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.897 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.897 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.897 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Jr5IwN +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.899 | 41199 | Marked run 831 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.899 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.901 | 41200 | Marked run 832 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.901 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.902 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.903 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.903 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.904 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.909 | 30522 | Recursively removing directory: /tmp/git.Jr5IwN/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.910 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.910 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.909 | 30519 | Recursively removing directory: /tmp/git.TSyWhq/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.910 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.911 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RYTcwH +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.910 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.910 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.910 | 41216 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.910 | 30518 | Removed run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.910 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.910 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.910 | 30518 | Assigned run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.912 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.912 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.912 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.912 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.912 | 41218 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.912 | 30518 | Removed run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.912 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.912 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.912 | 30518 | Assigned run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.912 | 41215 | Marked run 833 as finished +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.912 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.912 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YWSW2l +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.913 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.914 | 41217 | Marked run 834 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.914 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.917 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.917 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.918 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.918 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.923 | 30522 | Recursively removing directory: /tmp/git.RYTcwH/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.924 | 30519 | Recursively removing directory: /tmp/git.YWSW2l/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.925 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.925 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.925 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.925 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.925 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.925 | 41232 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.925 | 30518 | Removed run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.925 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.925 | 30518 | Assigned run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.925 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.925 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.925 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.925 | 41234 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.925 | 30518 | Removed run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.925 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.926 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.926 | 30518 | Assigned run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.925 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.925 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.925 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.926 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZClGRs +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.925 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jyxgFu +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.927 | 41231 | Marked run 835 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.927 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.928 | 41233 | Marked run 836 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.928 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.931 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.931 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.931 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.932 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.937 | 30522 | Recursively removing directory: /tmp/git.jyxgFu/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.938 | 30519 | Recursively removing directory: /tmp/git.ZClGRs/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.938 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.938 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.938 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.938 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.938 | 41248 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.939 | 30518 | Removed run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.939 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.939 | 30518 | Assigned run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.939 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.938 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.939 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fpS2xV +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.940 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.940 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.940 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.940 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.940 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.940 | 41247 | Marked run 837 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.940 | 41250 | Added a new worker 12 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.940 | 30518 | Removed run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.940 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.941 | 30518 | Assigned run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.941 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.941 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.941 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.82h1QN +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.942 | 41249 | Marked run 838 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.942 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.944 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.945 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.945 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.946 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.950 | 30522 | Recursively removing directory: /tmp/git.fpS2xV/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.952 | 30519 | Recursively removing directory: /tmp/git.82h1QN/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.952 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.952 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.952 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.952 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.952 | 41264 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.952 | 30518 | Removed run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.952 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.952 | 30518 | Assigned run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.953 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.952 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.952 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.W2yfni +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.954 | 41263 | Marked run 839 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.954 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.954 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.954 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.954 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.954 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.954 | 41266 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.954 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.954 | 30518 | Removed run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.954 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.954 | 30518 | Assigned run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.954 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.955 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZE5JcY +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.956 | 41265 | Marked run 840 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.956 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.957 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.958 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.959 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.960 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.963 | 30522 | Recursively removing directory: /tmp/git.W2yfni/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.965 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.965 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.965 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.965 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.965 | 41280 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.965 | 30518 | Removed run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.965 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.965 | 30518 | Assigned run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.966 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.965 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.965 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TXEXYv +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.966 | 30519 | Recursively removing directory: /tmp/git.ZE5JcY/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.967 | 41279 | Marked run 841 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.967 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.968 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.968 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.968 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.968 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.968 | 41282 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.968 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.968 | 30518 | Removed run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.968 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.968 | 30518 | Assigned run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.968 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.968 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DgjCOu +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.970 | 41281 | Marked run 842 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.970 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.971 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.972 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.973 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.973 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.977 | 30522 | Recursively removing directory: /tmp/git.TXEXYv/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.979 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.979 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.979 | 30519 | Recursively removing directory: /tmp/git.DgjCOu/ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.979 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.979 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.979 | 41296 | Added a new worker 11 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.979 | 30518 | Removed run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.979 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.979 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.979 | 30518 | Assigned run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.979 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.979 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ogbPC1 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.981 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.981 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.981 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.981 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.981 | 41295 | Marked run 843 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.982 | 41298 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.982 | 30518 | Removed run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.982 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.982 | 30518 | Assigned run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.982 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.982 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.982 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.p6GJUQ +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.983 | 41297 | Marked run 844 as finished +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.983 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.985 | 30522 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.986 | 30522 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.987 | 30519 | Checking out revision HEAD +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.988 | 30519 | Going to run: ./ci +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.992 | 30522 | Recursively removing directory: /tmp/git.ogbPC1/ +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.994 | 30522 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.994 | 30522 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.994 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.994 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.994 | 41311 | Added a new worker 10 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.994 | 30518 | Removed run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.994 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.994 | 30518 | Assigned run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.994 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.994 | 30522 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30522/cimple-worker: 2024-01-28 10:55:33.994 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vUGqxf +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.996 | 30519 | Recursively removing directory: /tmp/git.p6GJUQ/ +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.997 | 30519 | Process exit code: 0 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.997 | 30519 | Process output: 57 bytes +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.997 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.997 | 30519 | Waiting for a new command +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.997 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.997 | 41314 | Added a new worker 13 to the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.997 | 30518 | Removed run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.997 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.997 | 30516 | Waiting for new connections +2024-01-28 10:55:33 | INFO | 30516/cimple-server: 2024-01-28 10:55:33.997 | 30518 | Assigned run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:33 | INFO | 30519/cimple-worker: 2024-01-28 10:55:33.997 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nsrXOp +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.006 | 41310 | Marked run 845 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.006 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.007 | 41313 | Marked run 846 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.008 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.009 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.010 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.010 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.010 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.016 | 30522 | Recursively removing directory: /tmp/git.vUGqxf/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.016 | 30519 | Recursively removing directory: /tmp/git.nsrXOp/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.017 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.017 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.017 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.017 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.017 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.017 | 41328 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.017 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.017 | 30518 | Removed run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.017 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.018 | 30518 | Assigned run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.018 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.018 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.018 | 41330 | Added a new worker 13 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.018 | 30518 | Removed run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.018 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.018 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.018 | 30518 | Assigned run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.018 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SyPe70 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.017 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.017 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.018 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.018 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eAHms7 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.019 | 41327 | Marked run 847 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.019 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.021 | 41329 | Marked run 848 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.021 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.023 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.023 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.023 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.024 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.029 | 30522 | Recursively removing directory: /tmp/git.SyPe70/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.029 | 30519 | Recursively removing directory: /tmp/git.eAHms7/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.030 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.030 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.030 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.030 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.031 | 41344 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.031 | 30518 | Removed run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.031 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.031 | 30518 | Assigned run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.031 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.031 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.031 | 41346 | Added a new worker 15 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.031 | 30518 | Removed run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.031 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.031 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.031 | 30518 | Assigned run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.031 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.030 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.031 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eJVZIM +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.030 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.030 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.031 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.031 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DFkveR +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.032 | 41343 | Marked run 849 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.033 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.034 | 41345 | Marked run 850 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.034 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.036 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.037 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.037 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.037 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.043 | 30522 | Recursively removing directory: /tmp/git.eJVZIM/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.043 | 30519 | Recursively removing directory: /tmp/git.DFkveR/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.044 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.044 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.044 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.045 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.045 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.045 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.045 | 41361 | Added a new worker 15 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.045 | 30518 | Removed run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.045 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.045 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.045 | 30518 | Assigned run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.045 | 41362 | Added a new worker 16 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.045 | 30518 | Removed run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.045 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.045 | 30518 | Assigned run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.044 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.044 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.045 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.045 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1t0ctX +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.045 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.loYWWs +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.046 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.046 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.047 | 41360 | Marked run 852 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.048 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.049 | 41359 | Marked run 851 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.049 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.050 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.050 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.051 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.051 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.057 | 30522 | Recursively removing directory: /tmp/git.loYWWs/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.058 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.058 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.058 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.058 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.058 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.058 | 41376 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.058 | 30518 | Removed run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.058 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.058 | 30518 | Assigned run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.058 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.058 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.058 | 41378 | Added a new worker 8 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.058 | 30518 | Removed run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.058 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.058 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.059 | 30518 | Assigned run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.058 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yivTvg +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.057 | 30519 | Recursively removing directory: /tmp/git.1t0ctX/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.058 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.058 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.058 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.059 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.f3UrAi +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.060 | 41375 | Marked run 853 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.060 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.062 | 41377 | Marked run 854 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.063 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.064 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.064 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.065 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.065 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.071 | 30519 | Recursively removing directory: /tmp/git.f3UrAi/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.071 | 30522 | Recursively removing directory: /tmp/git.yivTvg/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.072 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.072 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.072 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.072 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.072 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.072 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.072 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.073 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.073 | 41393 | Added a new worker 14 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.073 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.073 | 30518 | Removed run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.073 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.073 | 30518 | Assigned run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.073 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.073 | 41394 | Added a new worker 16 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.073 | 30518 | Removed run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.073 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.073 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.073 | 30518 | Assigned run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.072 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.073 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RIj6A1 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.073 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sIshEK +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.075 | 41391 | Marked run 856 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.075 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.077 | 41392 | Marked run 855 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.077 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.078 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.079 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.079 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.080 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.085 | 30519 | Recursively removing directory: /tmp/git.RIj6A1/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.085 | 30522 | Recursively removing directory: /tmp/git.sIshEK/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.086 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.086 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.087 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.087 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.087 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.087 | 41408 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.087 | 30518 | Removed run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.087 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.087 | 30518 | Assigned run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.087 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.087 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.087 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.087 | 41410 | Added a new worker 13 to the queue +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.087 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9r74KS +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.087 | 30518 | Removed run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.087 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.087 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.087 | 30518 | Assigned run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.087 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.087 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.087 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.088 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rb86e8 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.089 | 41407 | Marked run 857 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.090 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.091 | 41409 | Marked run 858 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.091 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.093 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.093 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.094 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.094 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.099 | 30522 | Recursively removing directory: /tmp/git.rb86e8/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.099 | 30519 | Recursively removing directory: /tmp/git.9r74KS/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.101 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.101 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.101 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.101 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.101 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.101 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.101 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.101 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.101 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.101 | 41425 | Added a new worker 15 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.101 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.101 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.101 | 30518 | Removed run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.101 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.101 | 30518 | Assigned run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.101 | 41426 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.101 | 30518 | Removed run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.101 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.101 | 30518 | Assigned run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.101 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.101 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pg7sK4 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.101 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m405x6 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.106 | 41424 | Marked run 859 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.106 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.108 | 41423 | Marked run 860 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.108 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.109 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.109 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.109 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.110 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.115 | 30522 | Recursively removing directory: /tmp/git.pg7sK4/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.115 | 30519 | Recursively removing directory: /tmp/git.m405x6/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.116 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.116 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.116 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.116 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.116 | 41440 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.116 | 30518 | Removed run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.116 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.116 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.116 | 30518 | Assigned run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.116 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.117 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.T7x9DY +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.117 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.117 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.117 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.117 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.117 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.117 | 41442 | Added a new worker 13 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.117 | 30518 | Removed run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.117 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.117 | 30518 | Assigned run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.118 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.118 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9xGWSH +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.119 | 41439 | Marked run 861 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.119 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.121 | 41441 | Marked run 862 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.121 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.122 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.122 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.123 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.124 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.128 | 30522 | Recursively removing directory: /tmp/git.T7x9DY/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.129 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.129 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.129 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.129 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.129 | 41456 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.129 | 30518 | Removed run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.129 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.129 | 30518 | Assigned run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.129 | 30519 | Recursively removing directory: /tmp/git.9xGWSH/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.130 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.129 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.130 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.waCXDw +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.131 | 41455 | Marked run 863 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.131 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.132 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.132 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.132 | 41458 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.132 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.132 | 30518 | Removed run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.132 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.132 | 30518 | Assigned run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.131 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.131 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.132 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.132 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UMpOFC +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.133 | 41457 | Marked run 864 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.133 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.135 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.136 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.137 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.138 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.142 | 30522 | Recursively removing directory: /tmp/git.waCXDw/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.143 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.143 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.143 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.143 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.143 | 41472 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.143 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.143 | 30518 | Removed run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.143 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.143 | 30518 | Assigned run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.143 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.144 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2pjFy5 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.144 | 30519 | Recursively removing directory: /tmp/git.UMpOFC/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.145 | 41471 | Marked run 865 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.145 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.146 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.146 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.146 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.146 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.146 | 41474 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.146 | 30518 | Removed run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.146 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.146 | 30518 | Assigned run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.146 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.146 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.146 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pEaVyd +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.148 | 41473 | Marked run 866 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.148 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.149 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.150 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.151 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.152 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.156 | 30522 | Recursively removing directory: /tmp/git.2pjFy5/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.157 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.157 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.157 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.157 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.157 | 41488 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.157 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.158 | 30518 | Removed run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.158 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TOSsfG +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.158 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.158 | 30519 | Recursively removing directory: /tmp/git.pEaVyd/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.158 | 30518 | Assigned run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.158 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.159 | 41487 | Marked run 867 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.159 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.160 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.160 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.160 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.160 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.160 | 41490 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.160 | 30518 | Removed run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.160 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.160 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.160 | 30518 | Assigned run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.160 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.161 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QYXZBp +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.162 | 41489 | Marked run 868 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.162 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.163 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.164 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.165 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.166 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.169 | 30522 | Recursively removing directory: /tmp/git.TOSsfG/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.171 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.171 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.171 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.171 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.171 | 41504 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.171 | 30518 | Removed run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.171 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.171 | 30518 | Assigned run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.171 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.171 | 30519 | Recursively removing directory: /tmp/git.QYXZBp/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.171 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.171 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.THJ7VV +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.174 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.174 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.174 | 41503 | Marked run 869 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.174 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.174 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.174 | 41506 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.174 | 30518 | Removed run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.174 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.174 | 30518 | Assigned run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.174 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.174 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.174 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uLbo8u +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.176 | 41505 | Marked run 870 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.176 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.177 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.178 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.179 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.179 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.183 | 30522 | Recursively removing directory: /tmp/git.THJ7VV/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.185 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.185 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.185 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.185 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.185 | 41520 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.185 | 30518 | Removed run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.185 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.185 | 30518 | Assigned run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.185 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.186 | 30519 | Recursively removing directory: /tmp/git.uLbo8u/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.185 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.185 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xaitIs +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.187 | 41519 | Marked run 871 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.187 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.188 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.188 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.188 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.188 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.188 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.188 | 41522 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.188 | 30518 | Removed run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.188 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.188 | 30518 | Assigned run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.188 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZmVgNp +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.189 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.190 | 41521 | Marked run 872 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.190 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.191 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.192 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.192 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.193 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.197 | 30522 | Recursively removing directory: /tmp/git.xaitIs/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.199 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.199 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.199 | 30519 | Recursively removing directory: /tmp/git.ZmVgNp/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.199 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.199 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.199 | 41536 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.199 | 30518 | Removed run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.199 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.199 | 30518 | Assigned run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.199 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.199 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AIy9pm +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.199 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.200 | 41535 | Marked run 873 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.201 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.201 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.201 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.201 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.201 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.201 | 41538 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.201 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.201 | 30518 | Removed run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.201 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.201 | 30518 | Assigned run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.201 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.202 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8zG8W2 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.203 | 41537 | Marked run 874 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.203 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.208 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.209 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.210 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.211 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.214 | 30522 | Recursively removing directory: /tmp/git.AIy9pm/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.216 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.216 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.216 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.216 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.216 | 41552 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.216 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.216 | 30518 | Removed run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.216 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.216 | 30518 | Assigned run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.216 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.216 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2MkVo4 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.217 | 30519 | Recursively removing directory: /tmp/git.8zG8W2/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.218 | 41551 | Marked run 875 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.218 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.219 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.219 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.219 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.219 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.219 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.219 | 41554 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.219 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.219 | 30518 | Removed run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.219 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.219 | 30518 | Assigned run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.219 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pp34ip +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.221 | 41553 | Marked run 876 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.221 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.222 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.223 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.224 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.224 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.228 | 30522 | Recursively removing directory: /tmp/git.2MkVo4/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.229 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.229 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.229 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.230 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.230 | 41568 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.230 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.230 | 30518 | Removed run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.230 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.230 | 30518 | Assigned run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.230 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.230 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hGlOLH +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.230 | 30519 | Recursively removing directory: /tmp/git.pp34ip/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.232 | 41567 | Marked run 877 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.232 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.233 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.233 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.233 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.233 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.233 | 41570 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.233 | 30518 | Removed run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.233 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.233 | 30518 | Assigned run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.233 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.233 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.233 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7YKtUQ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.235 | 41569 | Marked run 878 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.235 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.236 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.237 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.238 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.239 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.242 | 30522 | Recursively removing directory: /tmp/git.hGlOLH/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.244 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.244 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.244 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.244 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.244 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.244 | 41584 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.244 | 30518 | Removed run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.244 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.244 | 30518 | Assigned run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.244 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.244 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HFZJBL +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.244 | 30519 | Recursively removing directory: /tmp/git.7YKtUQ/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.246 | 41583 | Marked run 879 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.246 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.247 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.247 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.247 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.247 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.247 | 41586 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.247 | 30518 | Removed run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.247 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.247 | 30518 | Assigned run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.248 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.247 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.247 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CMJSRk +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.249 | 41585 | Marked run 880 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.249 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.250 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.251 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.252 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.253 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.256 | 30522 | Recursively removing directory: /tmp/git.HFZJBL/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.258 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.258 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.258 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.258 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.258 | 41600 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.258 | 30518 | Removed run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.258 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.258 | 30518 | Assigned run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.258 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.258 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.258 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WWwRza +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.260 | 30519 | Recursively removing directory: /tmp/git.CMJSRk/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.260 | 41599 | Marked run 881 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.260 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.261 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.261 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.261 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.261 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.261 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.261 | 41602 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.261 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.261 | 30518 | Removed run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.261 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.261 | 30518 | Assigned run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.262 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qRMUYP +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.264 | 41601 | Marked run 882 as finished +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.264 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.264 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.265 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.266 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.267 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.270 | 30522 | Recursively removing directory: /tmp/git.WWwRza/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.272 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.272 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.272 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.272 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.272 | 41616 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.272 | 30518 | Removed run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.272 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.272 | 30518 | Assigned run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.272 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.272 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.272 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.J9gZrv +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.273 | 30519 | Recursively removing directory: /tmp/git.qRMUYP/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.274 | 41615 | Marked run 883 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.274 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.275 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.275 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.275 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.275 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.275 | 41618 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.275 | 30518 | Removed run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.275 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.275 | 30518 | Assigned run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.275 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.275 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jEQ7Nf +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.276 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.277 | 41617 | Marked run 884 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.277 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.279 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.280 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.280 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.281 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.286 | 30522 | Recursively removing directory: /tmp/git.J9gZrv/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.287 | 30519 | Recursively removing directory: /tmp/git.jEQ7Nf/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.287 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.287 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.287 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.288 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.288 | 41632 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.288 | 30518 | Removed run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.288 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.288 | 30518 | Assigned run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.288 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.288 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.288 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VsxtvU +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.290 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.290 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.290 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.290 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.290 | 41634 | Added a new worker 13 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.290 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.290 | 30518 | Removed run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.290 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.290 | 30518 | Assigned run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.290 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.290 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VbSmou +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.290 | 41631 | Marked run 885 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.291 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.292 | 41633 | Marked run 886 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.292 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.293 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.294 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.295 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.296 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.299 | 30522 | Recursively removing directory: /tmp/git.VsxtvU/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.301 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.301 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.301 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.301 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.301 | 41648 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.301 | 30518 | Removed run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.301 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.301 | 30518 | Assigned run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.301 | 30519 | Recursively removing directory: /tmp/git.VbSmou/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.302 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.301 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.301 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bbnmrb +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.303 | 41647 | Marked run 887 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.303 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.304 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.304 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.304 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.304 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.304 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.304 | 41650 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.304 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.304 | 30518 | Removed run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.304 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.304 | 30518 | Assigned run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.304 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6Pk1Dn +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.306 | 41649 | Marked run 888 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.306 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.307 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.307 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.309 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.309 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.313 | 30522 | Recursively removing directory: /tmp/git.bbnmrb/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.314 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.314 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.315 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.315 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.315 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.315 | 41664 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.315 | 30518 | Removed run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.315 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.315 | 30518 | Assigned run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.315 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WdPEVJ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.315 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.316 | 30519 | Recursively removing directory: /tmp/git.6Pk1Dn/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.320 | 41663 | Marked run 889 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.320 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.321 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.321 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.321 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.322 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.322 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.322 | 41666 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.322 | 30518 | Removed run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.322 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.322 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.322 | 30518 | Assigned run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.322 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VbWVbm +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.323 | 41665 | Marked run 890 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.323 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.324 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.325 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.327 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.328 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.331 | 30522 | Recursively removing directory: /tmp/git.WdPEVJ/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.332 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.332 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.332 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.332 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.332 | 41680 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.332 | 30518 | Removed run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.332 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.332 | 30518 | Assigned run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.332 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.332 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.64P8mc +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.333 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.334 | 30519 | Recursively removing directory: /tmp/git.VbWVbm/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.334 | 41679 | Marked run 891 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.334 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.335 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.335 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.335 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.335 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.335 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.335 | 41682 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.335 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.335 | 30518 | Removed run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.335 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.335 | 30518 | Assigned run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.335 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.r1Y3Zj +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.337 | 41681 | Marked run 892 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.337 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.338 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.339 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.340 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.340 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.344 | 30522 | Recursively removing directory: /tmp/git.64P8mc/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.346 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.346 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.346 | 30519 | Recursively removing directory: /tmp/git.r1Y3Zj/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.346 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.346 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Z3ZFGj +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.346 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.346 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.346 | 41696 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.346 | 30518 | Removed run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.346 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.346 | 30518 | Assigned run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.346 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.348 | 41695 | Marked run 893 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.348 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.348 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.348 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.349 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.349 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.349 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.349 | 41698 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.349 | 30518 | Removed run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.349 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.349 | 30518 | Assigned run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.349 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.349 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qXXHpM +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.350 | 41697 | Marked run 894 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.351 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.352 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.353 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.353 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.354 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.358 | 30522 | Recursively removing directory: /tmp/git.Z3ZFGj/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.359 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.359 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.359 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.359 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.359 | 41712 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.359 | 30518 | Removed run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.359 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.359 | 30518 | Assigned run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.360 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.360 | 30519 | Recursively removing directory: /tmp/git.qXXHpM/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.359 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.360 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MVQDIP +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.362 | 41711 | Marked run 895 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.362 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.362 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.362 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.363 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.363 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.363 | 41714 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.363 | 30518 | Removed run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.363 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.363 | 30518 | Assigned run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.363 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.363 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.363 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.J8PAuo +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.365 | 41713 | Marked run 896 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.365 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.366 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.366 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.367 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.368 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.372 | 30522 | Recursively removing directory: /tmp/git.MVQDIP/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.373 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.373 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.373 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.373 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.374 | 41728 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.374 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.374 | 30518 | Removed run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.374 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.374 | 30518 | Assigned run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.374 | 30519 | Recursively removing directory: /tmp/git.J8PAuo/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.373 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.374 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IHKjbf +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.375 | 41727 | Marked run 897 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.375 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.376 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.376 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.376 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.376 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.376 | 41730 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.376 | 30518 | Removed run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.377 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.377 | 30518 | Assigned run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.377 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.376 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.377 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UMcWWG +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.378 | 41729 | Marked run 898 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.379 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.379 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.380 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.381 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.382 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.385 | 30522 | Recursively removing directory: /tmp/git.IHKjbf/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.386 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.386 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.387 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.387 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.387 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Wf0DQk +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.387 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.387 | 41743 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.387 | 30518 | Removed run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.387 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.387 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.387 | 30518 | Assigned run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.389 | 30519 | Recursively removing directory: /tmp/git.UMcWWG/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.389 | 41742 | Marked run 899 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.389 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.390 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.390 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.390 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.390 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.390 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.390 | 41746 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.390 | 30518 | Removed run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.390 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.390 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.391 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8jeTuY +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.391 | 30518 | Assigned run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.392 | 41745 | Marked run 900 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.392 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.394 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.394 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.396 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.397 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.400 | 30522 | Recursively removing directory: /tmp/git.Wf0DQk/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.402 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.402 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.402 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.402 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.402 | 41760 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.402 | 30518 | Removed run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.402 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.402 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.402 | 30518 | Assigned run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.402 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.402 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C1mMcK +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.403 | 30519 | Recursively removing directory: /tmp/git.8jeTuY/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.404 | 41759 | Marked run 901 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.404 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.405 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.405 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.405 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.405 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.405 | 41762 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.405 | 30518 | Removed run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.405 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.405 | 30518 | Assigned run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.405 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.405 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.405 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9OTF6o +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.407 | 41761 | Marked run 902 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.407 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.407 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.408 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.410 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.410 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.413 | 30522 | Recursively removing directory: /tmp/git.C1mMcK/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.415 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.415 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.415 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.415 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.415 | 41776 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.415 | 30518 | Removed run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.415 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.415 | 30518 | Assigned run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.415 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.415 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.415 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.s1RozG +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.416 | 30519 | Recursively removing directory: /tmp/git.9OTF6o/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.417 | 41775 | Marked run 903 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.418 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.418 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.418 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.418 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.418 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.418 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.419 | 41778 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.419 | 30518 | Removed run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.419 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.419 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.419 | 30518 | Assigned run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.419 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o9BA8P +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.421 | 41777 | Marked run 904 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.421 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.421 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.422 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.424 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.425 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.428 | 30522 | Recursively removing directory: /tmp/git.s1RozG/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.429 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.429 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.429 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.429 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.429 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.430 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bG48Yz +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.429 | 41792 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.430 | 30518 | Removed run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.430 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.430 | 30518 | Assigned run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.430 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.431 | 30519 | Recursively removing directory: /tmp/git.o9BA8P/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.432 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.432 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.432 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.432 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.432 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.432 | 41794 | Added a new worker 13 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.432 | 30518 | Removed run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.432 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.432 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.432 | 30518 | Assigned run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.432 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8Eiog9 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.435 | 41791 | Marked run 905 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.435 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.437 | 41793 | Marked run 906 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.437 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.438 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.438 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.438 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.438 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.444 | 30522 | Recursively removing directory: /tmp/git.bG48Yz/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.444 | 30519 | Recursively removing directory: /tmp/git.8Eiog9/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.445 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.445 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.445 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.445 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.445 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.446 | 41808 | Added a new worker 13 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.446 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.446 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.446 | 30518 | Removed run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.446 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.446 | 30518 | Assigned run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.446 | 41810 | Added a new worker 14 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.446 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.446 | 30518 | Removed run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.446 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.446 | 30518 | Assigned run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.445 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.445 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.446 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.446 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IJUqg1 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.445 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.446 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g1qWtR +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.448 | 41807 | Marked run 907 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.448 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.449 | 41809 | Marked run 908 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.449 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.451 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.451 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.451 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.452 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.457 | 30522 | Recursively removing directory: /tmp/git.g1qWtR/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.458 | 30519 | Recursively removing directory: /tmp/git.IJUqg1/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.458 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.458 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.458 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.458 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.458 | 41824 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.458 | 30518 | Removed run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.458 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.459 | 30518 | Assigned run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.458 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.459 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Jwk5Te +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.459 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.459 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.459 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.459 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.459 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.459 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.459 | 41826 | Added a new worker 13 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.459 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.459 | 30518 | Removed run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.459 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.459 | 30518 | Assigned run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.460 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.32qQJ1 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.461 | 41823 | Marked run 909 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.461 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.463 | 41825 | Marked run 910 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.463 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.465 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.465 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.466 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.466 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.471 | 30522 | Recursively removing directory: /tmp/git.Jwk5Te/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.472 | 30519 | Recursively removing directory: /tmp/git.32qQJ1/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.473 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.473 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.473 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.473 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.473 | 41840 | Added a new worker 12 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.473 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.473 | 30518 | Removed run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.473 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.473 | 30518 | Assigned run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.473 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.473 | 41842 | Added a new worker 8 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.473 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.473 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.473 | 30518 | Removed run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.473 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.474 | 30518 | Assigned run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.473 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.473 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ml4G31 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.473 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.473 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.473 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.474 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XgxDIl +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.475 | 41839 | Marked run 911 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.476 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.477 | 41841 | Marked run 912 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.477 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.478 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.478 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.479 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.479 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.485 | 30522 | Recursively removing directory: /tmp/git.ml4G31/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.485 | 30519 | Recursively removing directory: /tmp/git.XgxDIl/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.486 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.486 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.486 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.486 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.486 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.486 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.486 | 41857 | Added a new worker 14 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.486 | 30518 | Removed run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.486 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.486 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.486 | 30518 | Assigned run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.486 | 41858 | Added a new worker 16 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.486 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.487 | 30518 | Removed run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.487 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.487 | 30518 | Assigned run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.486 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.486 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.486 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.486 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Kd4vOa +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.486 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.487 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cflHC9 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.489 | 41855 | Marked run 913 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.489 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.491 | 41856 | Marked run 914 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.491 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.492 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.493 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.493 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.493 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.499 | 30519 | Recursively removing directory: /tmp/git.Kd4vOa/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.499 | 30522 | Recursively removing directory: /tmp/git.cflHC9/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.500 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.500 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.500 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.500 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.500 | 41872 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.500 | 30518 | Removed run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.500 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.500 | 30518 | Assigned run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.500 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.500 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.501 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.500 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.500 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1yUqIP +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.501 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.501 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.501 | 41874 | Added a new worker 13 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.501 | 30518 | Removed run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.501 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.501 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.501 | 30518 | Assigned run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.501 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.501 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MbOrYN +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.502 | 41871 | Marked run 915 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.502 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.504 | 41873 | Marked run 916 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.504 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.505 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.506 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.506 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.507 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.512 | 30519 | Recursively removing directory: /tmp/git.1yUqIP/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.512 | 30522 | Recursively removing directory: /tmp/git.MbOrYN/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.513 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.513 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.513 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.513 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.513 | 41888 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.513 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.513 | 30518 | Removed run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.513 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.513 | 30518 | Assigned run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.514 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.514 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.514 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.513 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.514 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ALR3gd +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.514 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bwxLeU +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.514 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.514 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.514 | 41890 | Added a new worker 13 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.514 | 30518 | Removed run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.514 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.514 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.514 | 30518 | Assigned run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.515 | 41887 | Marked run 917 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.515 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.517 | 41889 | Marked run 918 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.517 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.519 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.520 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.520 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.521 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.526 | 30519 | Recursively removing directory: /tmp/git.ALR3gd/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.526 | 30522 | Recursively removing directory: /tmp/git.bwxLeU/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.527 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.527 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.527 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.527 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.527 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.527 | 41904 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.527 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.527 | 30518 | Removed run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.527 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.528 | 30518 | Assigned run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.528 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.528 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.528 | 41906 | Added a new worker 13 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.528 | 30518 | Removed run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.528 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.528 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.528 | 30518 | Assigned run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.528 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kii7yi +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.528 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.528 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.528 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.528 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.v2wQka +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.529 | 41903 | Marked run 919 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.529 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.531 | 41905 | Marked run 920 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.531 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.533 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.533 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.534 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.534 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.540 | 30519 | Recursively removing directory: /tmp/git.kii7yi/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.540 | 30522 | Recursively removing directory: /tmp/git.v2wQka/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.541 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.541 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.541 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.541 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.541 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.542 | 41921 | Added a new worker 14 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.542 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.542 | 30518 | Removed run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.542 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.542 | 30518 | Assigned run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.542 | 41922 | Added a new worker 16 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.542 | 30518 | Removed run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.542 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.542 | 30518 | Assigned run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.542 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.542 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.541 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.541 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.541 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.542 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CruqbB +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.541 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.542 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oPbzEL +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.545 | 41920 | Marked run 922 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.545 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.546 | 41919 | Marked run 921 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.546 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.548 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.548 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.549 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.549 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.554 | 30522 | Recursively removing directory: /tmp/git.CruqbB/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.555 | 30519 | Recursively removing directory: /tmp/git.oPbzEL/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.555 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.555 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.556 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.556 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.556 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.556 | 41936 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.556 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.556 | 30518 | Removed run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.556 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.556 | 30518 | Assigned run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.556 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.556 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.556 | 41938 | Added a new worker 13 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.556 | 30518 | Removed run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.556 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.556 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.556 | 30518 | Assigned run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.556 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.K0wSrr +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.556 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.556 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.556 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.557 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.szRkbe +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.558 | 41935 | Marked run 924 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.558 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.559 | 41937 | Marked run 923 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.559 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.561 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.561 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.562 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.562 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.567 | 30522 | Recursively removing directory: /tmp/git.K0wSrr/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.568 | 30519 | Recursively removing directory: /tmp/git.szRkbe/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.569 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.569 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.569 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.569 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.569 | 41952 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.569 | 30518 | Removed run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.569 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.569 | 30518 | Assigned run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.569 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.569 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.flLCTa +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.569 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.569 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.569 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.569 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.570 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.570 | 41954 | Added a new worker 8 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.570 | 30518 | Removed run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.570 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.570 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.570 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.570 | 30518 | Assigned run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.570 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FtJKAu +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.571 | 41951 | Marked run 925 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.571 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.573 | 41953 | Marked run 926 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.573 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.574 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.574 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.575 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.575 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.580 | 30522 | Recursively removing directory: /tmp/git.flLCTa/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.581 | 30519 | Recursively removing directory: /tmp/git.FtJKAu/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.582 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.582 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.582 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.582 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.582 | 41968 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.582 | 30518 | Removed run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.582 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.582 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.582 | 30518 | Assigned run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.582 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.582 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.582 | 41970 | Added a new worker 13 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.582 | 30518 | Removed run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.582 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.582 | 30518 | Assigned run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.583 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.582 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.582 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.582 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.583 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sN90vV +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.582 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.582 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mq7S2B +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.584 | 41967 | Marked run 927 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.584 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.586 | 41969 | Marked run 928 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.586 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.587 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.587 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.588 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.588 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.594 | 30522 | Recursively removing directory: /tmp/git.mq7S2B/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.594 | 30519 | Recursively removing directory: /tmp/git.sN90vV/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.595 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.595 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.595 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.595 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.595 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.595 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.595 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M73zYP +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.595 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.595 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.595 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.595 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.595 | 41985 | Added a new worker 15 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.595 | 30518 | Removed run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.595 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.595 | 30518 | Assigned run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.595 | 41986 | Added a new worker 16 to the queue +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.595 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zxZC5Y +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.595 | 30518 | Removed run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.595 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.595 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.595 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.595 | 30518 | Assigned run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.597 | 41983 | Marked run 930 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.597 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.598 | 41984 | Marked run 929 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.598 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.600 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.601 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.601 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.601 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.607 | 30519 | Recursively removing directory: /tmp/git.zxZC5Y/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.607 | 30522 | Recursively removing directory: /tmp/git.M73zYP/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.608 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.608 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.608 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.608 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.608 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.608 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.608 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.608 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.608 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.608 | 42001 | Added a new worker 15 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.608 | 30518 | Removed run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.608 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.608 | 30518 | Assigned run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.608 | 42002 | Added a new worker 16 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.608 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.608 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.608 | 30518 | Removed run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.608 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.609 | 30518 | Assigned run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.609 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e3xIqi +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.608 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.609 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7gRThH +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.610 | 41999 | Marked run 931 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.610 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.612 | 42000 | Marked run 932 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.612 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.614 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.614 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.614 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.614 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.620 | 30522 | Recursively removing directory: /tmp/git.e3xIqi/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.620 | 30519 | Recursively removing directory: /tmp/git.7gRThH/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.621 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.621 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.621 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.621 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.621 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.621 | 42017 | Added a new worker 14 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.621 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.621 | 30518 | Removed run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.621 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.621 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.621 | 30518 | Assigned run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.622 | 42018 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.622 | 30518 | Removed run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.622 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.622 | 30518 | Assigned run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.622 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.621 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.622 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1oa2N2 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.621 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.621 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.621 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.622 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VPGbE0 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.623 | 42015 | Marked run 934 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.624 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.625 | 42016 | Marked run 933 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.625 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.627 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.628 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.628 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.628 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.633 | 30522 | Recursively removing directory: /tmp/git.1oa2N2/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.634 | 30519 | Recursively removing directory: /tmp/git.VPGbE0/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.634 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.634 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.634 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.634 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.635 | 42032 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.635 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.635 | 30518 | Removed run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.635 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.635 | 30518 | Assigned run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.634 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.635 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MvWLhM +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.636 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.636 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.637 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.636 | 42031 | Marked run 935 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.636 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.636 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.637 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.637 | 42034 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.637 | 30518 | Removed run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.637 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.637 | 30518 | Assigned run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.637 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.637 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LB7eSg +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.638 | 42033 | Marked run 936 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.638 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.640 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.641 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.642 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.643 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.647 | 30522 | Recursively removing directory: /tmp/git.MvWLhM/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.648 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.648 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.648 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.648 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.648 | 42048 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.648 | 30518 | Removed run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.648 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.648 | 30518 | Assigned run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.648 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.648 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.648 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZgDH09 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.649 | 30519 | Recursively removing directory: /tmp/git.LB7eSg/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.650 | 42047 | Marked run 937 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.650 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.651 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.651 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.651 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.651 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.651 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.651 | 42050 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.651 | 30518 | Removed run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.651 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.651 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.651 | 30518 | Assigned run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.652 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ero1BN +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.659 | 42049 | Marked run 938 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.659 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.660 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.661 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.662 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.663 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.666 | 30522 | Recursively removing directory: /tmp/git.ZgDH09/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.667 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.667 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.668 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.668 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.668 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.668 | 42063 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.668 | 30518 | Removed run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.668 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.668 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.668 | 30518 | Assigned run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.668 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OEUqSe +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.669 | 30519 | Recursively removing directory: /tmp/git.Ero1BN/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.670 | 42062 | Marked run 939 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.670 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.671 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.671 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.671 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.671 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.671 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.671 | 42066 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.671 | 30518 | Removed run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.671 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.671 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.671 | 30518 | Assigned run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.671 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2H3gIg +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.673 | 42065 | Marked run 940 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.673 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.675 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.675 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.676 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.677 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.681 | 30522 | Recursively removing directory: /tmp/git.OEUqSe/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.682 | 30519 | Recursively removing directory: /tmp/git.2H3gIg/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.682 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.682 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.683 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.683 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.683 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.683 | 42080 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.683 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.683 | 30518 | Removed run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.683 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.683 | 30518 | Assigned run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.683 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.43OwkP +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.685 | 42079 | Marked run 941 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.685 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.685 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.685 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.685 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.686 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.686 | 42082 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.686 | 30518 | Removed run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.686 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.686 | 30518 | Assigned run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.686 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.686 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.686 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4LCH5Q +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.687 | 42081 | Marked run 942 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.687 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.689 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.689 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.690 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.691 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.695 | 30522 | Recursively removing directory: /tmp/git.43OwkP/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.696 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.696 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.696 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.696 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.696 | 42096 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.696 | 30518 | Removed run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.696 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.696 | 30518 | Assigned run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.697 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.696 | 30519 | Recursively removing directory: /tmp/git.4LCH5Q/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.696 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.696 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g63vg0 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.698 | 42095 | Marked run 943 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.698 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.699 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.699 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.699 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.699 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.getPEE +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.699 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.699 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.699 | 42098 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.699 | 30518 | Removed run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.699 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.699 | 30518 | Assigned run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.699 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.701 | 42097 | Marked run 944 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.701 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.702 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.703 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.704 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.704 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.708 | 30522 | Recursively removing directory: /tmp/git.g63vg0/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.710 | 30519 | Recursively removing directory: /tmp/git.getPEE/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.710 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.710 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.710 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.710 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.710 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.710 | 42112 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.710 | 30518 | Removed run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.710 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.710 | 30518 | Assigned run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.710 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.710 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XBAhUj +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.712 | 42111 | Marked run 945 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.712 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.713 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.713 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.713 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.713 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.713 | 42114 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.713 | 30518 | Removed run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.713 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.713 | 30518 | Assigned run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.713 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.713 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NwVhCp +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.713 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.715 | 42113 | Marked run 946 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.715 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.716 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.716 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.718 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.718 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.722 | 30522 | Recursively removing directory: /tmp/git.XBAhUj/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.723 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.723 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.723 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.723 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.723 | 42128 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.723 | 30518 | Removed run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.723 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.723 | 30518 | Assigned run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.723 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.723 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.723 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nYxVj3 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.724 | 30519 | Recursively removing directory: /tmp/git.NwVhCp/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.725 | 42127 | Marked run 947 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.725 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.726 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.726 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.726 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.726 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.726 | 42130 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.726 | 30518 | Removed run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.726 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.726 | 30518 | Assigned run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.726 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.727 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.K3wVdl +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.727 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.728 | 42129 | Marked run 948 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.728 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.729 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.730 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.731 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.732 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.735 | 30522 | Recursively removing directory: /tmp/git.nYxVj3/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.736 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.736 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.736 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.737 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.737 | 42144 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.737 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.737 | 30518 | Removed run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.737 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.737 | 30518 | Assigned run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.737 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.737 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oJZrII +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.738 | 30519 | Recursively removing directory: /tmp/git.K3wVdl/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.738 | 42142 | Marked run 949 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.738 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.740 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.740 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.740 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.740 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.740 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.740 | 42146 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.740 | 30518 | Removed run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.740 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.740 | 30518 | Assigned run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.740 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.741 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FyeCFF +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.741 | 42145 | Marked run 950 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.741 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.742 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.743 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.744 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.745 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.748 | 30522 | Recursively removing directory: /tmp/git.oJZrII/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.750 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.750 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.750 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.750 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.750 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.750 | 42160 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.750 | 30518 | Removed run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.750 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.750 | 30518 | Assigned run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.750 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.750 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gKQ4UB +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.751 | 30519 | Recursively removing directory: /tmp/git.FyeCFF/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.752 | 42159 | Marked run 951 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.752 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.753 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.753 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.753 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.753 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.753 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.753 | 42162 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.753 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.753 | 30518 | Removed run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.753 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.753 | 30518 | Assigned run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.753 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FFlzdA +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.755 | 42161 | Marked run 952 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.755 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.756 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.756 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.758 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.759 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.762 | 30522 | Recursively removing directory: /tmp/git.gKQ4UB/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.763 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.763 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.764 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.764 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.764 | 42176 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.764 | 30518 | Removed run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.764 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.764 | 30518 | Assigned run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.764 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.764 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.764 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bILWpS +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.764 | 30519 | Recursively removing directory: /tmp/git.FFlzdA/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.767 | 42175 | Marked run 953 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.767 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.768 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.768 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.768 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.768 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.768 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.768 | 42178 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.768 | 30518 | Removed run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.768 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.768 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.768 | 30518 | Assigned run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.769 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0Ymm5b +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.769 | 42177 | Marked run 954 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.770 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.770 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.771 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.773 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.773 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.776 | 30522 | Recursively removing directory: /tmp/git.bILWpS/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.778 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.778 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.778 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.778 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.778 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.778 | 42192 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.778 | 30518 | Removed run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.778 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.778 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.778 | 30518 | Assigned run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.778 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LSZcyB +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.779 | 30519 | Recursively removing directory: /tmp/git.0Ymm5b/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.781 | 42191 | Marked run 955 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.781 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.781 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.781 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.781 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.781 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.781 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.782 | 42194 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.782 | 30518 | Removed run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.782 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.782 | 30518 | Assigned run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.782 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.782 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S5Bj9R +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.783 | 42193 | Marked run 956 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.783 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.784 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.784 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.786 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.787 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.790 | 30522 | Recursively removing directory: /tmp/git.LSZcyB/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.791 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.791 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.791 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.791 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.791 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.791 | 42207 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.791 | 30518 | Removed run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.791 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.791 | 30518 | Assigned run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.791 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.791 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KftQO2 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.793 | 42206 | Marked run 957 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.793 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.794 | 30519 | Recursively removing directory: /tmp/git.S5Bj9R/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.795 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.795 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.795 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.795 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.795 | 42210 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.795 | 30518 | Removed run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.795 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.795 | 30518 | Assigned run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.795 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.795 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.795 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YlEfgl +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.797 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.797 | 42209 | Marked run 958 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.797 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.797 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.800 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.801 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.803 | 30522 | Recursively removing directory: /tmp/git.KftQO2/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.804 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.804 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.804 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.804 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.804 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.804 | 42221 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.804 | 30518 | Removed run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.804 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.804 | 30518 | Assigned run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.805 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.805 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9L6mxH +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.806 | 42220 | Marked run 959 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.807 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.807 | 30519 | Recursively removing directory: /tmp/git.YlEfgl/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.808 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.808 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.809 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.809 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.809 | 42226 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.809 | 30518 | Removed run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.809 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.809 | 30518 | Assigned run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.809 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.809 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.809 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.d9SPqR +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.810 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.810 | 42225 | Marked run 960 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.810 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.811 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.813 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.814 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.816 | 30522 | Recursively removing directory: /tmp/git.9L6mxH/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.817 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.817 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.817 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.818 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.818 | 42237 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.818 | 30518 | Removed run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.818 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.818 | 30518 | Assigned run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.818 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.818 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.818 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NRzk5I +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.819 | 42236 | Marked run 961 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.819 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.820 | 30519 | Recursively removing directory: /tmp/git.d9SPqR/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.821 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.821 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.822 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.822 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.822 | 42242 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.822 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.822 | 30518 | Removed run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.822 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.822 | 30518 | Assigned run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.822 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.822 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.s1X3vP +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.823 | 42241 | Marked run 962 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.823 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.824 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.825 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.827 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.828 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.830 | 30522 | Recursively removing directory: /tmp/git.NRzk5I/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.831 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.831 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.831 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.831 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.832 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.832 | 42255 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.832 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.832 | 30518 | Removed run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.832 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.832 | 30518 | Assigned run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.832 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SlnLK2 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.833 | 30519 | Recursively removing directory: /tmp/git.s1X3vP/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.834 | 42254 | Marked run 963 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.834 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.835 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.835 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.835 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.835 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.835 | 42258 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.835 | 30518 | Removed run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.835 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.835 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.835 | 30518 | Assigned run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.835 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.835 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gnxz5Z +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.837 | 42257 | Marked run 964 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.837 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.837 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.838 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.840 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.841 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.843 | 30522 | Recursively removing directory: /tmp/git.SlnLK2/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.844 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.844 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.845 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.845 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.845 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.845 | 42270 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.845 | 30518 | Removed run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.845 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.845 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.845 | 30518 | Assigned run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.845 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WyjR0j +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.847 | 30519 | Recursively removing directory: /tmp/git.gnxz5Z/ +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.847 | 42269 | Marked run 965 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.847 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.849 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.849 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.849 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.849 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.849 | 42274 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.849 | 30518 | Removed run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.849 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.849 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.849 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sKssPa +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.849 | 30518 | Assigned run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.849 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.850 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.851 | 42273 | Marked run 966 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.851 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.851 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.854 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.855 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.857 | 30522 | Recursively removing directory: /tmp/git.WyjR0j/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.858 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.858 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.858 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.858 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.858 | 42285 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.858 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.858 | 30518 | Removed run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.858 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.858 | 30518 | Assigned run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.858 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.859 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qOY4Pn +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.860 | 42284 | Marked run 967 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.860 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.862 | 30519 | Recursively removing directory: /tmp/git.sKssPa/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.863 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.863 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.863 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.863 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.863 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.863 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.863 | 42290 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.863 | 30518 | Removed run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.863 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.863 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.863 | 30518 | Assigned run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.864 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.864 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zLJ13v +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.865 | 42289 | Marked run 968 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.866 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.869 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.869 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.869 | 30522 | Recursively removing directory: /tmp/git.qOY4Pn/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.871 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.871 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.871 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.871 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.871 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.871 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3cW96n +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.871 | 42299 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.871 | 30518 | Removed run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.871 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.871 | 30518 | Assigned run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.871 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.873 | 42298 | Marked run 969 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.873 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.875 | 30519 | Recursively removing directory: /tmp/git.zLJ13v/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.876 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.876 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.877 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.877 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.877 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.877 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.877 | 42307 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.877 | 30518 | Removed run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.877 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.877 | 30518 | Assigned run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.877 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.877 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8AtIIw +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.878 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.880 | 42306 | Marked run 970 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.880 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.883 | 30522 | Recursively removing directory: /tmp/git.3cW96n/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.883 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.884 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.884 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.884 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.884 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.884 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.884 | 42315 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.884 | 30518 | Removed run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.884 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.884 | 30518 | Assigned run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.885 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.884 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.885 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0ftDZW +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.886 | 42314 | Marked run 971 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.886 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.889 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.890 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.890 | 30519 | Recursively removing directory: /tmp/git.8AtIIw/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.891 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.891 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.891 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.892 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.892 | 42323 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.892 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.892 | 30518 | Removed run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.892 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.892 | 30518 | Assigned run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.892 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.892 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zHTQFh +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.893 | 42322 | Marked run 972 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.894 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.896 | 30522 | Recursively removing directory: /tmp/git.0ftDZW/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.897 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.898 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.898 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.898 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.898 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.898 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.898 | 42330 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.898 | 30518 | Removed run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.898 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.898 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.898 | 30518 | Assigned run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.898 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Hhm0tg +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.898 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.900 | 42329 | Marked run 973 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.900 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.903 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.904 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.904 | 30519 | Recursively removing directory: /tmp/git.zHTQFh/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.905 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.905 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.905 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.905 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.905 | 42339 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.906 | 30518 | Removed run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.906 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.906 | 30518 | Assigned run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.906 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.905 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.906 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vY0VPt +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.907 | 42338 | Marked run 974 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.907 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.910 | 30522 | Recursively removing directory: /tmp/git.Hhm0tg/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.910 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.911 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.911 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.911 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.911 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.911 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.911 | 42346 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.911 | 30518 | Removed run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.911 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.911 | 30518 | Assigned run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.912 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.911 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.912 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9ET1m1 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.913 | 42345 | Marked run 975 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.913 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.916 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.917 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.917 | 30519 | Recursively removing directory: /tmp/git.vY0VPt/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.919 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.919 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.919 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.919 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.919 | 42355 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.919 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.919 | 30518 | Removed run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.919 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.919 | 30518 | Assigned run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.919 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.919 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lHnFah +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.921 | 42354 | Marked run 976 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.921 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.923 | 30522 | Recursively removing directory: /tmp/git.9ET1m1/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.924 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.925 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.925 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.925 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.925 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.925 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.925 | 42362 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.925 | 30518 | Removed run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.925 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.925 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.925 | 30518 | Assigned run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.925 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YTpRdT +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.925 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.927 | 42361 | Marked run 977 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.927 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.930 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.931 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.931 | 30519 | Recursively removing directory: /tmp/git.lHnFah/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.932 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.932 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.932 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.932 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.932 | 42371 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.932 | 30518 | Removed run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.932 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.933 | 30518 | Assigned run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.933 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.932 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.933 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vH1FH3 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.934 | 42370 | Marked run 978 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.934 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.937 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.938 | 30522 | Recursively removing directory: /tmp/git.YTpRdT/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.938 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.939 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.939 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.939 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.939 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.939 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.939 | 42379 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.939 | 30518 | Removed run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.939 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.939 | 30518 | Assigned run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.940 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.940 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZmCW1w +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.942 | 42378 | Marked run 979 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.942 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.945 | 30519 | Recursively removing directory: /tmp/git.vH1FH3/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.945 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.946 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.946 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.946 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.946 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.946 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.946 | 42387 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.946 | 30518 | Removed run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.946 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.947 | 30518 | Assigned run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.947 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.946 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.947 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bncBcL +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.948 | 42386 | Marked run 980 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.948 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.951 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.952 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.952 | 30522 | Recursively removing directory: /tmp/git.ZmCW1w/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.954 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.954 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.954 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.954 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.954 | 42395 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.954 | 30518 | Removed run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.954 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.954 | 30518 | Assigned run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.954 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.954 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.x2KYN1 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.955 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.956 | 42394 | Marked run 981 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.956 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.958 | 30519 | Recursively removing directory: /tmp/git.bncBcL/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.959 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.959 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.959 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.960 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.960 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.960 | 42402 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.960 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.960 | 30518 | Removed run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.960 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.960 | 30518 | Assigned run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.960 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.960 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.960 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jd36an +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.962 | 42401 | Marked run 982 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.962 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.965 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.965 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.966 | 30522 | Recursively removing directory: /tmp/git.x2KYN1/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.967 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.968 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.968 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.968 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.968 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.968 | 42412 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.968 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.968 | 30518 | Removed run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.968 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.968 | 30518 | Assigned run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.968 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ABX47m +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.970 | 42411 | Marked run 983 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.970 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.972 | 30519 | Recursively removing directory: /tmp/git.jd36an/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.973 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.973 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.973 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.973 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.973 | 42418 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.973 | 30518 | Removed run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.973 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.973 | 30518 | Assigned run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.973 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.973 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.974 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0D3XGf +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.974 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.975 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.975 | 42417 | Marked run 984 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.975 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.978 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.979 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.981 | 30522 | Recursively removing directory: /tmp/git.ABX47m/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.982 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.982 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.982 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.982 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.982 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.982 | 42429 | Added a new worker 10 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.982 | 30518 | Removed run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.982 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.982 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.982 | 30518 | Assigned run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.983 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e8lCwU +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.984 | 42428 | Marked run 985 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.985 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.986 | 30519 | Recursively removing directory: /tmp/git.0D3XGf/ +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.987 | 30519 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.987 | 30519 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.987 | 30519 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.987 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.987 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.987 | 42434 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.987 | 30518 | Removed run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.987 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.987 | 30518 | Assigned run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.987 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.988 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1fdvbv +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.988 | 30522 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.991 | 30522 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.991 | 42433 | Marked run 986 as finished +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.992 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.994 | 30519 | Checking out revision HEAD +2024-01-28 10:55:34 | INFO | 30519/cimple-worker: 2024-01-28 10:55:34.995 | 30519 | Going to run: ./ci +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.997 | 30522 | Recursively removing directory: /tmp/git.e8lCwU/ +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.998 | 30522 | Process exit code: 0 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.998 | 30522 | Process output: 57 bytes +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.998 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.998 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.998 | 42444 | Added a new worker 11 to the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.998 | 30518 | Removed run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.998 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.998 | 30516 | Waiting for new connections +2024-01-28 10:55:34 | INFO | 30516/cimple-server: 2024-01-28 10:55:34.998 | 30518 | Assigned run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.998 | 30522 | Waiting for a new command +2024-01-28 10:55:34 | INFO | 30522/cimple-worker: 2024-01-28 10:55:34.998 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2Pu7Du +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.000 | 42443 | Marked run 987 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.000 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.002 | 30519 | Recursively removing directory: /tmp/git.1fdvbv/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.003 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.003 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.003 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.003 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.003 | 42450 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.003 | 30518 | Removed run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.003 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.003 | 30518 | Assigned run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.003 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.003 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.003 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SH7IyR +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.004 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.005 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.005 | 42449 | Marked run 988 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.006 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.008 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.009 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.011 | 30522 | Recursively removing directory: /tmp/git.2Pu7Du/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.012 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.012 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.012 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.012 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.013 | 42461 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.013 | 30518 | Removed run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.013 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.013 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.013 | 30518 | Assigned run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.012 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.013 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LPjlJC +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.014 | 42460 | Marked run 989 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.014 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.015 | 30519 | Recursively removing directory: /tmp/git.SH7IyR/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.016 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.016 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.017 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.017 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.017 | 42466 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.017 | 30518 | Removed run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.017 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.017 | 30518 | Assigned run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.017 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.017 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.017 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sGdVOx +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.018 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.019 | 42465 | Marked run 990 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.019 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.019 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.021 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.022 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.024 | 30522 | Recursively removing directory: /tmp/git.LPjlJC/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.026 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.026 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.026 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.026 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.026 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.026 | 42479 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.026 | 30518 | Removed run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.026 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.026 | 30518 | Assigned run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.026 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.026 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g5pOCz +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.029 | 42476 | Marked run 991 as finished +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.029 | 30519 | Recursively removing directory: /tmp/git.sGdVOx/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.029 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.030 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.030 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.030 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.030 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.030 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.030 | 42482 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.030 | 30518 | Removed run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.030 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.031 | 30518 | Assigned run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.031 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.031 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nD049o +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.031 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.032 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.033 | 42481 | Marked run 992 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.033 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.035 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.036 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.038 | 30522 | Recursively removing directory: /tmp/git.g5pOCz/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.039 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.039 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.040 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.039 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.040 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.040 | 42493 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.040 | 30518 | Removed run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.040 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.040 | 30518 | Assigned run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.040 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.20imH0 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.040 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.042 | 30519 | Recursively removing directory: /tmp/git.nD049o/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.043 | 42492 | Marked run 993 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.043 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.044 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.044 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.044 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.044 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.044 | 42498 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.044 | 30518 | Removed run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.044 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.044 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.044 | 30518 | Assigned run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.044 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.044 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fFUn70 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.046 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.046 | 42497 | Marked run 994 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.046 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.047 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.049 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.049 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.052 | 30522 | Recursively removing directory: /tmp/git.20imH0/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.054 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.054 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.054 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.054 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.054 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.054 | 42512 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.054 | 30518 | Removed run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.054 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.054 | 30518 | Assigned run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.054 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kXFcq9 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.055 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.055 | 30519 | Recursively removing directory: /tmp/git.fFUn70/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.056 | 42510 | Marked run 995 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.056 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.057 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.057 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.057 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.057 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.057 | 42514 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.057 | 30518 | Removed run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.057 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.057 | 30518 | Assigned run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.057 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.057 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.057 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dsFtSi +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.059 | 42513 | Marked run 996 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.059 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.060 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.061 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.062 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.062 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.066 | 30522 | Recursively removing directory: /tmp/git.kXFcq9/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.068 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.068 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.068 | 30519 | Recursively removing directory: /tmp/git.dsFtSi/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.068 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.068 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.068 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.068 | 42528 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.068 | 30518 | Removed run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.068 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.068 | 30518 | Assigned run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.068 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.068 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ME6Y0p +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.070 | 42527 | Marked run 997 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.070 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.070 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.070 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.071 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.070 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.071 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.071 | 42530 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.071 | 30518 | Removed run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.071 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.071 | 30518 | Assigned run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.071 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.071 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Z6ZuDq +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.073 | 42529 | Marked run 998 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.073 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.073 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.074 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.076 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.076 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.079 | 30522 | Recursively removing directory: /tmp/git.ME6Y0p/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.081 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.081 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.081 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.081 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.081 | 42544 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.081 | 30518 | Removed run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.081 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.081 | 30518 | Assigned run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.082 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.081 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.082 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Plygen +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.082 | 30519 | Recursively removing directory: /tmp/git.Z6ZuDq/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.084 | 42543 | Marked run 999 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.084 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.084 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.084 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.084 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.085 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.085 | 42546 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.085 | 30518 | Removed run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.085 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.085 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.085 | 30518 | Assigned run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.085 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.085 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5MxX6T +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.087 | 42545 | Marked run 1000 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.087 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.087 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.088 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.090 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.091 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.093 | 30522 | Recursively removing directory: /tmp/git.Plygen/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.094 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.094 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.094 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.094 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.095 | 42558 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.095 | 30518 | Removed run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.095 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.095 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.095 | 30518 | Assigned run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.094 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.095 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aPUKyN +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.097 | 30519 | Recursively removing directory: /tmp/git.5MxX6T/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.097 | 42557 | Marked run 1001 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.097 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.098 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.098 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.099 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.099 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.099 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.099 | 42562 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.099 | 30518 | Removed run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.099 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.099 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.099 | 30518 | Assigned run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.099 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7VhhDQ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.100 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.101 | 42561 | Marked run 1002 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.101 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.101 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.105 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.105 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.107 | 30522 | Recursively removing directory: /tmp/git.aPUKyN/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.108 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.108 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.108 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.108 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.108 | 42572 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.108 | 30518 | Removed run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.108 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.109 | 30518 | Assigned run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.108 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.109 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oMLmx1 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.109 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.111 | 42571 | Marked run 1003 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.111 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.112 | 30519 | Recursively removing directory: /tmp/git.7VhhDQ/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.113 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.113 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.113 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.113 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.114 | 42578 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.114 | 30518 | Removed run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.114 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.114 | 30518 | Assigned run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.114 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.114 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XDrGc0 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.114 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.115 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.115 | 42577 | Marked run 1004 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.116 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.116 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.118 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.119 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.122 | 30522 | Recursively removing directory: /tmp/git.oMLmx1/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.123 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.123 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.123 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.123 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.123 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.123 | 42591 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.123 | 30518 | Removed run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.123 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.123 | 30518 | Assigned run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.123 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.124 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lGb8Na +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.125 | 30519 | Recursively removing directory: /tmp/git.XDrGc0/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.125 | 42590 | Marked run 1005 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.125 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.126 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.126 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.126 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.126 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.127 | 42594 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.127 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.127 | 30518 | Removed run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.127 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.127 | 30518 | Assigned run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.126 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.127 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sDaEkR +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.128 | 42593 | Marked run 1006 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.128 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.129 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.129 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.131 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.132 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.135 | 30522 | Recursively removing directory: /tmp/git.lGb8Na/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.136 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.136 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.136 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.136 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.136 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.136 | 42605 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.136 | 30518 | Removed run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.136 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.136 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.136 | 30518 | Assigned run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.136 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6gh2RZ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.138 | 30519 | Recursively removing directory: /tmp/git.sDaEkR/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.139 | 42604 | Marked run 1007 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.139 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.140 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.140 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.140 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.140 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.140 | 42610 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.140 | 30518 | Removed run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.140 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.140 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.140 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.140 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.z97jah +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.140 | 30518 | Assigned run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.142 | 42609 | Marked run 1008 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.142 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.143 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.144 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.145 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.146 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.149 | 30522 | Recursively removing directory: /tmp/git.6gh2RZ/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.150 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.150 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.151 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.151 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.151 | 42624 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.151 | 30518 | Removed run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.151 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.151 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.151 | 30518 | Assigned run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.151 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.151 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SDiKJG +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.152 | 30519 | Recursively removing directory: /tmp/git.z97jah/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.153 | 42623 | Marked run 1009 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.153 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.154 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.154 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.154 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.154 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.154 | 42626 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.154 | 30518 | Removed run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.154 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.154 | 30518 | Assigned run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.155 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.154 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.154 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.s7a71p +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.157 | 42625 | Marked run 1010 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.157 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.157 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.158 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.160 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.160 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.163 | 30522 | Recursively removing directory: /tmp/git.SDiKJG/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.165 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.165 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.165 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.165 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.165 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.165 | 42639 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.165 | 30518 | Removed run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.165 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.165 | 30518 | Assigned run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.165 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.165 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nHlmEP +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.166 | 30519 | Recursively removing directory: /tmp/git.s7a71p/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.167 | 42638 | Marked run 1011 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.167 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.168 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.168 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.168 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.168 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.168 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.168 | 42642 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.168 | 30518 | Removed run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.168 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.168 | 30518 | Assigned run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.169 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Nvoy2L +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.169 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.171 | 42641 | Marked run 1012 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.171 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.171 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.172 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.173 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.174 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.178 | 30522 | Recursively removing directory: /tmp/git.nHlmEP/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.179 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.179 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.179 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.179 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.180 | 42656 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.180 | 30518 | Removed run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.180 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.180 | 30518 | Assigned run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.180 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.179 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.180 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q1iuIL +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.180 | 30519 | Recursively removing directory: /tmp/git.Nvoy2L/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.182 | 42655 | Marked run 1013 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.182 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.182 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.182 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.182 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.183 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.183 | 42658 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.183 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.183 | 30518 | Removed run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.183 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.183 | 30518 | Assigned run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.183 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q555fd +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.183 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.185 | 42657 | Marked run 1014 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.185 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.185 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.186 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.187 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.188 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.192 | 30522 | Recursively removing directory: /tmp/git.Q1iuIL/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.193 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.193 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.193 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.194 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fsHzPb +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.194 | 30519 | Recursively removing directory: /tmp/git.Q555fd/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.193 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.193 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.193 | 42672 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.193 | 30518 | Removed run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.193 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.193 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.193 | 30518 | Assigned run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.196 | 42671 | Marked run 1015 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.196 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.196 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.196 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.196 | 42674 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.196 | 30518 | Removed run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.196 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.196 | 30518 | Assigned run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.197 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.196 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.196 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.196 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.196 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xWI1ZE +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.198 | 42673 | Marked run 1016 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.198 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.199 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.200 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.202 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.202 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.206 | 30522 | Recursively removing directory: /tmp/git.fsHzPb/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.207 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.207 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.207 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.207 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.207 | 42688 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.208 | 30518 | Removed run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.208 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.208 | 30518 | Assigned run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.208 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.207 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.208 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0hEEeR +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.208 | 30519 | Recursively removing directory: /tmp/git.xWI1ZE/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.210 | 42687 | Marked run 1017 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.210 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.210 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.210 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.210 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.210 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.210 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.210 | 42690 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.211 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.211 | 30518 | Removed run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.211 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.211 | 30518 | Assigned run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.211 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3uY46u +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.212 | 42689 | Marked run 1018 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.212 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.213 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.213 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.215 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.216 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.219 | 30522 | Recursively removing directory: /tmp/git.0hEEeR/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.220 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.220 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.220 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.220 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.220 | 42703 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.220 | 30518 | Removed run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.220 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.221 | 30518 | Assigned run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.221 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.220 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.221 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HuBraD +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.222 | 42702 | Marked run 1019 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.223 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.223 | 30519 | Recursively removing directory: /tmp/git.3uY46u/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.225 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.225 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.225 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.225 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.225 | 42706 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.225 | 30518 | Removed run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.225 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.225 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.225 | 30518 | Assigned run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.225 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.225 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pJ40Sw +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.226 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.227 | 42705 | Marked run 1020 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.227 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.227 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.230 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.230 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.233 | 30522 | Recursively removing directory: /tmp/git.HuBraD/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.234 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.234 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.234 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.234 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.234 | 42719 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.234 | 30518 | Removed run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.234 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.234 | 30518 | Assigned run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.234 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.234 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.235 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jkqrTi +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.236 | 30519 | Recursively removing directory: /tmp/git.pJ40Sw/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.237 | 42718 | Marked run 1021 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.237 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.238 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.238 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.238 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.238 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.238 | 42722 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.238 | 30518 | Removed run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.238 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.238 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.238 | 30518 | Assigned run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.238 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.238 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RlV6Fp +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.240 | 42721 | Marked run 1022 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.240 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.241 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.241 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.242 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.243 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.247 | 30522 | Recursively removing directory: /tmp/git.jkqrTi/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.249 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.249 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.249 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.249 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.249 | 42736 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.249 | 30518 | Removed run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.249 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.249 | 30518 | Assigned run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.249 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.249 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.249 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bHFuGJ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.249 | 30519 | Recursively removing directory: /tmp/git.RlV6Fp/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.251 | 42735 | Marked run 1023 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.251 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.251 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.251 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.251 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.252 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.252 | 42738 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.252 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.252 | 30518 | Removed run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.252 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.252 | 30518 | Assigned run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.251 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.252 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vqtoA0 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.253 | 42737 | Marked run 1024 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.254 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.254 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.255 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.256 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.257 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.260 | 30522 | Recursively removing directory: /tmp/git.bHFuGJ/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.262 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.262 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.262 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.262 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.262 | 42752 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.262 | 30518 | Removed run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.262 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.262 | 30518 | Assigned run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.262 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.262 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.262 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7Eu24m +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.263 | 30519 | Recursively removing directory: /tmp/git.vqtoA0/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.264 | 42751 | Marked run 1025 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.264 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.265 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.265 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.265 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.265 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.265 | 42754 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.265 | 30518 | Removed run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.265 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.265 | 30518 | Assigned run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.265 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.265 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.265 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eEehPR +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.267 | 42753 | Marked run 1026 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.267 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.268 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.269 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.270 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.270 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.274 | 30522 | Recursively removing directory: /tmp/git.7Eu24m/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.275 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.275 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.275 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.275 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.275 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.276 | 42768 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.276 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.276 | 30518 | Removed run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.276 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.276 | 30518 | Assigned run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.276 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Wfl4uu +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.276 | 30519 | Recursively removing directory: /tmp/git.eEehPR/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.278 | 42767 | Marked run 1027 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.278 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.278 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.278 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.278 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.279 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.279 | 42770 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.279 | 30518 | Removed run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.279 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.279 | 30518 | Assigned run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.279 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.279 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.279 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e9QnFV +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.280 | 42769 | Marked run 1028 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.281 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.281 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.282 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.283 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.284 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.287 | 30522 | Recursively removing directory: /tmp/git.Wfl4uu/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.288 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.288 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.288 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.289 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.289 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.289 | 42783 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.289 | 30518 | Removed run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.289 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.289 | 30518 | Assigned run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.289 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.289 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TJTks6 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.290 | 30519 | Recursively removing directory: /tmp/git.e9QnFV/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.291 | 42782 | Marked run 1029 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.291 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.292 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.292 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.292 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.292 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.292 | 42786 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.292 | 30518 | Removed run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.292 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.292 | 30518 | Assigned run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.292 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.292 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dtqUlV +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.292 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.294 | 42785 | Marked run 1030 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.294 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.295 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.296 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.297 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.297 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.301 | 30522 | Recursively removing directory: /tmp/git.TJTks6/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.303 | 30519 | Recursively removing directory: /tmp/git.dtqUlV/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.303 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.303 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.303 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.303 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.303 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.303 | 42800 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.303 | 30518 | Removed run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.303 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.303 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.303 | 30518 | Assigned run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.303 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Nk6ogo +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.304 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.304 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.305 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.305 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.305 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.305 | 42802 | Added a new worker 14 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.305 | 30518 | Removed run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.305 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.305 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.305 | 30518 | Assigned run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.305 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1HiEgy +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.305 | 42799 | Marked run 1031 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.306 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.307 | 42801 | Marked run 1032 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.307 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.309 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.310 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.310 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.311 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.315 | 30522 | Recursively removing directory: /tmp/git.Nk6ogo/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.316 | 30519 | Recursively removing directory: /tmp/git.1HiEgy/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.317 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.317 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.317 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.317 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.317 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.317 | 42816 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.317 | 30518 | Removed run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.317 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.317 | 30518 | Assigned run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.317 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.317 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mRff6O +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.318 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.318 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.319 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.319 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.319 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.319 | 42818 | Added a new worker 14 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.319 | 30518 | Removed run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.319 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.319 | 30518 | Assigned run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.319 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.319 | 42815 | Marked run 1033 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.320 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.319 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kytcR0 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.321 | 42817 | Marked run 1034 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.321 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.322 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.323 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.324 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.324 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.328 | 30522 | Recursively removing directory: /tmp/git.mRff6O/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.330 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.330 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.330 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.330 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.330 | 42832 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.330 | 30519 | Recursively removing directory: /tmp/git.kytcR0/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.330 | 30518 | Removed run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.330 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.330 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.330 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7NPJjs +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.330 | 30518 | Assigned run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.330 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.332 | 42831 | Marked run 1035 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.332 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.332 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.332 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.333 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.333 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.333 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.333 | 42834 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.333 | 30518 | Removed run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.333 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.333 | 30518 | Assigned run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.333 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NUlBAa +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.333 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.334 | 42833 | Marked run 1036 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.334 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.337 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.338 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.338 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.339 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.343 | 30522 | Recursively removing directory: /tmp/git.7NPJjs/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.344 | 30519 | Recursively removing directory: /tmp/git.NUlBAa/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.344 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.344 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.345 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.345 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.345 | 42848 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.345 | 30518 | Removed run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.345 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.345 | 30518 | Assigned run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.345 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.345 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.345 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IrM9Dm +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.346 | 42847 | Marked run 1037 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.346 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.347 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.347 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.347 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.347 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.347 | 42850 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.347 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.347 | 30518 | Removed run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.347 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.347 | 30518 | Assigned run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.347 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.347 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2ORcja +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.349 | 42849 | Marked run 1038 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.349 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.350 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.350 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.352 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.353 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.356 | 30522 | Recursively removing directory: /tmp/git.IrM9Dm/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.357 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.357 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.357 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.357 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.357 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.357 | 42863 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.357 | 30518 | Removed run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.357 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.358 | 30518 | Assigned run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.358 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.358 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5Ja9Xr +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.359 | 30519 | Recursively removing directory: /tmp/git.2ORcja/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.359 | 42862 | Marked run 1039 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.359 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.361 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.361 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.361 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.361 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.361 | 42866 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.361 | 30518 | Removed run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.361 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.361 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.361 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EEgqYj +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.361 | 30518 | Assigned run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.361 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.362 | 42865 | Marked run 1040 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.362 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.364 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.365 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.366 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.367 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.370 | 30522 | Recursively removing directory: /tmp/git.5Ja9Xr/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.371 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.371 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.371 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.372 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.372 | 42880 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.372 | 30518 | Removed run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.372 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.372 | 30518 | Assigned run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.372 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.372 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.so15e0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.372 | 30519 | Recursively removing directory: /tmp/git.EEgqYj/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.372 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.374 | 42879 | Marked run 1041 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.374 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.374 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.374 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.374 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.375 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.375 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.375 | 42882 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.375 | 30518 | Removed run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.375 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0ka66a +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.375 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.375 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.375 | 30518 | Assigned run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.377 | 42881 | Marked run 1042 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.377 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.378 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.378 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.379 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.380 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.384 | 30522 | Recursively removing directory: /tmp/git.so15e0/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.385 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.385 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.386 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.386 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.386 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.386 | 42896 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.386 | 30518 | Removed run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.386 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.386 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.386 | 30518 | Assigned run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.386 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XukmOd +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.386 | 30519 | Recursively removing directory: /tmp/git.0ka66a/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.388 | 42895 | Marked run 1043 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.388 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.388 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.388 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.388 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.388 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.388 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.389 | 42898 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.389 | 30518 | Removed run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.389 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.389 | 30518 | Assigned run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.389 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.389 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yMiMh7 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.391 | 42897 | Marked run 1044 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.391 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.392 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.393 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.393 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.394 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.398 | 30522 | Recursively removing directory: /tmp/git.XukmOd/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.399 | 30519 | Recursively removing directory: /tmp/git.yMiMh7/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.399 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.399 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.400 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.400 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.400 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.400 | 42912 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.400 | 30518 | Removed run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.400 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.400 | 30518 | Assigned run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.400 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.400 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZEozt7 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.402 | 42911 | Marked run 1045 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.402 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.402 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.402 | 42914 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.402 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.402 | 30518 | Removed run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.402 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.402 | 30518 | Assigned run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.402 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.402 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.402 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.402 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gMwMBJ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.404 | 42913 | Marked run 1046 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.404 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.405 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.406 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.407 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.408 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.412 | 30522 | Recursively removing directory: /tmp/git.ZEozt7/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.414 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.414 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.414 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.414 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.414 | 30519 | Recursively removing directory: /tmp/git.gMwMBJ/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.414 | 42928 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.414 | 30518 | Removed run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.414 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.414 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.414 | 30518 | Assigned run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.414 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.415 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ihCgjZ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.416 | 42927 | Marked run 1047 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.416 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.416 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.416 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.416 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.416 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.416 | 42930 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.416 | 30518 | Removed run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.416 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.416 | 30518 | Assigned run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.417 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.416 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.417 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2OH0aL +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.418 | 42929 | Marked run 1048 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.418 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.420 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.421 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.421 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.422 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.426 | 30522 | Recursively removing directory: /tmp/git.ihCgjZ/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.427 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.427 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.427 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.427 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.427 | 42944 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.427 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.428 | 30518 | Removed run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.428 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.428 | 30518 | Assigned run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.427 | 30519 | Recursively removing directory: /tmp/git.2OH0aL/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.427 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.428 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RLRNzN +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.429 | 42943 | Marked run 1049 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.429 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.430 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.430 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.430 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.430 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.430 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.430 | 42946 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.430 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.430 | 30518 | Removed run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.430 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.430 | 30518 | Assigned run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.430 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gIsjNj +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.432 | 42945 | Marked run 1050 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.432 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.434 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.435 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.436 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.437 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.440 | 30522 | Recursively removing directory: /tmp/git.RLRNzN/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.442 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.442 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.442 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.442 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.442 | 42960 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.442 | 30518 | Removed run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.442 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.442 | 30518 | Assigned run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.442 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.442 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZmK3Ur +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.442 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.442 | 30519 | Recursively removing directory: /tmp/git.gIsjNj/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.444 | 42959 | Marked run 1051 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.444 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.445 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.445 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.445 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.445 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.445 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.445 | 42962 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.445 | 30518 | Removed run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.445 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.445 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.445 | 30518 | Assigned run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.445 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pZqwux +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.447 | 42961 | Marked run 1052 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.447 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.448 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.449 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.449 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.450 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.454 | 30522 | Recursively removing directory: /tmp/git.ZmK3Ur/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.456 | 30519 | Recursively removing directory: /tmp/git.pZqwux/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.456 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.456 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.456 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.456 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.456 | 42976 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.456 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.456 | 30518 | Removed run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.456 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.456 | 30518 | Assigned run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.456 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.457 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mmoY7j +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.458 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.458 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.458 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.459 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.459 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.459 | 42978 | Added a new worker 12 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.459 | 42975 | Marked run 1053 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.459 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.459 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.459 | 30518 | Removed run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.459 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.459 | 30518 | Assigned run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.459 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ikgNhU +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.460 | 42977 | Marked run 1054 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.460 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.462 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.463 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.464 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.465 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.469 | 30522 | Recursively removing directory: /tmp/git.mmoY7j/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.470 | 30519 | Recursively removing directory: /tmp/git.ikgNhU/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.470 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.470 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.470 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.470 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.470 | 42992 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.471 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.471 | 30518 | Removed run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.471 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.471 | 30518 | Assigned run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.470 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.471 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wEREUX +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.472 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.472 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.473 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.473 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.473 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.473 | 42991 | Marked run 1055 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.473 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.473 | 42994 | Added a new worker 7 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.473 | 30518 | Removed run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.473 | 30518 | Removed worker 7 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.473 | 30518 | Assigned run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.473 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.473 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.00ekTm +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.475 | 42993 | Marked run 1056 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.476 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.476 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.477 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.478 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.479 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.482 | 30522 | Recursively removing directory: /tmp/git.wEREUX/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.483 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.483 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.483 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.484 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.484 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.484 | 43007 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.484 | 30518 | Removed run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.484 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.484 | 30518 | Assigned run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.484 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.484 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BDlRNK +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.485 | 30519 | Recursively removing directory: /tmp/git.00ekTm/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.486 | 43006 | Marked run 1057 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.486 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.487 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.487 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.487 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.487 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.487 | 43010 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.487 | 30518 | Removed run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.487 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.487 | 30518 | Assigned run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.487 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.487 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZTrPOO +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.487 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.489 | 43009 | Marked run 1058 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.489 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.490 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.490 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.492 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.492 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.496 | 30522 | Recursively removing directory: /tmp/git.BDlRNK/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.497 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.498 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.498 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.498 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.498 | 43024 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.498 | 30518 | Removed run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.498 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.498 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.498 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.498 | 30518 | Assigned run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.498 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7LVHyH +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.498 | 30519 | Recursively removing directory: /tmp/git.ZTrPOO/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.500 | 43023 | Marked run 1059 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.500 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.501 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.501 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.501 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.501 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.501 | 43026 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.501 | 30518 | Removed run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.501 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.501 | 30518 | Assigned run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.501 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.501 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.501 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QuDSKI +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.503 | 43025 | Marked run 1060 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.503 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.504 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.505 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.506 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.506 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.510 | 30522 | Recursively removing directory: /tmp/git.7LVHyH/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.511 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.511 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.511 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.512 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.512 | 43040 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.512 | 30518 | Removed run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.512 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.512 | 30518 | Assigned run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.512 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.512 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.512 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Bgm9Lh +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.512 | 30519 | Recursively removing directory: /tmp/git.QuDSKI/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.514 | 43039 | Marked run 1061 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.514 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.515 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.515 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.515 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.515 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.515 | 43042 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.515 | 30518 | Removed run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.515 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.515 | 30518 | Assigned run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.515 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.515 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Da3Wsm +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.515 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.517 | 43041 | Marked run 1062 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.517 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.518 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.519 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.520 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.520 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.524 | 30522 | Recursively removing directory: /tmp/git.Bgm9Lh/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.525 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.525 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.526 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.526 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.526 | 43056 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.526 | 30518 | Removed run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.526 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.526 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.526 | 30518 | Assigned run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.526 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.526 | 30519 | Recursively removing directory: /tmp/git.Da3Wsm/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.526 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JTThum +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.528 | 43055 | Marked run 1063 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.528 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.529 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.529 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.529 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.529 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.529 | 43058 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.529 | 30518 | Removed run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.529 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.529 | 30518 | Assigned run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.529 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.529 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.529 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DXQQRK +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.532 | 43057 | Marked run 1064 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.532 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.533 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.533 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.534 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.535 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.539 | 30522 | Recursively removing directory: /tmp/git.JTThum/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.540 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.540 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.540 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.541 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.541 | 43072 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.541 | 30518 | Removed run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.541 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.541 | 30518 | Assigned run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.541 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.541 | 30519 | Recursively removing directory: /tmp/git.DXQQRK/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.541 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.541 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OZYFUd +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.543 | 43071 | Marked run 1065 as finished +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.543 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.543 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.543 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.543 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.543 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.543 | 43074 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.543 | 30518 | Removed run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.543 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.543 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.543 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.543 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TLPeqx +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.543 | 30518 | Assigned run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.545 | 43073 | Marked run 1066 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.545 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.546 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.547 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.548 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.548 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.553 | 30522 | Recursively removing directory: /tmp/git.OZYFUd/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.554 | 30519 | Recursively removing directory: /tmp/git.TLPeqx/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.554 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.554 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.554 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.554 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.554 | 43088 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.554 | 30518 | Removed run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.554 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.554 | 30518 | Assigned run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.554 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.554 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.554 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AWyQtb +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.556 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.556 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.556 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.556 | 43087 | Marked run 1067 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.556 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.557 | 43090 | Added a new worker 6 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.557 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.557 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.557 | 30518 | Removed run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.557 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.557 | 30518 | Assigned run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.557 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.huw6kN +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.558 | 43089 | Marked run 1068 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.558 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.560 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.561 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.561 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.562 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.566 | 30522 | Recursively removing directory: /tmp/git.AWyQtb/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.568 | 30519 | Recursively removing directory: /tmp/git.huw6kN/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.568 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.568 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.568 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.568 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.568 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.568 | 43104 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.568 | 30518 | Removed run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.568 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.568 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.569 | 30518 | Assigned run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.569 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0EeElU +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.570 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.570 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.570 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.570 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.570 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.570 | 43106 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.570 | 30518 | Removed run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.570 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.570 | 43103 | Marked run 1069 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.570 | 30518 | Assigned run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.570 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.571 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.571 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xcZtmy +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.572 | 43105 | Marked run 1070 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.572 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.574 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.575 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.575 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.575 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.581 | 30522 | Recursively removing directory: /tmp/git.0EeElU/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.581 | 30519 | Recursively removing directory: /tmp/git.xcZtmy/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.582 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.582 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.582 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.582 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.582 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.582 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.582 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.582 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.582 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.582 | 43121 | Added a new worker 15 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.582 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.582 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.582 | 43122 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.582 | 30518 | Removed run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.582 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.582 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.582 | 30518 | Assigned run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.582 | 30518 | Removed run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.582 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.582 | 30518 | Assigned run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.583 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FasYRR +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.583 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C2YuMw +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.585 | 43119 | Marked run 1071 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.585 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.586 | 43120 | Marked run 1072 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.586 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.588 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.588 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.588 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.589 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.594 | 30519 | Recursively removing directory: /tmp/git.FasYRR/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.594 | 30522 | Recursively removing directory: /tmp/git.C2YuMw/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.595 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.595 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.595 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.595 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.595 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.596 | 43136 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.596 | 30518 | Removed run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.596 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.596 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.596 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dy7uuD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.596 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.596 | 30518 | Assigned run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.596 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.596 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.596 | 43138 | Added a new worker 15 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.596 | 30518 | Removed run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.596 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.596 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.596 | 30518 | Assigned run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.596 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aThgKw +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.596 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.596 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.597 | 43135 | Marked run 1074 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.598 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.599 | 43137 | Marked run 1073 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.599 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.602 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.602 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.602 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.602 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.608 | 30519 | Recursively removing directory: /tmp/git.dy7uuD/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.608 | 30522 | Recursively removing directory: /tmp/git.aThgKw/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.609 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.609 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.609 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.609 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.610 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.609 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.610 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bU2fNC +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.609 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.609 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.609 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.610 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.610 | 43153 | Added a new worker 15 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.610 | 30518 | Removed run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.610 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.610 | 30518 | Assigned run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.610 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.610 | 43154 | Added a new worker 16 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.610 | 30518 | Removed run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.610 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.610 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.610 | 30518 | Assigned run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.610 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0HbJFY +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.612 | 43152 | Marked run 1075 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.612 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.614 | 43151 | Marked run 1076 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.614 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.615 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.615 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.616 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.616 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.621 | 30519 | Recursively removing directory: /tmp/git.0HbJFY/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.621 | 30522 | Recursively removing directory: /tmp/git.bU2fNC/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.622 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.622 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.623 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.623 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.623 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.623 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.623 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.623 | 43169 | Added a new worker 15 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.623 | 43170 | Added a new worker 16 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.623 | 30518 | Removed run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.623 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.623 | 30518 | Assigned run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.623 | 30518 | Removed run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.623 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.623 | 30518 | Assigned run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.623 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.623 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.623 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ruwlT1 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.622 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.623 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.623 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.623 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DbBWPF +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.625 | 43167 | Marked run 1078 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.625 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.628 | 43168 | Marked run 1077 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.628 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.628 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.628 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.629 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.629 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.634 | 30519 | Recursively removing directory: /tmp/git.ruwlT1/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.635 | 30522 | Recursively removing directory: /tmp/git.DbBWPF/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.636 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.636 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.636 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.636 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.636 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.636 | 43184 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.636 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.636 | 30518 | Removed run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.636 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.636 | 30518 | Assigned run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.636 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.636 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.637 | 43186 | Added a new worker 13 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.637 | 30518 | Removed run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.637 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.637 | 30518 | Assigned run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.637 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.636 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.T7iDry +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.636 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.636 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.636 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.637 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pOpK5z +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.638 | 43183 | Marked run 1079 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.638 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.640 | 43185 | Marked run 1080 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.640 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.642 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.642 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.642 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.642 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.648 | 30522 | Recursively removing directory: /tmp/git.pOpK5z/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.648 | 30519 | Recursively removing directory: /tmp/git.T7iDry/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.649 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.649 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.649 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.649 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.649 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.649 | 43201 | Added a new worker 14 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.649 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.650 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.650 | 30518 | Removed run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.650 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.650 | 30518 | Assigned run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.650 | 43202 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.650 | 30518 | Removed run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.650 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.650 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.650 | 30518 | Assigned run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.649 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.649 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.649 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.650 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GkgnxZ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.649 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.650 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iSe2rA +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.652 | 43199 | Marked run 1082 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.652 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.654 | 43200 | Marked run 1081 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.654 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.655 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.655 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.655 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.656 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.661 | 30522 | Recursively removing directory: /tmp/git.iSe2rA/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.662 | 30519 | Recursively removing directory: /tmp/git.GkgnxZ/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.662 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.662 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.662 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.663 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.663 | 43216 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.663 | 30518 | Removed run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.663 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.663 | 30518 | Assigned run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.663 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.663 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C6bICF +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.663 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.663 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.663 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.663 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.663 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.663 | 43218 | Added a new worker 13 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.663 | 30518 | Removed run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.663 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.663 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.663 | 30518 | Assigned run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.663 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.664 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oxN7hl +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.666 | 43215 | Marked run 1083 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.666 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.668 | 43217 | Marked run 1084 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.668 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.669 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.669 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.670 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.670 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.675 | 30522 | Recursively removing directory: /tmp/git.C6bICF/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.675 | 30519 | Recursively removing directory: /tmp/git.oxN7hl/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.676 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.676 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.677 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.677 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.677 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.677 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.677 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.677 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.677 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.677 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.677 | 43233 | Added a new worker 14 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.677 | 43234 | Added a new worker 15 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.677 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.677 | 30518 | Removed run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.677 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.677 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.677 | 30518 | Assigned run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.677 | 30518 | Removed run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.677 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.677 | 30518 | Assigned run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.677 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P8mhJV +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.678 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.n1xjBu +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.678 | 43232 | Marked run 1086 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.679 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.681 | 43231 | Marked run 1085 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.681 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.683 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.683 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.684 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.684 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.689 | 30519 | Recursively removing directory: /tmp/git.P8mhJV/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.689 | 30522 | Recursively removing directory: /tmp/git.n1xjBu/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.690 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.690 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.690 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.690 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.691 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.691 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.690 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.691 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.691 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.691 | 43248 | Added a new worker 12 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.691 | 30518 | Removed run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.691 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.691 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.691 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.691 | 30518 | Assigned run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.691 | 43250 | Added a new worker 8 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.691 | 30518 | Removed run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.691 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.691 | 30518 | Assigned run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.691 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.691 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zjumom +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.691 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bBpMFP +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.693 | 43247 | Marked run 1088 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.693 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.694 | 43249 | Marked run 1087 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.694 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.696 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.696 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.697 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.697 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.702 | 30519 | Recursively removing directory: /tmp/git.zjumom/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.703 | 30522 | Recursively removing directory: /tmp/git.bBpMFP/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.704 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.704 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.704 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.704 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.704 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.704 | 43264 | Added a new worker 13 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.704 | 30518 | Removed run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.704 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.704 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ewPymo +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.704 | 30518 | Assigned run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.704 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.704 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.704 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.704 | 43266 | Added a new worker 8 to the queue +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.704 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.704 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.705 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8Oh0r0 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.704 | 30518 | Removed run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.704 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.704 | 30518 | Assigned run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.704 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.706 | 43263 | Marked run 1089 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.706 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.708 | 43265 | Marked run 1090 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.708 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.710 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.710 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.711 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.711 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.716 | 30519 | Recursively removing directory: /tmp/git.ewPymo/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.717 | 30522 | Recursively removing directory: /tmp/git.8Oh0r0/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.718 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.718 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.718 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.718 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.718 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.718 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.718 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.718 | 43280 | Added a new worker 15 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.718 | 30518 | Removed run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.718 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.718 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.718 | 30518 | Assigned run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.718 | 43282 | Added a new worker 8 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.718 | 30518 | Removed run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.718 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.718 | 30518 | Assigned run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.718 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.718 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.718 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.718 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.719 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.F01q5E +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.718 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4pdr5o +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.720 | 43279 | Marked run 1091 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.720 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.721 | 43281 | Marked run 1092 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.721 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.723 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.724 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.724 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.725 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.729 | 30519 | Recursively removing directory: /tmp/git.4pdr5o/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.730 | 30522 | Recursively removing directory: /tmp/git.F01q5E/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.731 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.731 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.731 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.731 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.731 | 43296 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.731 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.731 | 30518 | Removed run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.731 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.731 | 30518 | Assigned run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.731 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.731 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mXfVL6 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.733 | 43295 | Marked run 1093 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.733 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.733 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.733 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.733 | 43298 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.733 | 30518 | Removed run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.733 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.733 | 30518 | Assigned run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.733 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.733 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.733 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.733 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.733 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MgzjNT +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.735 | 43297 | Marked run 1094 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.735 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.736 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.737 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.738 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.738 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.742 | 30519 | Recursively removing directory: /tmp/git.mXfVL6/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.744 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.744 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.744 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.744 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.744 | 43312 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.744 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.744 | 30518 | Removed run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.744 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.744 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.744 | 30518 | Assigned run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.744 | 30522 | Recursively removing directory: /tmp/git.MgzjNT/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.745 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oGuyFj +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.746 | 43311 | Marked run 1095 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.746 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.747 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.747 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.747 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.747 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.747 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.747 | 43314 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.747 | 30518 | Removed run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.747 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.747 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.747 | 30518 | Assigned run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.747 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.61fewQ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.749 | 43313 | Marked run 1096 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.749 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.750 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.751 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.752 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.753 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.757 | 30519 | Recursively removing directory: /tmp/git.oGuyFj/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.758 | 30522 | Recursively removing directory: /tmp/git.61fewQ/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.758 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.758 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.759 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.759 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.759 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.759 | 43328 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.759 | 30518 | Removed run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.759 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.759 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.759 | 30518 | Assigned run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.759 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m8qhI1 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.761 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.761 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.761 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.761 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.761 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.761 | 43330 | Added a new worker 13 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.761 | 30518 | Removed run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.761 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.761 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.761 | 30518 | Assigned run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.761 | 43327 | Marked run 1097 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.761 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.761 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Qd4kAu +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.763 | 43329 | Marked run 1098 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.763 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.764 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.765 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.766 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.766 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.770 | 30519 | Recursively removing directory: /tmp/git.m8qhI1/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.772 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.772 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.772 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.772 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.772 | 43344 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.772 | 30518 | Removed run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.772 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.772 | 30518 | Assigned run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.772 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.772 | 30522 | Recursively removing directory: /tmp/git.Qd4kAu/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.772 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.772 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oqxG7i +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.774 | 43343 | Marked run 1099 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.774 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.774 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.774 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.774 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.775 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.775 | 43346 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.775 | 30518 | Removed run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.775 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.775 | 30518 | Assigned run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.775 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.775 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.775 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ASx6BM +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.782 | 43345 | Marked run 1100 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.782 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.783 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.784 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.784 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.785 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.789 | 30519 | Recursively removing directory: /tmp/git.oqxG7i/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.790 | 30522 | Recursively removing directory: /tmp/git.ASx6BM/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.791 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.791 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.791 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.791 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.791 | 43360 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.791 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.791 | 30518 | Removed run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.791 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.791 | 30518 | Assigned run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.791 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.791 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TaFWih +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.793 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.793 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.793 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.793 | 43359 | Marked run 1101 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.793 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.793 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.793 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.793 | 43362 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.793 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.793 | 30518 | Removed run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.793 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.793 | 30518 | Assigned run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.793 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Gqg2bD +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.795 | 43361 | Marked run 1102 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.795 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.796 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.797 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.798 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.798 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.802 | 30519 | Recursively removing directory: /tmp/git.TaFWih/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.804 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.804 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.804 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.804 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.804 | 43376 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.804 | 30518 | Removed run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.804 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.804 | 30518 | Assigned run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.804 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.804 | 30522 | Recursively removing directory: /tmp/git.Gqg2bD/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.804 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.804 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4tpkuc +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.806 | 43375 | Marked run 1103 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.806 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.807 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.807 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.807 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.807 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.807 | 43378 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.807 | 30518 | Removed run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.807 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.807 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.807 | 30518 | Assigned run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.807 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.807 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lrOD7L +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.810 | 43377 | Marked run 1104 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.810 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.810 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.811 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.813 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.813 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.817 | 30519 | Recursively removing directory: /tmp/git.4tpkuc/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.818 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.818 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.818 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.818 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.818 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.818 | 43392 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.818 | 30518 | Removed run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.818 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.818 | 30518 | Assigned run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.818 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.818 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.I5TPPc +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.819 | 30522 | Recursively removing directory: /tmp/git.lrOD7L/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.820 | 43391 | Marked run 1105 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.820 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.821 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.821 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.821 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.822 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.822 | 43394 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.822 | 30518 | Removed run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.822 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.822 | 30518 | Assigned run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.821 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.822 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9dhMYk +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.822 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.823 | 43393 | Marked run 1106 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.824 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.825 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.826 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.827 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.828 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.832 | 30519 | Recursively removing directory: /tmp/git.I5TPPc/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.833 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.833 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.833 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.833 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.833 | 43408 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.833 | 30518 | Removed run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.833 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.833 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.833 | 30518 | Assigned run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.833 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.833 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e0Klpa +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.833 | 30522 | Recursively removing directory: /tmp/git.9dhMYk/ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.836 | 43407 | Marked run 1107 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.836 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.836 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.836 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.836 | 43410 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.836 | 30518 | Removed run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.836 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.836 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.836 | 30518 | Assigned run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.836 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.836 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.836 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.836 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fzHsEV +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.838 | 43409 | Marked run 1108 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.838 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.839 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.840 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.841 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.841 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.846 | 30519 | Recursively removing directory: /tmp/git.e0Klpa/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.847 | 30522 | Recursively removing directory: /tmp/git.fzHsEV/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.847 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.847 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.847 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.847 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.847 | 43424 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.847 | 30518 | Removed run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.847 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.847 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.847 | 30518 | Assigned run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.847 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.847 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A2fVEM +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.849 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.849 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.849 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.849 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.849 | 43426 | Added a new worker 13 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.849 | 30518 | Removed run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.849 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.849 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.849 | 30518 | Assigned run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.849 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.850 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.X2UsQN +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.850 | 43423 | Marked run 1109 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.851 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.852 | 43425 | Marked run 1110 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.852 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.853 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.854 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.854 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.855 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.860 | 30519 | Recursively removing directory: /tmp/git.A2fVEM/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.861 | 30522 | Recursively removing directory: /tmp/git.X2UsQN/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.861 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.861 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.861 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.861 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.861 | 43440 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.861 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.861 | 30518 | Removed run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.861 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.861 | 30518 | Assigned run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.861 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.861 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3lpabL +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.863 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.863 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.863 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.863 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.863 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.863 | 43442 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.863 | 43439 | Marked run 1111 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.863 | 30518 | Removed run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.863 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.863 | 30518 | Assigned run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.864 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.864 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.863 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Pr8CMz +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.866 | 43441 | Marked run 1112 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.866 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.867 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.868 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.868 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.868 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.874 | 30522 | Recursively removing directory: /tmp/git.Pr8CMz/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.874 | 30519 | Recursively removing directory: /tmp/git.3lpabL/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.875 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.875 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.875 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.875 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.875 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.875 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.875 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.875 | 43456 | Added a new worker 14 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.875 | 30518 | Removed run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.875 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.875 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.875 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.875 | 30518 | Assigned run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.876 | 43458 | Added a new worker 8 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.876 | 30518 | Removed run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.876 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.876 | 30518 | Assigned run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.876 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.877 | 43455 | Marked run 1114 as finished +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.875 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.876 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.isOJ5h +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.877 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.875 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.876 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zgZW7m +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.879 | 43457 | Marked run 1113 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.879 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.881 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.881 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.882 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.882 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.887 | 30522 | Recursively removing directory: /tmp/git.isOJ5h/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.888 | 30519 | Recursively removing directory: /tmp/git.zgZW7m/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.889 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.889 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.889 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.889 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.889 | 43472 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.889 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.889 | 30518 | Removed run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.889 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.889 | 30518 | Assigned run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.890 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.890 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.890 | 43474 | Added a new worker 13 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.890 | 30518 | Removed run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.890 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.890 | 30518 | Assigned run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.890 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.889 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.889 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.890 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.890 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WaWZnW +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.889 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.890 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Pt78Ha +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.892 | 43471 | Marked run 1115 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.892 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.893 | 43473 | Marked run 1116 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.893 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.895 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.895 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.895 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.896 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.901 | 30522 | Recursively removing directory: /tmp/git.Pt78Ha/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.901 | 30519 | Recursively removing directory: /tmp/git.WaWZnW/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.902 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.902 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.902 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.902 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.902 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.902 | 43488 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.902 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.903 | 30518 | Removed run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.903 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.903 | 30518 | Assigned run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.903 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.903 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.903 | 43490 | Added a new worker 13 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.903 | 30518 | Removed run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.903 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.903 | 30518 | Assigned run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.903 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.903 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.903 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.903 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.904 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LqTTwh +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.903 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9flZRn +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.904 | 43487 | Marked run 1117 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.904 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.906 | 43489 | Marked run 1118 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.906 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.908 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.908 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.908 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.909 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.914 | 30522 | Recursively removing directory: /tmp/git.9flZRn/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.914 | 30519 | Recursively removing directory: /tmp/git.LqTTwh/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.915 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.915 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.915 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.915 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.915 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.915 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.916 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P8mWjI +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.915 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.915 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.916 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.916 | 43505 | Added a new worker 14 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.916 | 30518 | Removed run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.916 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.916 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.916 | 30518 | Assigned run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.916 | 43506 | Added a new worker 16 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.916 | 30518 | Removed run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.916 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.916 | 30518 | Assigned run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.916 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4E7guT +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.916 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.916 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.917 | 43503 | Marked run 1119 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.918 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.919 | 43504 | Marked run 1120 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.919 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.922 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.922 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.922 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.923 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.928 | 30522 | Recursively removing directory: /tmp/git.P8mWjI/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.928 | 30519 | Recursively removing directory: /tmp/git.4E7guT/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.930 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.930 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.930 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.930 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.930 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.930 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.930 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.930 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TX5vRR +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.930 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.930 | 43520 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.930 | 30518 | Removed run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.930 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.930 | 30518 | Assigned run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.930 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.930 | 43522 | Added a new worker 9 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.930 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.930 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.930 | 30518 | Removed run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.930 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.930 | 30518 | Assigned run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.930 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hRq8NJ +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.932 | 43519 | Marked run 1121 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.932 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.933 | 43521 | Marked run 1122 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.933 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.935 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.936 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.936 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.937 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.942 | 30522 | Recursively removing directory: /tmp/git.TX5vRR/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.942 | 30519 | Recursively removing directory: /tmp/git.hRq8NJ/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.943 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.943 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.943 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.943 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.943 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.944 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.944 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.944 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.944 | 43536 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.944 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.944 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.944 | 30518 | Removed run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.944 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.944 | 30518 | Assigned run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.944 | 43538 | Added a new worker 14 to the queue +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.944 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VRa3Lz +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.944 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TTgRcM +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.944 | 30518 | Removed run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.944 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.944 | 30518 | Assigned run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.944 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.945 | 43535 | Marked run 1123 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.946 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.947 | 43537 | Marked run 1124 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.947 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.950 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.950 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.950 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.950 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.956 | 30519 | Recursively removing directory: /tmp/git.TTgRcM/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.956 | 30522 | Recursively removing directory: /tmp/git.VRa3Lz/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.957 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.957 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.957 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.957 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.957 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.957 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.957 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.957 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.957 | 43552 | Added a new worker 12 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.957 | 30518 | Removed run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.957 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.957 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.958 | 30518 | Assigned run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.958 | 43554 | Added a new worker 16 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.958 | 30518 | Removed run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.958 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.958 | 30518 | Assigned run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.958 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.957 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.958 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C6YCF8 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.958 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gHk3JD +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.960 | 43551 | Marked run 1126 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.960 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.961 | 43553 | Marked run 1125 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.961 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.963 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.963 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.963 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.964 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.969 | 30519 | Recursively removing directory: /tmp/git.C6YCF8/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.970 | 30522 | Recursively removing directory: /tmp/git.gHk3JD/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.971 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.971 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.971 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.971 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.971 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.971 | 43568 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.971 | 30518 | Removed run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.971 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.971 | 30518 | Assigned run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.971 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.971 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3Gnm0G +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.972 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.972 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.972 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.972 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.972 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.972 | 43570 | Added a new worker 9 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.972 | 30518 | Removed run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.972 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.972 | 30518 | Assigned run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.972 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sAIaX8 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.973 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.973 | 43567 | Marked run 1127 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.973 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.974 | 43569 | Marked run 1128 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.975 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.976 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.977 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.977 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.977 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.983 | 30519 | Recursively removing directory: /tmp/git.3Gnm0G/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.983 | 30522 | Recursively removing directory: /tmp/git.sAIaX8/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.984 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.984 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.984 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.984 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.984 | 43584 | Added a new worker 10 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.984 | 30518 | Removed run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.984 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.984 | 30518 | Assigned run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.985 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.985 | 43586 | Added a new worker 8 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.985 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.985 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.985 | 30518 | Removed run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.985 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.985 | 30518 | Assigned run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.984 | 30522 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.984 | 30522 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.985 | 30522 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.985 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rWlSNd +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.984 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.985 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P4MweC +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.986 | 43583 | Marked run 1129 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.986 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.988 | 43585 | Marked run 1130 as finished +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.988 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.989 | 30519 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.992 | 30519 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.992 | 30522 | Checking out revision HEAD +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.993 | 30522 | Going to run: ./ci +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.997 | 30519 | Recursively removing directory: /tmp/git.P4MweC/ +2024-01-28 10:55:35 | INFO | 30522/cimple-worker: 2024-01-28 10:55:35.998 | 30522 | Recursively removing directory: /tmp/git.rWlSNd/ +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.999 | 30519 | Process exit code: 0 +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.999 | 30519 | Process output: 57 bytes +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.999 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.999 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.999 | 43600 | Added a new worker 11 to the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.999 | 30518 | Removed run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.999 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.999 | 30518 | Assigned run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:35 | INFO | 30516/cimple-server: 2024-01-28 10:55:35.999 | 30516 | Waiting for new connections +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.999 | 30519 | Waiting for a new command +2024-01-28 10:55:35 | INFO | 30519/cimple-worker: 2024-01-28 10:55:35.999 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P2jm9x +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.000 | 43599 | Marked run 1131 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.001 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.001 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.001 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.001 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.001 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QbjcOH +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.001 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.001 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.001 | 43602 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.001 | 30518 | Removed run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.001 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.001 | 30518 | Assigned run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.001 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.003 | 43601 | Marked run 1132 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.003 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.004 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.005 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.006 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.007 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.011 | 30519 | Recursively removing directory: /tmp/git.P2jm9x/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.012 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.012 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.012 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.012 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.012 | 43616 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.012 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.012 | 30518 | Removed run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.012 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.013 | 30518 | Assigned run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.012 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.013 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wvUI8K +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.013 | 30522 | Recursively removing directory: /tmp/git.QbjcOH/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.015 | 43615 | Marked run 1133 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.015 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.015 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.015 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.015 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.015 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.015 | 43618 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.015 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.015 | 30518 | Removed run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.016 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.016 | 30518 | Assigned run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.015 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.016 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6V6Dau +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.017 | 43617 | Marked run 1134 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.018 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.018 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.019 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.021 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.021 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.025 | 30519 | Recursively removing directory: /tmp/git.wvUI8K/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.026 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.027 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.027 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.027 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.027 | 43632 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.027 | 30518 | Removed run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.027 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.027 | 30518 | Assigned run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.027 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.027 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.c0YQn0 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.027 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.027 | 30522 | Recursively removing directory: /tmp/git.6V6Dau/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.029 | 43631 | Marked run 1135 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.029 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.030 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.030 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.030 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.030 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.030 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.030 | 43634 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.030 | 30518 | Removed run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.030 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.030 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.030 | 30518 | Assigned run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.030 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BOp0OX +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.031 | 43633 | Marked run 1136 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.032 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.032 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.033 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.035 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.035 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.038 | 30519 | Recursively removing directory: /tmp/git.c0YQn0/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.040 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.040 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.040 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.040 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.040 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.040 | 43647 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.040 | 30518 | Removed run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.040 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.040 | 30518 | Assigned run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.040 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.041 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2Ehd4v +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.042 | 30522 | Recursively removing directory: /tmp/git.BOp0OX/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.042 | 43646 | Marked run 1137 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.042 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.043 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.043 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.043 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.043 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.044 | 43650 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.044 | 30518 | Removed run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.044 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.044 | 30518 | Assigned run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.044 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.043 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.044 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2GXQfT +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.046 | 43649 | Marked run 1138 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.046 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.047 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.047 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.049 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.049 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.053 | 30519 | Recursively removing directory: /tmp/git.2Ehd4v/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.054 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.054 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.054 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.054 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.054 | 43664 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.054 | 30518 | Removed run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.055 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.055 | 30518 | Assigned run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.055 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.054 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.055 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DJ7MuR +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.055 | 30522 | Recursively removing directory: /tmp/git.2GXQfT/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.056 | 43663 | Marked run 1139 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.057 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.057 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.057 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.057 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.058 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.058 | 43666 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.058 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.058 | 30518 | Removed run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.058 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.058 | 30518 | Assigned run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.058 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.058 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.f5fY3u +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.059 | 43665 | Marked run 1140 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.059 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.061 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.061 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.062 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.063 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.067 | 30519 | Recursively removing directory: /tmp/git.DJ7MuR/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.068 | 30522 | Recursively removing directory: /tmp/git.f5fY3u/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.068 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.068 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.069 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.068 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.069 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.069 | 43680 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.069 | 30518 | Removed run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.069 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.069 | 30518 | Assigned run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.069 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.069 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sUNqxw +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.071 | 43679 | Marked run 1141 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.071 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.071 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.071 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.071 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.071 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.071 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.071 | 43682 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.071 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.071 | 30518 | Removed run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.071 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.071 | 30518 | Assigned run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.071 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IqQGbI +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.073 | 43681 | Marked run 1142 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.073 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.075 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.075 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.076 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.077 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.081 | 30519 | Recursively removing directory: /tmp/git.sUNqxw/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.082 | 30522 | Recursively removing directory: /tmp/git.IqQGbI/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.082 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.082 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.083 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.082 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.083 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.083 | 43696 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.083 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.083 | 30518 | Removed run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.083 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.083 | 30518 | Assigned run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.083 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5ff84c +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.084 | 43695 | Marked run 1143 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.085 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.085 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.085 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.085 | 43698 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.085 | 30518 | Removed run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.085 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.085 | 30518 | Assigned run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.085 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.085 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.085 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.085 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.085 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RqhLCi +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.087 | 43697 | Marked run 1144 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.087 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.089 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.089 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.093 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.093 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.095 | 30519 | Recursively removing directory: /tmp/git.5ff84c/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.096 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.096 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.097 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.097 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.097 | 43709 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.097 | 30518 | Removed run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.097 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.097 | 30518 | Assigned run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.097 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.097 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.097 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KcFVN5 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.099 | 43708 | Marked run 1145 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.099 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.099 | 30522 | Recursively removing directory: /tmp/git.RqhLCi/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.101 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.101 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.101 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.101 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.101 | 43714 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.101 | 30518 | Removed run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.101 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.101 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.101 | 30518 | Assigned run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.101 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.101 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9Kk1bR +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.103 | 43713 | Marked run 1146 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.103 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.103 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.104 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.106 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.106 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.109 | 30519 | Recursively removing directory: /tmp/git.KcFVN5/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.110 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.110 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.111 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.110 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.111 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.111 | 43727 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.111 | 30518 | Removed run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.111 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.111 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.111 | 30518 | Assigned run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.111 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PzvMHD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.112 | 30522 | Recursively removing directory: /tmp/git.9Kk1bR/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.113 | 43726 | Marked run 1147 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.113 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.114 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.114 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.114 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.114 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.114 | 43730 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.114 | 30518 | Removed run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.114 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.114 | 30518 | Assigned run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.115 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.114 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.114 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bnOob4 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.116 | 43729 | Marked run 1148 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.116 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.117 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.118 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.119 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.119 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.123 | 30519 | Recursively removing directory: /tmp/git.PzvMHD/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.125 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.125 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.125 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.125 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.125 | 43744 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.125 | 30518 | Removed run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.125 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.125 | 30518 | Assigned run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.126 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.125 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.125 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qq4e6g +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.125 | 30522 | Recursively removing directory: /tmp/git.bnOob4/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.127 | 43743 | Marked run 1149 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.127 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.128 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.128 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.128 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.128 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.128 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.128 | 43746 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.128 | 30518 | Removed run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.128 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.128 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.128 | 30518 | Assigned run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.128 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WNdPHP +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.130 | 43745 | Marked run 1150 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.130 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.131 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.132 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.133 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.134 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.137 | 30519 | Recursively removing directory: /tmp/git.qq4e6g/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.139 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.139 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.139 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.139 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.139 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.139 | 43760 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.139 | 30518 | Removed run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.139 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.139 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.139 | 30518 | Assigned run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.139 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KW2Xn6 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.139 | 30522 | Recursively removing directory: /tmp/git.WNdPHP/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.141 | 43759 | Marked run 1151 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.141 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.142 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.142 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.142 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.142 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.142 | 43762 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.142 | 30518 | Removed run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.142 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.142 | 30518 | Assigned run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.142 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.142 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.142 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dXtMnD +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.144 | 43761 | Marked run 1152 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.144 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.144 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.145 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.147 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.147 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.150 | 30519 | Recursively removing directory: /tmp/git.KW2Xn6/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.152 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.152 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.152 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.152 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.152 | 43776 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.152 | 30518 | Removed run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.152 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.152 | 30518 | Assigned run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.153 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.152 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.153 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3c6Ibh +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.154 | 30522 | Recursively removing directory: /tmp/git.dXtMnD/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.154 | 43775 | Marked run 1153 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.154 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.155 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.155 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.155 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.155 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.156 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.156 | 43778 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.156 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.156 | 30518 | Removed run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.156 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.156 | 30518 | Assigned run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.156 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M0h2xq +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.157 | 43777 | Marked run 1154 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.157 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.158 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.159 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.160 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.161 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.164 | 30519 | Recursively removing directory: /tmp/git.3c6Ibh/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.165 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.165 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.165 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.165 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.165 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.166 | 43791 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.166 | 30518 | Removed run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.166 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.166 | 30518 | Assigned run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.166 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.166 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lVk4X0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.167 | 30522 | Recursively removing directory: /tmp/git.M0h2xq/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.167 | 43790 | Marked run 1155 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.167 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.169 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.169 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.169 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.169 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.169 | 43794 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.169 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.169 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.169 | 30518 | Removed run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.169 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.169 | 30518 | Assigned run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.170 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dMdCTp +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.170 | 43793 | Marked run 1156 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.170 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.171 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.172 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.174 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.174 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.177 | 30519 | Recursively removing directory: /tmp/git.lVk4X0/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.178 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.178 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.179 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.179 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.179 | 43807 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.179 | 30518 | Removed run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.179 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.179 | 30518 | Assigned run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.179 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.179 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.179 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hFurCD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.180 | 30522 | Recursively removing directory: /tmp/git.dMdCTp/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.182 | 43806 | Marked run 1157 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.182 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.182 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.182 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.182 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.182 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.182 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.183 | 43810 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.183 | 30518 | Removed run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.183 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.183 | 30518 | Assigned run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.183 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.183 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lpEBHx +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.185 | 43809 | Marked run 1158 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.185 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.185 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.186 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.188 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.188 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.192 | 30519 | Recursively removing directory: /tmp/git.hFurCD/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.193 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.193 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.194 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.194 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.194 | 43824 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.194 | 30518 | Removed run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.194 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.194 | 30518 | Assigned run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.194 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.194 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.194 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IXk30h +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.194 | 30522 | Recursively removing directory: /tmp/git.lpEBHx/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.195 | 43823 | Marked run 1159 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.196 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.197 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.197 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.197 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.197 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.197 | 43826 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.197 | 30518 | Removed run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.197 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.197 | 30518 | Assigned run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.197 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.197 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.197 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.L1xD2j +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.199 | 43825 | Marked run 1160 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.199 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.199 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.200 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.202 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.202 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.205 | 30519 | Recursively removing directory: /tmp/git.IXk30h/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.207 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.207 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.207 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.207 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.207 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.207 | 43839 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.207 | 30518 | Removed run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.207 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.207 | 30518 | Assigned run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.207 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.207 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DsOyJT +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.208 | 30522 | Recursively removing directory: /tmp/git.L1xD2j/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.209 | 43838 | Marked run 1161 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.209 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.210 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.210 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.210 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.210 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.210 | 43842 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.210 | 30518 | Removed run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.210 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.211 | 30518 | Assigned run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.210 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.211 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.p0Q172 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.211 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.212 | 43841 | Marked run 1162 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.212 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.213 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.213 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.215 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.216 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.219 | 30519 | Recursively removing directory: /tmp/git.DsOyJT/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.220 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.220 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.220 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.221 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.221 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.221 | 43855 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.221 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.221 | 30518 | Removed run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.221 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.221 | 30518 | Assigned run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.221 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ohoo27 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.222 | 30522 | Recursively removing directory: /tmp/git.p0Q172/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.222 | 43854 | Marked run 1163 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.223 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.224 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.224 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.224 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.224 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.224 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.224 | 43858 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.224 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.224 | 30518 | Removed run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.224 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.224 | 30518 | Assigned run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.224 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PpWM33 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.226 | 43857 | Marked run 1164 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.226 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.226 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.227 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.228 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.229 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.233 | 30519 | Recursively removing directory: /tmp/git.ohoo27/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.234 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.234 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.234 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.234 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.234 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.234 | 43872 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.234 | 30518 | Removed run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.234 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.234 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.235 | 30518 | Assigned run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.235 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mCVI3W +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.235 | 30522 | Recursively removing directory: /tmp/git.PpWM33/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.237 | 43871 | Marked run 1165 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.237 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.238 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.238 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.238 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.238 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.238 | 43874 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.238 | 30518 | Removed run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.238 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.238 | 30518 | Assigned run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.238 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.238 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.238 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yGxepc +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.240 | 43873 | Marked run 1166 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.240 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.240 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.241 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.243 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.243 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.246 | 30519 | Recursively removing directory: /tmp/git.mCVI3W/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.248 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.248 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.248 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.248 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.248 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.248 | 43888 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.248 | 30518 | Removed run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.248 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.248 | 30518 | Assigned run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.248 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xH7lLt +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.249 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.249 | 30522 | Recursively removing directory: /tmp/git.yGxepc/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.250 | 43887 | Marked run 1167 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.251 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.251 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.251 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.251 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.251 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.251 | 43890 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.251 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.252 | 30518 | Removed run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.252 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.252 | 30518 | Assigned run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.251 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.252 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bsSJIe +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.253 | 43889 | Marked run 1168 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.253 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.254 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.255 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.256 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.257 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.260 | 30519 | Recursively removing directory: /tmp/git.xH7lLt/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.262 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.262 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.262 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.262 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.262 | 43904 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.262 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.262 | 30518 | Removed run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.262 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.262 | 30518 | Assigned run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.262 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.262 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YSKQd7 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.263 | 30522 | Recursively removing directory: /tmp/git.bsSJIe/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.264 | 43903 | Marked run 1169 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.264 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.265 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.265 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.265 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.265 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.265 | 43906 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.265 | 30518 | Removed run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.265 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.265 | 30518 | Assigned run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.265 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.265 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.265 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2dWsQ1 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.267 | 43905 | Marked run 1170 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.267 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.268 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.268 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.270 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.271 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.274 | 30519 | Recursively removing directory: /tmp/git.YSKQd7/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.275 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.275 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.276 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.276 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.276 | 43920 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.276 | 30518 | Removed run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.276 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.276 | 30518 | Assigned run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.276 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.276 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.276 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Gzs93A +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.277 | 30522 | Recursively removing directory: /tmp/git.2dWsQ1/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.278 | 43919 | Marked run 1171 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.278 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.279 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.279 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.279 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.279 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.279 | 43922 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.279 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.279 | 30518 | Removed run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.279 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.279 | 30518 | Assigned run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.279 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.279 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kwYjxY +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.281 | 43921 | Marked run 1172 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.281 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.282 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.282 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.283 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.284 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.288 | 30519 | Recursively removing directory: /tmp/git.Gzs93A/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.289 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.289 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.289 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.289 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.289 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.289 | 43936 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.289 | 30518 | Removed run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.289 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.290 | 30518 | Assigned run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.290 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.290 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ra8Uea +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.290 | 30522 | Recursively removing directory: /tmp/git.kwYjxY/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.291 | 43935 | Marked run 1173 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.291 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.292 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.292 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.292 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.292 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.292 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.293 | 43938 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.293 | 30518 | Removed run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.293 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.293 | 30518 | Assigned run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.293 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.293 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2nwat7 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.294 | 43937 | Marked run 1174 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.295 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.295 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.296 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.298 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.298 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.302 | 30519 | Recursively removing directory: /tmp/git.ra8Uea/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.303 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.303 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.303 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.303 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.303 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.303 | 43952 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.303 | 30518 | Removed run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.303 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.303 | 30518 | Assigned run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.304 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.303 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nxVmtk +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.304 | 30522 | Recursively removing directory: /tmp/git.2nwat7/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.308 | 43951 | Marked run 1175 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.308 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.309 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.309 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.309 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.309 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.309 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.309 | 43954 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.309 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.309 | 30518 | Removed run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.309 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.309 | 30518 | Assigned run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.310 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7Uh7y4 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.312 | 43953 | Marked run 1176 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.312 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.312 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.313 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.314 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.315 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.318 | 30519 | Recursively removing directory: /tmp/git.nxVmtk/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.320 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.320 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.320 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.320 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.320 | 43968 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.320 | 30518 | Removed run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.320 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.320 | 30518 | Assigned run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.320 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.320 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.321 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ThkEz1 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.321 | 30522 | Recursively removing directory: /tmp/git.7Uh7y4/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.322 | 43967 | Marked run 1177 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.323 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.323 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.323 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.323 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.323 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.323 | 43970 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.323 | 30518 | Removed run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.323 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.323 | 30518 | Assigned run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.323 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.323 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.323 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uGQObX +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.325 | 43969 | Marked run 1178 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.325 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.326 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.327 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.328 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.329 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.332 | 30519 | Recursively removing directory: /tmp/git.ThkEz1/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.334 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.334 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.334 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.334 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.334 | 43984 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.334 | 30518 | Removed run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.334 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.334 | 30518 | Assigned run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.334 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.334 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.334 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.c6uV57 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.335 | 30522 | Recursively removing directory: /tmp/git.uGQObX/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.336 | 43983 | Marked run 1179 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.336 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.337 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.337 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.337 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.337 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.337 | 43986 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.337 | 30518 | Removed run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.337 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.337 | 30518 | Assigned run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.337 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.337 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zjwLWQ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.337 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.339 | 43985 | Marked run 1180 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.339 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.340 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.340 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.342 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.342 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.346 | 30519 | Recursively removing directory: /tmp/git.c6uV57/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.348 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.348 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.348 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.348 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.348 | 44000 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.348 | 30518 | Removed run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.348 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.348 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.348 | 30518 | Assigned run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.348 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.348 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FYJvj0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.348 | 30522 | Recursively removing directory: /tmp/git.zjwLWQ/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.350 | 43999 | Marked run 1181 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.350 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.351 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.351 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.351 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.351 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.351 | 44002 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.351 | 30518 | Removed run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.351 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.351 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.351 | 30518 | Assigned run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.351 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.351 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uhGKle +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.353 | 44001 | Marked run 1182 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.353 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.353 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.354 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.356 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.356 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.360 | 30519 | Recursively removing directory: /tmp/git.FYJvj0/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.361 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.361 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.361 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.361 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.362 | 44016 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.362 | 30518 | Removed run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.362 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.362 | 30518 | Assigned run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.362 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.362 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.362 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ueLWq3 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.362 | 30522 | Recursively removing directory: /tmp/git.uhGKle/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.364 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.364 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.364 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.364 | 44015 | Marked run 1183 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.364 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.364 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.364 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.364 | 44018 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.364 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.364 | 30518 | Removed run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.364 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.364 | 30518 | Assigned run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.364 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q9RLJT +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.366 | 44017 | Marked run 1184 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.366 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.367 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.368 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.369 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.370 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.373 | 30519 | Recursively removing directory: /tmp/git.ueLWq3/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.375 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.375 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.375 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.375 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.375 | 44032 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.375 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.375 | 30518 | Removed run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.375 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.375 | 30518 | Assigned run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.375 | 30522 | Recursively removing directory: /tmp/git.Q9RLJT/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.375 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.375 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jJ1N7Y +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.377 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.378 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.378 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.378 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.378 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.378 | 44034 | Added a new worker 12 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.378 | 30518 | Removed run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.378 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.378 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.378 | 30518 | Assigned run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.378 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mpKYrI +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.378 | 44031 | Marked run 1185 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.379 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.381 | 44033 | Marked run 1186 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.381 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.382 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.383 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.383 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.384 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.388 | 30519 | Recursively removing directory: /tmp/git.jJ1N7Y/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.390 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.390 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.390 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.390 | 30522 | Recursively removing directory: /tmp/git.mpKYrI/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.390 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.390 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.390 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NpWQiM +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.390 | 44048 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.390 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.390 | 30518 | Removed run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.390 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.390 | 30518 | Assigned run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.392 | 44047 | Marked run 1187 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.392 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.393 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.393 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.393 | 44050 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.393 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.392 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.393 | 30518 | Removed run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.392 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.393 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.393 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.393 | 30518 | Assigned run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.393 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fFGnqV +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.394 | 44049 | Marked run 1188 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.395 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.396 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.397 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.397 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.398 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.402 | 30519 | Recursively removing directory: /tmp/git.NpWQiM/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.404 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.404 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.404 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.404 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.404 | 44064 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.404 | 30518 | Removed run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.404 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.404 | 30518 | Assigned run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.404 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.404 | 30522 | Recursively removing directory: /tmp/git.fFGnqV/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.404 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.404 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xB6fj6 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.406 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.406 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.406 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.406 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.406 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.406 | 44066 | Added a new worker 8 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.406 | 30518 | Removed run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.406 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.406 | 44063 | Marked run 1189 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.406 | 30518 | Assigned run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.406 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.406 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.406 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hwSOHY +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.408 | 44065 | Marked run 1190 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.408 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.410 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.411 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.411 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.411 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.416 | 30519 | Recursively removing directory: /tmp/git.xB6fj6/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.418 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.418 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.418 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.417 | 30522 | Recursively removing directory: /tmp/git.hwSOHY/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.418 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.418 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.418 | 44080 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.418 | 30518 | Removed run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.418 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.418 | 30518 | Assigned run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.418 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.418 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wCeaqv +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.420 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.420 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.420 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.420 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.420 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.420 | 44079 | Marked run 1191 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.420 | 44082 | Added a new worker 12 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.420 | 30518 | Removed run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.420 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.420 | 30518 | Assigned run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.420 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.420 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.420 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MCYswE +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.422 | 44081 | Marked run 1192 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.422 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.423 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.424 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.425 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.426 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.430 | 30519 | Recursively removing directory: /tmp/git.wCeaqv/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.431 | 30522 | Recursively removing directory: /tmp/git.MCYswE/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.431 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.431 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.431 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.431 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.431 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.431 | 44096 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.431 | 30518 | Removed run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.431 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.431 | 30518 | Assigned run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.432 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eadT8u +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.432 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.433 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.433 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.434 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.434 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.434 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.434 | 44098 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.434 | 30518 | Removed run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.434 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.434 | 44095 | Marked run 1193 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.434 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.434 | 30518 | Assigned run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.434 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MdxoJq +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.435 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.436 | 44097 | Marked run 1194 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.436 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.437 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.438 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.439 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.440 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.443 | 30519 | Recursively removing directory: /tmp/git.eadT8u/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.445 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.445 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.445 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.445 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.445 | 44112 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.445 | 30518 | Removed run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.445 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.445 | 30518 | Assigned run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.445 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.445 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.445 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wqAwUV +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.446 | 30522 | Recursively removing directory: /tmp/git.MdxoJq/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.447 | 44111 | Marked run 1195 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.447 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.448 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.448 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.448 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.448 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.448 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.448 | 44114 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.449 | 30518 | Removed run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.449 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.449 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.449 | 30518 | Assigned run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.449 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qFh9ba +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.450 | 44113 | Marked run 1196 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.450 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.451 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.452 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.453 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.454 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.457 | 30519 | Recursively removing directory: /tmp/git.wqAwUV/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.458 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.458 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.459 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.459 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.459 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.459 | 44127 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.459 | 30518 | Removed run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.459 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.459 | 30518 | Assigned run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.459 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.459 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U9K9XU +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.460 | 30522 | Recursively removing directory: /tmp/git.qFh9ba/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.461 | 44126 | Marked run 1197 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.461 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.462 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.462 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.462 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.462 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.462 | 44130 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.462 | 30518 | Removed run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.462 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.462 | 30518 | Assigned run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.462 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.462 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.462 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U1akqH +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.463 | 44129 | Marked run 1198 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.463 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.464 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.465 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.467 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.467 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.471 | 30519 | Recursively removing directory: /tmp/git.U9K9XU/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.472 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.472 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.472 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.472 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.472 | 44144 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.472 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.472 | 30518 | Removed run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.472 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.472 | 30518 | Assigned run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.472 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.473 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vRw1xq +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.473 | 30522 | Recursively removing directory: /tmp/git.U1akqH/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.474 | 44143 | Marked run 1199 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.474 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.475 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.475 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.475 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.475 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.475 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.475 | 44146 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.475 | 30518 | Removed run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.475 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.475 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.475 | 30518 | Assigned run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.475 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WzRkE8 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.477 | 44145 | Marked run 1200 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.477 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.478 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.479 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.480 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.481 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.484 | 30519 | Recursively removing directory: /tmp/git.vRw1xq/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.486 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.486 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.486 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.486 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.486 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.486 | 44160 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.486 | 30518 | Removed run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.486 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.486 | 30518 | Assigned run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.486 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.486 | 30522 | Recursively removing directory: /tmp/git.WzRkE8/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.486 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Rg2zp7 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.488 | 44159 | Marked run 1201 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.488 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.488 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.488 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.489 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.489 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.489 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.489 | 44162 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.489 | 30518 | Removed run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.489 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.489 | 30518 | Assigned run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.489 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.489 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Dyory0 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.491 | 44161 | Marked run 1202 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.491 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.492 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.493 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.494 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.494 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.498 | 30519 | Recursively removing directory: /tmp/git.Rg2zp7/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.500 | 30522 | Recursively removing directory: /tmp/git.Dyory0/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.500 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.500 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.500 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.500 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.500 | 44176 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.500 | 30518 | Removed run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.500 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.500 | 30518 | Assigned run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.500 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.500 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EgchZP +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.501 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.502 | 44175 | Marked run 1203 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.502 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.502 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.502 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.502 | 44178 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.502 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.502 | 30518 | Removed run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.502 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.502 | 30518 | Assigned run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.502 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.502 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.502 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.502 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.I9zB0i +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.504 | 44177 | Marked run 1204 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.504 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.505 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.506 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.507 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.507 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.512 | 30519 | Recursively removing directory: /tmp/git.EgchZP/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.513 | 30522 | Recursively removing directory: /tmp/git.I9zB0i/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.513 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.513 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.513 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.513 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.513 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.513 | 44192 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.513 | 30518 | Removed run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.513 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.513 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.513 | 30518 | Assigned run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.514 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.URxQVO +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.515 | 44191 | Marked run 1205 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.515 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.515 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.515 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.515 | 44194 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.515 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.515 | 30518 | Removed run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.515 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.516 | 30518 | Assigned run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.515 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.515 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.515 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.516 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pYVYel +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.517 | 44193 | Marked run 1206 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.517 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.519 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.520 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.520 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.521 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.525 | 30519 | Recursively removing directory: /tmp/git.URxQVO/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.526 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.526 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.527 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.527 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.527 | 44208 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.527 | 30518 | Removed run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.527 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.527 | 30518 | Assigned run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.527 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.527 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.527 | 30522 | Recursively removing directory: /tmp/git.pYVYel/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.528 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AeFFsx +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.529 | 44207 | Marked run 1207 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.529 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.529 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.529 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.529 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.529 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.529 | 44210 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.530 | 30518 | Removed run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.530 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.530 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.530 | 30518 | Assigned run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.529 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.530 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BQuVXy +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.533 | 44209 | Marked run 1208 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.533 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.535 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.535 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.536 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.536 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.541 | 30519 | Recursively removing directory: /tmp/git.AeFFsx/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.542 | 30522 | Recursively removing directory: /tmp/git.BQuVXy/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.543 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.543 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.543 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.543 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.543 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.543 | 44224 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.543 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.543 | 30518 | Removed run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.543 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.543 | 30518 | Assigned run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.543 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.543 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.543 | 44226 | Added a new worker 13 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.543 | 30518 | Removed run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.543 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.543 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.543 | 30518 | Assigned run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.543 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eD8VXu +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.543 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.543 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.543 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.544 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NfO5EZ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.545 | 44223 | Marked run 1209 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.545 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.547 | 44225 | Marked run 1210 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.547 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.548 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.549 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.549 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.549 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.555 | 30522 | Recursively removing directory: /tmp/git.NfO5EZ/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.555 | 30519 | Recursively removing directory: /tmp/git.eD8VXu/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.556 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.556 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.556 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.556 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.556 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.556 | 44240 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.556 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.556 | 30518 | Removed run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.556 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.556 | 30518 | Assigned run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.557 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.557 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.557 | 44242 | Added a new worker 13 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.557 | 30518 | Removed run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.557 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.557 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.557 | 30518 | Assigned run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.557 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.557 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.557 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.557 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QTFYwt +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.557 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3Woxvi +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.558 | 44239 | Marked run 1212 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.559 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.560 | 44241 | Marked run 1211 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.560 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.562 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.562 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.563 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.563 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.568 | 30519 | Recursively removing directory: /tmp/git.QTFYwt/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.568 | 30522 | Recursively removing directory: /tmp/git.3Woxvi/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.569 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.569 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.570 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.570 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.570 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.570 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.570 | 44257 | Added a new worker 15 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.570 | 30518 | Removed run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.570 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.570 | 30518 | Assigned run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.570 | 44258 | Added a new worker 16 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.570 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.570 | 30518 | Removed run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.570 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.570 | 30518 | Assigned run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.570 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.569 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.570 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.570 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.571 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.z1oJic +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.570 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.570 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aaJuXl +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.572 | 44255 | Marked run 1214 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.572 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.574 | 44256 | Marked run 1213 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.574 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.575 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.575 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.576 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.576 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.581 | 30522 | Recursively removing directory: /tmp/git.z1oJic/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.581 | 30519 | Recursively removing directory: /tmp/git.aaJuXl/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.583 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.583 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.583 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.583 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.583 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.583 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.583 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gSoMz3 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.583 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3RiFOy +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.583 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.583 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.583 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.583 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.583 | 44274 | Added a new worker 15 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.583 | 44273 | Added a new worker 16 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.583 | 30518 | Removed run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.583 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.583 | 30518 | Assigned run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.583 | 30518 | Removed run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.583 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.583 | 30518 | Assigned run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.583 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.583 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.585 | 44272 | Marked run 1215 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.586 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.587 | 44271 | Marked run 1216 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.587 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.589 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.589 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.589 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.589 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.595 | 30519 | Recursively removing directory: /tmp/git.gSoMz3/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.595 | 30522 | Recursively removing directory: /tmp/git.3RiFOy/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.596 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.596 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.596 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.596 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.596 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.597 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.597 | 44289 | Added a new worker 15 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.597 | 30518 | Removed run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.597 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.597 | 30518 | Assigned run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.597 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.597 | 44290 | Added a new worker 16 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.597 | 30518 | Removed run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.597 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.597 | 30518 | Assigned run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.597 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.596 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.596 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.597 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.597 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wBB5O3 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.596 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.597 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ml39wl +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.598 | 44288 | Marked run 1218 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.599 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.600 | 44287 | Marked run 1217 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.600 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.602 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.602 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.603 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.603 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.609 | 30522 | Recursively removing directory: /tmp/git.wBB5O3/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.609 | 30519 | Recursively removing directory: /tmp/git.Ml39wl/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.610 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.610 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.610 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.610 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.610 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.610 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.610 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.610 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.610 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.610 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.610 | 44306 | Added a new worker 15 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.610 | 44304 | Added a new worker 16 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.610 | 30518 | Removed run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.610 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.610 | 30518 | Assigned run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.610 | 30518 | Removed run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.610 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.610 | 30518 | Assigned run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.611 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.611 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.611 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M1Cth3 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.611 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ip9pdR +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.612 | 44303 | Marked run 1220 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.612 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.614 | 44305 | Marked run 1219 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.614 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.615 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.615 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.616 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.616 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.621 | 30519 | Recursively removing directory: /tmp/git.ip9pdR/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.622 | 30522 | Recursively removing directory: /tmp/git.M1Cth3/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.623 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.623 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.623 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.623 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.623 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.623 | 44320 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.623 | 30518 | Removed run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.623 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.623 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.623 | 30518 | Assigned run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.623 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.623 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SFmrKu +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.623 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.623 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.623 | 44322 | Added a new worker 13 to the queue +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.623 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.624 | 30518 | Removed run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.623 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.624 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.624 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.z67ILp +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.624 | 30518 | Assigned run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.624 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.625 | 44319 | Marked run 1221 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.625 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.627 | 44321 | Marked run 1222 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.627 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.628 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.629 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.629 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.629 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.634 | 30519 | Recursively removing directory: /tmp/git.SFmrKu/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.635 | 30522 | Recursively removing directory: /tmp/git.z67ILp/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.636 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.636 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.636 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.636 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.636 | 44336 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.636 | 30518 | Removed run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.636 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.636 | 30518 | Assigned run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.636 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.636 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.636 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hLZzhZ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.638 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.638 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.638 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.638 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.638 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.638 | 44338 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.638 | 44335 | Marked run 1223 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.638 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.638 | 30518 | Removed run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.638 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.638 | 30518 | Assigned run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.639 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rCgv14 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.640 | 44337 | Marked run 1224 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.640 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.641 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.642 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.643 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.644 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.648 | 30519 | Recursively removing directory: /tmp/git.hLZzhZ/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.649 | 30522 | Recursively removing directory: /tmp/git.rCgv14/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.649 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.649 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.649 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.649 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.650 | 44352 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.650 | 30518 | Removed run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.650 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.650 | 30518 | Assigned run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.649 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.650 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S8dcWA +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.650 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.652 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.652 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.652 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.652 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.652 | 44351 | Marked run 1225 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.652 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.652 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.652 | 44354 | Added a new worker 6 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.652 | 30518 | Removed run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.652 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.652 | 30518 | Assigned run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.652 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.653 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RPz5R4 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.655 | 44353 | Marked run 1226 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.655 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.655 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.656 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.657 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.658 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.662 | 30519 | Recursively removing directory: /tmp/git.S8dcWA/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.663 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.663 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.663 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.663 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.663 | 44368 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.663 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.663 | 30518 | Removed run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.663 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.663 | 30518 | Assigned run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.663 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.663 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Kh3rFs +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.664 | 30522 | Recursively removing directory: /tmp/git.RPz5R4/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.665 | 44367 | Marked run 1227 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.665 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.666 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.666 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.666 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.666 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.666 | 44370 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.666 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.667 | 30518 | Removed run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.667 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.667 | 30518 | Assigned run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.666 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.667 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3E1Cxe +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.669 | 44369 | Marked run 1228 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.669 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.669 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.670 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.671 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.672 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.675 | 30519 | Recursively removing directory: /tmp/git.Kh3rFs/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.677 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.677 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.677 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.677 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.677 | 44384 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.677 | 30518 | Removed run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.677 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.677 | 30518 | Assigned run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.677 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.677 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8gDCBH +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.677 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.678 | 30522 | Recursively removing directory: /tmp/git.3E1Cxe/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.679 | 44383 | Marked run 1229 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.679 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.679 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.679 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.680 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.680 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.680 | 44386 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.680 | 30518 | Removed run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.680 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.680 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.680 | 30518 | Assigned run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.680 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.680 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AeXK2j +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.682 | 44385 | Marked run 1230 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.682 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.683 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.684 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.686 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.686 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.690 | 30519 | Recursively removing directory: /tmp/git.8gDCBH/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.691 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.691 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.691 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.691 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.691 | 44400 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.691 | 30518 | Removed run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.691 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.692 | 30518 | Assigned run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.692 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.691 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.692 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RUJ9Ql +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.692 | 30522 | Recursively removing directory: /tmp/git.AeXK2j/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.693 | 44399 | Marked run 1231 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.694 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.694 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.694 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.694 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.694 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.694 | 44402 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.694 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.694 | 30518 | Removed run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.694 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.694 | 30518 | Assigned run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.694 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.695 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LsEnjL +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.696 | 44401 | Marked run 1232 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.696 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.697 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.698 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.699 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.700 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.703 | 30519 | Recursively removing directory: /tmp/git.RUJ9Ql/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.705 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.705 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.705 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.705 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.705 | 44416 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.705 | 30518 | Removed run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.705 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.705 | 30518 | Assigned run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.705 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.705 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0Mgn0H +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.706 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.706 | 30522 | Recursively removing directory: /tmp/git.LsEnjL/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.707 | 44415 | Marked run 1233 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.707 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.708 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.708 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.708 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.708 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.708 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.708 | 44418 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.708 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.708 | 30518 | Removed run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.708 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.708 | 30518 | Assigned run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.708 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SHS0u8 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.710 | 44417 | Marked run 1234 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.710 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.710 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.711 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.713 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.714 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.716 | 30519 | Recursively removing directory: /tmp/git.0Mgn0H/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.717 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.717 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.718 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.718 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.718 | 44431 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.718 | 30518 | Removed run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.718 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.718 | 30518 | Assigned run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.718 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.718 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.718 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bv0KcM +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.720 | 30522 | Recursively removing directory: /tmp/git.SHS0u8/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.720 | 44430 | Marked run 1235 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.720 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.721 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.721 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.721 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.721 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.721 | 44434 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.721 | 30518 | Removed run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.721 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.722 | 30518 | Assigned run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.722 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.721 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.722 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GASTdv +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.723 | 44433 | Marked run 1236 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.723 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.724 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.725 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.726 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.727 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.730 | 30519 | Recursively removing directory: /tmp/git.bv0KcM/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.732 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.732 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.732 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.732 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.732 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.732 | 44448 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.732 | 30518 | Removed run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.732 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.732 | 30518 | Assigned run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.732 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.732 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mMLt9H +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.733 | 30522 | Recursively removing directory: /tmp/git.GASTdv/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.734 | 44447 | Marked run 1237 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.734 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.735 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.735 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.735 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.735 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.735 | 44450 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.735 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.735 | 30518 | Removed run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.735 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.735 | 30518 | Assigned run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.735 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.736 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5Ryjpm +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.737 | 44449 | Marked run 1238 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.737 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.738 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.739 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.741 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.741 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.744 | 30519 | Recursively removing directory: /tmp/git.mMLt9H/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.746 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.746 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.746 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.746 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.746 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.746 | 44464 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.746 | 30518 | Removed run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.746 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.746 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.746 | 30518 | Assigned run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.746 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JdBJ1E +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.747 | 30522 | Recursively removing directory: /tmp/git.5Ryjpm/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.748 | 44463 | Marked run 1239 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.748 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.749 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.749 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.749 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.749 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.749 | 44466 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.749 | 30518 | Removed run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.749 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.749 | 30518 | Assigned run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.749 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.749 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.749 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QFaUml +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.751 | 44465 | Marked run 1240 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.751 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.752 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.752 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.755 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.756 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.758 | 30519 | Recursively removing directory: /tmp/git.JdBJ1E/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.759 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.759 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.759 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.760 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.760 | 44477 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.760 | 30518 | Removed run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.760 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.760 | 30518 | Assigned run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.760 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.760 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.760 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Dfq1mh +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.762 | 44476 | Marked run 1241 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.762 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.762 | 30522 | Recursively removing directory: /tmp/git.QFaUml/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.764 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.764 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.764 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.764 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.764 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.764 | 44482 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.764 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.764 | 30518 | Removed run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.764 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.764 | 30518 | Assigned run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.764 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Bajpsw +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.766 | 44481 | Marked run 1242 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.766 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.766 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.767 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.769 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.769 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.772 | 30519 | Recursively removing directory: /tmp/git.Dfq1mh/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.774 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.774 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.774 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.774 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.774 | 44496 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.774 | 30518 | Removed run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.774 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.774 | 30518 | Assigned run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.774 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.774 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Rayhiz +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.775 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.775 | 30522 | Recursively removing directory: /tmp/git.Bajpsw/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.776 | 44495 | Marked run 1243 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.776 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.777 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.777 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.777 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.777 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.777 | 44498 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.777 | 30518 | Removed run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.777 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.777 | 30518 | Assigned run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.777 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.777 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m72PFZ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.778 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.779 | 44497 | Marked run 1244 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.779 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.780 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.780 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.782 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.783 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.786 | 30519 | Recursively removing directory: /tmp/git.Rayhiz/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.788 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.788 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.788 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.788 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.788 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.788 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.88zY0m +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.788 | 44512 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.788 | 30518 | Removed run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.788 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.788 | 30518 | Assigned run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.789 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.789 | 30522 | Recursively removing directory: /tmp/git.m72PFZ/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.790 | 44511 | Marked run 1245 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.790 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.791 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.791 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.791 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.791 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.791 | 44514 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.791 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.791 | 30518 | Removed run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.791 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.791 | 30518 | Assigned run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.791 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.791 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ltKd7j +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.793 | 44513 | Marked run 1246 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.793 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.794 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.795 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.796 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.797 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.800 | 30519 | Recursively removing directory: /tmp/git.88zY0m/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.801 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.801 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.802 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.802 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.802 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.802 | 44528 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.802 | 30518 | Removed run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.802 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.802 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.802 | 30518 | Assigned run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.802 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WaCfGv +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.802 | 30522 | Recursively removing directory: /tmp/git.ltKd7j/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.804 | 44527 | Marked run 1247 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.804 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.804 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.804 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.804 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.805 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.805 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.805 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U8Yzk3 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.805 | 44530 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.805 | 30518 | Removed run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.805 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.805 | 30518 | Assigned run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.805 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.806 | 44529 | Marked run 1248 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.806 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.807 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.808 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.809 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.810 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.814 | 30519 | Recursively removing directory: /tmp/git.WaCfGv/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.815 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.815 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.815 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.815 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.815 | 44544 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.815 | 30518 | Removed run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.815 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.815 | 30518 | Assigned run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.816 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.816 | 30522 | Recursively removing directory: /tmp/git.U8Yzk3/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.815 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.816 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rQvxT5 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.818 | 44543 | Marked run 1249 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.818 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.818 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.818 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.818 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.819 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.819 | 44546 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.819 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.819 | 30518 | Removed run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.819 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.819 | 30518 | Assigned run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.819 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.819 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bQtZx8 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.820 | 44545 | Marked run 1250 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.820 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.821 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.822 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.823 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.824 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.828 | 30519 | Recursively removing directory: /tmp/git.rQvxT5/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.829 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.829 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.829 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.830 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.830 | 44560 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.830 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.830 | 30518 | Removed run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.830 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.830 | 30518 | Assigned run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.830 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.830 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.blhnIR +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.830 | 30522 | Recursively removing directory: /tmp/git.bQtZx8/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.831 | 44559 | Marked run 1251 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.832 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.832 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.832 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.832 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.832 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.832 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.832 | 44562 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.832 | 30518 | Removed run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.832 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.832 | 30518 | Assigned run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.832 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.832 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Jqi5OW +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.834 | 44561 | Marked run 1252 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.834 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.836 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.837 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.837 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.837 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.842 | 30519 | Recursively removing directory: /tmp/git.blhnIR/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.843 | 30522 | Recursively removing directory: /tmp/git.Jqi5OW/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.844 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.844 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.844 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.844 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.844 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.844 | 44576 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.844 | 30518 | Removed run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.844 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.844 | 30518 | Assigned run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.844 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.844 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8sIh2E +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.846 | 44575 | Marked run 1253 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.846 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.846 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.846 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.846 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.846 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.846 | 44578 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.846 | 30518 | Removed run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.846 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.846 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.846 | 30518 | Assigned run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.846 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.846 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ntyTVu +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.848 | 44577 | Marked run 1254 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.848 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.849 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.850 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.851 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.851 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.855 | 30519 | Recursively removing directory: /tmp/git.8sIh2E/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.857 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.857 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.857 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.857 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.857 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.857 | 44592 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.857 | 30518 | Removed run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.857 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.857 | 30518 | Assigned run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.857 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.857 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6nBgVU +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.857 | 30522 | Recursively removing directory: /tmp/git.ntyTVu/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.859 | 44591 | Marked run 1255 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.859 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.860 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.860 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.860 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.860 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.860 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2LydN2 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.860 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.860 | 44594 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.860 | 30518 | Removed run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.860 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.860 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.860 | 30518 | Assigned run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.862 | 44593 | Marked run 1256 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.862 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.863 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.863 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.864 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.865 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.869 | 30519 | Recursively removing directory: /tmp/git.6nBgVU/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.870 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.870 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.870 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.871 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.871 | 44608 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.871 | 30518 | Removed run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.871 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.871 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.871 | 30518 | Assigned run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.871 | 30522 | Recursively removing directory: /tmp/git.2LydN2/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.871 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.871 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Doix4s +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.873 | 44607 | Marked run 1257 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.873 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.873 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.873 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.873 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.873 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.873 | 44610 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.874 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.874 | 30518 | Removed run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.874 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.874 | 30518 | Assigned run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.873 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.874 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MwbYdg +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.875 | 44609 | Marked run 1258 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.875 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.877 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.877 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.878 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.879 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.883 | 30519 | Recursively removing directory: /tmp/git.Doix4s/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.884 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.884 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.884 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.884 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.884 | 44624 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.885 | 30518 | Removed run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.885 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.885 | 30518 | Assigned run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.885 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.885 | 30522 | Recursively removing directory: /tmp/git.MwbYdg/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.884 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.885 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nbJsdK +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.887 | 44623 | Marked run 1259 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.887 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.887 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.887 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.887 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.887 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YRAcGU +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.887 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.887 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.887 | 44626 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.887 | 30518 | Removed run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.887 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.887 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.887 | 30518 | Assigned run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.889 | 44625 | Marked run 1260 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.889 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.890 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.891 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.892 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.893 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.897 | 30519 | Recursively removing directory: /tmp/git.nbJsdK/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.898 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.898 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.898 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.898 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.898 | 44640 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.898 | 30518 | Removed run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.898 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.898 | 30518 | Assigned run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.899 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.898 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.898 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aBtRiZ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.899 | 30522 | Recursively removing directory: /tmp/git.YRAcGU/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.900 | 44639 | Marked run 1261 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.900 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.901 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.901 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.901 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.901 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.901 | 44642 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.901 | 30518 | Removed run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.901 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.901 | 30518 | Assigned run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.902 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.901 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.901 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EfHKh3 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.903 | 44641 | Marked run 1262 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.903 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.904 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.904 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.906 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.907 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.910 | 30519 | Recursively removing directory: /tmp/git.aBtRiZ/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.911 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.911 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.911 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.911 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.911 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.911 | 44655 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.912 | 30518 | Removed run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.912 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.912 | 30518 | Assigned run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.912 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.912 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UWufil +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.913 | 30522 | Recursively removing directory: /tmp/git.EfHKh3/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.914 | 44654 | Marked run 1263 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.914 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.914 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.914 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.915 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.915 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.915 | 44658 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.915 | 30518 | Removed run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.915 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.915 | 30518 | Assigned run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.915 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.915 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8HRHok +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.915 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.916 | 44657 | Marked run 1264 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.917 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.917 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.918 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.919 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.920 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.924 | 30519 | Recursively removing directory: /tmp/git.UWufil/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.925 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.925 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.925 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.925 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.925 | 44672 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.925 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.925 | 30518 | Removed run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.925 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.926 | 30518 | Assigned run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.925 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.926 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hJGbZz +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.926 | 30522 | Recursively removing directory: /tmp/git.8HRHok/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.927 | 44671 | Marked run 1265 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.927 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.928 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.928 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.928 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.928 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.928 | 44674 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.928 | 30518 | Removed run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.929 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.929 | 30518 | Assigned run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.928 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.929 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bDSSL9 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.929 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.930 | 44673 | Marked run 1266 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.930 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.932 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.933 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.934 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.934 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.938 | 30519 | Recursively removing directory: /tmp/git.hJGbZz/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.940 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.940 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.940 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.940 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.940 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.940 | 30522 | Recursively removing directory: /tmp/git.bDSSL9/ +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.940 | 44688 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.940 | 30518 | Removed run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.940 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.940 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.940 | 30518 | Assigned run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.941 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A1XuQk +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.942 | 44687 | Marked run 1267 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.942 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.943 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.943 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.943 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.943 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.943 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.943 | 44690 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.943 | 30518 | Removed run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.943 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.943 | 30518 | Assigned run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.943 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jDRGdm +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.944 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.945 | 44689 | Marked run 1268 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.945 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.946 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.947 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.949 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.949 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.953 | 30519 | Recursively removing directory: /tmp/git.A1XuQk/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.954 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.954 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.955 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.955 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.955 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.955 | 44704 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.955 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.955 | 30518 | Removed run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.955 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.955 | 30518 | Assigned run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.955 | 30522 | Recursively removing directory: /tmp/git.jDRGdm/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.955 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bJ35fM +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.957 | 44703 | Marked run 1269 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.957 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.957 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.957 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.958 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.958 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.958 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.958 | 44706 | Added a new worker 10 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.958 | 30518 | Removed run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.958 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.958 | 30518 | Assigned run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.958 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.958 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VWKIXX +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.959 | 44705 | Marked run 1270 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.959 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.960 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.961 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.962 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.963 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.967 | 30519 | Recursively removing directory: /tmp/git.bJ35fM/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.968 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.968 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.968 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.968 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.969 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.969 | 44720 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.969 | 30518 | Removed run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.969 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.969 | 30518 | Assigned run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.969 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.969 | 30522 | Recursively removing directory: /tmp/git.VWKIXX/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.969 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zwwwXP +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.971 | 44719 | Marked run 1271 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.971 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.971 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.971 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.971 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.972 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.972 | 44722 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.972 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.972 | 30518 | Removed run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.972 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.972 | 30518 | Assigned run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.972 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.972 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.D4UpSO +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.973 | 44721 | Marked run 1272 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.973 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.975 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.976 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.977 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.977 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.982 | 30519 | Recursively removing directory: /tmp/git.zwwwXP/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.983 | 30522 | Recursively removing directory: /tmp/git.D4UpSO/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.983 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.983 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.983 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.983 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.983 | 44736 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.984 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.984 | 30518 | Removed run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.984 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.984 | 30518 | Assigned run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.983 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.984 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Rg8SNM +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.985 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.985 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.986 | 30522 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.985 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.986 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.986 | 44735 | Marked run 1273 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.986 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.986 | 44738 | Added a new worker 7 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.986 | 30518 | Removed run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.986 | 30518 | Removed worker 7 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.986 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.986 | 30518 | Assigned run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.986 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TprAP5 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.987 | 44737 | Marked run 1274 as finished +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.987 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.989 | 30519 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.990 | 30519 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.990 | 30522 | Checking out revision HEAD +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.991 | 30522 | Going to run: ./ci +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.996 | 30519 | Recursively removing directory: /tmp/git.Rg8SNM/ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.997 | 30522 | Recursively removing directory: /tmp/git.TprAP5/ +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.997 | 30519 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.997 | 30519 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.997 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.997 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.997 | 44752 | Added a new worker 11 to the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.997 | 30518 | Removed run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.997 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.997 | 30518 | Assigned run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:36 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.998 | 30516 | Waiting for new connections +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.997 | 30519 | Waiting for a new command +2024-01-28 10:55:36 | INFO | 30519/cimple-worker: 2024-01-28 10:55:36.998 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JwcUUZ +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.999 | 30522 | Process exit code: 0 +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.999 | 30522 | Process output: 57 bytes +2024-01-28 10:55:36 | INFO | 30522/cimple-worker: 2024-01-28 10:55:36.999 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.000 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YqVaEE +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.999 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.999 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:36.999 | 44754 | Added a new worker 12 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.000 | 44751 | Marked run 1275 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.000 | 30518 | Removed run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.000 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.000 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.000 | 30518 | Assigned run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.000 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.001 | 44753 | Marked run 1276 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.001 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.003 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.004 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.004 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.005 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.010 | 30519 | Recursively removing directory: /tmp/git.JwcUUZ/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.010 | 30522 | Recursively removing directory: /tmp/git.YqVaEE/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.011 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.011 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.011 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.011 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.011 | 44768 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.011 | 30518 | Removed run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.011 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.011 | 30518 | Assigned run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.012 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.012 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.011 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.011 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.012 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.012 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.012 | 44770 | Added a new worker 13 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.012 | 30518 | Removed run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.012 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.012 | 30518 | Assigned run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.012 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.011 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.012 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zas3nQ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.011 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KSjQWX +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.013 | 44767 | Marked run 1277 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.013 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.015 | 44769 | Marked run 1278 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.015 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.017 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.017 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.017 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.018 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.023 | 30519 | Recursively removing directory: /tmp/git.KSjQWX/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.023 | 30522 | Recursively removing directory: /tmp/git.zas3nQ/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.024 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.024 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.024 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.024 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.024 | 44784 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.025 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.025 | 30518 | Removed run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.025 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.025 | 30518 | Assigned run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.025 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.025 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.025 | 44786 | Added a new worker 13 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.025 | 30518 | Removed run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.025 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.025 | 30518 | Assigned run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.025 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.024 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.025 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8Zvgoy +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.025 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.025 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.025 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.026 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Je7eLw +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.027 | 44783 | Marked run 1279 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.027 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.028 | 44785 | Marked run 1280 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.028 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.030 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.030 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.031 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.031 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.036 | 30522 | Recursively removing directory: /tmp/git.Je7eLw/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.036 | 30519 | Recursively removing directory: /tmp/git.8Zvgoy/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.038 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.038 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.038 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.038 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.038 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.038 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.038 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.038 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.038 | 44801 | Added a new worker 15 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.038 | 30518 | Removed run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.038 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.038 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.038 | 30518 | Assigned run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.038 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.038 | 44802 | Added a new worker 16 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.038 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.038 | 30518 | Removed run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.038 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.039 | 30518 | Assigned run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.038 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.038 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.l4WJKF +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.039 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8c8tW6 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.040 | 44799 | Marked run 1282 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.040 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.041 | 44800 | Marked run 1281 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.042 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.044 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.044 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.045 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.045 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.050 | 30519 | Recursively removing directory: /tmp/git.8c8tW6/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.050 | 30522 | Recursively removing directory: /tmp/git.l4WJKF/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.051 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.051 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.051 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.051 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.051 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.051 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.051 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.052 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.052 | 44816 | Added a new worker 13 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.052 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.052 | 30518 | Removed run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.052 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.052 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.052 | 30518 | Assigned run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.052 | 44818 | Added a new worker 8 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.052 | 30518 | Removed run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.052 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.052 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.052 | 30518 | Assigned run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.053 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UW0tCf +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.053 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4OU72q +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.053 | 44815 | Marked run 1284 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.053 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.055 | 44817 | Marked run 1283 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.055 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.057 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.057 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.058 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.058 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.063 | 30522 | Recursively removing directory: /tmp/git.4OU72q/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.063 | 30519 | Recursively removing directory: /tmp/git.UW0tCf/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.065 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.065 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.065 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.065 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.065 | 44832 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.065 | 30518 | Removed run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.065 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.065 | 30518 | Assigned run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.065 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.065 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.065 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Pu1OkT +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.065 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.065 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.065 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.066 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.h3ooeY +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.065 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.065 | 44834 | Added a new worker 15 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.065 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.065 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.065 | 30518 | Removed run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.065 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.066 | 30518 | Assigned run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.067 | 44831 | Marked run 1286 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.067 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.069 | 44833 | Marked run 1285 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.069 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.070 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.071 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.071 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.071 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.077 | 30519 | Recursively removing directory: /tmp/git.h3ooeY/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.077 | 30522 | Recursively removing directory: /tmp/git.Pu1OkT/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.078 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.078 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.078 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.078 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.078 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.078 | 44849 | Added a new worker 15 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.078 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.078 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.078 | 30518 | Removed run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.078 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.078 | 30518 | Assigned run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.079 | 44850 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.079 | 30518 | Removed run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.079 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.079 | 30518 | Assigned run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.079 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.078 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.078 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.078 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.079 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LRjcQQ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.080 | 44848 | Marked run 1288 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.080 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.078 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.079 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZiFWGN +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.082 | 44847 | Marked run 1287 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.082 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.083 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.084 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.084 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.085 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.090 | 30519 | Recursively removing directory: /tmp/git.ZiFWGN/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.091 | 30522 | Recursively removing directory: /tmp/git.LRjcQQ/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.091 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.091 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.091 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.091 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.091 | 44864 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.091 | 30518 | Removed run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.091 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.091 | 30518 | Assigned run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.091 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.092 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.q5azPi +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.092 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.093 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.093 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.093 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.093 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.093 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.093 | 44866 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.093 | 44863 | Marked run 1290 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.093 | 30518 | Removed run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.093 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.094 | 30518 | Assigned run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.094 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.094 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.094 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SjQCky +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.096 | 44865 | Marked run 1289 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.096 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.098 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.098 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.099 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.100 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.104 | 30519 | Recursively removing directory: /tmp/git.q5azPi/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.105 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.105 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.106 | 30522 | Recursively removing directory: /tmp/git.SjQCky/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.106 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.106 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.106 | 44880 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.106 | 30518 | Removed run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.106 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.106 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.106 | 30518 | Assigned run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.106 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.106 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eMhIYb +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.108 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.108 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.108 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.108 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.108 | 44879 | Marked run 1291 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.108 | 44882 | Added a new worker 12 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.108 | 30518 | Removed run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.108 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.108 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.108 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.108 | 30518 | Assigned run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.108 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.109 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RzOIOf +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.110 | 44881 | Marked run 1292 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.111 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.112 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.113 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.114 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.114 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.118 | 30519 | Recursively removing directory: /tmp/git.eMhIYb/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.120 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.120 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.120 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.120 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.120 | 44896 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.120 | 30518 | Removed run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.120 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.120 | 30518 | Assigned run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.120 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.120 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.120 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ygSa5E +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.120 | 30522 | Recursively removing directory: /tmp/git.RzOIOf/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.122 | 44895 | Marked run 1293 as finished +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.122 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.122 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.123 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.122 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.122 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.123 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.123 | 44898 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.123 | 30518 | Removed run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.123 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.123 | 30518 | Assigned run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.123 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.123 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fjD9Vh +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.124 | 44897 | Marked run 1294 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.124 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.126 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.127 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.127 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.128 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.132 | 30519 | Recursively removing directory: /tmp/git.ygSa5E/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.134 | 30522 | Recursively removing directory: /tmp/git.fjD9Vh/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.134 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.134 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.134 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.134 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.134 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.134 | 44912 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.134 | 30518 | Removed run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.134 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.134 | 30518 | Assigned run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.134 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.134 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cJ0y8a +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.135 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.135 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.135 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.135 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.135 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.135 | 44914 | Added a new worker 13 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.135 | 30518 | Removed run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.135 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.135 | 30518 | Assigned run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.136 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.136 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ghvOcK +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.136 | 44911 | Marked run 1295 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.136 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.139 | 44913 | Marked run 1296 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.139 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.140 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.140 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.141 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.142 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.146 | 30519 | Recursively removing directory: /tmp/git.cJ0y8a/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.147 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.147 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.148 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.148 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.148 | 44928 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.148 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.148 | 30518 | Removed run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.148 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.148 | 30518 | Assigned run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.147 | 30522 | Recursively removing directory: /tmp/git.ghvOcK/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.148 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.148 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g0w2yT +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.150 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.150 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.150 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.150 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1mq72b +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.150 | 44927 | Marked run 1297 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.150 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.150 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.150 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.150 | 44930 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.150 | 30518 | Removed run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.150 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.150 | 30518 | Assigned run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.150 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.152 | 44929 | Marked run 1298 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.152 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.154 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.154 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.155 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.156 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.160 | 30519 | Recursively removing directory: /tmp/git.g0w2yT/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.161 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.161 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.161 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.162 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.162 | 30522 | Recursively removing directory: /tmp/git.1mq72b/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.162 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.162 | 44944 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.162 | 30518 | Removed run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.162 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.162 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.162 | 30518 | Assigned run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.162 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P35Tkr +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.163 | 44943 | Marked run 1299 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.163 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.164 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.164 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.164 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.164 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.164 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.165 | 44946 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.165 | 30518 | Removed run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.165 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.165 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.165 | 30518 | Assigned run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.165 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Nxhm49 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.166 | 44945 | Marked run 1300 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.166 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.168 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.169 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.170 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.170 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.175 | 30519 | Recursively removing directory: /tmp/git.P35Tkr/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.176 | 30522 | Recursively removing directory: /tmp/git.Nxhm49/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.176 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.176 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.176 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.176 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.176 | 44960 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.177 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.177 | 30518 | Removed run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.177 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.177 | 30518 | Assigned run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.176 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.177 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5Di6GG +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.178 | 44959 | Marked run 1301 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.178 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.179 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.179 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.179 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.179 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.179 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.179 | 44962 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.179 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.179 | 30518 | Removed run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.179 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.179 | 30518 | Assigned run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.179 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BybjIs +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.180 | 44961 | Marked run 1302 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.180 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.182 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.183 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.184 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.185 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.189 | 30519 | Recursively removing directory: /tmp/git.5Di6GG/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.190 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.190 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.190 | 30522 | Recursively removing directory: /tmp/git.BybjIs/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.190 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.190 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.190 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.190 | 44976 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.190 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.190 | 30518 | Removed run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.190 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.190 | 30518 | Assigned run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.191 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q0p2Gi +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.192 | 44975 | Marked run 1303 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.192 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.193 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.193 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.193 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.193 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.193 | 44978 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.193 | 30518 | Removed run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.193 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.193 | 30518 | Assigned run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.193 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.193 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.193 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QcR7F2 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.194 | 44977 | Marked run 1304 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.194 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.196 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.197 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.198 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.199 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.202 | 30519 | Recursively removing directory: /tmp/git.Q0p2Gi/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.204 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.204 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.204 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.204 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.204 | 44992 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.204 | 30518 | Removed run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.204 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.204 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.205 | 30518 | Assigned run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.204 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.205 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RiWPIl +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.204 | 30522 | Recursively removing directory: /tmp/git.QcR7F2/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.206 | 44991 | Marked run 1305 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.206 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.207 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.207 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.207 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.207 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.207 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.207 | 44994 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.207 | 30518 | Removed run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.207 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.207 | 30518 | Assigned run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.208 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7nOnn3 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.208 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.209 | 44993 | Marked run 1306 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.209 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.211 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.212 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.213 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.214 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.217 | 30519 | Recursively removing directory: /tmp/git.RiWPIl/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.219 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.219 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.219 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.219 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.219 | 45008 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.219 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.219 | 30518 | Removed run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.219 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.219 | 30518 | Assigned run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.219 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.219 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Qtj7mY +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.219 | 30522 | Recursively removing directory: /tmp/git.7nOnn3/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.221 | 45007 | Marked run 1307 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.221 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.222 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.222 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.222 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.222 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.222 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.222 | 45010 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.222 | 30518 | Removed run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.222 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.222 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.222 | 30518 | Assigned run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.222 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.n0BQvc +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.224 | 45009 | Marked run 1308 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.224 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.225 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.226 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.227 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.228 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.231 | 30519 | Recursively removing directory: /tmp/git.Qtj7mY/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.233 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.233 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.233 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.233 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.233 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.233 | 45024 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.233 | 30518 | Removed run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.233 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.233 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.233 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2UVWT8 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.233 | 30518 | Assigned run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.234 | 30522 | Recursively removing directory: /tmp/git.n0BQvc/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.235 | 45023 | Marked run 1309 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.235 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.236 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.236 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.236 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.236 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.236 | 45026 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.236 | 30518 | Removed run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.236 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.236 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.236 | 30518 | Assigned run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.236 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.236 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y4KOuc +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.238 | 45025 | Marked run 1310 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.238 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.238 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.239 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.241 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.241 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.245 | 30519 | Recursively removing directory: /tmp/git.2UVWT8/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.246 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.246 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.246 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.246 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.246 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.247 | 45040 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.247 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.247 | 30518 | Removed run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.247 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.247 | 30518 | Assigned run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.247 | 30522 | Recursively removing directory: /tmp/git.Y4KOuc/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.247 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9FoImh +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.249 | 45039 | Marked run 1311 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.249 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.249 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.249 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.249 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.249 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.250 | 45042 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.250 | 30518 | Removed run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.250 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.250 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.250 | 30518 | Assigned run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.249 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.250 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.evjB4x +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.251 | 45041 | Marked run 1312 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.251 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.253 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.253 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.254 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.255 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.259 | 30519 | Recursively removing directory: /tmp/git.9FoImh/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.260 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.260 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.260 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.260 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.260 | 45056 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.260 | 30518 | Removed run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.260 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.260 | 30518 | Assigned run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.261 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.260 | 30522 | Recursively removing directory: /tmp/git.evjB4x/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.260 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.261 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RUpRT2 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.263 | 45055 | Marked run 1313 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.263 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.263 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.263 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.263 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.263 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.263 | 45058 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.263 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.263 | 30518 | Removed run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.263 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.264 | 30518 | Assigned run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.263 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.264 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qbAr9R +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.265 | 45057 | Marked run 1314 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.265 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.266 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.267 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.269 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.269 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.273 | 30519 | Recursively removing directory: /tmp/git.RUpRT2/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.274 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.274 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.274 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.274 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.274 | 45072 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.275 | 30518 | Removed run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.275 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.275 | 30518 | Assigned run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.275 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.274 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.275 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KnPcbo +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.275 | 30522 | Recursively removing directory: /tmp/git.qbAr9R/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.277 | 45071 | Marked run 1315 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.277 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.277 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.277 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.278 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.278 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.278 | 45074 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.278 | 30518 | Removed run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.278 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.278 | 30518 | Assigned run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.278 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.278 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.278 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.APmMVC +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.279 | 45073 | Marked run 1316 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.280 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.280 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.281 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.282 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.283 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.287 | 30519 | Recursively removing directory: /tmp/git.KnPcbo/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.288 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.288 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.288 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.288 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.288 | 45088 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.288 | 30518 | Removed run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.288 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.289 | 30518 | Assigned run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.289 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.288 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.289 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zLbT2n +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.289 | 30522 | Recursively removing directory: /tmp/git.APmMVC/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.290 | 45087 | Marked run 1317 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.291 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.291 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.291 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.291 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.291 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.291 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.291 | 45090 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.291 | 30518 | Removed run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.291 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.291 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.291 | 30518 | Assigned run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.292 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XjnjQd +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.294 | 45089 | Marked run 1318 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.294 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.295 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.295 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.297 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.297 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.301 | 30519 | Recursively removing directory: /tmp/git.zLbT2n/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.302 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.302 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.302 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.302 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.302 | 45104 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.303 | 30518 | Removed run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.303 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.303 | 30518 | Assigned run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.303 | 30522 | Recursively removing directory: /tmp/git.XjnjQd/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.303 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.302 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.303 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ttH1YK +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.305 | 45103 | Marked run 1319 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.305 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.305 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.305 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.305 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.305 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.306 | 45106 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.306 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.306 | 30518 | Removed run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.306 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.306 | 30518 | Assigned run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.305 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.306 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8zjd3g +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.307 | 45105 | Marked run 1320 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.307 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.309 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.310 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.311 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.311 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.315 | 30519 | Recursively removing directory: /tmp/git.ttH1YK/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.316 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.316 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.317 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.317 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.317 | 45120 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.317 | 30518 | Removed run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.317 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.317 | 30518 | Assigned run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.317 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.317 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.317 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lAzKMr +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.317 | 30522 | Recursively removing directory: /tmp/git.8zjd3g/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.319 | 45119 | Marked run 1321 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.319 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.320 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.320 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.320 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.320 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.320 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.320 | 45122 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.320 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.320 | 30518 | Removed run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.320 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.320 | 30518 | Assigned run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.320 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aSJJ9e +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.322 | 45121 | Marked run 1322 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.322 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.323 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.323 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.325 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.325 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.329 | 30519 | Recursively removing directory: /tmp/git.lAzKMr/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.330 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.330 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.330 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.331 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.331 | 45136 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.331 | 30518 | Removed run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.331 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.331 | 30518 | Assigned run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.331 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.331 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.t1f4zg +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.331 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.331 | 30522 | Recursively removing directory: /tmp/git.aSJJ9e/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.333 | 45135 | Marked run 1323 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.333 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.333 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.333 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.334 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.334 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.334 | 45138 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.334 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.334 | 30518 | Removed run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.334 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.334 | 30518 | Assigned run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.334 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.334 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HZmEr5 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.336 | 45137 | Marked run 1324 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.336 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.336 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.337 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.339 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.339 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.343 | 30519 | Recursively removing directory: /tmp/git.t1f4zg/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.344 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.344 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.345 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.345 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.345 | 45152 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.345 | 30518 | Removed run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.345 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.345 | 30518 | Assigned run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.345 | 30522 | Recursively removing directory: /tmp/git.HZmEr5/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.345 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.345 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.345 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5ebZWz +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.347 | 45151 | Marked run 1325 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.347 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.347 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.347 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.347 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.348 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.348 | 45154 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.348 | 30518 | Removed run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.348 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.348 | 30518 | Assigned run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.348 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.348 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.348 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wN71yK +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.349 | 45153 | Marked run 1326 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.349 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.351 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.351 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.352 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.353 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.357 | 30519 | Recursively removing directory: /tmp/git.5ebZWz/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.358 | 30522 | Recursively removing directory: /tmp/git.wN71yK/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.358 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.358 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.359 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.359 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.359 | 45168 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.359 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.359 | 30518 | Removed run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.359 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.359 | 30518 | Assigned run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.359 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.359 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gAQoc2 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.360 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.360 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.360 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.360 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.360 | 45167 | Marked run 1327 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.361 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.361 | 45170 | Added a new worker 6 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.361 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.361 | 30518 | Removed run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.361 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.361 | 30518 | Assigned run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.361 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.361 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YbXnzM +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.362 | 45169 | Marked run 1328 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.362 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.365 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.366 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.366 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.367 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.371 | 30519 | Recursively removing directory: /tmp/git.gAQoc2/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.372 | 30522 | Recursively removing directory: /tmp/git.YbXnzM/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.373 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.373 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.373 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.373 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.373 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.373 | 45184 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.373 | 30518 | Removed run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.373 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.373 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.373 | 30518 | Assigned run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.374 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CkWnPq +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.374 | 45183 | Marked run 1329 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.375 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.375 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.375 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.375 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.375 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.375 | 45186 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.375 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.375 | 30518 | Removed run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.375 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.375 | 30518 | Assigned run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.375 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.375 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WOd3O9 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.377 | 45185 | Marked run 1330 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.377 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.379 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.380 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.381 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.381 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.385 | 30519 | Recursively removing directory: /tmp/git.CkWnPq/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.387 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.387 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.387 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.387 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.387 | 45200 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.387 | 30518 | Removed run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.387 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.387 | 30518 | Assigned run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.387 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.387 | 30522 | Recursively removing directory: /tmp/git.WOd3O9/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.387 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.387 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QEdXPN +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.389 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.389 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.389 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.389 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.389 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.389 | 45202 | Added a new worker 9 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.389 | 30518 | Removed run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.389 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.389 | 30518 | Assigned run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.389 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.389 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kf3l1G +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.390 | 45199 | Marked run 1331 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.390 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.392 | 45201 | Marked run 1332 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.392 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.392 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.393 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.394 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.395 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.399 | 30519 | Recursively removing directory: /tmp/git.QEdXPN/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.400 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.400 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.400 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.400 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.400 | 45216 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.400 | 30518 | Removed run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.400 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.400 | 30518 | Assigned run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.401 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.400 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.401 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UJgCBf +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.401 | 30522 | Recursively removing directory: /tmp/git.kf3l1G/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.402 | 45215 | Marked run 1333 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.402 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.403 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.403 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.403 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.403 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.403 | 45218 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.403 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.403 | 30518 | Removed run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.403 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.403 | 30518 | Assigned run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.403 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.404 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ec0Yrm +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.405 | 45217 | Marked run 1334 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.405 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.406 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.407 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.408 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.409 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.412 | 30519 | Recursively removing directory: /tmp/git.UJgCBf/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.414 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.414 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.414 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.414 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.414 | 45232 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.414 | 30518 | Removed run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.414 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.414 | 30518 | Assigned run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.414 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.414 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.414 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WBEk8A +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.414 | 30522 | Recursively removing directory: /tmp/git.Ec0Yrm/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.417 | 45231 | Marked run 1335 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.417 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.417 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.417 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.417 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.417 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.417 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.417 | 45234 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.417 | 30518 | Removed run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.417 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.417 | 30518 | Assigned run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.417 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.417 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KygtFt +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.419 | 45233 | Marked run 1336 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.419 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.420 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.421 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.422 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.423 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.426 | 30519 | Recursively removing directory: /tmp/git.WBEk8A/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.428 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.428 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.428 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.428 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.428 | 45248 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.428 | 30518 | Removed run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.428 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.428 | 30518 | Assigned run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.428 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.428 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.428 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5Rop7I +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.429 | 30522 | Recursively removing directory: /tmp/git.KygtFt/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.430 | 45247 | Marked run 1337 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.430 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.431 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.431 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.431 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.431 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.431 | 45250 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.431 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.431 | 30518 | Removed run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.431 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.431 | 30518 | Assigned run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.431 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.432 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Xlr3Mk +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.433 | 45249 | Marked run 1338 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.433 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.434 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.434 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.436 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.436 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.440 | 30519 | Recursively removing directory: /tmp/git.5Rop7I/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.441 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.441 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.441 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.441 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.442 | 45264 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.442 | 30518 | Removed run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.442 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.442 | 30518 | Assigned run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.441 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.442 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.k4zWPG +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.442 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.442 | 30522 | Recursively removing directory: /tmp/git.Xlr3Mk/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.444 | 45263 | Marked run 1339 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.444 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.444 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.444 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.444 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.444 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.444 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.444 | 45266 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.444 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.445 | 30518 | Removed run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.445 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.445 | 30518 | Assigned run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.445 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Yk3tec +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.446 | 45265 | Marked run 1340 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.446 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.448 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.448 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.449 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.450 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.454 | 30519 | Recursively removing directory: /tmp/git.k4zWPG/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.455 | 30522 | Recursively removing directory: /tmp/git.Yk3tec/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.455 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.455 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.455 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.455 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.455 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.456 | 45280 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.456 | 30518 | Removed run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.456 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.456 | 30518 | Assigned run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.456 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.456 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XaWpkr +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.458 | 45279 | Marked run 1341 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.458 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.458 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.458 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.458 | 45282 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.458 | 30518 | Removed run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.458 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.458 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.458 | 30518 | Assigned run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.458 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.458 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.458 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.458 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GhBBU9 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.461 | 45281 | Marked run 1342 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.461 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.462 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.463 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.464 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.464 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.469 | 30519 | Recursively removing directory: /tmp/git.XaWpkr/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.470 | 30522 | Recursively removing directory: /tmp/git.GhBBU9/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.470 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.470 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.470 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.470 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.470 | 45296 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.470 | 30518 | Removed run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.470 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.470 | 30518 | Assigned run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.471 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.470 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.471 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.p3lTDG +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.472 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.472 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.472 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.472 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.472 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.473 | 45295 | Marked run 1343 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.473 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.473 | 45298 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.473 | 30518 | Removed run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.473 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.473 | 30518 | Assigned run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.473 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.473 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wHe3Ze +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.475 | 45297 | Marked run 1344 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.475 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.476 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.477 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.477 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.478 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.482 | 30519 | Recursively removing directory: /tmp/git.p3lTDG/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.484 | 30522 | Recursively removing directory: /tmp/git.wHe3Ze/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.484 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.484 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.484 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.484 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.484 | 45312 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.484 | 30518 | Removed run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.484 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.484 | 30518 | Assigned run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.485 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.484 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.484 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rjSEud +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.486 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.486 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.486 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.487 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DlRw4l +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.486 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.487 | 45311 | Marked run 1345 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.487 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.487 | 45314 | Added a new worker 6 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.487 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.487 | 30518 | Removed run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.487 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.487 | 30518 | Assigned run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.487 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.489 | 45313 | Marked run 1346 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.489 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.490 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.491 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.492 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.493 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.496 | 30519 | Recursively removing directory: /tmp/git.rjSEud/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.498 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.498 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.498 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.498 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.498 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.498 | 45328 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.498 | 30518 | Removed run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.498 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.498 | 30518 | Assigned run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.498 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.498 | 30522 | Recursively removing directory: /tmp/git.DlRw4l/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.498 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pY4aCx +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.500 | 45327 | Marked run 1347 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.500 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.501 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.501 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.501 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.501 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.501 | 45330 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.501 | 30518 | Removed run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.501 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.501 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.501 | 30518 | Assigned run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.501 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.501 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zj3GV4 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.503 | 45329 | Marked run 1348 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.503 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.504 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.504 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.505 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.506 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.510 | 30519 | Recursively removing directory: /tmp/git.pY4aCx/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.511 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.511 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.512 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.512 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.512 | 45344 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.512 | 30518 | Removed run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.512 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.512 | 30518 | Assigned run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.512 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.512 | 30522 | Recursively removing directory: /tmp/git.zj3GV4/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.512 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.513 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.85Nf7a +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.513 | 45343 | Marked run 1349 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.514 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.514 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.514 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.514 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.515 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.515 | 45346 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.515 | 30518 | Removed run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.515 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.515 | 30518 | Assigned run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.515 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.515 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.515 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6kLa7W +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.516 | 45345 | Marked run 1350 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.517 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.518 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.518 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.519 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.520 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.524 | 30519 | Recursively removing directory: /tmp/git.85Nf7a/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.525 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.525 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.525 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.525 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.525 | 45360 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.525 | 30518 | Removed run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.526 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.526 | 30518 | Assigned run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.526 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.525 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.526 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6xsj7T +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.526 | 30522 | Recursively removing directory: /tmp/git.6kLa7W/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.527 | 45359 | Marked run 1351 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.527 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.528 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.528 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.528 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.528 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.528 | 45362 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.528 | 30518 | Removed run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.528 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.529 | 30518 | Assigned run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.529 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.528 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.529 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.b2sjSI +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.530 | 45361 | Marked run 1352 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.531 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.531 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.532 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.534 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.534 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.537 | 30519 | Recursively removing directory: /tmp/git.6xsj7T/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.538 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.538 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.538 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.539 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.538 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.539 | 45375 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.539 | 30518 | Removed run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.539 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.539 | 30518 | Assigned run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.539 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.539 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VnFj8U +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.540 | 30522 | Recursively removing directory: /tmp/git.b2sjSI/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.543 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.543 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.543 | 45374 | Marked run 1353 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.543 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.543 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.543 | 45378 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.543 | 30518 | Removed run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.543 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.543 | 30518 | Assigned run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.543 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.543 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Dk1Hgd +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.544 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.545 | 45377 | Marked run 1354 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.545 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.546 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.547 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.549 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.549 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.553 | 30519 | Recursively removing directory: /tmp/git.VnFj8U/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.554 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.554 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.554 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.554 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.554 | 45392 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.554 | 30518 | Removed run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.554 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.554 | 30518 | Assigned run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.554 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.554 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NkYSYk +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.555 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.556 | 30522 | Recursively removing directory: /tmp/git.Dk1Hgd/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.556 | 45391 | Marked run 1355 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.557 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.557 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.557 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.557 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.557 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.557 | 45394 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.557 | 30518 | Removed run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.557 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.558 | 30518 | Assigned run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.558 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.557 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.558 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sWUgrr +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.560 | 45393 | Marked run 1356 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.560 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.560 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.561 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.562 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.563 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.566 | 30519 | Recursively removing directory: /tmp/git.NkYSYk/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.568 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.568 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.568 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.568 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.568 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.568 | 45408 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.568 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.568 | 30518 | Removed run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.568 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.568 | 30518 | Assigned run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.568 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZMMI4O +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.569 | 30522 | Recursively removing directory: /tmp/git.sWUgrr/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.570 | 45407 | Marked run 1357 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.570 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.571 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.571 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.571 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.571 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.571 | 45410 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.571 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.571 | 30518 | Removed run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.571 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.571 | 30518 | Assigned run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.571 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.572 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LNU2ux +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.574 | 45409 | Marked run 1358 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.574 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.574 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.575 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.576 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.577 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.581 | 30519 | Recursively removing directory: /tmp/git.ZMMI4O/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.582 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.582 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.582 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.582 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.582 | 45424 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.582 | 30518 | Removed run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.582 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.582 | 30518 | Assigned run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.582 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.583 | 30522 | Recursively removing directory: /tmp/git.LNU2ux/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.582 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.583 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eovCPp +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.585 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.585 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.585 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.585 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.585 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.585 | 45426 | Added a new worker 13 to the queue +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.585 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8RVdit +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.585 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.585 | 30518 | Removed run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.585 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.585 | 30518 | Assigned run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.585 | 45423 | Marked run 1359 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.585 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.587 | 45425 | Marked run 1360 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.587 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.588 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.589 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.590 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.590 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.595 | 30519 | Recursively removing directory: /tmp/git.eovCPp/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.596 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.596 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.596 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.596 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.596 | 45440 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.596 | 30518 | Removed run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.596 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.596 | 30518 | Assigned run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.596 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.596 | 30522 | Recursively removing directory: /tmp/git.8RVdit/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.596 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.596 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pXhc6A +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.598 | 45439 | Marked run 1361 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.598 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.598 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.598 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.599 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.599 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.599 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.599 | 45442 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.599 | 30518 | Removed run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.599 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.599 | 30518 | Assigned run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.599 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.599 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lJf6ZI +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.601 | 45441 | Marked run 1362 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.601 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.602 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.602 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.604 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.604 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.608 | 30519 | Recursively removing directory: /tmp/git.pXhc6A/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.609 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.609 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.610 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.610 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.610 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.610 | 45456 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.610 | 30518 | Removed run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.610 | 30522 | Recursively removing directory: /tmp/git.lJf6ZI/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.610 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.610 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oyTBTj +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.610 | 30518 | Assigned run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.610 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.612 | 45455 | Marked run 1363 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.612 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.612 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.612 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.612 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.613 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.613 | 45458 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.613 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.613 | 30518 | Removed run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.613 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.613 | 30518 | Assigned run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.613 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.613 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AVmQVT +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.614 | 45457 | Marked run 1364 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.614 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.616 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.617 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.618 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.618 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.623 | 30519 | Recursively removing directory: /tmp/git.oyTBTj/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.624 | 30522 | Recursively removing directory: /tmp/git.AVmQVT/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.624 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.624 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.624 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.624 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.625 | 45472 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.625 | 30518 | Removed run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.625 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.625 | 30518 | Assigned run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.624 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.625 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2yvO1l +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.625 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.626 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.626 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.626 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.626 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.626 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.626 | 45474 | Added a new worker 13 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.626 | 30518 | Removed run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.626 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.627 | 30518 | Assigned run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.627 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.627 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kG64pv +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.627 | 45471 | Marked run 1365 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.627 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.629 | 45473 | Marked run 1366 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.629 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.630 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.631 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.632 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.632 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.637 | 30519 | Recursively removing directory: /tmp/git.2yvO1l/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.638 | 30522 | Recursively removing directory: /tmp/git.kG64pv/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.638 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.638 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.638 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.638 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.638 | 45488 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.638 | 30518 | Removed run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.638 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.638 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.638 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bPdaUv +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.638 | 30518 | Assigned run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.639 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.641 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.641 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.641 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.641 | 45487 | Marked run 1367 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.641 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.641 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.641 | 45490 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.641 | 30518 | Removed run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.641 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.641 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.641 | 30518 | Assigned run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.641 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HdnEqw +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.643 | 45489 | Marked run 1368 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.643 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.644 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.645 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.646 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.647 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.650 | 30519 | Recursively removing directory: /tmp/git.bPdaUv/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.652 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.652 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.652 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.652 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.652 | 45504 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.652 | 30518 | Removed run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.652 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.652 | 30518 | Assigned run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.652 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.652 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.K8Ay2d +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.653 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.653 | 30522 | Recursively removing directory: /tmp/git.HdnEqw/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.654 | 45503 | Marked run 1369 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.655 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.655 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.655 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.655 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.655 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.655 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.655 | 45506 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.655 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.655 | 30518 | Removed run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.655 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.655 | 30518 | Assigned run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.656 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uVjJ2p +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.657 | 45505 | Marked run 1370 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.657 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.658 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.659 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.660 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.661 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.664 | 30519 | Recursively removing directory: /tmp/git.K8Ay2d/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.666 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.666 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.666 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.666 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.666 | 45520 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.666 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.666 | 30518 | Removed run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.666 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.666 | 30518 | Assigned run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.666 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.666 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.v5jjnh +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.667 | 30522 | Recursively removing directory: /tmp/git.uVjJ2p/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.669 | 45519 | Marked run 1371 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.669 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.670 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.670 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.670 | 45522 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.670 | 30518 | Removed run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.670 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.670 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.670 | 30518 | Assigned run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.669 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.669 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.670 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.670 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JcEqdb +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.672 | 45521 | Marked run 1372 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.672 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.672 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.673 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.674 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.675 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.679 | 30519 | Recursively removing directory: /tmp/git.v5jjnh/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.680 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.680 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.680 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.680 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.680 | 45536 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.680 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.680 | 30518 | Removed run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.680 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.680 | 30518 | Assigned run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.680 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.681 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.v0ctRK +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.681 | 30522 | Recursively removing directory: /tmp/git.JcEqdb/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.682 | 45535 | Marked run 1373 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.682 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.683 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.683 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.683 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.683 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.683 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.683 | 45538 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.683 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.683 | 30518 | Removed run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.683 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.683 | 30518 | Assigned run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.683 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.x1FaOt +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.685 | 45537 | Marked run 1374 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.685 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.686 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.687 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.688 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.688 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.692 | 30519 | Recursively removing directory: /tmp/git.v0ctRK/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.694 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.694 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.694 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.694 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.694 | 45552 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.694 | 30518 | Removed run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.694 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.694 | 30518 | Assigned run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.694 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.694 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.694 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XAIsyc +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.694 | 30522 | Recursively removing directory: /tmp/git.x1FaOt/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.696 | 45551 | Marked run 1375 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.696 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.696 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.697 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.697 | 45554 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.697 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.697 | 30518 | Removed run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.697 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.697 | 30518 | Assigned run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.696 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.696 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.697 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.697 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MvZ314 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.698 | 45553 | Marked run 1376 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.698 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.700 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.701 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.702 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.703 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.707 | 30519 | Recursively removing directory: /tmp/git.XAIsyc/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.708 | 30522 | Recursively removing directory: /tmp/git.MvZ314/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.709 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.709 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.709 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.709 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.709 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.709 | 45568 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.709 | 30518 | Removed run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.709 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.709 | 30518 | Assigned run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.709 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.R7qS6T +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.710 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.710 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.710 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.710 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.710 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.710 | 45570 | Added a new worker 13 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.710 | 30518 | Removed run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.710 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.710 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.710 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.710 | 30518 | Assigned run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.710 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Y4pmi1 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.712 | 45567 | Marked run 1377 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.712 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.713 | 45569 | Marked run 1378 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.713 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.714 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.715 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.716 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.716 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.721 | 30519 | Recursively removing directory: /tmp/git.R7qS6T/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.722 | 30522 | Recursively removing directory: /tmp/git.Y4pmi1/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.722 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.722 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.722 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.722 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.723 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aQNRbA +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.722 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.722 | 45584 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.722 | 30518 | Removed run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.722 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.723 | 30518 | Assigned run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.723 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.724 | 45583 | Marked run 1379 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.724 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.725 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.725 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.725 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.725 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.725 | 45586 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.725 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.725 | 30518 | Removed run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.725 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.725 | 30518 | Assigned run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.725 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.726 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eecq6K +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.727 | 45585 | Marked run 1380 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.727 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.728 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.728 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.730 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.730 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.734 | 30519 | Recursively removing directory: /tmp/git.aQNRbA/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.735 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.735 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.736 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.736 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.736 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.736 | 45600 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.736 | 30518 | Removed run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.736 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.736 | 30518 | Assigned run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.736 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3XQbwX +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.736 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.736 | 30522 | Recursively removing directory: /tmp/git.eecq6K/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.738 | 45599 | Marked run 1381 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.738 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.739 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.739 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.739 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.739 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.739 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.739 | 45602 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.739 | 30518 | Removed run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.739 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.739 | 30518 | Assigned run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.739 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.740 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dhS7Ov +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.740 | 45601 | Marked run 1382 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.741 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.741 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.742 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.744 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.744 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.747 | 30519 | Recursively removing directory: /tmp/git.3XQbwX/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.749 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.749 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.749 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.749 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.749 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.749 | 45615 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.749 | 30518 | Removed run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.749 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.749 | 30518 | Assigned run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.749 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IllGd3 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.749 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.751 | 30522 | Recursively removing directory: /tmp/git.dhS7Ov/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.751 | 45614 | Marked run 1383 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.751 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.752 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.752 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.752 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.752 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.753 | 45618 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.753 | 30518 | Removed run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.753 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.753 | 30518 | Assigned run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.753 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.752 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.753 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MKGTWS +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.754 | 45617 | Marked run 1384 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.754 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.754 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.755 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.757 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.761 | 30519 | Recursively removing directory: /tmp/git.IllGd3/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.761 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.762 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.762 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.762 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.762 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.762 | 45627 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.762 | 30518 | Removed run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.762 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.762 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.762 | 30518 | Assigned run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.762 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.762 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hc8K7T +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.764 | 45626 | Marked run 1385 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.764 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.767 | 30522 | Recursively removing directory: /tmp/git.MKGTWS/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.768 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.769 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.769 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.769 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.769 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.769 | 45634 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.769 | 30518 | Removed run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.769 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.769 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.769 | 30518 | Assigned run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.769 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.769 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.769 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9sEm2A +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.770 | 45633 | Marked run 1386 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.771 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.774 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.774 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.775 | 30519 | Recursively removing directory: /tmp/git.hc8K7T/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.776 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.776 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.776 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.776 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.776 | 45643 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.776 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.776 | 30518 | Removed run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.776 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.776 | 30518 | Assigned run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.776 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.776 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TZZd6F +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.778 | 45642 | Marked run 1387 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.778 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.781 | 30522 | Recursively removing directory: /tmp/git.9sEm2A/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.781 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.782 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.782 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.782 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.782 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.782 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.782 | 45651 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.782 | 30518 | Removed run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.782 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.782 | 30518 | Assigned run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.782 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.782 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mZbS4I +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.783 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.784 | 45650 | Marked run 1388 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.784 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.787 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.788 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.788 | 30519 | Recursively removing directory: /tmp/git.TZZd6F/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.789 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.789 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.789 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.790 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.790 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.790 | 45659 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.790 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.790 | 30518 | Removed run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.790 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.790 | 30518 | Assigned run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.790 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4RSHHy +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.791 | 45658 | Marked run 1389 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.791 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.794 | 30522 | Recursively removing directory: /tmp/git.mZbS4I/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.795 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.795 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.795 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.795 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.796 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.796 | 45666 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.796 | 30518 | Removed run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.796 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.796 | 30518 | Assigned run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.796 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.796 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.796 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HOZJ0b +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.796 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.797 | 45665 | Marked run 1390 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.798 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.800 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.801 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.802 | 30519 | Recursively removing directory: /tmp/git.4RSHHy/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.803 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.803 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.803 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.803 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.803 | 45676 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.803 | 30518 | Removed run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.803 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.803 | 30518 | Assigned run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.804 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.803 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.804 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GEZu0H +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.805 | 45675 | Marked run 1391 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.805 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.807 | 30522 | Recursively removing directory: /tmp/git.HOZJ0b/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.808 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.809 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.809 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.809 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.809 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.809 | 45682 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.809 | 30518 | Removed run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.809 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.809 | 30518 | Assigned run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.809 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.809 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.809 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IbBgPh +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.809 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.811 | 45681 | Marked run 1392 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.811 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.814 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.815 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.816 | 30519 | Recursively removing directory: /tmp/git.GEZu0H/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.817 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.817 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.817 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.817 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.817 | 45693 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.817 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.817 | 30518 | Removed run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.817 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.817 | 30518 | Assigned run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.817 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.817 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V2pF0j +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.819 | 45691 | Marked run 1393 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.819 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.821 | 30522 | Recursively removing directory: /tmp/git.IbBgPh/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.823 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.823 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.823 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.823 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.823 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.823 | 45699 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.823 | 30518 | Removed run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.823 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.823 | 30518 | Assigned run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.823 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.823 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.823 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GcUw7U +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.824 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.825 | 45698 | Marked run 1394 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.826 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.829 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.829 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.830 | 30519 | Recursively removing directory: /tmp/git.V2pF0j/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.831 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.831 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.832 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.832 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.832 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.832 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ea40aE +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.832 | 45709 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.832 | 30518 | Removed run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.832 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.832 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.832 | 30518 | Assigned run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.834 | 45708 | Marked run 1395 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.834 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.836 | 30522 | Recursively removing directory: /tmp/git.GcUw7U/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.837 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.837 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.837 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.837 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.837 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.837 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.837 | 45715 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.837 | 30518 | Removed run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.837 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.837 | 30518 | Assigned run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.837 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.838 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.837 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Rz34mk +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.839 | 45714 | Marked run 1396 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.839 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.843 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.844 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.844 | 30519 | Recursively removing directory: /tmp/git.Ea40aE/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.845 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.845 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.845 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.845 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.845 | 45725 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.846 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.846 | 30518 | Removed run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.846 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.846 | 30518 | Assigned run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.845 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.846 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QERzxD +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.847 | 45724 | Marked run 1397 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.847 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.850 | 30522 | Recursively removing directory: /tmp/git.Rz34mk/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.851 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.851 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.851 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.851 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.851 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.851 | 45731 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.851 | 30518 | Removed run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.851 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.851 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.851 | 30518 | Assigned run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.851 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GNHN7T +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.852 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.852 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.853 | 45730 | Marked run 1398 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.853 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.856 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.857 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.858 | 30519 | Recursively removing directory: /tmp/git.QERzxD/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.859 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.859 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.859 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.859 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.859 | 45741 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.860 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.860 | 30518 | Removed run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.860 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.860 | 30518 | Assigned run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.859 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.860 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TGUShK +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.862 | 30522 | Recursively removing directory: /tmp/git.GNHN7T/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.864 | 45740 | Marked run 1399 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.864 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.865 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.865 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.865 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.865 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.865 | 45747 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.865 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.865 | 30518 | Removed run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.865 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.865 | 30518 | Assigned run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.865 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.865 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9NX7ff +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.866 | 45746 | Marked run 1400 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.867 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.868 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.869 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.870 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.870 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.874 | 30519 | Recursively removing directory: /tmp/git.TGUShK/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.876 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.876 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.876 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.876 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.876 | 45761 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.876 | 30518 | Removed run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.876 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.876 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.876 | 30518 | Assigned run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.876 | 30522 | Recursively removing directory: /tmp/git.9NX7ff/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.876 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.877 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.b9xrvD +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.878 | 45760 | Marked run 1401 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.878 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.879 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.879 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.879 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.879 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.879 | 45763 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.879 | 30518 | Removed run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.879 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.879 | 30518 | Assigned run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.879 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.879 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.879 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wfCCxT +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.881 | 45762 | Marked run 1402 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.881 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.882 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.883 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.883 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.884 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.888 | 30519 | Recursively removing directory: /tmp/git.b9xrvD/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.889 | 30522 | Recursively removing directory: /tmp/git.wfCCxT/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.890 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.890 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.890 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.890 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.890 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.890 | 45777 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.890 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.890 | 30518 | Removed run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.890 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.890 | 30518 | Assigned run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.890 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yS06eD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.892 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.892 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.892 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.892 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.892 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.892 | 45779 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.892 | 45776 | Marked run 1403 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.892 | 30518 | Removed run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.892 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.892 | 30518 | Assigned run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.892 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.892 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.892 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.su7y9a +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.894 | 45778 | Marked run 1404 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.894 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.896 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.897 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.898 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.899 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.902 | 30519 | Recursively removing directory: /tmp/git.yS06eD/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.904 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.904 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.904 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.904 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.904 | 45793 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.904 | 30518 | Removed run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.904 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.904 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.904 | 30518 | Assigned run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.904 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.904 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0at3JA +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.904 | 30522 | Recursively removing directory: /tmp/git.su7y9a/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.906 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.906 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.907 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.907 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.907 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.907 | 45795 | Added a new worker 13 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.907 | 30518 | Removed run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.907 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.907 | 30518 | Assigned run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.907 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.907 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1v5faj +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.908 | 45792 | Marked run 1405 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.908 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.910 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.910 | 45794 | Marked run 1406 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.910 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.911 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.912 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.912 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.916 | 30519 | Recursively removing directory: /tmp/git.0at3JA/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.918 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.918 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.918 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.918 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.918 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.918 | 45809 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.918 | 30518 | Removed run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.918 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.918 | 30518 | Assigned run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.919 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.919 | 30522 | Recursively removing directory: /tmp/git.1v5faj/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.918 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Hf5lD3 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.920 | 45808 | Marked run 1407 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.920 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.921 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.921 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.921 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.921 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.921 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.921 | 45811 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.921 | 30518 | Removed run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.921 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.921 | 30518 | Assigned run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.921 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.921 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AJLqNZ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.926 | 45810 | Marked run 1408 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.926 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.926 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.927 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.928 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.929 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.933 | 30519 | Recursively removing directory: /tmp/git.Hf5lD3/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.934 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.935 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.935 | 30522 | Recursively removing directory: /tmp/git.AJLqNZ/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.935 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.935 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.935 | 45825 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.935 | 30518 | Removed run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.935 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.935 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.935 | 30518 | Assigned run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.935 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.935 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qvGIms +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.937 | 45824 | Marked run 1409 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.937 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.937 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.937 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.937 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.937 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.937 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.937 | 45827 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.937 | 30518 | Removed run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.937 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.938 | 30518 | Assigned run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.938 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.938 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.USev3q +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.940 | 45826 | Marked run 1410 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.940 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.941 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.942 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.943 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.944 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.947 | 30519 | Recursively removing directory: /tmp/git.qvGIms/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.949 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.949 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.949 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.949 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.949 | 45841 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.949 | 30518 | Removed run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.949 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.949 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.949 | 30518 | Assigned run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.949 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.949 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1nC8wM +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.949 | 30522 | Recursively removing directory: /tmp/git.USev3q/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.951 | 45840 | Marked run 1411 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.951 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.952 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.952 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.952 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.952 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.952 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.952 | 45843 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.952 | 30518 | Removed run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.952 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.952 | 30518 | Assigned run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.952 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jEnCua +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.953 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.954 | 45842 | Marked run 1412 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.954 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.955 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.956 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.957 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.957 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.961 | 30519 | Recursively removing directory: /tmp/git.1nC8wM/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.963 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.963 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.963 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.963 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.963 | 45857 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.963 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.963 | 30518 | Removed run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.963 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.963 | 30518 | Assigned run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.963 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.963 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.341lVm +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.963 | 30522 | Recursively removing directory: /tmp/git.jEnCua/ +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.965 | 45856 | Marked run 1413 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.965 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.965 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.965 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.966 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.966 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.966 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.966 | 45859 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.966 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.966 | 30518 | Removed run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.966 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.966 | 30518 | Assigned run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.966 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ss1IUE +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.967 | 45858 | Marked run 1414 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.967 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.969 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.969 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.970 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.971 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.975 | 30519 | Recursively removing directory: /tmp/git.341lVm/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.977 | 30522 | Recursively removing directory: /tmp/git.Ss1IUE/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.977 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.977 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.977 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.977 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.977 | 45873 | Added a new worker 11 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.977 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.977 | 30518 | Removed run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.977 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.977 | 30518 | Assigned run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.977 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.977 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MNPbHF +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.979 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.979 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.979 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.979 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.979 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.979 | 45875 | Added a new worker 8 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.979 | 30518 | Removed run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.980 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.980 | 30518 | Assigned run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.980 | 45872 | Marked run 1415 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.980 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.980 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.980 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.n0Enhk +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.982 | 45874 | Marked run 1416 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.982 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.983 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.983 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.984 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.985 | 30522 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.989 | 30519 | Recursively removing directory: /tmp/git.MNPbHF/ +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.990 | 30522 | Recursively removing directory: /tmp/git.n0Enhk/ +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.991 | 30519 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.991 | 30519 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.991 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.991 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.991 | 45889 | Added a new worker 10 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.991 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.991 | 30518 | Removed run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.991 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.991 | 30518 | Assigned run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.991 | 30519 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.991 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bPG409 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.993 | 30522 | Process exit code: 0 +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.993 | 30522 | Process output: 57 bytes +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.993 | 30522 | Waiting for a new command +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.993 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.994 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.994 | 45888 | Marked run 1417 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.994 | 45891 | Added a new worker 8 to the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.994 | 30518 | Removed run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.994 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.994 | 30518 | Assigned run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.994 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.994 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.squaL0 +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.996 | 45890 | Marked run 1418 as finished +2024-01-28 10:55:37 | INFO | 30516/cimple-server: 2024-01-28 10:55:37.996 | 30516 | Waiting for new connections +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.997 | 30519 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30519/cimple-worker: 2024-01-28 10:55:37.998 | 30519 | Going to run: ./ci +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.999 | 30522 | Checking out revision HEAD +2024-01-28 10:55:37 | INFO | 30522/cimple-worker: 2024-01-28 10:55:37.999 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.004 | 30519 | Recursively removing directory: /tmp/git.bPG409/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.005 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.005 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.005 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.005 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.005 | 45905 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.006 | 30518 | Removed run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.006 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.006 | 30518 | Assigned run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.006 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.005 | 30522 | Recursively removing directory: /tmp/git.squaL0/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.005 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.006 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tSO2qC +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.008 | 45904 | Marked run 1419 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.008 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.008 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.008 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.008 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.008 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.008 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vlDToD +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.008 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.008 | 45907 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.008 | 30518 | Removed run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.008 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.008 | 30518 | Assigned run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.008 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.010 | 45906 | Marked run 1420 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.010 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.012 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.012 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.013 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.013 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.018 | 30519 | Recursively removing directory: /tmp/git.tSO2qC/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.019 | 30522 | Recursively removing directory: /tmp/git.vlDToD/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.020 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.020 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.020 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.020 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.020 | 45921 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.020 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.020 | 30518 | Removed run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.020 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.020 | 30518 | Assigned run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.020 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.020 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7eIiux +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.021 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.021 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.021 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.021 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.021 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.021 | 45923 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.021 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.021 | 30518 | Removed run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.021 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.021 | 30518 | Assigned run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.021 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ePfyyE +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.022 | 45920 | Marked run 1421 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.023 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.024 | 45922 | Marked run 1422 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.024 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.026 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.027 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.027 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.028 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.033 | 30519 | Recursively removing directory: /tmp/git.7eIiux/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.033 | 30522 | Recursively removing directory: /tmp/git.ePfyyE/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.034 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.034 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.034 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.035 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.035 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.035 | 45937 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.035 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.035 | 30518 | Removed run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.035 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.035 | 30518 | Assigned run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.035 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.035 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.035 | 45939 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.035 | 30518 | Removed run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.035 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.035 | 30518 | Assigned run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.035 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.035 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.035 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.035 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.036 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.E5psWX +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.035 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eaPUDu +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.037 | 45936 | Marked run 1423 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.037 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.038 | 45938 | Marked run 1424 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.039 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.040 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.041 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.041 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.041 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.046 | 30519 | Recursively removing directory: /tmp/git.eaPUDu/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.047 | 30522 | Recursively removing directory: /tmp/git.E5psWX/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.048 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.048 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.048 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.048 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.048 | 45953 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.048 | 30518 | Removed run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.048 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.048 | 30518 | Assigned run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.048 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.048 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.048 | 45955 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.048 | 30518 | Removed run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.048 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.048 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.048 | 30518 | Assigned run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.048 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.048 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.61UwVV +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.048 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.048 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.048 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.049 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AbuMZH +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.050 | 45952 | Marked run 1425 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.050 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.054 | 45954 | Marked run 1426 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.054 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.055 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.055 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.055 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.055 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.061 | 30519 | Recursively removing directory: /tmp/git.61UwVV/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.061 | 30522 | Recursively removing directory: /tmp/git.AbuMZH/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.062 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.062 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.062 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.063 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.063 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.063 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.063 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.063 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.063 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.063 | 45970 | Added a new worker 15 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.063 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.063 | 30518 | Removed run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.063 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.063 | 30518 | Assigned run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.063 | 45971 | Added a new worker 15 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.063 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.063 | 30518 | Removed run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.063 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.063 | 30518 | Assigned run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.063 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.063 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZdI747 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.064 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G3BwhP +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.065 | 45968 | Marked run 1428 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.065 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.067 | 45969 | Marked run 1427 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.067 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.068 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.069 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.069 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.070 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.075 | 30522 | Recursively removing directory: /tmp/git.ZdI747/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.076 | 30519 | Recursively removing directory: /tmp/git.G3BwhP/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.076 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.076 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.077 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.077 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.077 | 45985 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.077 | 30518 | Removed run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.077 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.077 | 30518 | Assigned run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.077 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.077 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.077 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.z8smYb +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.078 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.078 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.078 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.078 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.078 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.078 | 45987 | Added a new worker 14 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.078 | 30518 | Removed run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.078 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.078 | 30518 | Assigned run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.078 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.078 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nb1XPA +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.079 | 45984 | Marked run 1429 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.079 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.082 | 45986 | Marked run 1430 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.082 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.085 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.085 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.085 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.086 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.091 | 30522 | Recursively removing directory: /tmp/git.z8smYb/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.091 | 30519 | Recursively removing directory: /tmp/git.nb1XPA/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.092 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.092 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.093 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.093 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.093 | 46001 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.093 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.093 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.093 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.093 | 30518 | Removed run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.093 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.093 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.093 | 30518 | Assigned run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.093 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.093 | 46003 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.093 | 30518 | Removed run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.093 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.093 | 30518 | Assigned run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.093 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.093 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MlIDeN +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.093 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.093 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cUAuxf +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.095 | 46000 | Marked run 1431 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.095 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.097 | 46002 | Marked run 1432 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.097 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.098 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.099 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.099 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.099 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.104 | 30519 | Recursively removing directory: /tmp/git.MlIDeN/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.105 | 30522 | Recursively removing directory: /tmp/git.cUAuxf/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.106 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.106 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.106 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.106 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.106 | 46017 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.106 | 30518 | Removed run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.106 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.106 | 30518 | Assigned run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.106 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.106 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.106 | 46019 | Added a new worker 15 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.106 | 30518 | Removed run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.106 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.106 | 30518 | Assigned run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.106 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.107 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.106 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.106 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.106 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.107 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tkbszW +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.106 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.106 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aFRK9d +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.108 | 46016 | Marked run 1434 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.108 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.110 | 46018 | Marked run 1433 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.110 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.111 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.112 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.112 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.113 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.118 | 30519 | Recursively removing directory: /tmp/git.aFRK9d/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.118 | 30522 | Recursively removing directory: /tmp/git.tkbszW/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.119 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.119 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.119 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.119 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.119 | 46033 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.119 | 30518 | Removed run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.119 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.119 | 30518 | Assigned run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.120 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.119 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.119 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eybUhp +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.120 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.120 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.120 | 46035 | Added a new worker 14 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.120 | 30518 | Removed run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.120 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.120 | 30518 | Assigned run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.120 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.121 | 46032 | Marked run 1435 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.121 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.120 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.120 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.120 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.120 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bTURvv +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.123 | 46034 | Marked run 1436 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.123 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.125 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.125 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.126 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.126 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.131 | 30519 | Recursively removing directory: /tmp/git.eybUhp/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.132 | 30522 | Recursively removing directory: /tmp/git.bTURvv/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.133 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.133 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.133 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.133 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.133 | 46049 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.133 | 30518 | Removed run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.133 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.133 | 30518 | Assigned run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.133 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.133 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.133 | 46051 | Added a new worker 15 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.133 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.133 | 30518 | Removed run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.133 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.133 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.133 | 30518 | Assigned run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.133 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.133 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.133 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.134 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gNWNqj +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.133 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.133 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.f1DTGZ +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.136 | 46048 | Marked run 1437 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.136 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.137 | 46050 | Marked run 1438 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.137 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.139 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.139 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.139 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.140 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.145 | 30519 | Recursively removing directory: /tmp/git.f1DTGZ/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.145 | 30522 | Recursively removing directory: /tmp/git.gNWNqj/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.146 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.146 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.146 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.146 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.147 | 46065 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.147 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.147 | 30518 | Removed run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.147 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.147 | 30518 | Assigned run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.147 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.147 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.147 | 46067 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.147 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.147 | 30518 | Removed run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.147 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.147 | 30518 | Assigned run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.147 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.147 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.147 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.147 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0MOz9l +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.146 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.147 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yRbU0l +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.149 | 46064 | Marked run 1439 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.149 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.150 | 46066 | Marked run 1440 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.150 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.152 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.153 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.153 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.153 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.158 | 30522 | Recursively removing directory: /tmp/git.0MOz9l/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.159 | 30519 | Recursively removing directory: /tmp/git.yRbU0l/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.160 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.160 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.160 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.160 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.160 | 46081 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.160 | 30518 | Removed run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.160 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.160 | 30518 | Assigned run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.160 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.160 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.160 | 46083 | Added a new worker 15 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.160 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.160 | 30518 | Removed run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.160 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.160 | 30518 | Assigned run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.161 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.160 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.160 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.160 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.161 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.l0Zgiz +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.160 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.160 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.enfj95 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.162 | 46080 | Marked run 1442 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.162 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.164 | 46082 | Marked run 1441 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.164 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.166 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.166 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.166 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.167 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.172 | 30522 | Recursively removing directory: /tmp/git.enfj95/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.172 | 30519 | Recursively removing directory: /tmp/git.l0Zgiz/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.174 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.174 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.174 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.174 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.174 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.174 | 46097 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.174 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.174 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.174 | 30518 | Removed run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.174 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.174 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.174 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.174 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2fMzNv +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.174 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.174 | 30518 | Assigned run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.174 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.174 | 46099 | Added a new worker 14 to the queue +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.174 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.c4SXkP +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.174 | 30518 | Removed run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.174 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.174 | 30518 | Assigned run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.174 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.177 | 46096 | Marked run 1444 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.177 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.178 | 46098 | Marked run 1443 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.178 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.180 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.180 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.182 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.183 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.188 | 30519 | Recursively removing directory: /tmp/git.2fMzNv/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.188 | 30522 | Recursively removing directory: /tmp/git.c4SXkP/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.189 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.189 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.190 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.190 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.190 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.190 | 46114 | Added a new worker 15 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.190 | 30518 | Removed run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.190 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.190 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.190 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.190 | 30518 | Assigned run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.190 | 46115 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.190 | 30518 | Removed run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.190 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.190 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.190 | 30518 | Assigned run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.190 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.191 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UkvAE3 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.189 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.189 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.190 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.190 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dClctt +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.192 | 46112 | Marked run 1445 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.192 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.193 | 46113 | Marked run 1446 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.193 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.195 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.195 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.196 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.196 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.201 | 30522 | Recursively removing directory: /tmp/git.dClctt/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.202 | 30519 | Recursively removing directory: /tmp/git.UkvAE3/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.203 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.203 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.203 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.203 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.203 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.203 | 46129 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.203 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.203 | 30518 | Removed run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.203 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.203 | 30518 | Assigned run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.203 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.204 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.204 | 46131 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.204 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.204 | 30518 | Removed run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.204 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.204 | 30518 | Assigned run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.203 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.203 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.203 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.204 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hTSGKB +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.203 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.17RaYt +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.205 | 46128 | Marked run 1447 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.205 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.207 | 46130 | Marked run 1448 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.207 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.208 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.209 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.209 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.209 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.215 | 30522 | Recursively removing directory: /tmp/git.17RaYt/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.215 | 30519 | Recursively removing directory: /tmp/git.hTSGKB/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.216 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.216 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.216 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.216 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.216 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.217 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.217 | 46145 | Added a new worker 15 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.217 | 46147 | Added a new worker 16 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.217 | 30518 | Removed run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.217 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.217 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.217 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.217 | 30518 | Assigned run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.217 | 30518 | Removed run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.217 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.217 | 30518 | Assigned run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.216 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.216 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.216 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.217 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JpGBLJ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.216 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.217 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PGCiIZ +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.218 | 46144 | Marked run 1449 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.218 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.220 | 46146 | Marked run 1450 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.220 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.222 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.222 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.222 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.223 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.228 | 30522 | Recursively removing directory: /tmp/git.PGCiIZ/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.228 | 30519 | Recursively removing directory: /tmp/git.JpGBLJ/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.229 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.229 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.229 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.230 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.230 | 46161 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.230 | 30518 | Removed run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.230 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.230 | 30518 | Assigned run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.230 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.230 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.230 | 46163 | Added a new worker 15 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.230 | 30518 | Removed run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.230 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.230 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.230 | 30518 | Assigned run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.230 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.230 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.230 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.230 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.230 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FeUOyo +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.230 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.230 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.d832uM +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.231 | 46160 | Marked run 1451 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.232 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.234 | 46162 | Marked run 1452 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.234 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.235 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.236 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.236 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.237 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.242 | 30522 | Recursively removing directory: /tmp/git.d832uM/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.242 | 30519 | Recursively removing directory: /tmp/git.FeUOyo/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.243 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.243 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.243 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.243 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.243 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.243 | 46177 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.243 | 30518 | Removed run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.243 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.244 | 30518 | Assigned run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.244 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.244 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VUgYh0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.245 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.245 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.245 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.245 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.245 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.245 | 46179 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.245 | 30518 | Removed run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.245 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.245 | 30518 | Assigned run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.245 | 46176 | Marked run 1453 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.245 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.245 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.246 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9P2whA +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.247 | 46178 | Marked run 1454 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.247 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.249 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.250 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.250 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.251 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.256 | 30522 | Recursively removing directory: /tmp/git.VUgYh0/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.257 | 30519 | Recursively removing directory: /tmp/git.9P2whA/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.257 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.257 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.257 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.257 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.257 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.257 | 46193 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.257 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.257 | 30518 | Removed run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.257 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.257 | 30518 | Assigned run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.257 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2lgkpG +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.259 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.259 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.259 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.259 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.259 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.259 | 46195 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.259 | 30518 | Removed run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.259 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.259 | 46192 | Marked run 1455 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.259 | 30518 | Assigned run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.259 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.259 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.feaVzb +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.260 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.261 | 46194 | Marked run 1456 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.261 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.263 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.264 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.264 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.265 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.270 | 30522 | Recursively removing directory: /tmp/git.2lgkpG/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.271 | 30519 | Recursively removing directory: /tmp/git.feaVzb/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.271 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.271 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.271 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.271 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.272 | 46209 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.272 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.272 | 30518 | Removed run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.272 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.272 | 30518 | Assigned run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.271 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.272 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.73s8Ax +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.273 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.273 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.273 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.273 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.273 | 46211 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.273 | 30518 | Removed run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.273 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.273 | 30518 | Assigned run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.273 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.273 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.273 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AFNpud +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.274 | 46208 | Marked run 1457 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.274 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.275 | 46210 | Marked run 1458 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.276 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.278 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.278 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.279 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.279 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.284 | 30522 | Recursively removing directory: /tmp/git.73s8Ax/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.286 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.286 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.285 | 30519 | Recursively removing directory: /tmp/git.AFNpud/ +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.286 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.286 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.286 | 46225 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.286 | 30518 | Removed run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.286 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.286 | 30518 | Assigned run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.286 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.286 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.286 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.286 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.286 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cuIbGU +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.286 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.287 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.287 | 46227 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.287 | 30518 | Removed run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.287 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.287 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.287 | 30518 | Assigned run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.287 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mp1sOI +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.288 | 46224 | Marked run 1459 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.288 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.290 | 46226 | Marked run 1460 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.290 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.292 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.292 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.292 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.293 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.298 | 30522 | Recursively removing directory: /tmp/git.cuIbGU/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.298 | 30519 | Recursively removing directory: /tmp/git.mp1sOI/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.299 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.299 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.299 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.299 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.299 | 46241 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.299 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.299 | 30518 | Removed run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.299 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.299 | 30518 | Assigned run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.300 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.300 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.300 | 46243 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.300 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.300 | 30518 | Removed run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.300 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.300 | 30518 | Assigned run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.299 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.300 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bLjqGr +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.299 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.299 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.300 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.300 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sJaQA5 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.301 | 46240 | Marked run 1461 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.301 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.303 | 46242 | Marked run 1462 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.303 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.305 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.305 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.305 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.306 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.311 | 30522 | Recursively removing directory: /tmp/git.bLjqGr/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.311 | 30519 | Recursively removing directory: /tmp/git.sJaQA5/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.312 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.312 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.312 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.312 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.312 | 46257 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.312 | 30518 | Removed run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.312 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.313 | 30518 | Assigned run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.312 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.313 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EF3DHM +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.313 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.313 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.313 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.314 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.314 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.314 | 46259 | Added a new worker 14 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.314 | 30518 | Removed run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.314 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.314 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.314 | 30518 | Assigned run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.314 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.314 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mPo5yb +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.314 | 46256 | Marked run 1463 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.315 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.316 | 46258 | Marked run 1464 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.316 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.318 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.318 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.319 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.319 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.324 | 30522 | Recursively removing directory: /tmp/git.EF3DHM/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.325 | 30519 | Recursively removing directory: /tmp/git.mPo5yb/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.325 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.325 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.325 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.325 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.325 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.326 | 46273 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.326 | 30518 | Removed run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.326 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.326 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.326 | 30518 | Assigned run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.326 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2Soq12 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.327 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.327 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.327 | 46272 | Marked run 1465 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.327 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.327 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.327 | 46275 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.328 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.328 | 30518 | Removed run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.328 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.328 | 30518 | Assigned run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.327 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.328 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Zk1pht +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.329 | 46274 | Marked run 1466 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.329 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.332 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.332 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.333 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.333 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.338 | 30522 | Recursively removing directory: /tmp/git.2Soq12/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.339 | 30519 | Recursively removing directory: /tmp/git.Zk1pht/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.339 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.339 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.340 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.340 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.340 | 46289 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.340 | 30518 | Removed run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.340 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.340 | 30518 | Assigned run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.340 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.340 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.340 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.F4wU7o +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.341 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.341 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.342 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.342 | 46288 | Marked run 1467 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.342 | 46291 | Added a new worker 6 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.342 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.342 | 30518 | Removed run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.342 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.342 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.342 | 30518 | Assigned run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.342 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.342 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aUmFv6 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.344 | 46290 | Marked run 1468 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.344 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.345 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.346 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.347 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.347 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.351 | 30522 | Recursively removing directory: /tmp/git.F4wU7o/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.353 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.353 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.353 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.353 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.353 | 46305 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.353 | 30518 | Removed run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.353 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.353 | 30518 | Assigned run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.353 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.353 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.353 | 30519 | Recursively removing directory: /tmp/git.aUmFv6/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.353 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fGehvI +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.356 | 46304 | Marked run 1469 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.356 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.356 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.356 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.356 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.356 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.356 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.356 | 46307 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.356 | 30518 | Removed run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.356 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OSTH8n +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.356 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.356 | 30518 | Assigned run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.357 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.358 | 46306 | Marked run 1470 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.358 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.360 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.361 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.361 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.362 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.366 | 30522 | Recursively removing directory: /tmp/git.fGehvI/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.367 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.367 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.368 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.368 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.368 | 46321 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.368 | 30518 | Removed run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.368 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.368 | 30518 | Assigned run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.368 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.368 | 30519 | Recursively removing directory: /tmp/git.OSTH8n/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.368 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.368 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.d3Qlrj +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.369 | 46320 | Marked run 1471 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.369 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.370 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.370 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.370 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.370 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.370 | 46323 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.370 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.370 | 30518 | Removed run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.370 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.370 | 30518 | Assigned run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.370 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.370 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CQMmqb +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.372 | 46322 | Marked run 1472 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.372 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.373 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.374 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.374 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.375 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.380 | 30522 | Recursively removing directory: /tmp/git.d3Qlrj/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.381 | 30519 | Recursively removing directory: /tmp/git.CQMmqb/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.381 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.381 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.381 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.381 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.381 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.382 | 46337 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.382 | 30518 | Removed run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.382 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.382 | 30518 | Assigned run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.382 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jWIbSI +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.382 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.383 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.383 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.383 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.383 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.383 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.383 | 46339 | Added a new worker 14 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.383 | 30518 | Removed run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.383 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.383 | 30518 | Assigned run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.383 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.384 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xFw0m8 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.384 | 46336 | Marked run 1473 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.384 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.386 | 46338 | Marked run 1474 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.386 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.387 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.388 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.388 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.389 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.393 | 30522 | Recursively removing directory: /tmp/git.jWIbSI/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.395 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.395 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.395 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.395 | 30519 | Recursively removing directory: /tmp/git.xFw0m8/ +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.395 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.395 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.395 | 46353 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.395 | 30518 | Removed run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.395 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.395 | 30518 | Assigned run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.395 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.395 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mUJQcU +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.397 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.397 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.397 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.397 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.398 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.398 | 46355 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.398 | 30518 | Removed run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.398 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.398 | 30518 | Assigned run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.398 | 46352 | Marked run 1475 as finished +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.398 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QVVRcD +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.398 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.398 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.400 | 46354 | Marked run 1476 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.400 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.401 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.401 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.402 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.403 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.407 | 30522 | Recursively removing directory: /tmp/git.mUJQcU/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.408 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.408 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.408 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.408 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.408 | 46369 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.408 | 30518 | Removed run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.408 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.408 | 30518 | Assigned run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.408 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.408 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.408 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ud9lEL +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.409 | 30519 | Recursively removing directory: /tmp/git.QVVRcD/ +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.411 | 46368 | Marked run 1477 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.411 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.411 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.411 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.411 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.411 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.411 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.411 | 46371 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.412 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.412 | 30518 | Removed run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.412 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.412 | 30518 | Assigned run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.412 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tGhtCH +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.413 | 46370 | Marked run 1478 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.413 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.414 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.415 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.416 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.417 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.420 | 30522 | Recursively removing directory: /tmp/git.ud9lEL/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.421 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.421 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.421 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.421 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.421 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.422 | 46384 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.422 | 30518 | Removed run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.422 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.422 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.422 | 30518 | Assigned run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.422 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bxtPCs +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.423 | 30519 | Recursively removing directory: /tmp/git.tGhtCH/ +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.423 | 46383 | Marked run 1479 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.423 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.425 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.425 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.425 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.425 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.425 | 46387 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.425 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.425 | 30518 | Removed run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.425 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.425 | 30518 | Assigned run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.425 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.425 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uAal6S +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.427 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.428 | 46386 | Marked run 1480 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.428 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.428 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.430 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.430 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.434 | 30522 | Recursively removing directory: /tmp/git.bxtPCs/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.435 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.435 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.435 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.436 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.436 | 46401 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.436 | 30518 | Removed run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.436 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.436 | 30518 | Assigned run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.436 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.436 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.436 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hOmkHf +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.436 | 30519 | Recursively removing directory: /tmp/git.uAal6S/ +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.438 | 46400 | Marked run 1481 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.438 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.439 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.439 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.439 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.439 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.439 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.439 | 46403 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.439 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.439 | 30518 | Removed run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.439 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.439 | 30518 | Assigned run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.439 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EcQlmZ +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.441 | 46402 | Marked run 1482 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.441 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.442 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.442 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.444 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.445 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.448 | 30522 | Recursively removing directory: /tmp/git.hOmkHf/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.449 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.449 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.450 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.449 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.450 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.450 | 46417 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.450 | 30518 | Removed run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.450 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.450 | 30518 | Assigned run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.450 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.450 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XPDlWu +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.451 | 30519 | Recursively removing directory: /tmp/git.EcQlmZ/ +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.452 | 46416 | Marked run 1483 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.452 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.453 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.453 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.453 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.453 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.453 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.453 | 46419 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.453 | 30518 | Removed run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.453 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.453 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.453 | 30518 | Assigned run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.453 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.r1JFlY +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.456 | 46418 | Marked run 1484 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.456 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.456 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.457 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.458 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.459 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.463 | 30522 | Recursively removing directory: /tmp/git.XPDlWu/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.464 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.464 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.464 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.464 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.464 | 46433 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.464 | 30518 | Removed run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.464 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.464 | 30518 | Assigned run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.465 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.464 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.465 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cfvewn +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.464 | 30519 | Recursively removing directory: /tmp/git.r1JFlY/ +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.466 | 46432 | Marked run 1485 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.467 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.467 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.467 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.467 | 46435 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.467 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.467 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.467 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.467 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.467 | 30518 | Removed run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.467 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.468 | 30518 | Assigned run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.468 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ajfssU +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.470 | 46434 | Marked run 1486 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.470 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.470 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.471 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.473 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.474 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.476 | 30522 | Recursively removing directory: /tmp/git.cfvewn/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.478 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.478 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.478 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.478 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.478 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.478 | 46448 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.478 | 30518 | Removed run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.478 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.478 | 30518 | Assigned run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.478 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.479 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.33QVWd +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.479 | 30519 | Recursively removing directory: /tmp/git.ajfssU/ +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.480 | 46447 | Marked run 1487 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.480 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.481 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.481 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.481 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.481 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.481 | 46451 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.481 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.481 | 30518 | Removed run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.481 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.481 | 30518 | Assigned run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.481 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.481 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dqXlLs +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.483 | 46450 | Marked run 1488 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.483 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.484 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.485 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.486 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.486 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.490 | 30522 | Recursively removing directory: /tmp/git.33QVWd/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.491 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.492 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.492 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.492 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.492 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.492 | 46465 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.492 | 30518 | Removed run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.492 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.492 | 30518 | Assigned run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.492 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.492 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XeeNfD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.492 | 30519 | Recursively removing directory: /tmp/git.dqXlLs/ +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.494 | 46464 | Marked run 1489 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.494 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.495 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.495 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.495 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.495 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.495 | 46467 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.495 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.495 | 30518 | Removed run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.495 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.495 | 30518 | Assigned run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.495 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.495 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kxyrCT +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.497 | 46466 | Marked run 1490 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.497 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.498 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.499 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.499 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.500 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.504 | 30522 | Recursively removing directory: /tmp/git.XeeNfD/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.506 | 30519 | Recursively removing directory: /tmp/git.kxyrCT/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.506 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.506 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.506 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.506 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.506 | 46481 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.506 | 30518 | Removed run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.506 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.506 | 30518 | Assigned run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.506 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.506 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SQre4r +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.507 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.508 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.508 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.508 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.508 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.508 | 46480 | Marked run 1491 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.508 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.508 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.508 | 46483 | Added a new worker 6 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.508 | 30518 | Removed run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.508 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.508 | 30518 | Assigned run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.508 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.509 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7nMgJU +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.510 | 46482 | Marked run 1492 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.510 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.512 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.512 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.513 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.514 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.518 | 30522 | Recursively removing directory: /tmp/git.SQre4r/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.519 | 30519 | Recursively removing directory: /tmp/git.7nMgJU/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.519 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.519 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.519 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.519 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.519 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.519 | 46497 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.519 | 30518 | Removed run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.519 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.520 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.520 | 30518 | Assigned run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.521 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wnm4iL +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.521 | 46496 | Marked run 1493 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.522 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.522 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.522 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.522 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.522 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.522 | 46499 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.522 | 30518 | Removed run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.522 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.522 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.522 | 30518 | Assigned run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.522 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.522 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PtDRwt +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.524 | 46498 | Marked run 1494 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.524 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.526 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.527 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.527 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.527 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.532 | 30522 | Recursively removing directory: /tmp/git.wnm4iL/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.533 | 30519 | Recursively removing directory: /tmp/git.PtDRwt/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.534 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.534 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.534 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.534 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.534 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.534 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.534 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.534 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.534 | 46513 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.534 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.534 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.534 | 30518 | Removed run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.534 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.534 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.534 | 30518 | Assigned run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.534 | 46515 | Added a new worker 14 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.535 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.535 | 30518 | Removed run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.535 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.535 | 30518 | Assigned run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.535 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pIQ93U +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.535 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PLMBIE +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.536 | 46512 | Marked run 1495 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.536 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.538 | 46514 | Marked run 1496 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.538 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.539 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.540 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.540 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.540 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.546 | 30522 | Recursively removing directory: /tmp/git.PLMBIE/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.546 | 30519 | Recursively removing directory: /tmp/git.pIQ93U/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.547 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.547 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.547 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.547 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.547 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.547 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.548 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.547 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.548 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.548 | 46530 | Added a new worker 15 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.548 | 30518 | Removed run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.548 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.548 | 30518 | Assigned run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.548 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.548 | 46531 | Added a new worker 16 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.548 | 30518 | Removed run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.548 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.548 | 30518 | Assigned run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.548 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.548 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.548 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aorCMr +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.548 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.goTwOr +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.549 | 46528 | Marked run 1497 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.550 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.551 | 46529 | Marked run 1498 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.551 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.554 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.554 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.554 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.554 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.561 | 30519 | Recursively removing directory: /tmp/git.goTwOr/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.562 | 30522 | Recursively removing directory: /tmp/git.aorCMr/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.562 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.562 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.562 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.562 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.563 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.563 | 46545 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.563 | 30518 | Removed run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.563 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.563 | 30518 | Assigned run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.563 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.563 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LCKCg3 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.564 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.564 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.564 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.565 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.565 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.565 | 46547 | Added a new worker 14 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.565 | 30518 | Removed run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.565 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.565 | 30518 | Assigned run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.565 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hmJ3QM +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.565 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.566 | 46544 | Marked run 1500 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.566 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.568 | 46546 | Marked run 1499 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.568 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.569 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.569 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.570 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.571 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.575 | 30519 | Recursively removing directory: /tmp/git.LCKCg3/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.576 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.576 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.576 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.576 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.576 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.577 | 46561 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.577 | 30518 | Removed run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.577 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.577 | 30518 | Assigned run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.576 | 30522 | Recursively removing directory: /tmp/git.hmJ3QM/ +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.577 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.577 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tow0un +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.578 | 46560 | Marked run 1501 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.578 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.579 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.579 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.579 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.579 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.579 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.579 | 46563 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.579 | 30518 | Removed run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.579 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.579 | 30518 | Assigned run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.579 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.579 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mTo9P5 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.580 | 46562 | Marked run 1502 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.581 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.582 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.583 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.583 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.584 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.589 | 30519 | Recursively removing directory: /tmp/git.tow0un/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.589 | 30522 | Recursively removing directory: /tmp/git.mTo9P5/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.590 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.590 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.590 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.590 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.591 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.591 | 46577 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.591 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.591 | 30518 | Removed run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.591 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.591 | 30518 | Assigned run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.591 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.591 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.591 | 46579 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.591 | 30518 | Removed run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.591 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.591 | 30518 | Assigned run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.591 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RirXcE +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.591 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.591 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.591 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.591 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BnULr8 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.592 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.592 | 46576 | Marked run 1503 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.593 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.594 | 46578 | Marked run 1504 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.594 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.596 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.596 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.597 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.597 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.602 | 30519 | Recursively removing directory: /tmp/git.RirXcE/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.603 | 30522 | Recursively removing directory: /tmp/git.BnULr8/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.604 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.604 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.604 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.604 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.604 | 46593 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.604 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.604 | 30518 | Removed run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.604 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.604 | 30518 | Assigned run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.604 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.605 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.605 | 46595 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.605 | 30518 | Removed run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.605 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.605 | 30518 | Assigned run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.605 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.604 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.604 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WxQA2o +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.604 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.604 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.604 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.605 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G22bia +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.606 | 46592 | Marked run 1505 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.606 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.608 | 46594 | Marked run 1506 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.608 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.609 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.609 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.610 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.610 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.616 | 30522 | Recursively removing directory: /tmp/git.G22bia/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.616 | 30519 | Recursively removing directory: /tmp/git.WxQA2o/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.617 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.617 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.617 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.617 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.617 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.617 | 46610 | Added a new worker 14 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.617 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.617 | 30518 | Removed run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.617 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.617 | 30518 | Assigned run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.617 | 46611 | Added a new worker 14 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.617 | 30518 | Removed run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.617 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.617 | 30518 | Assigned run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.618 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.618 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.617 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.617 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.617 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.618 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fGhWj7 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.617 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.617 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.szqATg +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.620 | 46608 | Marked run 1508 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.620 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.622 | 46609 | Marked run 1507 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.622 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.623 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.623 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.623 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.623 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.629 | 30519 | Recursively removing directory: /tmp/git.fGhWj7/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.629 | 30522 | Recursively removing directory: /tmp/git.szqATg/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.630 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.630 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.630 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.630 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.630 | 46625 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.630 | 30518 | Removed run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.630 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.630 | 30518 | Assigned run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.631 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.631 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.631 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.631 | 46627 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.631 | 30518 | Removed run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.631 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.631 | 30518 | Assigned run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.631 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.630 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.630 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.631 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.631 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cv0k9d +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.630 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.631 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3yDHgy +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.638 | 46624 | Marked run 1510 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.638 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.641 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.641 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.641 | 46626 | Marked run 1509 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.642 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.642 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.642 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.647 | 30519 | Recursively removing directory: /tmp/git.3yDHgy/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.647 | 30522 | Recursively removing directory: /tmp/git.cv0k9d/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.649 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.649 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.649 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.649 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.649 | 46641 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.649 | 30518 | Removed run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.649 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.649 | 30518 | Assigned run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.649 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.649 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.649 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.649 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.649 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jbno1F +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.649 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.650 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ifxGRo +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.649 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.649 | 46643 | Added a new worker 8 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.649 | 30518 | Removed run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.649 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.649 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.650 | 30518 | Assigned run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.651 | 46640 | Marked run 1511 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.651 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.653 | 46642 | Marked run 1512 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.653 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.654 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.655 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.655 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.655 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.661 | 30519 | Recursively removing directory: /tmp/git.jbno1F/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.661 | 30522 | Recursively removing directory: /tmp/git.ifxGRo/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.662 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.662 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.662 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.662 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.662 | 46657 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.662 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.662 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.662 | 30518 | Removed run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.662 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.662 | 30518 | Assigned run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.662 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.662 | 46659 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.662 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.662 | 30518 | Removed run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.662 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.663 | 30518 | Assigned run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.662 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.663 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tt83Pd +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.662 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.662 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.662 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.663 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.o8Dq3H +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.664 | 46656 | Marked run 1513 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.664 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.666 | 46658 | Marked run 1514 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.666 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.668 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.668 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.668 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.669 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.674 | 30519 | Recursively removing directory: /tmp/git.tt83Pd/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.674 | 30522 | Recursively removing directory: /tmp/git.o8Dq3H/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.675 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.675 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.675 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.675 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.675 | 46673 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.675 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.675 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.676 | 30518 | Removed run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.676 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.676 | 30518 | Assigned run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.676 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.676 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.676 | 46675 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.676 | 30518 | Removed run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.676 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.676 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.676 | 30518 | Assigned run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.676 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.676 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.676 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.676 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6PhA5c +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.676 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zFvnKR +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.677 | 46672 | Marked run 1515 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.678 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.679 | 46674 | Marked run 1516 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.679 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.681 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.681 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.682 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.682 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.687 | 30522 | Recursively removing directory: /tmp/git.6PhA5c/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.688 | 30519 | Recursively removing directory: /tmp/git.zFvnKR/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.689 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.689 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.689 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.689 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.689 | 46689 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.689 | 30518 | Removed run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.689 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.689 | 30518 | Assigned run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.689 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.689 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.H6X48M +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.689 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.689 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.689 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.689 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.689 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.689 | 46691 | Added a new worker 15 to the queue +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.690 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DIf0w8 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.689 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.689 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.689 | 30518 | Removed run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.689 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.689 | 30518 | Assigned run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.691 | 46688 | Marked run 1518 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.691 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.693 | 46690 | Marked run 1517 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.693 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.694 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.695 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.695 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.696 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.700 | 30522 | Recursively removing directory: /tmp/git.H6X48M/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.702 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.702 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.701 | 30519 | Recursively removing directory: /tmp/git.DIf0w8/ +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.702 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.702 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.702 | 46705 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.702 | 30518 | Removed run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.702 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.702 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.702 | 30518 | Assigned run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.702 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.703 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.l5fpZA +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.704 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.704 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.704 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.704 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.704 | 46707 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.704 | 30518 | Removed run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.704 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.704 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.704 | 30518 | Assigned run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.704 | 46704 | Marked run 1519 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.704 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.704 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.704 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xrNIBF +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.706 | 46706 | Marked run 1520 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.706 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.708 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.709 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.709 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.709 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.714 | 30522 | Recursively removing directory: /tmp/git.l5fpZA/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.715 | 30519 | Recursively removing directory: /tmp/git.xrNIBF/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.716 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.716 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.716 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.716 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.716 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.716 | 46721 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.716 | 30518 | Removed run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.716 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.716 | 30518 | Assigned run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.716 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.717 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.717 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.717 | 46723 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.717 | 30518 | Removed run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.717 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.717 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.717 | 30518 | Assigned run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.716 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zmwFH9 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.716 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.716 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.717 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.717 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nK3val +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.718 | 46720 | Marked run 1521 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.718 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.720 | 46722 | Marked run 1522 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.720 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.722 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.723 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.723 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.723 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.728 | 30522 | Recursively removing directory: /tmp/git.zmwFH9/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.729 | 30519 | Recursively removing directory: /tmp/git.nK3val/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.730 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.730 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.730 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.730 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.730 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.730 | 46737 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.730 | 30518 | Removed run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.730 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.730 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.730 | 30518 | Assigned run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.730 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.731 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.731 | 46739 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.731 | 30518 | Removed run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.731 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.731 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.731 | 30518 | Assigned run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.730 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1rZzZj +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.730 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.730 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.730 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.731 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pqHOa3 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.732 | 46736 | Marked run 1523 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.732 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.734 | 46738 | Marked run 1524 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.734 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.736 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.736 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.737 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.737 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.742 | 30522 | Recursively removing directory: /tmp/git.1rZzZj/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.743 | 30519 | Recursively removing directory: /tmp/git.pqHOa3/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.744 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.744 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.744 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.744 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.744 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.744 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.744 | 46753 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.744 | 30518 | Removed run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.744 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.744 | 30518 | Assigned run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.744 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.744 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.744 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.744 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.745 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oqZrtp +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.745 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZMGeri +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.745 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.745 | 46755 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.745 | 30518 | Removed run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.745 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.745 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.745 | 30518 | Assigned run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.747 | 46752 | Marked run 1525 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.747 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.748 | 46754 | Marked run 1526 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.748 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.750 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.750 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.751 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.751 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.756 | 30519 | Recursively removing directory: /tmp/git.ZMGeri/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.756 | 30522 | Recursively removing directory: /tmp/git.oqZrtp/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.757 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.757 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.757 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.757 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.758 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.757 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.758 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.758 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.758 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.758 | 46770 | Added a new worker 15 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.758 | 46771 | Added a new worker 16 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.758 | 30518 | Removed run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.758 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.758 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.758 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.758 | 30518 | Assigned run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.758 | 30518 | Removed run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.758 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.758 | 30518 | Assigned run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.758 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YrJKIm +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.758 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.758 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9WwtWg +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.759 | 46768 | Marked run 1528 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.759 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.761 | 46769 | Marked run 1527 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.761 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.764 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.764 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.765 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.765 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.770 | 30522 | Recursively removing directory: /tmp/git.YrJKIm/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.770 | 30519 | Recursively removing directory: /tmp/git.9WwtWg/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.772 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.772 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.772 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.772 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.772 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.772 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.772 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.772 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.772 | 46786 | Added a new worker 14 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.772 | 30518 | Removed run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.772 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.772 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.772 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.772 | 30518 | Assigned run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.772 | 46787 | Added a new worker 10 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.772 | 30518 | Removed run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.772 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.772 | 30518 | Assigned run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.772 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.772 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.772 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1RLKPU +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.772 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fB8QDW +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.774 | 46784 | Marked run 1530 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.774 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.776 | 46785 | Marked run 1529 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.776 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.777 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.778 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.778 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.778 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.784 | 30519 | Recursively removing directory: /tmp/git.fB8QDW/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.784 | 30522 | Recursively removing directory: /tmp/git.1RLKPU/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.785 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.785 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.785 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.785 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.785 | 46801 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.785 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.785 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.785 | 30518 | Removed run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.785 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.785 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.785 | 30518 | Assigned run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.785 | 46803 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.785 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.786 | 30518 | Removed run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.786 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.786 | 30518 | Assigned run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.785 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.785 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fTA034 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.785 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.785 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.785 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.786 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rG5GET +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.787 | 46800 | Marked run 1531 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.788 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.790 | 46802 | Marked run 1532 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.790 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.792 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.792 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.793 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.793 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.798 | 30522 | Recursively removing directory: /tmp/git.rG5GET/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.798 | 30519 | Recursively removing directory: /tmp/git.fTA034/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.799 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.799 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.799 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.799 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.799 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.800 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.800 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.800 | 46819 | Added a new worker 15 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.800 | 30518 | Removed run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.800 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.800 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.800 | 30518 | Assigned run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.800 | 46818 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.800 | 30518 | Removed run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.800 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.800 | 30518 | Assigned run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.800 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.799 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.799 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.800 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.800 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tTC4jL +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.800 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LEVeke +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.802 | 46816 | Marked run 1534 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.802 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.803 | 46817 | Marked run 1533 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.803 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.805 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.805 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.806 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.806 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.812 | 30519 | Recursively removing directory: /tmp/git.tTC4jL/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.812 | 30522 | Recursively removing directory: /tmp/git.LEVeke/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.813 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.813 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.813 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.813 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.814 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.814 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.814 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.814 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.814 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.814 | 46834 | Added a new worker 15 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.814 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.814 | 30518 | Removed run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.814 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.814 | 30518 | Assigned run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.814 | 46835 | Added a new worker 16 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.814 | 30518 | Removed run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.814 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.814 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.814 | 30518 | Assigned run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.814 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.814 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rcqwlu +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.814 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SuFwdd +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.816 | 46832 | Marked run 1535 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.816 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.817 | 46833 | Marked run 1536 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.817 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.819 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.819 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.820 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.820 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.825 | 30522 | Recursively removing directory: /tmp/git.rcqwlu/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.825 | 30519 | Recursively removing directory: /tmp/git.SuFwdd/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.826 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.826 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.826 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.826 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.827 | 46849 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.827 | 30518 | Removed run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.827 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.827 | 30518 | Assigned run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.827 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.827 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.827 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.827 | 46851 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.827 | 30518 | Removed run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.827 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.827 | 30518 | Assigned run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.827 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.827 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.827 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.827 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.827 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1cm5wj +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.828 | 46848 | Marked run 1537 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.828 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.826 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.827 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kDEYbO +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.830 | 46850 | Marked run 1538 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.830 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.832 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.832 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.833 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.833 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.838 | 30519 | Recursively removing directory: /tmp/git.1cm5wj/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.838 | 30522 | Recursively removing directory: /tmp/git.kDEYbO/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.839 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.839 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.839 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.839 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.839 | 46865 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.839 | 30518 | Removed run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.839 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.840 | 30518 | Assigned run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.840 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.840 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.840 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.840 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.840 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.840 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.840 | 46867 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.840 | 30518 | Removed run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.840 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.840 | 30518 | Assigned run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.840 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.840 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5Y49p3 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.839 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.840 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rlCilP +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.842 | 46864 | Marked run 1540 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.842 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.843 | 46866 | Marked run 1539 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.844 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.845 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.845 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.846 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.846 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.851 | 30522 | Recursively removing directory: /tmp/git.5Y49p3/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.851 | 30519 | Recursively removing directory: /tmp/git.rlCilP/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.853 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.853 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.853 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.853 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.853 | 46881 | Added a new worker 12 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.853 | 30518 | Removed run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.853 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.853 | 30518 | Assigned run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.853 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.853 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.853 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.853 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.853 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.853 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mBLGZ3 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.853 | 46883 | Added a new worker 8 to the queue +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.853 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.853 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.854 | 30518 | Removed run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.854 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AruT1T +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.854 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.854 | 30518 | Assigned run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.858 | 46880 | Marked run 1542 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.858 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.859 | 46882 | Marked run 1541 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.860 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.861 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.861 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.862 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.862 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.867 | 30522 | Recursively removing directory: /tmp/git.mBLGZ3/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.867 | 30519 | Recursively removing directory: /tmp/git.AruT1T/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.868 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.868 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.869 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.869 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.869 | 46897 | Added a new worker 12 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.869 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.869 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.869 | 30518 | Removed run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.869 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.869 | 30518 | Assigned run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.869 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.869 | 46899 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.869 | 30518 | Removed run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.869 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.869 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.869 | 30518 | Assigned run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.869 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.869 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.869 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.869 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YRcYOC +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.869 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.869 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZKLd9E +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.871 | 46896 | Marked run 1543 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.871 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.873 | 46898 | Marked run 1544 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.873 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.874 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.874 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.875 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.875 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.880 | 30522 | Recursively removing directory: /tmp/git.YRcYOC/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.881 | 30519 | Recursively removing directory: /tmp/git.ZKLd9E/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.882 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.882 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.882 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.882 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.882 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.882 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.882 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.882 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.882 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.882 | 46914 | Added a new worker 14 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.882 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.882 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.882 | 46915 | Added a new worker 15 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.882 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.882 | 30518 | Removed run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.882 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.882 | 30518 | Assigned run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.882 | 30518 | Removed run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.882 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.882 | 30518 | Assigned run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.883 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P8pi94 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.883 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EQOVVB +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.884 | 46913 | Marked run 1546 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.884 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.886 | 46912 | Marked run 1545 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.886 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.888 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.889 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.889 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.889 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.894 | 30519 | Recursively removing directory: /tmp/git.P8pi94/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.895 | 30522 | Recursively removing directory: /tmp/git.EQOVVB/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.896 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.896 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.896 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.896 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.896 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.896 | 46929 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.896 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.896 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.896 | 30518 | Removed run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.896 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.896 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.897 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.896 | 30518 | Assigned run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.897 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.TS6v0H +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.897 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Wc1y8X +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.897 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.897 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.897 | 46931 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.897 | 30518 | Removed run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.897 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.897 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.897 | 30518 | Assigned run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.898 | 46928 | Marked run 1548 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.898 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.900 | 46930 | Marked run 1547 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.900 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.902 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.902 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.902 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.903 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.908 | 30519 | Recursively removing directory: /tmp/git.Wc1y8X/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.908 | 30522 | Recursively removing directory: /tmp/git.TS6v0H/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.909 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.909 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.909 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.909 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.909 | 46945 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.909 | 30518 | Removed run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.909 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.909 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.909 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.910 | 30518 | Assigned run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.910 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.909 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.910 | 46947 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.909 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.909 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.910 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YqpXw5 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.910 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.910 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.910 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Jc1l17 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.910 | 30518 | Removed run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.910 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.910 | 30518 | Assigned run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.911 | 46944 | Marked run 1549 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.912 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.913 | 46946 | Marked run 1550 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.913 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.915 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.915 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.915 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.916 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.921 | 30519 | Recursively removing directory: /tmp/git.YqpXw5/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.921 | 30522 | Recursively removing directory: /tmp/git.Jc1l17/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.922 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.922 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.922 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.923 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.923 | 46961 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.923 | 30518 | Removed run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.923 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.923 | 30518 | Assigned run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.923 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.923 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.923 | 46963 | Added a new worker 8 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.923 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.923 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.923 | 30518 | Removed run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.923 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.923 | 30518 | Assigned run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.923 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.923 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.923 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.923 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cOxifB +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.923 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.923 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JFvPAN +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.925 | 46960 | Marked run 1551 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.925 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.928 | 46962 | Marked run 1552 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.929 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.930 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.930 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.931 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.931 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.937 | 30522 | Recursively removing directory: /tmp/git.cOxifB/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.936 | 30519 | Recursively removing directory: /tmp/git.JFvPAN/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.938 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.938 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.938 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.938 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.938 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.938 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.938 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.938 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.938 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.a5iL23 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.938 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.938 | 46978 | Added a new worker 15 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.938 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.938 | 46979 | Added a new worker 16 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.938 | 30518 | Removed run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.938 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.938 | 30518 | Assigned run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.938 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.938 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.938 | 30518 | Removed run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.938 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.938 | 30518 | Assigned run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.938 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.raWFiF +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.940 | 46977 | Marked run 1554 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.940 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.942 | 46976 | Marked run 1553 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.942 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.944 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.944 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.945 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.945 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.951 | 30519 | Recursively removing directory: /tmp/git.a5iL23/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.951 | 30522 | Recursively removing directory: /tmp/git.raWFiF/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.952 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.952 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.952 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.952 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.952 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.952 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.952 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.952 | 46993 | Added a new worker 12 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.952 | 30518 | Removed run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.952 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.952 | 30518 | Assigned run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.952 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.952 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.952 | 46995 | Added a new worker 15 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.953 | 30518 | Removed run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.953 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.953 | 30518 | Assigned run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.953 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.953 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.952 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CvYPzZ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.952 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.953 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dRxaWd +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.955 | 46992 | Marked run 1555 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.955 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.957 | 46994 | Marked run 1556 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.957 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.958 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.959 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.959 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.959 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.965 | 30519 | Recursively removing directory: /tmp/git.CvYPzZ/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.965 | 30522 | Recursively removing directory: /tmp/git.dRxaWd/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.966 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.966 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.966 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.966 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.966 | 47009 | Added a new worker 11 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.966 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.966 | 30518 | Removed run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.966 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.966 | 30518 | Assigned run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.966 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.967 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.967 | 47011 | Added a new worker 13 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.967 | 30518 | Removed run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.967 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.967 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.967 | 30518 | Assigned run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.966 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.966 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.966 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.967 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.I6IJah +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.966 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.966 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9uz7Jb +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.969 | 47008 | Marked run 1557 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.969 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.972 | 47010 | Marked run 1558 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.972 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.974 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.974 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.975 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.975 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.980 | 30522 | Recursively removing directory: /tmp/git.I6IJah/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.980 | 30519 | Recursively removing directory: /tmp/git.9uz7Jb/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.981 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.981 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.982 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.982 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.982 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.982 | 47026 | Added a new worker 15 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.982 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.982 | 30518 | Removed run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.982 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.982 | 30518 | Assigned run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.982 | 47027 | Added a new worker 16 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.982 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.982 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.982 | 30518 | Removed run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.982 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.982 | 30518 | Assigned run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.982 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.982 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.982 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.982 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Vsvxnl +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.982 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.983 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KXaicZ +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.984 | 47024 | Marked run 1560 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.984 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.985 | 47025 | Marked run 1559 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.985 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.987 | 30519 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.988 | 30522 | Checking out revision HEAD +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.988 | 30519 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.988 | 30522 | Going to run: ./ci +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.994 | 30522 | Recursively removing directory: /tmp/git.KXaicZ/ +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.994 | 30519 | Recursively removing directory: /tmp/git.Vsvxnl/ +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.995 | 30522 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.995 | 30522 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.995 | 30522 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.995 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.995 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.995 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.995 | 30519 | Process exit code: 0 +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.995 | 30519 | Process output: 57 bytes +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.995 | 30519 | Waiting for a new command +2024-01-28 10:55:38 | INFO | 30519/cimple-worker: 2024-01-28 10:55:38.996 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.avr4cM +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.995 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.995 | 47043 | Added a new worker 15 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.995 | 47042 | Added a new worker 16 to the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.995 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.995 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.995 | 30518 | Removed run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.995 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.995 | 30518 | Assigned run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.995 | 30518 | Removed run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.995 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.996 | 30518 | Assigned run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:38 | INFO | 30522/cimple-worker: 2024-01-28 10:55:38.996 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.61PmMw +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.998 | 47040 | Marked run 1561 as finished +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.998 | 30516 | Waiting for new connections +2024-01-28 10:55:38 | INFO | 30516/cimple-server: 2024-01-28 10:55:38.999 | 47041 | Marked run 1562 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.000 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.001 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.001 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.002 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.002 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.007 | 30519 | Recursively removing directory: /tmp/git.avr4cM/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.008 | 30522 | Recursively removing directory: /tmp/git.61PmMw/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.009 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.009 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.009 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.009 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.009 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.009 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.009 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.009 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.009 | 47057 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.009 | 30518 | Removed run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.009 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.009 | 30518 | Assigned run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.009 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.010 | 47059 | Added a new worker 9 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.010 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.010 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.010 | 30518 | Removed run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.010 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.010 | 30518 | Assigned run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.009 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aezJsl +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.010 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0A6Z24 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.012 | 47056 | Marked run 1563 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.012 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.014 | 47058 | Marked run 1564 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.014 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.015 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.016 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.017 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.017 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.022 | 30519 | Recursively removing directory: /tmp/git.aezJsl/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.022 | 30522 | Recursively removing directory: /tmp/git.0A6Z24/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.023 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.023 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.023 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.023 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.023 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.023 | 47073 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.023 | 30518 | Removed run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.023 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.024 | 30518 | Assigned run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.024 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.024 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.024 | 47075 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.024 | 30518 | Removed run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.024 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.024 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.024 | 30518 | Assigned run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.024 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Yf9M4i +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.024 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.024 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.024 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.025 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SgYhSW +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.026 | 47072 | Marked run 1565 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.026 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.028 | 47074 | Marked run 1566 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.028 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.029 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.029 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.029 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.030 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.035 | 30519 | Recursively removing directory: /tmp/git.Yf9M4i/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.035 | 30522 | Recursively removing directory: /tmp/git.SgYhSW/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.036 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.036 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.036 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.036 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.036 | 47089 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.036 | 30518 | Removed run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.036 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.037 | 30518 | Assigned run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.037 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.036 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.037 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8UHuIN +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.037 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.037 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.037 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.038 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.038 | 47091 | Added a new worker 14 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.038 | 30518 | Removed run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.038 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.038 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.038 | 30518 | Assigned run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.038 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.038 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.y4TEQa +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.038 | 47088 | Marked run 1567 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.039 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.040 | 47090 | Marked run 1568 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.040 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.042 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.042 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.042 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.043 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.048 | 30519 | Recursively removing directory: /tmp/git.8UHuIN/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.049 | 30522 | Recursively removing directory: /tmp/git.y4TEQa/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.049 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.049 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.049 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.049 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.049 | 47105 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.049 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.049 | 30518 | Removed run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.049 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.049 | 30518 | Assigned run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.049 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.049 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bXtim1 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.051 | 47104 | Marked run 1569 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.051 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.051 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.051 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.051 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.051 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.051 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.051 | 47107 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.051 | 30518 | Removed run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.051 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.051 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.052 | 30518 | Assigned run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.052 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qszBse +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.053 | 47106 | Marked run 1570 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.053 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.055 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.056 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.056 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.057 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.061 | 30519 | Recursively removing directory: /tmp/git.bXtim1/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.063 | 30522 | Recursively removing directory: /tmp/git.qszBse/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.063 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.063 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.063 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.063 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.063 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.063 | 47121 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.063 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.063 | 30518 | Removed run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.063 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.063 | 30518 | Assigned run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.064 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IHzsAW +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.065 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.065 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.065 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.065 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.065 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.065 | 47123 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.065 | 30518 | Removed run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.065 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.065 | 30518 | Assigned run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.065 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.065 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0WbyjA +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.066 | 47120 | Marked run 1571 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.066 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.068 | 47122 | Marked run 1572 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.068 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.070 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.070 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.071 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.071 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.076 | 30522 | Recursively removing directory: /tmp/git.0WbyjA/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.078 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.078 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.077 | 30519 | Recursively removing directory: /tmp/git.IHzsAW/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.078 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.078 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.078 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.078 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.078 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.078 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.078 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.078 | 47137 | Added a new worker 15 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.078 | 30518 | Removed run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.078 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.078 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.078 | 30518 | Assigned run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.078 | 47139 | Added a new worker 15 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.078 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.078 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.078 | 30518 | Removed run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.078 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.078 | 30518 | Assigned run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.079 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SNBNrt +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.078 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AzFikx +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.080 | 47136 | Marked run 1574 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.080 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.084 | 47138 | Marked run 1573 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.084 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.085 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.085 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.086 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.086 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.091 | 30522 | Recursively removing directory: /tmp/git.AzFikx/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.092 | 30519 | Recursively removing directory: /tmp/git.SNBNrt/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.093 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.093 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.093 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.093 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.093 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.093 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.093 | 47154 | Added a new worker 15 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.093 | 30518 | Removed run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.093 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.093 | 30518 | Assigned run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.093 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.094 | 47155 | Added a new worker 16 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.094 | 30518 | Removed run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.094 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.094 | 30518 | Assigned run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.094 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.093 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.093 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.093 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.093 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.094 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XnhwVS +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.093 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Lgdcyw +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.095 | 47153 | Marked run 1576 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.096 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.097 | 47152 | Marked run 1575 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.097 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.099 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.099 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.099 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.100 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.105 | 30522 | Recursively removing directory: /tmp/git.Lgdcyw/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.105 | 30519 | Recursively removing directory: /tmp/git.XnhwVS/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.106 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.106 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.106 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.106 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.106 | 47169 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.106 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.106 | 30518 | Removed run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.106 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.106 | 30518 | Assigned run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.107 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.107 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.107 | 47171 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.107 | 30518 | Removed run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.107 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.107 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.107 | 30518 | Assigned run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.107 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.107 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.107 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.107 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.prc7Zd +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.106 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.107 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zOHkRu +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.112 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.112 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.112 | 47168 | Marked run 1577 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.112 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.114 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.114 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.116 | 47170 | Marked run 1578 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.116 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.120 | 30522 | Recursively removing directory: /tmp/git.zOHkRu/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.122 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.122 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.122 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.122 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.122 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.122 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.122 | 47186 | Added a new worker 15 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.122 | 47187 | Added a new worker 16 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.122 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.122 | 30518 | Removed run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.122 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.122 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.122 | 30518 | Assigned run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.122 | 30518 | Removed run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.122 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.122 | 30518 | Assigned run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.120 | 30519 | Recursively removing directory: /tmp/git.prc7Zd/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.122 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.122 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.122 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.122 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IsAt1o +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.122 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.122 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9LTU9J +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.124 | 47184 | Marked run 1579 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.124 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.126 | 47185 | Marked run 1580 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.126 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.128 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.128 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.129 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.129 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.134 | 30519 | Recursively removing directory: /tmp/git.IsAt1o/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.135 | 30522 | Recursively removing directory: /tmp/git.9LTU9J/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.136 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.136 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.136 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.136 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.136 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.136 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.136 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.136 | 47201 | Added a new worker 12 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.136 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.136 | 30518 | Removed run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.136 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.136 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.136 | 30518 | Assigned run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.136 | 47203 | Added a new worker 9 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.136 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.137 | 30518 | Removed run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.137 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.137 | 30518 | Assigned run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.136 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.136 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CaY3AS +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.137 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lQ9AKZ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.138 | 47200 | Marked run 1582 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.139 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.140 | 47202 | Marked run 1581 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.140 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.142 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.142 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.142 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.142 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.148 | 30519 | Recursively removing directory: /tmp/git.CaY3AS/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.148 | 30522 | Recursively removing directory: /tmp/git.lQ9AKZ/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.149 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.149 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.149 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.149 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.149 | 47217 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.149 | 30518 | Removed run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.149 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.149 | 30518 | Assigned run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.149 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.149 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.150 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.150 | 47219 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.150 | 30518 | Removed run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.150 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.150 | 30518 | Assigned run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.150 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.149 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.149 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.149 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.150 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1XL1m1 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.149 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.149 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Mz81je +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.151 | 47216 | Marked run 1583 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.151 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.153 | 47218 | Marked run 1584 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.153 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.154 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.155 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.155 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.156 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.160 | 30519 | Recursively removing directory: /tmp/git.Mz81je/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.162 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.162 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.162 | 30522 | Recursively removing directory: /tmp/git.1XL1m1/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.162 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.162 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.162 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.162 | 47233 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.162 | 30518 | Removed run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.162 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.162 | 30518 | Assigned run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.163 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FagdmU +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.163 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.163 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.163 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.163 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.163 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.163 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.163 | 47235 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.163 | 30518 | Removed run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.163 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.163 | 30518 | Assigned run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.164 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.164 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Bdi5El +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.165 | 47232 | Marked run 1585 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.165 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.167 | 47234 | Marked run 1586 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.167 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.169 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.169 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.169 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.169 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.175 | 30519 | Recursively removing directory: /tmp/git.FagdmU/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.175 | 30522 | Recursively removing directory: /tmp/git.Bdi5El/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.176 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.176 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.176 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.176 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.176 | 47249 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.176 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.176 | 30518 | Removed run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.176 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.176 | 30518 | Assigned run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.176 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.177 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.177 | 47251 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.177 | 30518 | Removed run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.177 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.177 | 30518 | Assigned run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.177 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.176 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.176 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FUTzmP +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.176 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.176 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.176 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.177 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lEXaPD +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.178 | 47248 | Marked run 1587 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.178 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.180 | 47250 | Marked run 1588 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.180 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.182 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.182 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.182 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.183 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.188 | 30519 | Recursively removing directory: /tmp/git.FUTzmP/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.188 | 30522 | Recursively removing directory: /tmp/git.lEXaPD/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.189 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.189 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.189 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.189 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.189 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.189 | 47265 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.189 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.190 | 30518 | Removed run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.190 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.190 | 30518 | Assigned run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.190 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.190 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.190 | 47267 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.190 | 30518 | Removed run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.190 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.190 | 30518 | Assigned run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.190 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.190 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0J8nQt +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.190 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.190 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.190 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.190 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xLr1ip +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.195 | 47264 | Marked run 1589 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.195 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.197 | 47266 | Marked run 1590 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.197 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.198 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.198 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.199 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.199 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.204 | 30519 | Recursively removing directory: /tmp/git.0J8nQt/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.205 | 30522 | Recursively removing directory: /tmp/git.xLr1ip/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.206 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.206 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.206 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.206 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.206 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.206 | 47281 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.206 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.206 | 30518 | Removed run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.206 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.206 | 30518 | Assigned run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.206 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.206 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XuVNVL +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.206 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.206 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.206 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.207 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.207 | 47283 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.207 | 30518 | Removed run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.207 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.207 | 30518 | Assigned run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.207 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.207 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GiztY4 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.208 | 47280 | Marked run 1591 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.208 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.210 | 47282 | Marked run 1592 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.210 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.211 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.211 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.212 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.212 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.218 | 30522 | Recursively removing directory: /tmp/git.GiztY4/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.218 | 30519 | Recursively removing directory: /tmp/git.XuVNVL/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.219 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.219 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.219 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.219 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.219 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.219 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.219 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.219 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.219 | 47297 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.219 | 30518 | Removed run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.219 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.219 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.219 | 30518 | Assigned run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.220 | 47299 | Added a new worker 9 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.220 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.220 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.220 | 30518 | Removed run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.220 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.220 | 30518 | Assigned run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.220 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BVflRu +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.220 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.izrEpK +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.222 | 47296 | Marked run 1594 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.222 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.223 | 47298 | Marked run 1593 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.224 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.226 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.226 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.226 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.226 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.232 | 30522 | Recursively removing directory: /tmp/git.BVflRu/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.232 | 30519 | Recursively removing directory: /tmp/git.izrEpK/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.233 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.233 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.233 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.233 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.234 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.233 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.234 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.234 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.234 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.234 | 47314 | Added a new worker 15 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.234 | 30518 | Removed run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.234 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.234 | 30518 | Assigned run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.234 | 47315 | Added a new worker 16 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.234 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.234 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.234 | 30518 | Removed run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.234 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.234 | 30518 | Assigned run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.234 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.234 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bAy1b0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.234 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V8cJIP +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.236 | 47313 | Marked run 1595 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.236 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.238 | 47312 | Marked run 1596 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.238 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.239 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.240 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.240 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.240 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.245 | 30519 | Recursively removing directory: /tmp/git.bAy1b0/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.246 | 30522 | Recursively removing directory: /tmp/git.V8cJIP/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.247 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.247 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.247 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.247 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.247 | 47329 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.247 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.247 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.247 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.247 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.247 | 30518 | Removed run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.247 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DAy6IH +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.247 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.247 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.248 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2yQXNy +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.247 | 30518 | Assigned run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.247 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.247 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.247 | 47331 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.247 | 30518 | Removed run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.248 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.248 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.248 | 30518 | Assigned run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.249 | 47328 | Marked run 1597 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.249 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.251 | 47330 | Marked run 1598 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.251 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.253 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.253 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.253 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.254 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.259 | 30519 | Recursively removing directory: /tmp/git.DAy6IH/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.259 | 30522 | Recursively removing directory: /tmp/git.2yQXNy/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.260 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.260 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.261 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.261 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.261 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.261 | 47345 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.261 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.261 | 30518 | Removed run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.261 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.261 | 30518 | Assigned run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.261 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.261 | 47347 | Added a new worker 16 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.261 | 30518 | Removed run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.261 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.261 | 30518 | Assigned run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.261 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.261 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.261 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.261 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.261 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NNDOaL +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.261 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.262 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Clug4e +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.263 | 47344 | Marked run 1599 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.263 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.265 | 47346 | Marked run 1600 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.265 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.266 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.267 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.267 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.267 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.272 | 30519 | Recursively removing directory: /tmp/git.NNDOaL/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.273 | 30522 | Recursively removing directory: /tmp/git.Clug4e/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.274 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.274 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.274 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.274 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.274 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.274 | 47361 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.274 | 30518 | Removed run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.274 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.274 | 30518 | Assigned run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.274 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.274 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BBEML2 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.275 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.275 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.276 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.276 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.276 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.276 | 47363 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.276 | 30518 | Removed run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.276 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.276 | 30518 | Assigned run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.276 | 47360 | Marked run 1601 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.277 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.277 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.276 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JvJ7vg +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.278 | 47362 | Marked run 1602 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.278 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.279 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.280 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.281 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.281 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.285 | 30519 | Recursively removing directory: /tmp/git.BBEML2/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.287 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.287 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.287 | 30522 | Recursively removing directory: /tmp/git.JvJ7vg/ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.287 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.287 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.287 | 47377 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.287 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.287 | 30518 | Removed run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.287 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.287 | 30518 | Assigned run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.287 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.288 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QUNA4u +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.289 | 47376 | Marked run 1603 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.289 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.289 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.289 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.290 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.290 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.290 | 47379 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.290 | 30518 | Removed run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.290 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.290 | 30518 | Assigned run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.290 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.290 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.290 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.znRGZ9 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.292 | 47378 | Marked run 1604 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.292 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.293 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.293 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.294 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.295 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.299 | 30519 | Recursively removing directory: /tmp/git.QUNA4u/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.300 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.300 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.300 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.300 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.300 | 47393 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.300 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.300 | 30518 | Removed run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.300 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.300 | 30518 | Assigned run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.300 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.301 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.f20ryf +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.301 | 30522 | Recursively removing directory: /tmp/git.znRGZ9/ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.302 | 47392 | Marked run 1605 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.302 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.303 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.303 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.303 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.303 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.303 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.303 | 47395 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.303 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.303 | 30518 | Removed run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.303 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.303 | 30518 | Assigned run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.304 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Q50qBj +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.308 | 47394 | Marked run 1606 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.308 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.309 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.309 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.311 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.312 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.315 | 30519 | Recursively removing directory: /tmp/git.f20ryf/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.316 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.316 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.316 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.316 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.316 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.316 | 47408 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.317 | 30518 | Removed run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.317 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.317 | 30518 | Assigned run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.317 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.317 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gNdyIq +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.318 | 30522 | Recursively removing directory: /tmp/git.Q50qBj/ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.318 | 47407 | Marked run 1607 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.318 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.320 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.320 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.320 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.320 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.320 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.320 | 47411 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.320 | 30518 | Removed run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.320 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.320 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.320 | 30518 | Assigned run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.321 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mx5wxN +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.322 | 47410 | Marked run 1608 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.322 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.323 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.323 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.325 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.326 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.329 | 30519 | Recursively removing directory: /tmp/git.gNdyIq/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.330 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.330 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.330 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.330 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.330 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.331 | 47424 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.331 | 30518 | Removed run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.331 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.331 | 30518 | Assigned run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.331 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.331 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DOQtPC +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.332 | 30522 | Recursively removing directory: /tmp/git.mx5wxN/ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.333 | 47423 | Marked run 1609 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.333 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.334 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.334 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.334 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.334 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.334 | 47427 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.334 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.334 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.334 | 30518 | Removed run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.334 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.334 | 30518 | Assigned run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.335 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FzZ4Ch +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.336 | 47426 | Marked run 1610 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.336 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.336 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.337 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.339 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.339 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.343 | 30519 | Recursively removing directory: /tmp/git.DOQtPC/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.344 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.344 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.344 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.345 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.345 | 47441 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.345 | 30518 | Removed run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.345 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.345 | 30518 | Assigned run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.345 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.345 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.345 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NEhhUq +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.345 | 30522 | Recursively removing directory: /tmp/git.FzZ4Ch/ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.346 | 47440 | Marked run 1611 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.347 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.347 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.347 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.347 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.347 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.347 | 47443 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.347 | 30518 | Removed run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.347 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.348 | 30518 | Assigned run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.348 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.347 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.348 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HX4Uip +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.349 | 47442 | Marked run 1612 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.349 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.351 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.351 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.352 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.353 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.357 | 30519 | Recursively removing directory: /tmp/git.NEhhUq/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.358 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.358 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.359 | 30522 | Recursively removing directory: /tmp/git.HX4Uip/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.359 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.359 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.359 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.359 | 47457 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.359 | 30518 | Removed run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.359 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.359 | 30518 | Assigned run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.359 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.359 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZDSf3K +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.361 | 47456 | Marked run 1613 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.361 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.361 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.361 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.361 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.361 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.361 | 47459 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.361 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.361 | 30518 | Removed run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.361 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.361 | 30518 | Assigned run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.362 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.362 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0HFNPQ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.363 | 47458 | Marked run 1614 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.363 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.365 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.366 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.366 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.367 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.371 | 30519 | Recursively removing directory: /tmp/git.ZDSf3K/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.373 | 30522 | Recursively removing directory: /tmp/git.0HFNPQ/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.373 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.373 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.373 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.373 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.373 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.373 | 47473 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.373 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.373 | 30518 | Removed run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.373 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.373 | 30518 | Assigned run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.373 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xidYL1 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.375 | 47472 | Marked run 1615 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.375 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.375 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.375 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.375 | 47475 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.375 | 30518 | Removed run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.375 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.375 | 30518 | Assigned run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.376 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.375 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.375 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.375 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.375 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ae0KAX +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.377 | 47474 | Marked run 1616 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.377 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.378 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.379 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.380 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.381 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.384 | 30519 | Recursively removing directory: /tmp/git.xidYL1/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.386 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.386 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.386 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.386 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.386 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.386 | 47489 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.386 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.386 | 30518 | Removed run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.386 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.386 | 30518 | Assigned run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.386 | 30522 | Recursively removing directory: /tmp/git.ae0KAX/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.387 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LoTNnP +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.388 | 47488 | Marked run 1617 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.388 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.389 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.389 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.389 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.389 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.389 | 47491 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.389 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.389 | 30518 | Removed run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.389 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.389 | 30518 | Assigned run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.389 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.389 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.imIwr4 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.391 | 47490 | Marked run 1618 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.391 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.392 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.393 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.394 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.394 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.398 | 30519 | Recursively removing directory: /tmp/git.LoTNnP/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.400 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.400 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.400 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.400 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.400 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.400 | 47505 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.400 | 30518 | Removed run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.400 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.400 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.400 | 30518 | Assigned run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.400 | 30522 | Recursively removing directory: /tmp/git.imIwr4/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.400 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iJNcjT +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.403 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.403 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.403 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.403 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.403 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.403 | 47507 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.403 | 30518 | Removed run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.403 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.403 | 30518 | Assigned run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.403 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.403 | 47504 | Marked run 1619 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.403 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.403 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xANCKm +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.405 | 47506 | Marked run 1620 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.405 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.406 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.407 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.408 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.408 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.412 | 30519 | Recursively removing directory: /tmp/git.iJNcjT/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.414 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.414 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.414 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.414 | 30522 | Recursively removing directory: /tmp/git.xANCKm/ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.414 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.414 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.414 | 47521 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.414 | 30518 | Removed run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.414 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.414 | 30518 | Assigned run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.414 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.414 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Hynnzq +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.416 | 47520 | Marked run 1621 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.416 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.416 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.416 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.417 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.417 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.417 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.417 | 47523 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.417 | 30518 | Removed run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.417 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.417 | 30518 | Assigned run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.417 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tXJl4x +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.417 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.420 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.420 | 47522 | Marked run 1622 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.420 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.421 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.422 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.423 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.426 | 30519 | Recursively removing directory: /tmp/git.Hynnzq/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.427 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.427 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.428 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.428 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.428 | 47536 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.428 | 30518 | Removed run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.428 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.428 | 30518 | Assigned run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.428 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.428 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.428 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U2WTNM +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.429 | 30522 | Recursively removing directory: /tmp/git.tXJl4x/ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.430 | 47535 | Marked run 1623 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.430 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.431 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.431 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.431 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.431 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.431 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.431 | 47539 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.431 | 30518 | Removed run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.431 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.432 | 30518 | Assigned run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.432 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.432 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.E0GPs3 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.433 | 47538 | Marked run 1624 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.433 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.434 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.435 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.437 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.437 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.441 | 30519 | Recursively removing directory: /tmp/git.U2WTNM/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.442 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.442 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.443 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.443 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.443 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.443 | 47553 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.443 | 30518 | Removed run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.443 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.443 | 30518 | Assigned run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.443 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.443 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.J4bTo2 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.443 | 30522 | Recursively removing directory: /tmp/git.E0GPs3/ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.445 | 47552 | Marked run 1625 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.445 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.446 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.446 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.446 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.446 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.446 | 47555 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.446 | 30518 | Removed run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.446 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.446 | 30518 | Assigned run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.446 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.446 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.446 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yLZaZn +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.448 | 47554 | Marked run 1626 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.448 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.449 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.450 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.451 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.452 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.456 | 30519 | Recursively removing directory: /tmp/git.J4bTo2/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.457 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.457 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.457 | 30522 | Recursively removing directory: /tmp/git.yLZaZn/ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.457 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.457 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.457 | 47569 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.457 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.457 | 30518 | Removed run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.457 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.457 | 30518 | Assigned run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.457 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.458 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QN4XmC +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.459 | 47568 | Marked run 1627 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.459 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.460 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.460 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.460 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.460 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.460 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.460 | 47571 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.460 | 30518 | Removed run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.460 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.460 | 30518 | Assigned run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.461 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.460 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Tf7jVg +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.462 | 47570 | Marked run 1628 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.462 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.463 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.464 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.465 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.466 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.469 | 30519 | Recursively removing directory: /tmp/git.QN4XmC/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.471 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.471 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.471 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.471 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.471 | 47585 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.471 | 30518 | Removed run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.471 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.471 | 30518 | Assigned run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.471 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.471 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.471 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ywZp1G +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.472 | 30522 | Recursively removing directory: /tmp/git.Tf7jVg/ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.473 | 47584 | Marked run 1629 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.473 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.474 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.474 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.474 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.474 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.474 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.474 | 47587 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.474 | 30518 | Removed run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.474 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.474 | 30518 | Assigned run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.474 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zvtTUH +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.475 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.476 | 47586 | Marked run 1630 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.476 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.478 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.478 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.479 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.480 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.484 | 30519 | Recursively removing directory: /tmp/git.ywZp1G/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.485 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.485 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.486 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.486 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.486 | 47601 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.486 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.486 | 30518 | Removed run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.486 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.486 | 30518 | Assigned run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.486 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.486 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KOVCeH +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.486 | 30522 | Recursively removing directory: /tmp/git.zvtTUH/ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.488 | 47600 | Marked run 1631 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.488 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.488 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.488 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.488 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.488 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.488 | 47603 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.488 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.488 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.488 | 30518 | Removed run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.488 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.489 | 30518 | Assigned run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.489 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sw0TsQ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.490 | 47602 | Marked run 1632 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.491 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.492 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.492 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.493 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.494 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.498 | 30519 | Recursively removing directory: /tmp/git.KOVCeH/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.499 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.499 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.499 | 30522 | Recursively removing directory: /tmp/git.sw0TsQ/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.499 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.499 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.499 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.499 | 47617 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.499 | 30518 | Removed run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.499 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.499 | 30518 | Assigned run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.500 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.500 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0jsdvT +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.501 | 47616 | Marked run 1633 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.501 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.501 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.501 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.501 | 47619 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.502 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.502 | 30518 | Removed run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.502 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.502 | 30518 | Assigned run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.501 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.501 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.501 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.502 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IJDPDC +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.503 | 47618 | Marked run 1634 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.503 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.505 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.506 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.506 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.507 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.511 | 30519 | Recursively removing directory: /tmp/git.0jsdvT/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.512 | 30522 | Recursively removing directory: /tmp/git.IJDPDC/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.513 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.513 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.513 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.513 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.513 | 47633 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.513 | 30518 | Removed run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.513 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.513 | 30518 | Assigned run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.513 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.513 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.513 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XAJGi6 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.514 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.514 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.514 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.514 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.515 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.515 | 47632 | Marked run 1635 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.515 | 47635 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.515 | 30518 | Removed run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.515 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.515 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.515 | 30518 | Assigned run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.515 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.515 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sJlN7N +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.517 | 47634 | Marked run 1636 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.517 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.519 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.519 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.519 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.520 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.525 | 30519 | Recursively removing directory: /tmp/git.XAJGi6/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.525 | 30522 | Recursively removing directory: /tmp/git.sJlN7N/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.526 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.526 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.527 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.527 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.527 | 47649 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.527 | 30518 | Removed run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.527 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.527 | 30518 | Assigned run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.527 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.527 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.527 | 47651 | Added a new worker 8 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.527 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.527 | 30518 | Removed run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.527 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.527 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.527 | 30518 | Assigned run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.527 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.527 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.527 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.527 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HuCMk3 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.527 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.527 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZJzPW4 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.528 | 47648 | Marked run 1637 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.528 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.533 | 47650 | Marked run 1638 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.533 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.535 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.535 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.535 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.536 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.541 | 30522 | Recursively removing directory: /tmp/git.HuCMk3/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.542 | 30519 | Recursively removing directory: /tmp/git.ZJzPW4/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.542 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.542 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.542 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.542 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.543 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.543 | 47665 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.543 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.543 | 30518 | Removed run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.543 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.543 | 30518 | Assigned run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.543 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.543 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.543 | 47667 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.543 | 30518 | Removed run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.543 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.543 | 30518 | Assigned run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.544 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.543 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.s7XxfY +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.543 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.543 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.543 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.544 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Cyck8B +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.545 | 47664 | Marked run 1640 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.545 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.547 | 47666 | Marked run 1639 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.547 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.548 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.549 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.549 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.549 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.555 | 30522 | Recursively removing directory: /tmp/git.s7XxfY/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.555 | 30519 | Recursively removing directory: /tmp/git.Cyck8B/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.556 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.556 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.556 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.556 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.556 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.556 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.556 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.556 | 47681 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.556 | 30518 | Removed run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.556 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.557 | 30518 | Assigned run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.557 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.557 | 47683 | Added a new worker 8 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.557 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.557 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.557 | 30518 | Removed run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.557 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.557 | 30518 | Assigned run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.557 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6DHUwa +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.557 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.557 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4rXYr4 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.558 | 47680 | Marked run 1641 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.559 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.560 | 47682 | Marked run 1642 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.560 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.562 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.562 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.562 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.563 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.568 | 30519 | Recursively removing directory: /tmp/git.4rXYr4/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.569 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.569 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.570 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.570 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.570 | 47697 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.570 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.570 | 30518 | Removed run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.570 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.570 | 30518 | Assigned run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.570 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.570 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.570 | 47699 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.570 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.570 | 30518 | Removed run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.570 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.570 | 30518 | Assigned run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.570 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.570 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DlbtHu +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.568 | 30522 | Recursively removing directory: /tmp/git.6DHUwa/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.570 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.570 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.570 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.571 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eBbi24 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.572 | 47696 | Marked run 1644 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.572 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.575 | 47698 | Marked run 1643 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.575 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.576 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.576 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.576 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.577 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.582 | 30522 | Recursively removing directory: /tmp/git.eBbi24/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.582 | 30519 | Recursively removing directory: /tmp/git.DlbtHu/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.583 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.583 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.583 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.584 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.584 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.584 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.584 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.584 | 47713 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.584 | 30518 | Removed run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.584 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.584 | 30518 | Assigned run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.584 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.584 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.584 | 47715 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.584 | 30518 | Removed run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.584 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.584 | 30518 | Assigned run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.584 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.584 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gQ3AVc +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.584 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.585 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DN0qnp +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.586 | 47712 | Marked run 1646 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.586 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.587 | 47714 | Marked run 1645 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.587 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.589 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.590 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.590 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.590 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.596 | 30522 | Recursively removing directory: /tmp/git.gQ3AVc/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.596 | 30519 | Recursively removing directory: /tmp/git.DN0qnp/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.597 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.597 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.597 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.597 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.597 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.597 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.598 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.598 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pfl15V +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.597 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.597 | 47729 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.597 | 30518 | Removed run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.597 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.598 | 30518 | Assigned run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.598 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.598 | 47731 | Added a new worker 9 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.598 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.598 | 30518 | Removed run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.598 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.598 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.598 | 30518 | Assigned run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.598 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2oW5z2 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.599 | 47728 | Marked run 1647 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.599 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.601 | 47730 | Marked run 1648 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.601 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.603 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.603 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.603 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.604 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.609 | 30522 | Recursively removing directory: /tmp/git.pfl15V/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.609 | 30519 | Recursively removing directory: /tmp/git.2oW5z2/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.610 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.610 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.611 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.611 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.611 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.611 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.611 | 47745 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.611 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.611 | 30518 | Removed run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.611 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.611 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.611 | 30518 | Assigned run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.611 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.611 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.At0418 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.611 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qEzk9V +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.611 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.611 | 47747 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.611 | 30518 | Removed run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.611 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.611 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.611 | 30518 | Assigned run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.613 | 47744 | Marked run 1649 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.613 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.614 | 47746 | Marked run 1650 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.614 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.616 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.616 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.617 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.617 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.622 | 30522 | Recursively removing directory: /tmp/git.qEzk9V/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.622 | 30519 | Recursively removing directory: /tmp/git.At0418/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.623 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.623 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.623 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.624 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.624 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.624 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.624 | 47762 | Added a new worker 14 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.624 | 30518 | Removed run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.624 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.624 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.624 | 30518 | Assigned run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.624 | 47763 | Added a new worker 16 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.624 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.624 | 30518 | Removed run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.624 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.624 | 30518 | Assigned run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.624 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.623 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.623 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.624 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.625 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mIUp7M +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.624 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yvr5rT +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.626 | 47761 | Marked run 1652 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.627 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.628 | 47760 | Marked run 1651 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.628 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.629 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.630 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.630 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.630 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.635 | 30519 | Recursively removing directory: /tmp/git.mIUp7M/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.636 | 30522 | Recursively removing directory: /tmp/git.yvr5rT/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.637 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.637 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.637 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.637 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.637 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.637 | 47777 | Added a new worker 14 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.637 | 30518 | Removed run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.637 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.637 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.637 | 30518 | Assigned run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.637 | 47779 | Added a new worker 16 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.637 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.637 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.637 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.637 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.637 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.637 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HuYJie +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.638 | 30518 | Removed run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.638 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.638 | 30518 | Assigned run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.638 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.638 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lv5ua3 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.639 | 47776 | Marked run 1654 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.640 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.641 | 47778 | Marked run 1653 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.641 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.643 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.643 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.643 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.644 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.649 | 30519 | Recursively removing directory: /tmp/git.HuYJie/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.649 | 30522 | Recursively removing directory: /tmp/git.lv5ua3/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.650 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.650 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.650 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.650 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.650 | 47793 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.650 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.650 | 30518 | Removed run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.650 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.651 | 30518 | Assigned run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.650 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.651 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.b0v7dK +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.651 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.651 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.652 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.652 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.652 | 47795 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.652 | 30518 | Removed run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.652 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.652 | 30518 | Assigned run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.652 | 47792 | Marked run 1655 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.653 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.653 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.652 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jIxIyP +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.654 | 47794 | Marked run 1656 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.654 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.656 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.656 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.657 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.657 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.662 | 30519 | Recursively removing directory: /tmp/git.b0v7dK/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.663 | 30522 | Recursively removing directory: /tmp/git.jIxIyP/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.664 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.664 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.664 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.664 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.664 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.664 | 47809 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.664 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.664 | 30518 | Removed run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.664 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.664 | 30518 | Assigned run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.664 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.664 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.664 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.664 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.an7bZl +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.665 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.665 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.665 | 47811 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.665 | 30518 | Removed run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.665 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.665 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.665 | 30518 | Assigned run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.665 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.E9k9Rl +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.666 | 47808 | Marked run 1657 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.666 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.667 | 47810 | Marked run 1658 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.667 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.669 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.669 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.670 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.670 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.675 | 30519 | Recursively removing directory: /tmp/git.an7bZl/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.676 | 30522 | Recursively removing directory: /tmp/git.E9k9Rl/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.677 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.677 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.677 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.677 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.677 | 47825 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.677 | 30518 | Removed run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.677 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.677 | 30518 | Assigned run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.677 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.677 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.677 | 47827 | Added a new worker 15 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.677 | 30518 | Removed run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.677 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.678 | 30518 | Assigned run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.678 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.677 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.677 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.677 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.678 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hIFIRv +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.677 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.677 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jTTCir +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.679 | 47824 | Marked run 1659 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.679 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.681 | 47826 | Marked run 1660 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.681 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.683 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.683 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.683 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.684 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.689 | 30519 | Recursively removing directory: /tmp/git.jTTCir/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.689 | 30522 | Recursively removing directory: /tmp/git.hIFIRv/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.690 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.690 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.690 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.690 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.690 | 47841 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.690 | 30518 | Removed run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.690 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.690 | 30518 | Assigned run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.691 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.691 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.691 | 47843 | Added a new worker 15 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.691 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.691 | 30518 | Removed run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.691 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.691 | 30518 | Assigned run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.691 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.690 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.691 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5cJvNA +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.690 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.690 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.691 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.691 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SDiPL5 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.692 | 47840 | Marked run 1661 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.692 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.694 | 47842 | Marked run 1662 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.694 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.696 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.696 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.697 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.697 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.703 | 30519 | Recursively removing directory: /tmp/git.5cJvNA/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.703 | 30522 | Recursively removing directory: /tmp/git.SDiPL5/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.704 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.704 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.704 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.704 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.704 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.704 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.704 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.704 | 47857 | Added a new worker 12 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.704 | 30518 | Removed run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.704 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.704 | 30518 | Assigned run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.704 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.704 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.704 | 47859 | Added a new worker 8 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.704 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.705 | 30518 | Removed run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.705 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.705 | 30518 | Assigned run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.704 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ug9SdQ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.704 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.705 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.i6ltC1 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.706 | 47856 | Marked run 1663 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.707 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.708 | 47858 | Marked run 1664 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.708 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.709 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.710 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.710 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.711 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.715 | 30519 | Recursively removing directory: /tmp/git.ug9SdQ/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.716 | 30522 | Recursively removing directory: /tmp/git.i6ltC1/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.717 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.717 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.717 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.717 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.717 | 47873 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.717 | 30518 | Removed run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.717 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.717 | 30518 | Assigned run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.717 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.717 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.717 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IpfUWu +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.719 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.719 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.719 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.719 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.719 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.719 | 47875 | Added a new worker 13 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.719 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.719 | 30518 | Removed run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.719 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.719 | 30518 | Assigned run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.719 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G5STxV +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.719 | 47872 | Marked run 1665 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.719 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.721 | 47874 | Marked run 1666 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.721 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.722 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.723 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.724 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.724 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.728 | 30519 | Recursively removing directory: /tmp/git.IpfUWu/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.730 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.730 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.730 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.730 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.730 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.730 | 47889 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.730 | 30518 | Removed run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.730 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.730 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.730 | 30518 | Assigned run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.730 | 30522 | Recursively removing directory: /tmp/git.G5STxV/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.731 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wvPiub +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.731 | 47888 | Marked run 1667 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.732 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.733 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.733 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.733 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.733 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.733 | 47891 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.733 | 30518 | Removed run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.733 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.733 | 30518 | Assigned run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.733 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.733 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mEsnjG +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.733 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.735 | 47890 | Marked run 1668 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.735 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.736 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.737 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.742 | 30519 | Recursively removing directory: /tmp/git.wvPiub/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.742 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.743 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.743 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.743 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.743 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.743 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.743 | 47900 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.743 | 30518 | Removed run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.743 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.743 | 30518 | Assigned run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.744 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.743 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.744 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mhLK0v +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.745 | 47899 | Marked run 1669 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.745 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.748 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.749 | 30522 | Recursively removing directory: /tmp/git.mEsnjG/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.749 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.750 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.750 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.750 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.750 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.750 | 47908 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.750 | 30518 | Removed run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.750 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.750 | 30518 | Assigned run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.750 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.750 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.750 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2zuiHH +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.752 | 47907 | Marked run 1670 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.752 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.755 | 30519 | Recursively removing directory: /tmp/git.mhLK0v/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.755 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.756 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.756 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.756 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.756 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.756 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.756 | 47916 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.756 | 30518 | Removed run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.756 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.757 | 30518 | Assigned run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.757 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.756 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.757 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jpjTai +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.759 | 47915 | Marked run 1671 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.759 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.761 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.762 | 30522 | Recursively removing directory: /tmp/git.2zuiHH/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.762 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.763 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.763 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.763 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.763 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.764 | 47924 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.764 | 30518 | Removed run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.764 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.764 | 30518 | Assigned run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.764 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.763 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.764 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JCH1uT +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.765 | 47923 | Marked run 1672 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.765 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.768 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.768 | 30519 | Recursively removing directory: /tmp/git.jpjTai/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.769 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.770 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.770 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.770 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.770 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.770 | 47932 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.770 | 30518 | Removed run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.770 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.770 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.770 | 30518 | Assigned run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.770 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.770 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iaK3iN +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.772 | 47931 | Marked run 1673 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.773 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.775 | 30522 | Recursively removing directory: /tmp/git.JCH1uT/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.775 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.776 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.776 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.777 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.777 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.777 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.777 | 47940 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.777 | 30518 | Removed run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.777 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.777 | 30518 | Assigned run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.777 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.777 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.777 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g9XN1W +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.779 | 47939 | Marked run 1674 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.779 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.781 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.782 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.782 | 30519 | Recursively removing directory: /tmp/git.iaK3iN/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.784 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.784 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.784 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.784 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.784 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.784 | 47948 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.784 | 30518 | Removed run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.784 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.784 | 30518 | Assigned run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.784 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.784 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.woN1Dl +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.787 | 47947 | Marked run 1675 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.787 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.788 | 30522 | Recursively removing directory: /tmp/git.g9XN1W/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.789 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.789 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.790 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.789 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.790 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.790 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.790 | 47955 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.790 | 30518 | Removed run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.790 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.790 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.790 | 30518 | Assigned run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.790 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iHAnHo +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.791 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.791 | 47954 | Marked run 1676 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.791 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.795 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.796 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.796 | 30519 | Recursively removing directory: /tmp/git.woN1Dl/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.798 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.798 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.798 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.798 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.798 | 47965 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.798 | 30518 | Removed run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.798 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.798 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.798 | 30518 | Assigned run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.798 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.799 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.l31Mbw +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.800 | 47964 | Marked run 1677 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.800 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.802 | 30522 | Recursively removing directory: /tmp/git.iHAnHo/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.803 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.803 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.803 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.803 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.804 | 47971 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.804 | 30518 | Removed run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.804 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.804 | 30518 | Assigned run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.804 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.803 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.804 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GsMHWI +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.803 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.805 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.805 | 47970 | Marked run 1678 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.805 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.808 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.809 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.811 | 30519 | Recursively removing directory: /tmp/git.l31Mbw/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.812 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.812 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.812 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.812 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.812 | 47982 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.812 | 30518 | Removed run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.812 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.812 | 30518 | Assigned run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.812 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.812 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pOYlmk +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.813 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.814 | 47981 | Marked run 1679 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.814 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.815 | 30522 | Recursively removing directory: /tmp/git.GsMHWI/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.817 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.817 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.817 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.817 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.817 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.817 | 47987 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.817 | 30518 | Removed run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.817 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hT6v3J +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.817 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.817 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.817 | 30518 | Assigned run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.818 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.820 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.820 | 47986 | Marked run 1680 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.820 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.822 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.823 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.825 | 30519 | Recursively removing directory: /tmp/git.pOYlmk/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.826 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.826 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.827 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.827 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.827 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.827 | 47998 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.827 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.827 | 30518 | Removed run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.827 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.827 | 30518 | Assigned run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.828 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mIABwZ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.829 | 47997 | Marked run 1681 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.829 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.829 | 30522 | Recursively removing directory: /tmp/git.hT6v3J/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.831 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.831 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.831 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.831 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.831 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.831 | 48003 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.831 | 30518 | Removed run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.831 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.831 | 30518 | Assigned run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.831 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.831 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.whwI7p +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.832 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.833 | 48002 | Marked run 1682 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.833 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.833 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.836 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.837 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.839 | 30519 | Recursively removing directory: /tmp/git.mIABwZ/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.840 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.840 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.840 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.840 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.840 | 48014 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.840 | 30518 | Removed run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.840 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.840 | 30518 | Assigned run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.840 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.840 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.q2qJ99 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.841 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.842 | 48013 | Marked run 1683 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.842 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.842 | 30522 | Recursively removing directory: /tmp/git.whwI7p/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.844 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.844 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.844 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.844 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.844 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.844 | 48019 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.844 | 30518 | Removed run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.844 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.844 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.844 | 30518 | Assigned run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.844 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3HMg2q +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.846 | 48018 | Marked run 1684 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.846 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.846 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.847 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.849 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.849 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.853 | 30519 | Recursively removing directory: /tmp/git.q2qJ99/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.854 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.854 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.854 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.854 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.854 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.854 | 48033 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.854 | 30518 | Removed run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.855 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.855 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.855 | 30518 | Assigned run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.855 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2JYBWn +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.855 | 30522 | Recursively removing directory: /tmp/git.3HMg2q/ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.857 | 48032 | Marked run 1685 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.857 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.857 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.857 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.857 | 48035 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.858 | 30518 | Removed run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.858 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.858 | 30518 | Assigned run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.858 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.857 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.857 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.857 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.858 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RFh6tu +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.859 | 48034 | Marked run 1686 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.859 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.860 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.861 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.862 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.863 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.866 | 30519 | Recursively removing directory: /tmp/git.2JYBWn/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.868 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.868 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.868 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.868 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.868 | 48049 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.868 | 30518 | Removed run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.868 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.868 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.868 | 30518 | Assigned run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.868 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.868 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZEAPwA +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.869 | 30522 | Recursively removing directory: /tmp/git.RFh6tu/ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.870 | 48048 | Marked run 1687 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.870 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.871 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.871 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.871 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.871 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.871 | 48051 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.871 | 30518 | Removed run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.871 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.871 | 30518 | Assigned run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.872 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.871 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.871 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sEKJCe +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.873 | 48050 | Marked run 1688 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.873 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.874 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.874 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.876 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.877 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.880 | 30519 | Recursively removing directory: /tmp/git.ZEAPwA/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.881 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.881 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.881 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.881 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.881 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.882 | 48064 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.882 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.882 | 30518 | Removed run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.882 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.882 | 30518 | Assigned run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.882 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9vJ5aI +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.883 | 30522 | Recursively removing directory: /tmp/git.sEKJCe/ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.883 | 48063 | Marked run 1689 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.883 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.884 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.884 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.884 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.885 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.885 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.885 | 48067 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.885 | 30518 | Removed run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.885 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.885 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.885 | 30518 | Assigned run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.885 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AnA295 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.886 | 48066 | Marked run 1690 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.886 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.888 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.888 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.889 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.890 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.894 | 30519 | Recursively removing directory: /tmp/git.9vJ5aI/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.895 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.895 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.895 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.896 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.896 | 48081 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.896 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.896 | 30518 | Removed run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.896 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.896 | 30518 | Assigned run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.896 | 30522 | Recursively removing directory: /tmp/git.AnA295/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.896 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.896 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.03Nzym +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.898 | 48080 | Marked run 1691 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.898 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.898 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.898 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.898 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.898 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.898 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.898 | 48083 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.898 | 30518 | Removed run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.898 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.898 | 30518 | Assigned run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.898 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.899 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.juDwCR +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.900 | 48082 | Marked run 1692 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.900 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.901 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.902 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.903 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.903 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.908 | 30519 | Recursively removing directory: /tmp/git.03Nzym/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.909 | 30522 | Recursively removing directory: /tmp/git.juDwCR/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.909 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.909 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.909 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.909 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.909 | 48097 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.909 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.909 | 30518 | Removed run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.909 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.909 | 30518 | Assigned run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.909 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.909 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IpxrA6 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.911 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.911 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.911 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.911 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.911 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.911 | 48096 | Marked run 1693 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.911 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.911 | 48099 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.911 | 30518 | Removed run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.911 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.911 | 30518 | Assigned run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.912 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.912 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LudH76 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.913 | 48098 | Marked run 1694 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.913 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.915 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.915 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.916 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.916 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.921 | 30519 | Recursively removing directory: /tmp/git.IpxrA6/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.922 | 30522 | Recursively removing directory: /tmp/git.LudH76/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.922 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.922 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.922 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.922 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.922 | 48113 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.922 | 30518 | Removed run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.922 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.922 | 30518 | Assigned run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.923 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.922 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.923 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8OEfKC +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.925 | 48112 | Marked run 1695 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.925 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.925 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.925 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.925 | 48115 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.925 | 30518 | Removed run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.925 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.925 | 30518 | Assigned run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.925 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.925 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.925 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.925 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.925 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.F3y6f8 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.926 | 48114 | Marked run 1696 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.926 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.928 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.929 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.930 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.931 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.935 | 30519 | Recursively removing directory: /tmp/git.8OEfKC/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.936 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.936 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.936 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.937 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.937 | 48129 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.937 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.937 | 30518 | Removed run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.937 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.937 | 30518 | Assigned run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.937 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.937 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ouhU0O +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.936 | 30522 | Recursively removing directory: /tmp/git.F3y6f8/ +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.938 | 48128 | Marked run 1697 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.938 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.939 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.939 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.939 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.939 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.939 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.939 | 48131 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.939 | 30518 | Removed run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.939 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.939 | 30518 | Assigned run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.939 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.939 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EAiT9n +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.941 | 48130 | Marked run 1698 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.941 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.942 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.943 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.943 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.944 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.949 | 30519 | Recursively removing directory: /tmp/git.ouhU0O/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.950 | 30522 | Recursively removing directory: /tmp/git.EAiT9n/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.950 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.950 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.950 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.950 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.950 | 48145 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.950 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.950 | 30518 | Removed run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.950 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.951 | 30518 | Assigned run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.950 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.951 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WGOZrr +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.952 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.952 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.952 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.952 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4XzUjy +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.952 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.952 | 48144 | Marked run 1699 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.952 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.952 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.952 | 48147 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.952 | 30518 | Removed run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.952 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.952 | 30518 | Assigned run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.952 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.954 | 48146 | Marked run 1700 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.954 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.956 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.957 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.957 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.958 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.963 | 30519 | Recursively removing directory: /tmp/git.WGOZrr/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.964 | 30522 | Recursively removing directory: /tmp/git.4XzUjy/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.964 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.964 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.964 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.964 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.964 | 48161 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.965 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.965 | 30518 | Removed run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.965 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.965 | 30518 | Assigned run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.964 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.965 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HDxXsK +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.966 | 48160 | Marked run 1701 as finished +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.966 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.966 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.966 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.966 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.967 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.967 | 48163 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.967 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.967 | 30518 | Removed run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.967 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.967 | 30518 | Assigned run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.967 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.967 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5l3KkB +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.968 | 48162 | Marked run 1702 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.968 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.970 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.971 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.971 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.972 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.977 | 30519 | Recursively removing directory: /tmp/git.HDxXsK/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.978 | 30522 | Recursively removing directory: /tmp/git.5l3KkB/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.978 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.978 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.978 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.978 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.978 | 48177 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.978 | 30518 | Removed run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.978 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.978 | 30518 | Assigned run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.978 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.979 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.iUlFTG +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.979 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.980 | 48176 | Marked run 1703 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.980 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.980 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.980 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.980 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.980 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.980 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.981 | 48179 | Added a new worker 10 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.981 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.981 | 30518 | Removed run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.981 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.981 | 30518 | Assigned run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.981 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZCYT88 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.982 | 48178 | Marked run 1704 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.982 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.984 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.985 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.985 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.986 | 30522 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.990 | 30519 | Recursively removing directory: /tmp/git.iUlFTG/ +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.991 | 30522 | Recursively removing directory: /tmp/git.ZCYT88/ +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.991 | 30519 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.991 | 30519 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.992 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.992 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.992 | 48193 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.992 | 30518 | Removed run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.992 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.992 | 30518 | Assigned run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.992 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.992 | 30519 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.992 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u73ZX5 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.994 | 30522 | Process exit code: 0 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.994 | 30522 | Process output: 57 bytes +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.994 | 48192 | Marked run 1705 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.994 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.994 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.994 | 48195 | Added a new worker 11 to the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.994 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.994 | 30518 | Removed run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.994 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.994 | 30518 | Assigned run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.994 | 30522 | Waiting for a new command +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.994 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0xKj3F +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.995 | 48194 | Marked run 1706 as finished +2024-01-28 10:55:39 | INFO | 30516/cimple-server: 2024-01-28 10:55:39.995 | 30516 | Waiting for new connections +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.997 | 30519 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30519/cimple-worker: 2024-01-28 10:55:39.998 | 30519 | Going to run: ./ci +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.998 | 30522 | Checking out revision HEAD +2024-01-28 10:55:39 | INFO | 30522/cimple-worker: 2024-01-28 10:55:39.999 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.003 | 30519 | Recursively removing directory: /tmp/git.u73ZX5/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.004 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.004 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.005 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.004 | 30522 | Recursively removing directory: /tmp/git.0xKj3F/ +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.005 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.005 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.005 | 48209 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.005 | 30518 | Removed run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.005 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.005 | 30518 | Assigned run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.005 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.005 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ay650I +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.006 | 48208 | Marked run 1707 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.007 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.007 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.007 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.007 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.007 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.008 | 48211 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.008 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.008 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.008 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hXXIR0 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.008 | 30518 | Removed run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.008 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.008 | 30518 | Assigned run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.009 | 48210 | Marked run 1708 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.009 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.010 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.011 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.012 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.013 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.016 | 30519 | Recursively removing directory: /tmp/git.ay650I/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.018 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.018 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.018 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.018 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.018 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.018 | 48225 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.018 | 30518 | Removed run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.018 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.018 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.018 | 30518 | Assigned run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.019 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8OZorL +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.019 | 30522 | Recursively removing directory: /tmp/git.hXXIR0/ +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.020 | 48224 | Marked run 1709 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.020 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.021 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.021 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.021 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.021 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.021 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.022 | 48227 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.022 | 30518 | Removed run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.022 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.022 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.022 | 30518 | Assigned run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.022 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QiRoLW +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.023 | 48226 | Marked run 1710 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.023 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.024 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.025 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.027 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.027 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.031 | 30519 | Recursively removing directory: /tmp/git.8OZorL/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.032 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.032 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.032 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.032 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.032 | 48241 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.032 | 30518 | Removed run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.032 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.032 | 30518 | Assigned run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.033 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.032 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.033 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yXCdUa +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.033 | 30522 | Recursively removing directory: /tmp/git.QiRoLW/ +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.035 | 48240 | Marked run 1711 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.035 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.035 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.035 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.035 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.035 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.035 | 48243 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.035 | 30518 | Removed run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.035 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.035 | 30518 | Assigned run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.036 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.035 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.036 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Qz6gPc +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.037 | 48242 | Marked run 1712 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.037 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.038 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.039 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.040 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.040 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.045 | 30519 | Recursively removing directory: /tmp/git.yXCdUa/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.046 | 30522 | Recursively removing directory: /tmp/git.Qz6gPc/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.046 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.046 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.046 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.046 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.046 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.046 | 48257 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.046 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.047 | 30518 | Removed run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.047 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.047 | 30518 | Assigned run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.047 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.j7uDnu +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.048 | 48256 | Marked run 1713 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.048 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.049 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.049 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.049 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.049 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.049 | 48259 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.049 | 30518 | Removed run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.049 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.049 | 30518 | Assigned run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.049 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.049 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.049 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ajvb1J +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.050 | 48258 | Marked run 1714 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.051 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.052 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.053 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.054 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.055 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.059 | 30519 | Recursively removing directory: /tmp/git.j7uDnu/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.060 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.060 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.060 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.060 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.060 | 48273 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.061 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.061 | 30518 | Removed run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.061 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.061 | 30518 | Assigned run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.060 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.061 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5PkSmS +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.060 | 30522 | Recursively removing directory: /tmp/git.Ajvb1J/ +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.062 | 48272 | Marked run 1715 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.062 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.063 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.063 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.063 | 48275 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.063 | 30518 | Removed run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.063 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.063 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.063 | 30518 | Assigned run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.063 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.063 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.063 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.063 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FXJ1y5 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.065 | 48274 | Marked run 1716 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.065 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.066 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.067 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.067 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.068 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.072 | 30519 | Recursively removing directory: /tmp/git.5PkSmS/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.074 | 30522 | Recursively removing directory: /tmp/git.FXJ1y5/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.074 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.074 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.074 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.074 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.074 | 48289 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.074 | 30518 | Removed run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.074 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.074 | 30518 | Assigned run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.074 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.074 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hCYY6k +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.075 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.075 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.075 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.075 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.075 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.075 | 48291 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.075 | 30518 | Removed run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.075 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.075 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.075 | 30518 | Assigned run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.075 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.075 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MYItds +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.078 | 48288 | Marked run 1717 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.078 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.080 | 48290 | Marked run 1718 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.080 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.081 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.082 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.082 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.082 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.088 | 30522 | Recursively removing directory: /tmp/git.MYItds/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.088 | 30519 | Recursively removing directory: /tmp/git.hCYY6k/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.089 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.089 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.089 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.089 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.089 | 48305 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.089 | 30518 | Removed run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.089 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.089 | 30518 | Assigned run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.089 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.089 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.089 | 48307 | Added a new worker 15 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.089 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.090 | 30518 | Removed run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.089 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.089 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.090 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.089 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.089 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.4FJPYn +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.090 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.089 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.090 | 30518 | Assigned run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.090 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8dKnJb +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.091 | 48304 | Marked run 1720 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.092 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.093 | 48306 | Marked run 1719 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.093 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.095 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.095 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.095 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.096 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.101 | 30522 | Recursively removing directory: /tmp/git.4FJPYn/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.102 | 30519 | Recursively removing directory: /tmp/git.8dKnJb/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.102 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.103 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.103 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.103 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.103 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.103 | 48321 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.103 | 30518 | Removed run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.103 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.103 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.103 | 30518 | Assigned run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.103 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.103 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.103 | 48323 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.103 | 30518 | Removed run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.103 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.104 | 30518 | Assigned run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.104 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.104 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jgKdV1 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.103 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.103 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.103 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.104 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8q9ocg +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.105 | 48320 | Marked run 1721 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.105 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.107 | 48322 | Marked run 1722 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.107 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.108 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.109 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.109 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.109 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.115 | 30519 | Recursively removing directory: /tmp/git.8q9ocg/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.115 | 30522 | Recursively removing directory: /tmp/git.jgKdV1/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.116 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.116 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.116 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.116 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.116 | 48337 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.116 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.116 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.116 | 30518 | Removed run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.116 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.116 | 30518 | Assigned run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.116 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.116 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.117 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.117 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.117 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.117 | 48339 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.117 | 30518 | Removed run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.117 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.117 | 30518 | Assigned run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.117 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.117 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.62rNzC +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.117 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lawDx9 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.118 | 48336 | Marked run 1724 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.119 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.120 | 48338 | Marked run 1723 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.120 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.122 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.122 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.122 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.123 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.128 | 30519 | Recursively removing directory: /tmp/git.lawDx9/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.129 | 30522 | Recursively removing directory: /tmp/git.62rNzC/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.129 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.129 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.129 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.129 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.129 | 48353 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.129 | 30518 | Removed run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.129 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.129 | 30518 | Assigned run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.130 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.129 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.129 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tjg9OF +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.131 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.131 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.131 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.131 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.131 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.131 | 48352 | Marked run 1725 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.131 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.132 | 48355 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.132 | 30518 | Removed run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.132 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.132 | 30518 | Assigned run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.132 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.132 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nvv0FJ +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.133 | 48354 | Marked run 1726 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.133 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.134 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.135 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.136 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.137 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.140 | 30519 | Recursively removing directory: /tmp/git.tjg9OF/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.142 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.142 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.142 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.142 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.142 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.142 | 48369 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.142 | 30518 | Removed run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.142 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.142 | 30518 | Assigned run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.143 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.142 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zJz4ZT +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.143 | 30522 | Recursively removing directory: /tmp/git.nvv0FJ/ +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.144 | 48368 | Marked run 1727 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.144 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.145 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.145 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.145 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.145 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.145 | 48371 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.145 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.145 | 30518 | Removed run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.145 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.145 | 30518 | Assigned run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.145 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.145 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.j5qrIx +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.147 | 48370 | Marked run 1728 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.147 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.148 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.149 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.150 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.150 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.154 | 30519 | Recursively removing directory: /tmp/git.zJz4ZT/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.156 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.156 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.156 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.156 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.156 | 48385 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.156 | 30518 | Removed run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.156 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.156 | 30518 | Assigned run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.156 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.156 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.156 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cDR3c7 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.156 | 30522 | Recursively removing directory: /tmp/git.j5qrIx/ +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.158 | 48384 | Marked run 1729 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.158 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.159 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.159 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.159 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.159 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.159 | 48387 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.159 | 30518 | Removed run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.159 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.159 | 30518 | Assigned run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.159 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.159 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.159 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6NUjaj +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.160 | 48386 | Marked run 1730 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.160 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.162 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.163 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.164 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.165 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.169 | 30519 | Recursively removing directory: /tmp/git.cDR3c7/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.170 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.170 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.170 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.170 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.170 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.170 | 48401 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.170 | 30518 | Removed run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.170 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.171 | 30518 | Assigned run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.171 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gCJkmu +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.171 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.171 | 30522 | Recursively removing directory: /tmp/git.6NUjaj/ +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.173 | 48400 | Marked run 1731 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.173 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.173 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.173 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.173 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.173 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.173 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.173 | 48403 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.173 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.173 | 30518 | Removed run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.173 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.173 | 30518 | Assigned run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.174 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PTLn9r +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.175 | 48402 | Marked run 1732 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.175 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.176 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.177 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.178 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.179 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.182 | 30519 | Recursively removing directory: /tmp/git.gCJkmu/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.183 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.183 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.184 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.184 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.184 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.184 | 48417 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.184 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.184 | 30518 | Removed run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.184 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.184 | 30518 | Assigned run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.184 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5GgqOj +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.185 | 30522 | Recursively removing directory: /tmp/git.PTLn9r/ +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.186 | 48415 | Marked run 1733 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.186 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.187 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.187 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.187 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.187 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.187 | 48419 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.187 | 30518 | Removed run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.187 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.187 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.187 | 30518 | Assigned run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.187 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.187 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.F9dbbk +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.191 | 48418 | Marked run 1734 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.191 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.192 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.193 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.193 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.194 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.198 | 30519 | Recursively removing directory: /tmp/git.5GgqOj/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.200 | 30522 | Recursively removing directory: /tmp/git.F9dbbk/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.200 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.200 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.200 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.200 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.200 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.200 | 48433 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.200 | 30518 | Removed run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.200 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.200 | 30518 | Assigned run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.200 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.200 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ppGSAd +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.202 | 48432 | Marked run 1735 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.202 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.202 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.202 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.202 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.202 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.202 | 48435 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.202 | 30518 | Removed run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.202 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.202 | 30518 | Assigned run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.203 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.202 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.203 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S0uaS1 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.204 | 48434 | Marked run 1736 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.204 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.206 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.206 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.207 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.208 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.212 | 30519 | Recursively removing directory: /tmp/git.ppGSAd/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.213 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.213 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.213 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.213 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.213 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.214 | 48449 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.214 | 30518 | Removed run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.214 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.214 | 30518 | Assigned run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.214 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.214 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vuDIMs +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.213 | 30522 | Recursively removing directory: /tmp/git.S0uaS1/ +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.215 | 48448 | Marked run 1737 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.215 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.216 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.216 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.216 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.216 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DdhIpT +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.216 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.216 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.216 | 48451 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.216 | 30518 | Removed run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.216 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.216 | 30518 | Assigned run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.216 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.218 | 48450 | Marked run 1738 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.218 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.220 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.221 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.221 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.222 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.227 | 30519 | Recursively removing directory: /tmp/git.vuDIMs/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.227 | 30522 | Recursively removing directory: /tmp/git.DdhIpT/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.228 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.228 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.228 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.228 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.228 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.229 | 48465 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.229 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.229 | 30518 | Removed run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.229 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.229 | 30518 | Assigned run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.229 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.229 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.229 | 48467 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.229 | 30518 | Removed run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.229 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.229 | 30518 | Assigned run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.229 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.229 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.d3zbmt +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.229 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.229 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.229 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.229 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9ArAO7 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.231 | 48464 | Marked run 1739 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.231 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.232 | 48466 | Marked run 1740 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.232 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.234 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.235 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.235 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.235 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.240 | 30519 | Recursively removing directory: /tmp/git.d3zbmt/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.241 | 30522 | Recursively removing directory: /tmp/git.9ArAO7/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.242 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.242 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.242 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.242 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.242 | 48481 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.242 | 30518 | Removed run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.242 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.242 | 30518 | Assigned run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.242 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.242 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.242 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2AvLYF +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.243 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.243 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.243 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.243 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.243 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.243 | 48483 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.243 | 30518 | Removed run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.243 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.244 | 30518 | Assigned run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.244 | 48480 | Marked run 1741 as finished +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.244 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.95XUZd +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.244 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.246 | 48482 | Marked run 1742 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.246 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.248 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.249 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.249 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.250 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.255 | 30519 | Recursively removing directory: /tmp/git.2AvLYF/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.256 | 30522 | Recursively removing directory: /tmp/git.95XUZd/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.256 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.256 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.257 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.257 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.257 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.257 | 48497 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.257 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.257 | 30518 | Removed run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.257 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.257 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.WeTmwJ +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.257 | 30518 | Assigned run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.258 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.258 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.258 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.258 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.258 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.258 | 48499 | Added a new worker 14 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.258 | 30518 | Removed run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.258 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.258 | 30518 | Assigned run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.258 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ulandV +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.259 | 48496 | Marked run 1743 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.259 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.259 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.260 | 48498 | Marked run 1744 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.261 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.263 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.263 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.263 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.264 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.269 | 30519 | Recursively removing directory: /tmp/git.WeTmwJ/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.269 | 30522 | Recursively removing directory: /tmp/git.ulandV/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.270 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.270 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.271 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.271 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.271 | 48513 | Added a new worker 12 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.271 | 30518 | Removed run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.271 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.271 | 30518 | Assigned run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.271 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.271 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.271 | 48515 | Added a new worker 8 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.271 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.271 | 30518 | Removed run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.271 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.271 | 30518 | Assigned run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.271 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.271 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.271 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.272 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MQ0GdZ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.271 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.271 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xV78Kr +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.273 | 48512 | Marked run 1745 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.273 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.275 | 48514 | Marked run 1746 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.275 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.276 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.277 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.277 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.277 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.283 | 30519 | Recursively removing directory: /tmp/git.xV78Kr/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.283 | 30522 | Recursively removing directory: /tmp/git.MQ0GdZ/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.284 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.284 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.284 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.284 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.284 | 48529 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.284 | 30518 | Removed run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.284 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.284 | 30518 | Assigned run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.284 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.284 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.284 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.284 | 48531 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.284 | 30518 | Removed run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.284 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.284 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.285 | 30518 | Assigned run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.284 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.284 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.284 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.285 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NEKPic +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.284 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.284 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Cz8Qo1 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.287 | 48528 | Marked run 1747 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.287 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.293 | 48530 | Marked run 1748 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.293 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.293 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.293 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.294 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.294 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.299 | 30519 | Recursively removing directory: /tmp/git.Cz8Qo1/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.300 | 30522 | Recursively removing directory: /tmp/git.NEKPic/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.301 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.301 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.301 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.301 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.301 | 48545 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.301 | 30518 | Removed run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.301 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.301 | 30518 | Assigned run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.301 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.302 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.301 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.302 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.301 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kfktJ0 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.302 | 48547 | Added a new worker 8 to the queue +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.301 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.302 | 30518 | Removed run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.301 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.302 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.301 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.302 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.302 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.6BMVLi +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.302 | 30518 | Assigned run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.303 | 48544 | Marked run 1749 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.303 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.304 | 48546 | Marked run 1750 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.305 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.307 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.308 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.308 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.308 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.313 | 30519 | Recursively removing directory: /tmp/git.kfktJ0/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.314 | 30522 | Recursively removing directory: /tmp/git.6BMVLi/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.315 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.315 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.315 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.315 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.315 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.315 | 48561 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.315 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.315 | 30518 | Removed run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.315 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.315 | 30518 | Assigned run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.315 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.w1zmqS +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.316 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.316 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.316 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.316 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.316 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.317 | 48563 | Added a new worker 14 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.317 | 30518 | Removed run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.317 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.317 | 30518 | Assigned run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.317 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.317 | 48560 | Marked run 1751 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.317 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.317 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1jP9Ml +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.319 | 48562 | Marked run 1752 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.319 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.321 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.322 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.322 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.323 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.328 | 30519 | Recursively removing directory: /tmp/git.w1zmqS/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.328 | 30522 | Recursively removing directory: /tmp/git.1jP9Ml/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.329 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.329 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.329 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.329 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.329 | 48577 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.329 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.329 | 30518 | Removed run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.329 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.329 | 30518 | Assigned run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.330 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.330 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.330 | 48579 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.330 | 30518 | Removed run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.330 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.330 | 30518 | Assigned run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.330 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.329 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.330 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GqcaRE +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.330 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.330 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.330 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.330 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.su8KhY +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.331 | 48576 | Marked run 1753 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.331 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.333 | 48578 | Marked run 1754 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.333 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.334 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.335 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.335 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.336 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.341 | 30519 | Recursively removing directory: /tmp/git.GqcaRE/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.341 | 30522 | Recursively removing directory: /tmp/git.su8KhY/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.342 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.342 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.343 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.343 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.343 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.343 | 48593 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.343 | 30518 | Removed run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.343 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.343 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.343 | 30518 | Assigned run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.343 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.343 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.343 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.343 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.344 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u9P3Jd +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.343 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XIVz4x +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.343 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.343 | 48595 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.344 | 30518 | Removed run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.344 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.344 | 30518 | Assigned run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.344 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.345 | 48592 | Marked run 1755 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.345 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.346 | 48594 | Marked run 1756 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.347 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.348 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.348 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.349 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.349 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.354 | 30519 | Recursively removing directory: /tmp/git.XIVz4x/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.355 | 30522 | Recursively removing directory: /tmp/git.u9P3Jd/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.355 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.356 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.356 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.356 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.356 | 48609 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.356 | 30518 | Removed run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.356 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.356 | 30518 | Assigned run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.356 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.356 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZgZlmF +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.356 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.356 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.356 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.357 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.357 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.357 | 48611 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.357 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.357 | 30518 | Removed run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.357 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.357 | 30518 | Assigned run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.357 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tCcWre +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.358 | 48608 | Marked run 1757 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.358 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.360 | 48610 | Marked run 1758 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.361 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.361 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.362 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.362 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.363 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.368 | 30519 | Recursively removing directory: /tmp/git.ZgZlmF/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.369 | 30522 | Recursively removing directory: /tmp/git.tCcWre/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.369 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.369 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.369 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.369 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.369 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.369 | 48625 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.369 | 30518 | Removed run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.369 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.369 | 30518 | Assigned run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.369 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.369 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.2nkMuL +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.370 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.370 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.370 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.370 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.370 | 48627 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.370 | 30518 | Removed run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.370 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.371 | 30518 | Assigned run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.371 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.370 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.371 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CJvEIA +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.371 | 48624 | Marked run 1759 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.372 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.373 | 48626 | Marked run 1760 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.373 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.375 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.375 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.375 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.376 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.381 | 30519 | Recursively removing directory: /tmp/git.2nkMuL/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.382 | 30522 | Recursively removing directory: /tmp/git.CJvEIA/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.383 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.383 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.383 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.383 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.383 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.383 | 48641 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.383 | 30518 | Removed run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.383 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.383 | 30518 | Assigned run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.383 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.383 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.383 | 48643 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.383 | 30518 | Removed run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.383 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.383 | 30518 | Assigned run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.383 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.383 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.383 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.383 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.383 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.y2Lrqh +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.383 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.H6edvT +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.385 | 48640 | Marked run 1761 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.385 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.387 | 48642 | Marked run 1762 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.387 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.388 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.388 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.389 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.389 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.395 | 30522 | Recursively removing directory: /tmp/git.y2Lrqh/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.395 | 30519 | Recursively removing directory: /tmp/git.H6edvT/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.396 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.396 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.396 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.396 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.396 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.396 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.396 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.396 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kx3qdy +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.396 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.396 | 48657 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.396 | 30518 | Removed run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.396 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.396 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.396 | 30518 | Assigned run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.396 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.396 | 48659 | Added a new worker 8 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.396 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.396 | 30518 | Removed run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.396 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.396 | 30518 | Assigned run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.397 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.O7w8oc +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.398 | 48656 | Marked run 1764 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.398 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.400 | 48658 | Marked run 1763 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.400 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.402 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.402 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.403 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.403 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.408 | 30519 | Recursively removing directory: /tmp/git.O7w8oc/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.409 | 30522 | Recursively removing directory: /tmp/git.kx3qdy/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.410 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.410 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.410 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.410 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.410 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yZMU9Y +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.410 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.410 | 48673 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.410 | 30518 | Removed run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.410 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.410 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.410 | 30518 | Assigned run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.410 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.410 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.411 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JgHvBy +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.410 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.410 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.410 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.410 | 48675 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.410 | 30518 | Removed run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.410 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.410 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.410 | 30518 | Assigned run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.412 | 48672 | Marked run 1766 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.412 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.414 | 48674 | Marked run 1765 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.414 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.415 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.416 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.416 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.416 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.421 | 30519 | Recursively removing directory: /tmp/git.yZMU9Y/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.422 | 30522 | Recursively removing directory: /tmp/git.JgHvBy/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.423 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.423 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.423 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.423 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.423 | 48689 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.423 | 30518 | Removed run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.423 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.423 | 30518 | Assigned run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.423 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.423 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bUh3CK +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.424 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.424 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.424 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.424 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.424 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.424 | 48691 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.424 | 30518 | Removed run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.424 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.424 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.424 | 30518 | Assigned run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.424 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.424 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.jGQLJN +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.425 | 48688 | Marked run 1767 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.426 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.427 | 48690 | Marked run 1768 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.427 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.429 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.430 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.430 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.430 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.435 | 30519 | Recursively removing directory: /tmp/git.bUh3CK/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.436 | 30522 | Recursively removing directory: /tmp/git.jGQLJN/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.437 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.437 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.437 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.437 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.437 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.437 | 48705 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.437 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.437 | 30518 | Removed run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.437 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.437 | 30518 | Assigned run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.438 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.438 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.438 | 48707 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.438 | 30518 | Removed run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.438 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.438 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.438 | 30518 | Assigned run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.438 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GvqBVj +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.437 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.437 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.438 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.438 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.L9QknA +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.439 | 48704 | Marked run 1769 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.439 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.441 | 48706 | Marked run 1770 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.441 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.443 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.443 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.443 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.444 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.449 | 30519 | Recursively removing directory: /tmp/git.GvqBVj/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.449 | 30522 | Recursively removing directory: /tmp/git.L9QknA/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.450 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.450 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.450 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.450 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.450 | 48721 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.450 | 30518 | Removed run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.450 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.451 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.451 | 30518 | Assigned run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.451 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.451 | 48723 | Added a new worker 15 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.451 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.451 | 30518 | Removed run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.451 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.451 | 30518 | Assigned run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.451 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.450 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.451 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g7EVsU +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.450 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.450 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.451 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.451 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fcjn80 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.452 | 48720 | Marked run 1771 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.453 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.454 | 48722 | Marked run 1772 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.454 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.456 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.457 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.457 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.457 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.463 | 30519 | Recursively removing directory: /tmp/git.g7EVsU/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.463 | 30522 | Recursively removing directory: /tmp/git.fcjn80/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.464 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.464 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.464 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.464 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.464 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.464 | 48737 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.464 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.464 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.464 | 30518 | Removed run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.464 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.465 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.21ulki +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.465 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.464 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.464 | 30518 | Assigned run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.464 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.465 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.465 | 48739 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.465 | 30518 | Removed run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.465 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.465 | 30518 | Assigned run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.465 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.465 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SGwWmc +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.466 | 48736 | Marked run 1773 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.467 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.468 | 48738 | Marked run 1774 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.468 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.471 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.471 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.471 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.471 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.477 | 30519 | Recursively removing directory: /tmp/git.21ulki/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.477 | 30522 | Recursively removing directory: /tmp/git.SGwWmc/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.478 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.478 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.478 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.478 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.478 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.478 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.478 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.479 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KRYk1G +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.479 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.479 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.479 | 48754 | Added a new worker 15 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.479 | 30518 | Removed run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.479 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.479 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.479 | 30518 | Assigned run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.479 | 48755 | Added a new worker 16 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.479 | 30518 | Removed run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.479 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.479 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.479 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.479 | 30518 | Assigned run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.480 | 48752 | Marked run 1775 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.481 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.479 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.b092Oh +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.482 | 48753 | Marked run 1776 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.482 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.484 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.484 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.485 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.485 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.490 | 30519 | Recursively removing directory: /tmp/git.KRYk1G/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.490 | 30522 | Recursively removing directory: /tmp/git.b092Oh/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.491 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.491 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.492 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.492 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.491 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.492 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.492 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.492 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.492 | 48770 | Added a new worker 15 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.492 | 30518 | Removed run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.492 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.492 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.492 | 30518 | Assigned run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.492 | 48771 | Added a new worker 15 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.492 | 30518 | Removed run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.492 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.492 | 30518 | Assigned run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.493 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.493 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.492 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.492 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5pAxkz +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.492 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.QUiI86 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.494 | 48768 | Marked run 1777 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.494 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.496 | 48769 | Marked run 1778 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.496 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.497 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.497 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.498 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.498 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.503 | 30519 | Recursively removing directory: /tmp/git.5pAxkz/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.504 | 30522 | Recursively removing directory: /tmp/git.QUiI86/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.505 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.505 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.505 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.505 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.505 | 48785 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.505 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.505 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.505 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.505 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.505 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GinNQo +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.505 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.505 | 30518 | Removed run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.505 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.505 | 30518 | Assigned run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.505 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.505 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.505 | 48787 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.505 | 30518 | Removed run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.505 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.506 | 30518 | Assigned run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.506 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.506 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AKAqGm +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.509 | 48784 | Marked run 1779 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.509 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.511 | 48786 | Marked run 1780 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.511 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.513 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.513 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.514 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.514 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.519 | 30522 | Recursively removing directory: /tmp/git.AKAqGm/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.520 | 30519 | Recursively removing directory: /tmp/git.GinNQo/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.521 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.521 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.521 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.521 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.521 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.521 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.521 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.522 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m5JoZz +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.521 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.521 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.521 | 48802 | Added a new worker 14 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.521 | 30518 | Removed run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.521 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.521 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.521 | 30518 | Assigned run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.521 | 48803 | Added a new worker 14 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.522 | 30518 | Removed run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.522 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.522 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.522 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.522 | 30518 | Assigned run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.522 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MilCUP +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.524 | 48801 | Marked run 1781 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.524 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.525 | 48800 | Marked run 1782 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.525 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.527 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.527 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.527 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.528 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.533 | 30522 | Recursively removing directory: /tmp/git.m5JoZz/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.533 | 30519 | Recursively removing directory: /tmp/git.MilCUP/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.534 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.534 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.535 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.535 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.535 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.536 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hlrS8Z +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.540 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.541 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.548 | 30522 | Recursively removing directory: /tmp/git.hlrS8Z/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.549 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.549 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.549 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.550 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3BCzKR +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.555 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.557 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.563 | 30522 | Recursively removing directory: /tmp/git.3BCzKR/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.565 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.565 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.565 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.566 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RtztMw +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.572 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.573 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.535 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.535 | 48817 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.535 | 30518 | Removed run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.535 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.535 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.535 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.535 | 30518 | Assigned run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.535 | 48819 | Added a new worker 9 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.535 | 30518 | Removed run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.535 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.535 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.535 | 30518 | Assigned run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.537 | 48816 | Marked run 1783 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.537 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.538 | 48818 | Marked run 1784 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.538 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.549 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.549 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.549 | 48833 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.549 | 30518 | Removed run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.549 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.550 | 30518 | Assigned run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.550 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.551 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.551 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.551 | 48835 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.551 | 30518 | Removed run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.551 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.551 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.551 | 30518 | Assigned run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.552 | 48832 | Marked run 1785 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.552 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.554 | 48834 | Marked run 1786 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.554 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.565 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.565 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.565 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.565 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.565 | 48851 | Added a new worker 15 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.565 | 30518 | Removed run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.565 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.565 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.565 | 30518 | Assigned run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.566 | 48850 | Added a new worker 16 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.566 | 30518 | Removed run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.566 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.566 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.579 | 30522 | Recursively removing directory: /tmp/git.RtztMw/ +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.566 | 30518 | Assigned run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.535 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.580 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.568 | 48849 | Marked run 1788 as finished +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.535 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.580 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.568 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.536 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rh9WYT +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.580 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.581 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7FQGtW +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.541 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.570 | 48848 | Marked run 1787 as finished +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.541 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.570 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.549 | 30519 | Recursively removing directory: /tmp/git.rh9WYT/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.551 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.551 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.551 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.551 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.wUMDEB +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.556 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.557 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.563 | 30519 | Recursively removing directory: /tmp/git.wUMDEB/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.565 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.565 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.565 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.566 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ycu3dg +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.571 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.572 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.579 | 30519 | Recursively removing directory: /tmp/git.Ycu3dg/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.581 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.581 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.581 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.582 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.G1GIhk +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.580 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.580 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.581 | 48865 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.581 | 30518 | Removed run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.581 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.581 | 30518 | Assigned run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.581 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.581 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.581 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.581 | 48867 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.581 | 30518 | Removed run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.581 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.581 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.581 | 30518 | Assigned run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.583 | 48864 | Marked run 1790 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.583 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.585 | 48866 | Marked run 1789 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.585 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.586 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.587 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.587 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.588 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.593 | 30522 | Recursively removing directory: /tmp/git.7FQGtW/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.594 | 30519 | Recursively removing directory: /tmp/git.G1GIhk/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.594 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.594 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.594 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.594 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.594 | 48881 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.594 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.595 | 30518 | Removed run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.595 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mKaURZ +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.595 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.595 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.595 | 30518 | Assigned run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.595 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.595 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.595 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.595 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.595 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pcyaZB +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.595 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.595 | 48883 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.595 | 30518 | Removed run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.595 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.595 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.595 | 30518 | Assigned run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.596 | 48880 | Marked run 1791 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.597 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.598 | 48882 | Marked run 1792 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.598 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.600 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.600 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.601 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.601 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.606 | 30519 | Recursively removing directory: /tmp/git.pcyaZB/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.606 | 30522 | Recursively removing directory: /tmp/git.mKaURZ/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.607 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.607 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.608 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.608 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.608 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.608 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.608 | 48898 | Added a new worker 14 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.608 | 30518 | Removed run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.607 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.608 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.608 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.607 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.608 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.608 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oULDAF +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.608 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.608 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dUcWAC +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.608 | 30518 | Assigned run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.608 | 48899 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.608 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.608 | 30518 | Removed run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.608 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.608 | 30518 | Assigned run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.610 | 48897 | Marked run 1793 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.610 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.615 | 48896 | Marked run 1794 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.616 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.617 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.617 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.617 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.618 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.623 | 30519 | Recursively removing directory: /tmp/git.oULDAF/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.623 | 30522 | Recursively removing directory: /tmp/git.dUcWAC/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.624 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.624 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.624 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.624 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.625 | 48913 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.625 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.625 | 30518 | Removed run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.625 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.625 | 30518 | Assigned run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.625 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.625 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.625 | 48915 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.625 | 30518 | Removed run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.625 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.625 | 30518 | Assigned run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.625 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.625 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.625 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.625 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.625 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.g1CJko +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.624 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.625 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9zDjKK +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.626 | 48912 | Marked run 1795 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.627 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.628 | 48914 | Marked run 1796 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.628 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.630 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.630 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.630 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.631 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.636 | 30522 | Recursively removing directory: /tmp/git.g1CJko/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.636 | 30519 | Recursively removing directory: /tmp/git.9zDjKK/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.637 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.637 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.638 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.638 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.638 | 48929 | Added a new worker 12 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.638 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.638 | 30518 | Removed run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.638 | 30518 | Removed worker 12 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.638 | 30518 | Assigned run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 12 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.638 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.638 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.638 | 48931 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.638 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.638 | 30518 | Removed run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.638 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.638 | 30518 | Assigned run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.638 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.638 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LL7eOf +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.638 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.638 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.638 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.638 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.82ulJy +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.640 | 48928 | Marked run 1798 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.640 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.642 | 48930 | Marked run 1797 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.642 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.643 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.644 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.644 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.644 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.649 | 30522 | Recursively removing directory: /tmp/git.LL7eOf/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.650 | 30519 | Recursively removing directory: /tmp/git.82ulJy/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.651 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.651 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.651 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.651 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.651 | 48945 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.651 | 30518 | Removed run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.651 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.651 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.651 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.651 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oSbzhU +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.651 | 30518 | Assigned run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.651 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.651 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.651 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.652 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.652 | 48947 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.652 | 30518 | Removed run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.652 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.652 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.652 | 30518 | Assigned run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.651 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.652 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZUxN66 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.653 | 48944 | Marked run 1799 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.654 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.655 | 48946 | Marked run 1800 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.655 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.657 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.657 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.657 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.657 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.663 | 30519 | Recursively removing directory: /tmp/git.ZUxN66/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.663 | 30522 | Recursively removing directory: /tmp/git.oSbzhU/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.664 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.664 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.665 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.665 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.665 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.665 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.665 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.665 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sXRuW1 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.665 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.665 | 48961 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.665 | 30518 | Removed run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.665 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.665 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.665 | 30518 | Assigned run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.665 | 48963 | Added a new worker 9 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.665 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.665 | 30518 | Removed run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.665 | 30518 | Removed worker 9 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.665 | 30518 | Assigned run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 9 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.665 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.666 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.anggXa +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.667 | 48960 | Marked run 1801 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.667 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.668 | 48962 | Marked run 1802 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.669 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.670 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.670 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.671 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.671 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.677 | 30522 | Recursively removing directory: /tmp/git.sXRuW1/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.677 | 30519 | Recursively removing directory: /tmp/git.anggXa/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.678 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.678 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.678 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.678 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.678 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.678 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.678 | 48978 | Added a new worker 15 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.678 | 48979 | Added a new worker 16 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.678 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.678 | 30518 | Removed run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.678 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.678 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.678 | 30518 | Assigned run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.678 | 30518 | Removed run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.678 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.678 | 30518 | Assigned run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.678 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.679 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Boz1L3 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.678 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.678 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.678 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.678 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.b3QRKX +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.680 | 48976 | Marked run 1803 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.680 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.682 | 48977 | Marked run 1804 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.682 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.684 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.684 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.684 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.685 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.690 | 30519 | Recursively removing directory: /tmp/git.b3QRKX/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.690 | 30522 | Recursively removing directory: /tmp/git.Boz1L3/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.691 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.691 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.691 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.691 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.691 | 48993 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.691 | 30518 | Removed run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.691 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.691 | 30518 | Assigned run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.691 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.692 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.692 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.692 | 48995 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.692 | 30518 | Removed run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.692 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.692 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.692 | 30518 | Assigned run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.691 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.691 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Qensda +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.691 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.691 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.692 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.692 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HlktUz +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.693 | 48992 | Marked run 1805 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.694 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.695 | 48994 | Marked run 1806 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.695 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.697 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.697 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.698 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.698 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.703 | 30519 | Recursively removing directory: /tmp/git.Qensda/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.703 | 30522 | Recursively removing directory: /tmp/git.HlktUz/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.705 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.705 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.705 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.705 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.705 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.705 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.705 | 49011 | Added a new worker 15 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.705 | 49010 | Added a new worker 16 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.705 | 30518 | Removed run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.705 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.705 | 30518 | Assigned run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.705 | 30518 | Removed run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.705 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.705 | 30518 | Assigned run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.705 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.705 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.705 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.705 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.705 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.705 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VWywN8 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.705 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.705 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VKV2R3 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.707 | 49008 | Marked run 1807 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.707 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.709 | 49009 | Marked run 1808 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.709 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.710 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.711 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.711 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.712 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.716 | 30522 | Recursively removing directory: /tmp/git.VWywN8/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.717 | 30519 | Recursively removing directory: /tmp/git.VKV2R3/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.718 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.718 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.718 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.718 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.718 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.718 | 49025 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.718 | 30518 | Removed run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.718 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.718 | 30518 | Assigned run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.718 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.718 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.u5dSjk +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.719 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.719 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.719 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.719 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.719 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.719 | 49027 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.719 | 30518 | Removed run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.719 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.719 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.719 | 30518 | Assigned run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.719 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PBTG7k +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.721 | 49024 | Marked run 1809 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.721 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.723 | 49026 | Marked run 1810 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.724 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.724 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.724 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.724 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.725 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.730 | 30522 | Recursively removing directory: /tmp/git.u5dSjk/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.731 | 30519 | Recursively removing directory: /tmp/git.PBTG7k/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.731 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.731 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.731 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.732 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.732 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.732 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Xe5orO +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.732 | 49041 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.732 | 30518 | Removed run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.732 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.732 | 30518 | Assigned run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.732 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.733 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.733 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.733 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.733 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.733 | 49043 | Added a new worker 14 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.733 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.733 | 30518 | Removed run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.733 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.733 | 30518 | Assigned run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.733 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.733 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yS4Mc1 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.734 | 49040 | Marked run 1811 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.734 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.735 | 49042 | Marked run 1812 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.735 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.738 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.738 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.738 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.739 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.744 | 30522 | Recursively removing directory: /tmp/git.Xe5orO/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.744 | 30519 | Recursively removing directory: /tmp/git.yS4Mc1/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.745 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.745 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.745 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.746 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.746 | 49057 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.746 | 30518 | Removed run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.746 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.746 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.746 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.746 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.746 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.746 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hhoJm0 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.746 | 30518 | Assigned run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.746 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.746 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.746 | 49059 | Added a new worker 8 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.746 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.746 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.746 | 30518 | Removed run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.746 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.746 | 30518 | Assigned run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.746 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kLKGH4 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.748 | 49056 | Marked run 1813 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.748 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.750 | 49058 | Marked run 1814 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.750 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.751 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.751 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.752 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.752 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.757 | 30522 | Recursively removing directory: /tmp/git.hhoJm0/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.758 | 30519 | Recursively removing directory: /tmp/git.kLKGH4/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.759 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.759 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.759 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.759 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.759 | 49073 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.759 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.759 | 30518 | Removed run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.759 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.759 | 30518 | Assigned run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.759 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.759 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.759 | 49075 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.759 | 30518 | Removed run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.759 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.759 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.759 | 30518 | Assigned run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.759 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.759 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.759 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.760 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0XjtP9 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.759 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.759 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BmZRS5 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.761 | 49072 | Marked run 1815 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.761 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.763 | 49074 | Marked run 1816 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.763 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.765 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.765 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.766 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.766 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.771 | 30522 | Recursively removing directory: /tmp/git.BmZRS5/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.772 | 30519 | Recursively removing directory: /tmp/git.0XjtP9/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.773 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.773 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.773 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.773 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.773 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.773 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.773 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uKsPgr +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.773 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.773 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.773 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.773 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.773 | 49091 | Added a new worker 15 to the queue +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.773 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.YkvASS +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.773 | 30518 | Removed run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.773 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.773 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.773 | 30518 | Assigned run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.773 | 49090 | Added a new worker 16 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.773 | 30518 | Removed run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.773 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.773 | 30518 | Assigned run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.773 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.775 | 49089 | Marked run 1817 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.775 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.777 | 49088 | Marked run 1818 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.777 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.778 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.779 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.779 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.779 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.785 | 30519 | Recursively removing directory: /tmp/git.uKsPgr/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.785 | 30522 | Recursively removing directory: /tmp/git.YkvASS/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.786 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.786 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.786 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.786 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.786 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.786 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.786 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.786 | 49105 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.786 | 30518 | Removed run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.786 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.786 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.786 | 30518 | Assigned run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.787 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.787 | 49107 | Added a new worker 8 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.787 | 30518 | Removed run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.787 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.787 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.787 | 30518 | Assigned run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.786 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.786 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Yqyh27 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.787 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7V9QAl +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.788 | 49104 | Marked run 1820 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.788 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.790 | 49106 | Marked run 1819 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.790 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.792 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.792 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.793 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.793 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.798 | 30519 | Recursively removing directory: /tmp/git.Yqyh27/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.798 | 30522 | Recursively removing directory: /tmp/git.7V9QAl/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.799 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.799 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.799 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.799 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.800 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.799 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.799 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.800 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.800 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.800 | 49121 | Added a new worker 15 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.800 | 49123 | Added a new worker 16 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.800 | 30518 | Removed run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.800 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.800 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.800 | 30518 | Assigned run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.800 | 30518 | Removed run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.800 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.800 | 30518 | Assigned run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.800 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.800 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.357LJ4 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.799 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.800 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xBjqaB +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.802 | 49120 | Marked run 1821 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.802 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.803 | 49122 | Marked run 1822 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.804 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.805 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.805 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.806 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.806 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.811 | 30519 | Recursively removing directory: /tmp/git.xBjqaB/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.811 | 30522 | Recursively removing directory: /tmp/git.357LJ4/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.813 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.813 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.813 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.813 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.813 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.813 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.813 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.813 | 49137 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.813 | 30518 | Removed run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.813 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.813 | 30518 | Assigned run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.813 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.37jvUW +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.813 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.813 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.d1G4tH +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.813 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.813 | 49139 | Added a new worker 8 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.813 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.813 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.813 | 30518 | Removed run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.813 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.813 | 30518 | Assigned run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.815 | 49136 | Marked run 1823 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.815 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.817 | 49138 | Marked run 1824 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.817 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.819 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.819 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.819 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.819 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.825 | 30519 | Recursively removing directory: /tmp/git.37jvUW/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.825 | 30522 | Recursively removing directory: /tmp/git.d1G4tH/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.826 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.826 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.826 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.826 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.826 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.826 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.827 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VbcowT +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.826 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.826 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.826 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.826 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.826 | 49154 | Added a new worker 15 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.826 | 49155 | Added a new worker 16 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.826 | 30518 | Removed run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.826 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.826 | 30518 | Assigned run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.826 | 30518 | Removed run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.826 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.827 | 30518 | Assigned run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.827 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.827 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.827 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.vjGKP6 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.831 | 49153 | Marked run 1825 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.831 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.833 | 49152 | Marked run 1826 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.833 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.834 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.835 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.835 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.835 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.841 | 30519 | Recursively removing directory: /tmp/git.vjGKP6/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.841 | 30522 | Recursively removing directory: /tmp/git.VbcowT/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.842 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.842 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.842 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.842 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.843 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.842 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.842 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.843 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.843 | 49170 | Added a new worker 14 to the queue +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.843 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.843 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.843 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.d68Uyp +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.843 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0szKTe +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.843 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.843 | 30518 | Removed run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.843 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.843 | 30518 | Assigned run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.843 | 49171 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.843 | 30518 | Removed run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.843 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.843 | 30518 | Assigned run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.843 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.845 | 49169 | Marked run 1827 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.845 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.847 | 49168 | Marked run 1828 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.847 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.848 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.849 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.849 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.849 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.854 | 30519 | Recursively removing directory: /tmp/git.d68Uyp/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.855 | 30522 | Recursively removing directory: /tmp/git.0szKTe/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.856 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.856 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.856 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.856 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.856 | 49185 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.856 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.856 | 30518 | Removed run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.856 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.856 | 30518 | Assigned run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.856 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.856 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MdTLJ1 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.857 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.857 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.857 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.858 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.858 | 49187 | Added a new worker 13 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.858 | 30518 | Removed run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.858 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.858 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.858 | 30518 | Assigned run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.857 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.858 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DdtDmt +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.859 | 49184 | Marked run 1829 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.859 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.861 | 49186 | Marked run 1830 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.861 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.862 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.862 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.863 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.863 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.868 | 30519 | Recursively removing directory: /tmp/git.MdTLJ1/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.869 | 30522 | Recursively removing directory: /tmp/git.DdtDmt/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.869 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.869 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.869 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.869 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.869 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.869 | 49201 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.869 | 30518 | Removed run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.869 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.870 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.870 | 30518 | Assigned run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.870 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.F3Iy8t +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.871 | 49200 | Marked run 1831 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.872 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.872 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.872 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.872 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.872 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.872 | 49203 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.872 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.872 | 30518 | Removed run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.872 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.873 | 30518 | Assigned run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.872 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.873 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XTNeP6 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.874 | 49202 | Marked run 1832 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.874 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.875 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.876 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.877 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.877 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.881 | 30519 | Recursively removing directory: /tmp/git.F3Iy8t/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.883 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.883 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.883 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.883 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.883 | 49217 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.883 | 30518 | Removed run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.883 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.883 | 30518 | Assigned run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.883 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.883 | 30522 | Recursively removing directory: /tmp/git.XTNeP6/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.883 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.883 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VQYgzA +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.885 | 49216 | Marked run 1833 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.885 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.886 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.886 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.886 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.886 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.886 | 49219 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.886 | 30518 | Removed run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.886 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.886 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.886 | 30518 | Assigned run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.886 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.886 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uqC1SK +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.888 | 49218 | Marked run 1834 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.888 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.889 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.890 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.891 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.891 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.895 | 30519 | Recursively removing directory: /tmp/git.VQYgzA/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.897 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.897 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.897 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.897 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.897 | 49233 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.897 | 30518 | Removed run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.897 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.897 | 30518 | Assigned run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.897 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.897 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.897 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oobTIE +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.897 | 30522 | Recursively removing directory: /tmp/git.uqC1SK/ +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.899 | 49232 | Marked run 1835 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.900 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.900 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.900 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.900 | 49235 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.900 | 30518 | Removed run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.900 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.900 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.900 | 30518 | Assigned run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.900 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.900 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.900 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.900 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VewPhl +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.901 | 49234 | Marked run 1836 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.902 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.903 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.904 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.905 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.905 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.910 | 30519 | Recursively removing directory: /tmp/git.oobTIE/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.911 | 30522 | Recursively removing directory: /tmp/git.VewPhl/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.911 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.911 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.911 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.911 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.911 | 49249 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.911 | 30518 | Removed run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.911 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.911 | 30518 | Assigned run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.911 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.911 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7yON07 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.912 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.913 | 49248 | Marked run 1837 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.913 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.913 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.913 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.913 | 49251 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.913 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.913 | 30518 | Removed run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.913 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.913 | 30518 | Assigned run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.913 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.913 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.913 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.913 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.m2jyb4 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.915 | 49250 | Marked run 1838 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.915 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.916 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.917 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.918 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.919 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.922 | 30519 | Recursively removing directory: /tmp/git.7yON07/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.923 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.923 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.924 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.924 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.924 | 49265 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.924 | 30518 | Removed run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.924 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.924 | 30518 | Assigned run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.924 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.924 | 30522 | Recursively removing directory: /tmp/git.m2jyb4/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.924 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.924 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LcActb +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.926 | 49264 | Marked run 1839 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.926 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.927 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.927 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.927 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.927 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.927 | 49267 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.927 | 30518 | Removed run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.927 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.927 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.927 | 30518 | Assigned run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.927 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.928 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xwGVWC +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.929 | 49266 | Marked run 1840 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.929 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.929 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.930 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.932 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.932 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.935 | 30519 | Recursively removing directory: /tmp/git.LcActb/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.937 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.937 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.937 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.937 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.937 | 49281 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.937 | 30518 | Removed run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.937 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.937 | 30518 | Assigned run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.937 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.937 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.937 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VdmTE7 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.938 | 30522 | Recursively removing directory: /tmp/git.xwGVWC/ +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.939 | 49280 | Marked run 1841 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.939 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.940 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.940 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.940 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.940 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.940 | 49283 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.940 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.940 | 30518 | Removed run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.940 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.940 | 30518 | Assigned run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.940 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.940 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hvqNb0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.946 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.946 | 49282 | Marked run 1842 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.946 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.946 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.948 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.949 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.952 | 30519 | Recursively removing directory: /tmp/git.VdmTE7/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.954 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.954 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.954 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.954 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.954 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.954 | 49297 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.954 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.954 | 30518 | Removed run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.954 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.954 | 30518 | Assigned run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.954 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.PotZI1 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.954 | 30522 | Recursively removing directory: /tmp/git.hvqNb0/ +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.956 | 49296 | Marked run 1843 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.956 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.957 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.957 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.957 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.957 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.957 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.957 | 49299 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.957 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.957 | 30518 | Removed run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.957 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.957 | 30518 | Assigned run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.957 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BUZcEm +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.959 | 49298 | Marked run 1844 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.959 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.960 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.961 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.962 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.962 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.966 | 30519 | Recursively removing directory: /tmp/git.PotZI1/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.967 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.967 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.968 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.968 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.968 | 49313 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.968 | 30518 | Removed run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.968 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.968 | 30518 | Assigned run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.968 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.968 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.klJRcR +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.968 | 30522 | Recursively removing directory: /tmp/git.BUZcEm/ +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.968 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.969 | 49312 | Marked run 1845 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.969 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.970 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.970 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.970 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.970 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.970 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.970 | 49315 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.970 | 30518 | Removed run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.970 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.970 | 30518 | Assigned run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.971 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.971 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0DbOzc +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.972 | 49314 | Marked run 1846 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.972 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.974 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.974 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.975 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.976 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.980 | 30519 | Recursively removing directory: /tmp/git.klJRcR/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.981 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.981 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.981 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.981 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.981 | 49329 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.981 | 30518 | Removed run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.981 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.981 | 30518 | Assigned run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.982 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.981 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.981 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aQVB2D +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.982 | 30522 | Recursively removing directory: /tmp/git.0DbOzc/ +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.983 | 49328 | Marked run 1847 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.983 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.984 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.984 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.984 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.984 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.984 | 49331 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.984 | 30518 | Removed run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.984 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.984 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.984 | 30518 | Assigned run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.984 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.984 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Pkj3YF +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.986 | 49330 | Marked run 1848 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.986 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.987 | 30519 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.988 | 30519 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.988 | 30522 | Checking out revision HEAD +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.989 | 30522 | Going to run: ./ci +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.993 | 30519 | Recursively removing directory: /tmp/git.aQVB2D/ +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.995 | 30522 | Recursively removing directory: /tmp/git.Pkj3YF/ +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.995 | 30519 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.995 | 30519 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.995 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.995 | 30519 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.995 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.995 | 49345 | Added a new worker 11 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.995 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.995 | 30518 | Removed run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.995 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.995 | 30518 | Assigned run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:40 | INFO | 30519/cimple-worker: 2024-01-28 10:55:40.995 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZPE9Gh +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.997 | 49344 | Marked run 1849 as finished +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.997 | 30522 | Process exit code: 0 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.997 | 30522 | Process output: 57 bytes +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.997 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.997 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.997 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.997 | 49347 | Added a new worker 10 to the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.997 | 30518 | Removed run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.997 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.997 | 30518 | Assigned run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.997 | 30522 | Waiting for a new command +2024-01-28 10:55:40 | INFO | 30522/cimple-worker: 2024-01-28 10:55:40.997 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FZm0ic +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.998 | 30516 | Waiting for new connections +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.999 | 49346 | Marked run 1850 as finished +2024-01-28 10:55:40 | INFO | 30516/cimple-server: 2024-01-28 10:55:40.999 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.001 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.001 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.002 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.002 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.007 | 30519 | Recursively removing directory: /tmp/git.ZPE9Gh/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.008 | 30522 | Recursively removing directory: /tmp/git.FZm0ic/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.008 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.008 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.008 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.009 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.009 | 49361 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.009 | 30518 | Removed run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.009 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.009 | 30518 | Assigned run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.009 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.009 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.CGx53Q +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.009 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.010 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.010 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.010 | 49360 | Marked run 1851 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.011 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.011 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.011 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.011 | 49363 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.011 | 30518 | Removed run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.011 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.011 | 30518 | Assigned run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.011 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.011 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.011 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tMs5BO +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.012 | 49362 | Marked run 1852 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.012 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.014 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.014 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.015 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.016 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.020 | 30519 | Recursively removing directory: /tmp/git.CGx53Q/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.021 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.021 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.021 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.021 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.021 | 49377 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.021 | 30518 | Removed run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.021 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.022 | 30518 | Assigned run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.022 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.021 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.022 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ETpwGU +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.022 | 30522 | Recursively removing directory: /tmp/git.tMs5BO/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.023 | 49376 | Marked run 1853 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.023 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.024 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.024 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.024 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.024 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.024 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.024 | 49379 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.025 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.025 | 30518 | Removed run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.025 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.025 | 30518 | Assigned run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.025 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gqXD6D +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.026 | 49378 | Marked run 1854 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.026 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.027 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.027 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.029 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.030 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.033 | 30519 | Recursively removing directory: /tmp/git.ETpwGU/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.034 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.034 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.034 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.034 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.034 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.035 | 49392 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.035 | 30518 | Removed run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.035 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.035 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.035 | 30518 | Assigned run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.035 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.AjNYZ8 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.036 | 30522 | Recursively removing directory: /tmp/git.gqXD6D/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.036 | 49391 | Marked run 1855 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.037 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.038 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.038 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.038 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.038 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.038 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.038 | 49395 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.038 | 30518 | Removed run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.038 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.038 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.038 | 30518 | Assigned run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.038 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Vb2vXI +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.040 | 49394 | Marked run 1856 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.040 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.040 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.041 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.042 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.043 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.046 | 30519 | Recursively removing directory: /tmp/git.AjNYZ8/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.048 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.048 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.048 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.048 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.048 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.048 | 49409 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.048 | 30518 | Removed run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.048 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.048 | 30518 | Assigned run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.048 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.OLAau0 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.049 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.049 | 30522 | Recursively removing directory: /tmp/git.Vb2vXI/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.051 | 49408 | Marked run 1857 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.051 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.051 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.051 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.051 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.052 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.052 | 49411 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.052 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.052 | 30518 | Removed run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.052 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.052 | 30518 | Assigned run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.052 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.052 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dN8SLN +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.055 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.056 | 49410 | Marked run 1858 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.056 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.056 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.058 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.059 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.062 | 30519 | Recursively removing directory: /tmp/git.OLAau0/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.063 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.063 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.063 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.063 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.063 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.064 | 49424 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.064 | 30518 | Removed run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.064 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.064 | 30518 | Assigned run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.064 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.064 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S8HPGw +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.065 | 30522 | Recursively removing directory: /tmp/git.dN8SLN/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.065 | 49423 | Marked run 1859 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.065 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.066 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.066 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.066 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.067 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.067 | 49427 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.067 | 30518 | Removed run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.067 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.067 | 30518 | Assigned run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.067 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.067 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.067 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yYIbP7 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.069 | 49426 | Marked run 1860 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.069 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.070 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.070 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.071 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.072 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.076 | 30519 | Recursively removing directory: /tmp/git.S8HPGw/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.077 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.077 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.077 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.077 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.077 | 49441 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.077 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.077 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.078 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kHKuen +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.078 | 30522 | Recursively removing directory: /tmp/git.yYIbP7/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.077 | 30518 | Removed run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.077 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.078 | 30518 | Assigned run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.079 | 49440 | Marked run 1861 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.080 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.080 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.080 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.080 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.080 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.081 | 49443 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.081 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.081 | 30518 | Removed run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.081 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.081 | 30518 | Assigned run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.080 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.081 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Nj6kRZ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.082 | 49442 | Marked run 1862 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.082 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.083 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.084 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.085 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.086 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.089 | 30519 | Recursively removing directory: /tmp/git.kHKuen/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.090 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.090 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.090 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.090 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.090 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.091 | 49456 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.091 | 30518 | Removed run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.091 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.091 | 30518 | Assigned run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.091 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.091 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.SuhGsV +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.092 | 30522 | Recursively removing directory: /tmp/git.Nj6kRZ/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.093 | 49455 | Marked run 1863 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.093 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.094 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.094 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.094 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.094 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.094 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.094 | 49459 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.094 | 30518 | Removed run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.094 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.094 | 30518 | Assigned run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.094 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.094 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Dm6LXa +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.096 | 49458 | Marked run 1864 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.096 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.096 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.097 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.099 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.099 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.103 | 30519 | Recursively removing directory: /tmp/git.SuhGsV/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.104 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.104 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.105 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.104 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.105 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.105 | 49473 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.105 | 30518 | Removed run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.105 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.105 | 30518 | Assigned run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.105 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.105 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xUBJrd +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.105 | 30522 | Recursively removing directory: /tmp/git.Dm6LXa/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.107 | 49472 | Marked run 1865 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.107 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.108 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.108 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.108 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.108 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.108 | 49475 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.108 | 30518 | Removed run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.108 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.108 | 30518 | Assigned run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.108 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.108 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.108 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.V745nn +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.110 | 49474 | Marked run 1866 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.110 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.111 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.112 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.113 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.113 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.117 | 30519 | Recursively removing directory: /tmp/git.xUBJrd/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.119 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.119 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.119 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.119 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.119 | 49489 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.119 | 30518 | Removed run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.119 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.119 | 30518 | Assigned run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.119 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.119 | 30522 | Recursively removing directory: /tmp/git.V745nn/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.119 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.119 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.U7NQKZ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.121 | 49488 | Marked run 1867 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.121 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.122 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.122 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.122 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.122 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.122 | 49491 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.122 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.122 | 30518 | Removed run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.122 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.122 | 30518 | Assigned run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.122 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.122 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oeCXdX +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.124 | 49490 | Marked run 1868 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.124 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.125 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.126 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.126 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.127 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.131 | 30519 | Recursively removing directory: /tmp/git.U7NQKZ/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.133 | 30522 | Recursively removing directory: /tmp/git.oeCXdX/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.133 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.133 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.133 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.133 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.133 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.133 | 49505 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.133 | 30518 | Removed run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.133 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.133 | 30518 | Assigned run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.133 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.133 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.RAVU3T +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.135 | 49504 | Marked run 1869 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.135 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.135 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.135 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.135 | 49507 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.135 | 30518 | Removed run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.135 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.135 | 30518 | Assigned run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.135 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.135 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.135 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.135 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.136 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NghK95 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.137 | 49506 | Marked run 1870 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.137 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.139 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.140 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.141 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.141 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.146 | 30519 | Recursively removing directory: /tmp/git.RAVU3T/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.147 | 30522 | Recursively removing directory: /tmp/git.NghK95/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.147 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.147 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.147 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.147 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.147 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.147 | 49521 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.147 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.147 | 30518 | Removed run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.147 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.148 | 30518 | Assigned run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.148 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MRGe8h +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.149 | 49520 | Marked run 1871 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.149 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.150 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.149 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.149 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.150 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.150 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.150 | 49523 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.150 | 30518 | Removed run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.150 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.150 | 30518 | Assigned run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.150 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.150 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.rcpqh0 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.151 | 49522 | Marked run 1872 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.151 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.154 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.155 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.155 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.156 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.160 | 30519 | Recursively removing directory: /tmp/git.MRGe8h/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.161 | 30522 | Recursively removing directory: /tmp/git.rcpqh0/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.162 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.162 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.162 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.162 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.162 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.162 | 49537 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.162 | 30518 | Removed run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.162 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.162 | 30518 | Assigned run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.162 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.162 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ZIuPO8 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.163 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.163 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.163 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.163 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.163 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.163 | 49539 | Added a new worker 13 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.163 | 30518 | Removed run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.163 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.164 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.164 | 30518 | Assigned run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.164 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.etkzSj +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.166 | 49536 | Marked run 1873 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.167 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.169 | 49538 | Marked run 1874 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.169 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.171 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.171 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.172 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.172 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.177 | 30519 | Recursively removing directory: /tmp/git.ZIuPO8/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.177 | 30522 | Recursively removing directory: /tmp/git.etkzSj/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.178 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.178 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.178 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.179 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.179 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.179 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.179 | 49554 | Added a new worker 15 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.179 | 30518 | Removed run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.179 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.179 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.179 | 30518 | Assigned run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.179 | 49555 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.179 | 30518 | Removed run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.179 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.179 | 30518 | Assigned run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.179 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.178 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.178 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.179 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.179 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.C9gFAi +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.179 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.179 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nqEoAo +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.181 | 49553 | Marked run 1875 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.181 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.183 | 49552 | Marked run 1876 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.183 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.184 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.184 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.185 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.185 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.190 | 30522 | Recursively removing directory: /tmp/git.nqEoAo/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.190 | 30519 | Recursively removing directory: /tmp/git.C9gFAi/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.192 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.192 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.192 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.192 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.192 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.192 | 49569 | Added a new worker 13 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.192 | 30518 | Removed run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.192 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.192 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.192 | 30518 | Assigned run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.192 | 49571 | Added a new worker 8 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.192 | 30518 | Removed run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.192 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.192 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.192 | 30518 | Assigned run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.192 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.192 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KxApAi +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.192 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.192 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.192 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.193 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xIlWQP +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.194 | 49568 | Marked run 1877 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.194 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.196 | 49570 | Marked run 1878 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.196 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.197 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.198 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.198 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.198 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.203 | 30522 | Recursively removing directory: /tmp/git.KxApAi/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.204 | 30519 | Recursively removing directory: /tmp/git.xIlWQP/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.205 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.205 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.205 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.205 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.205 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.205 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.205 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.205 | 49585 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.205 | 30518 | Removed run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.205 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.205 | 30518 | Assigned run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.206 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.206 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.206 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.206 | 49587 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.206 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.206 | 30518 | Removed run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.206 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.svyrxc +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.206 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5ozh95 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.206 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.206 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.206 | 30518 | Assigned run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.207 | 49584 | Marked run 1879 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.207 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.209 | 49586 | Marked run 1880 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.209 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.211 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.212 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.212 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.213 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.218 | 30519 | Recursively removing directory: /tmp/git.5ozh95/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.218 | 30522 | Recursively removing directory: /tmp/git.svyrxc/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.219 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.219 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.219 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.219 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.219 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.219 | 49601 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.219 | 30518 | Removed run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.219 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.219 | 30518 | Assigned run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.220 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.220 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.220 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.220 | 49603 | Added a new worker 13 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.220 | 30518 | Removed run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.220 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.220 | 30518 | Assigned run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.220 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.220 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.duJhwO +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.219 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.219 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.220 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.220 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ebcpgi +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.222 | 49600 | Marked run 1882 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.222 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.224 | 49602 | Marked run 1881 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.224 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.225 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.225 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.226 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.226 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.231 | 30519 | Recursively removing directory: /tmp/git.duJhwO/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.232 | 30522 | Recursively removing directory: /tmp/git.Ebcpgi/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.232 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.232 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.233 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.233 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.233 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.233 | 49617 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.233 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.233 | 30518 | Removed run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.233 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.233 | 30518 | Assigned run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.233 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.233 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.233 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.233 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.234 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.234 | 49619 | Added a new worker 13 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.234 | 30518 | Removed run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.234 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.234 | 30518 | Assigned run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.234 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.233 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sySlZz +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.234 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hno4Zq +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.235 | 49616 | Marked run 1883 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.235 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.237 | 49618 | Marked run 1884 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.237 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.238 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.239 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.239 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.240 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.245 | 30519 | Recursively removing directory: /tmp/git.sySlZz/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.245 | 30522 | Recursively removing directory: /tmp/git.hno4Zq/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.246 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.246 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.246 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.246 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.246 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.246 | 49633 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.246 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.246 | 30518 | Removed run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.246 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.247 | 30518 | Assigned run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.247 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.247 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.247 | 49635 | Added a new worker 13 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.247 | 30518 | Removed run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.247 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.247 | 30518 | Assigned run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.247 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.247 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.247 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.247 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.247 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mJsqi1 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.247 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Hj3Qde +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.248 | 49632 | Marked run 1885 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.249 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.251 | 49634 | Marked run 1886 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.251 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.252 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.252 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.253 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.253 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.258 | 30519 | Recursively removing directory: /tmp/git.Hj3Qde/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.258 | 30522 | Recursively removing directory: /tmp/git.mJsqi1/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.260 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.260 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.260 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.260 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.260 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.260 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.260 | 49650 | Added a new worker 15 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.260 | 30518 | Removed run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.260 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.260 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.260 | 30518 | Assigned run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.260 | 49651 | Added a new worker 16 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.260 | 30518 | Removed run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.260 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.260 | 30518 | Assigned run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.260 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.260 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.260 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.260 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.260 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.261 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e44YI6 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.260 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7GOTov +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.262 | 49648 | Marked run 1887 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.262 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.264 | 49649 | Marked run 1888 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.264 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.265 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.265 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.266 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.266 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.271 | 30522 | Recursively removing directory: /tmp/git.e44YI6/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.271 | 30519 | Recursively removing directory: /tmp/git.7GOTov/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.273 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.273 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.273 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.273 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.273 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.273 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.273 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.273 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.273 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GwkvjA +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.273 | 49666 | Added a new worker 15 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.273 | 30518 | Removed run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.273 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.273 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.273 | 30518 | Assigned run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.273 | 49667 | Added a new worker 16 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.273 | 30518 | Removed run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.273 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.273 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aq6q9R +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.273 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.273 | 30518 | Assigned run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.273 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.274 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.276 | 49665 | Marked run 1889 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.276 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.280 | 49664 | Marked run 1890 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.280 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.281 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.281 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.282 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.282 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.287 | 30522 | Recursively removing directory: /tmp/git.aq6q9R/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.287 | 30519 | Recursively removing directory: /tmp/git.GwkvjA/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.288 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.288 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.289 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.289 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.289 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.289 | 49681 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.289 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.289 | 30518 | Removed run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.289 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.289 | 30518 | Assigned run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.289 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.289 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.289 | 49683 | Added a new worker 13 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.289 | 30518 | Removed run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.289 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.289 | 30518 | Assigned run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.290 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.289 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.289 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.289 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.289 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IeqT5J +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.289 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0uOm3R +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.291 | 49680 | Marked run 1891 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.291 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.293 | 49682 | Marked run 1892 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.293 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.294 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.295 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.295 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.296 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.300 | 30522 | Recursively removing directory: /tmp/git.0uOm3R/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.302 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.302 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.302 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.302 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.302 | 49697 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.302 | 30518 | Removed run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.302 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.302 | 30518 | Assigned run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.302 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.302 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DvzsM7 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.301 | 30519 | Recursively removing directory: /tmp/git.IeqT5J/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.302 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.304 | 49696 | Marked run 1893 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.304 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.304 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.304 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.304 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.304 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.304 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.304 | 49699 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.304 | 30518 | Removed run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.304 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.305 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.305 | 30518 | Assigned run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.305 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LN7tj3 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.306 | 49698 | Marked run 1894 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.306 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.308 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.308 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.309 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.310 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.314 | 30522 | Recursively removing directory: /tmp/git.DvzsM7/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.315 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.315 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.315 | 30519 | Recursively removing directory: /tmp/git.LN7tj3/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.316 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.315 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.315 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.316 | 49713 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.316 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.316 | 30518 | Removed run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.316 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.316 | 30518 | Assigned run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.316 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NvHmmA +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.317 | 49712 | Marked run 1895 as finished +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.318 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.318 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.318 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.317 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.318 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.318 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.318 | 49715 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.318 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.318 | 30518 | Removed run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.318 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.318 | 30518 | Assigned run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.318 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VtMI0P +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.320 | 49714 | Marked run 1896 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.320 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.322 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.323 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.324 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.324 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.328 | 30522 | Recursively removing directory: /tmp/git.NvHmmA/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.330 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.330 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.330 | 30519 | Recursively removing directory: /tmp/git.VtMI0P/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.330 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.330 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.330 | 49729 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.330 | 30518 | Removed run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.330 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.330 | 30518 | Assigned run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.330 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.330 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.331 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gh75l5 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.332 | 49728 | Marked run 1897 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.332 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.332 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.332 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.332 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.332 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.332 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.332 | 49731 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.332 | 30518 | Removed run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.332 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.332 | 30518 | Assigned run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.333 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.333 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.xHCjTF +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.334 | 49730 | Marked run 1898 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.334 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.336 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.337 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.337 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.337 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.342 | 30522 | Recursively removing directory: /tmp/git.gh75l5/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.343 | 30519 | Recursively removing directory: /tmp/git.xHCjTF/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.344 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.344 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.344 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.344 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.344 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.344 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.344 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sWui1Y +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.344 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.344 | 49745 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.344 | 30518 | Removed run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.344 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.344 | 30518 | Assigned run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.345 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.345 | 49747 | Added a new worker 8 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.345 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.345 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.345 | 30518 | Removed run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.345 | 30518 | Removed worker 8 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.345 | 30518 | Assigned run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 8 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.344 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.345 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.sQbOST +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.346 | 49744 | Marked run 1899 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.347 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.348 | 49746 | Marked run 1900 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.348 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.350 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.351 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.351 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.351 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.356 | 30522 | Recursively removing directory: /tmp/git.sWui1Y/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.358 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.358 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.357 | 30519 | Recursively removing directory: /tmp/git.sQbOST/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.358 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.358 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.358 | 49761 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.358 | 30518 | Removed run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.358 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.358 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.358 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.358 | 30518 | Assigned run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.359 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.359 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.359 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HcJLtt +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.359 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.360 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.360 | 49763 | Added a new worker 14 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.360 | 30518 | Removed run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.360 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.360 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.360 | 30518 | Assigned run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.360 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.360 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8wYo5E +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.360 | 49760 | Marked run 1901 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.361 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.362 | 49762 | Marked run 1902 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.362 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.364 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.365 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.365 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.366 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.370 | 30522 | Recursively removing directory: /tmp/git.HcJLtt/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.371 | 30519 | Recursively removing directory: /tmp/git.8wYo5E/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.372 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.372 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.372 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.372 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.372 | 49777 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.372 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.372 | 30518 | Removed run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.372 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.372 | 30518 | Assigned run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.372 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.372 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.j9AF6s +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.373 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.373 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.373 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.374 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ndVQFC +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.373 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.374 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.374 | 49779 | Added a new worker 14 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.374 | 30518 | Removed run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.374 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.374 | 30518 | Assigned run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.374 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.374 | 49776 | Marked run 1903 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.375 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.376 | 49778 | Marked run 1904 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.376 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.378 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.378 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.378 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.379 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.384 | 30522 | Recursively removing directory: /tmp/git.j9AF6s/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.384 | 30519 | Recursively removing directory: /tmp/git.ndVQFC/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.385 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.385 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.386 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.386 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.386 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.386 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.386 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.386 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.386 | 49794 | Added a new worker 14 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.386 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.386 | 30518 | Removed run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.386 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.386 | 30518 | Assigned run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.386 | 49795 | Added a new worker 16 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.386 | 30518 | Removed run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.386 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.386 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.386 | 30518 | Assigned run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.386 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.386 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7rRhfm +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.387 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.386 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8Ix5k2 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.388 | 49792 | Marked run 1905 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.388 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.391 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.392 | 49793 | Marked run 1906 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.392 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.392 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.394 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.394 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.398 | 30519 | Recursively removing directory: /tmp/git.7rRhfm/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.399 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.399 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.399 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.399 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.400 | 49809 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.400 | 30518 | Removed run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.400 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.400 | 30518 | Assigned run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.399 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.400 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MBUq7F +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.400 | 30522 | Recursively removing directory: /tmp/git.8Ix5k2/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.400 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.401 | 49808 | Marked run 1908 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.402 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.402 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.402 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.402 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.402 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.402 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.402 | 49811 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.402 | 30518 | Removed run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.402 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.402 | 30518 | Assigned run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.402 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.402 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mJ9CPW +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.404 | 49810 | Marked run 1907 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.404 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.406 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.406 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.407 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.408 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.412 | 30519 | Recursively removing directory: /tmp/git.MBUq7F/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.413 | 30522 | Recursively removing directory: /tmp/git.mJ9CPW/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.414 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.414 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.414 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.414 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.414 | 49825 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.414 | 30518 | Removed run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.414 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.414 | 30518 | Assigned run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.414 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.414 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.414 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.tVk7QW +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.415 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.415 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.415 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.415 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.415 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.415 | 49827 | Added a new worker 14 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.415 | 30518 | Removed run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.415 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.415 | 30518 | Assigned run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.415 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gTLRnf +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.416 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.416 | 49824 | Marked run 1909 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.416 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.418 | 49826 | Marked run 1910 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.418 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.420 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.420 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.421 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.421 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.426 | 30519 | Recursively removing directory: /tmp/git.tVk7QW/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.426 | 30522 | Recursively removing directory: /tmp/git.gTLRnf/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.427 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.428 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.428 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.428 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.428 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.428 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.428 | 49842 | Added a new worker 15 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.428 | 30518 | Removed run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.428 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.428 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.428 | 30518 | Assigned run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.428 | 49843 | Added a new worker 16 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.428 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.428 | 30518 | Removed run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.428 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.428 | 30518 | Assigned run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.428 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.428 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.428 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.429 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fMp5Ix +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.428 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.428 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lfKsaE +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.430 | 49840 | Marked run 1911 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.430 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.431 | 49841 | Marked run 1912 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.432 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.433 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.434 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.434 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.435 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.440 | 30519 | Recursively removing directory: /tmp/git.lfKsaE/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.441 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.441 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.441 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.441 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.441 | 49857 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.441 | 30518 | Removed run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.441 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.441 | 30518 | Assigned run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.441 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.441 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.441 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IpMUCM +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.441 | 30522 | Recursively removing directory: /tmp/git.fMp5Ix/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.443 | 49856 | Marked run 1913 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.443 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.444 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.444 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.444 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.444 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.444 | 49859 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.444 | 30518 | Removed run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.444 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.444 | 30518 | Assigned run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.444 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.444 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.444 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IQaUah +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.446 | 49858 | Marked run 1914 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.446 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.446 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.447 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.449 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.450 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.453 | 30519 | Recursively removing directory: /tmp/git.IpMUCM/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.454 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.454 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.454 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.454 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.454 | 49873 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.454 | 30518 | Removed run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.454 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.454 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.454 | 30518 | Assigned run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.454 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.454 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fTjUqD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.455 | 30522 | Recursively removing directory: /tmp/git.IQaUah/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.457 | 49872 | Marked run 1915 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.457 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.458 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.458 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.458 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.458 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.458 | 49875 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.458 | 30518 | Removed run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.458 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.458 | 30518 | Assigned run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.458 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.458 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.458 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Rb1fDr +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.460 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.460 | 49874 | Marked run 1916 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.460 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.461 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.463 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.463 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.466 | 30519 | Recursively removing directory: /tmp/git.fTjUqD/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.467 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.467 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.467 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.467 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.467 | 49887 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.468 | 30518 | Removed run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.468 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.468 | 30518 | Assigned run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.468 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.467 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.468 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.k0l3oV +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.469 | 30522 | Recursively removing directory: /tmp/git.Rb1fDr/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.470 | 49886 | Marked run 1917 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.470 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.471 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.471 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.471 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.471 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.471 | 49891 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.471 | 30518 | Removed run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.471 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.471 | 30518 | Assigned run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.472 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.471 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.471 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.J8OyOK +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.473 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.473 | 49890 | Marked run 1918 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.473 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.474 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.476 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.477 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.479 | 30519 | Recursively removing directory: /tmp/git.k0l3oV/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.480 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.480 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.480 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.480 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.481 | 49902 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.481 | 30518 | Removed run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.481 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.481 | 30518 | Assigned run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.480 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.481 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.3dADHO +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.481 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.482 | 49901 | Marked run 1919 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.483 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.483 | 30522 | Recursively removing directory: /tmp/git.J8OyOK/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.484 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.484 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.484 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.484 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.484 | 49907 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.484 | 30518 | Removed run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.484 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.484 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.485 | 30518 | Assigned run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.484 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.485 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.BPWTm2 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.486 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.487 | 49906 | Marked run 1920 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.487 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.487 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.489 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.490 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.492 | 30519 | Recursively removing directory: /tmp/git.3dADHO/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.493 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.493 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.494 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.494 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.494 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.494 | 49918 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.494 | 30518 | Removed run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.494 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.494 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.494 | 30518 | Assigned run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.494 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.EZ4mgi +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.496 | 30522 | Recursively removing directory: /tmp/git.BPWTm2/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.496 | 49917 | Marked run 1921 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.497 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.498 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.498 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.498 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.498 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.498 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.498 | 49923 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.498 | 30518 | Removed run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.498 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.498 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.498 | 30518 | Assigned run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.498 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.79nXkr +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.500 | 49922 | Marked run 1922 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.500 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.500 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.501 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.506 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.506 | 30519 | Recursively removing directory: /tmp/git.EZ4mgi/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.506 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.507 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.507 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.508 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.508 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.508 | 49932 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.508 | 30518 | Removed run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.508 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.508 | 30518 | Assigned run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.508 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.508 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.508 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IUDTh3 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.510 | 49931 | Marked run 1923 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.510 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.512 | 30522 | Recursively removing directory: /tmp/git.79nXkr/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.513 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.513 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.513 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.513 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.514 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.514 | 49939 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.514 | 30518 | Removed run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.514 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.514 | 30518 | Assigned run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.514 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.514 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.514 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GOEBES +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.514 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.515 | 49938 | Marked run 1924 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.515 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.519 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.520 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.520 | 30519 | Recursively removing directory: /tmp/git.IUDTh3/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.522 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.522 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.522 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.522 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.522 | 49949 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.522 | 30518 | Removed run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.522 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.522 | 30518 | Assigned run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.522 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.522 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.HtCH4G +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.522 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.524 | 49948 | Marked run 1925 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.524 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.525 | 30522 | Recursively removing directory: /tmp/git.GOEBES/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.527 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.527 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.527 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.527 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.527 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.527 | 49955 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.527 | 30518 | Removed run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.527 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.527 | 30518 | Assigned run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.527 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.527 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.528 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.zlBz2h +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.528 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.529 | 49954 | Marked run 1926 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.529 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.532 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.533 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.534 | 30519 | Recursively removing directory: /tmp/git.HtCH4G/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.536 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.536 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.536 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.536 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.536 | 49965 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.536 | 30518 | Removed run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.536 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.536 | 30518 | Assigned run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.536 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.536 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.536 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Rwti3J +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.538 | 49964 | Marked run 1927 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.538 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.539 | 30522 | Recursively removing directory: /tmp/git.zlBz2h/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.541 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.541 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.541 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.541 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.541 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.541 | 49971 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.541 | 30518 | Removed run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.541 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.542 | 30518 | Assigned run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.542 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.541 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.542 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Wl8aTi +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.543 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.543 | 49970 | Marked run 1928 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.543 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.546 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.547 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.549 | 30519 | Recursively removing directory: /tmp/git.Rwti3J/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.550 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.550 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.550 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.550 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.550 | 49982 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.550 | 30518 | Removed run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.550 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.550 | 30518 | Assigned run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.550 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.551 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MTBq8N +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.551 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.553 | 49981 | Marked run 1929 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.553 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.553 | 30522 | Recursively removing directory: /tmp/git.Wl8aTi/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.554 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.554 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.554 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.554 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.554 | 49987 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.554 | 30518 | Removed run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.554 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.554 | 30518 | Assigned run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.554 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.554 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FGVTNj +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.555 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.556 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.557 | 49986 | Marked run 1930 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.557 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.557 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.559 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.560 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.563 | 30519 | Recursively removing directory: /tmp/git.MTBq8N/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.564 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.564 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.564 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.564 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.564 | 50000 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.564 | 30518 | Removed run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.564 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.564 | 30518 | Assigned run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.564 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.564 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.564 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.dBihbq +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.566 | 30522 | Recursively removing directory: /tmp/git.FGVTNj/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.567 | 49999 | Marked run 1931 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.567 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.568 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.568 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.568 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.568 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.568 | 50003 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.568 | 30518 | Removed run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.568 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.569 | 30518 | Assigned run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.568 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.569 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.8nVhPD +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.569 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.570 | 50002 | Marked run 1932 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.570 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.571 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.572 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.574 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.574 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.577 | 30519 | Recursively removing directory: /tmp/git.dBihbq/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.578 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.578 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.579 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.579 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.579 | 50016 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.579 | 30518 | Removed run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.579 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.579 | 30518 | Assigned run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.579 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.579 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.579 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.eUwcpU +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.581 | 30522 | Recursively removing directory: /tmp/git.8nVhPD/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.582 | 50015 | Marked run 1933 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.582 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.583 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.583 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.583 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.583 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.583 | 50019 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.583 | 30518 | Removed run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.583 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.583 | 30518 | Assigned run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.583 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.583 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.583 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.UxjVst +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.584 | 50018 | Marked run 1934 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.584 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.586 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.586 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.588 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.588 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.592 | 30519 | Recursively removing directory: /tmp/git.eUwcpU/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.593 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.593 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.593 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.593 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.593 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.593 | 50033 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.593 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.593 | 30518 | Removed run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.593 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.594 | 30518 | Assigned run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.594 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.bW06kF +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.594 | 30522 | Recursively removing directory: /tmp/git.UxjVst/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.595 | 50032 | Marked run 1935 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.596 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.596 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.596 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.596 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.596 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.597 | 50035 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.597 | 30518 | Removed run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.597 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.597 | 30518 | Assigned run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.596 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.597 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.mhUoSk +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.597 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.598 | 50034 | Marked run 1936 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.598 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.599 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.600 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.601 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.602 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.606 | 30519 | Recursively removing directory: /tmp/git.bW06kF/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.607 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.607 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.608 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.607 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.608 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.608 | 50049 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.608 | 30518 | Removed run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.608 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.608 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.608 | 30518 | Assigned run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.608 | 30522 | Recursively removing directory: /tmp/git.mhUoSk/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.608 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.VhHqSX +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.610 | 50048 | Marked run 1937 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.610 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.610 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.610 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.611 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.611 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.611 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.611 | 50051 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.611 | 30518 | Removed run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.611 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.611 | 30518 | Assigned run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.611 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.611 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.FDhbiG +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.616 | 50050 | Marked run 1938 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.616 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.616 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.617 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.618 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.619 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.622 | 30519 | Recursively removing directory: /tmp/git.VhHqSX/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.624 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.624 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.624 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.624 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.624 | 50065 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.624 | 30518 | Removed run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.624 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.624 | 30518 | Assigned run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.624 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.624 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.624 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5RSRom +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.625 | 30522 | Recursively removing directory: /tmp/git.FDhbiG/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.626 | 50064 | Marked run 1939 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.627 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.627 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.627 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.627 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.627 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.627 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.627 | 50067 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.627 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.627 | 30518 | Removed run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.627 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.627 | 30518 | Assigned run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.627 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uogM00 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.629 | 50066 | Marked run 1940 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.629 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.630 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.631 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.632 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.633 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.636 | 30519 | Recursively removing directory: /tmp/git.5RSRom/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.637 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.637 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.638 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.638 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.638 | 50081 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.638 | 30518 | Removed run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.638 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.638 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.638 | 30518 | Assigned run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.638 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.638 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NrAW2F +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.639 | 30522 | Recursively removing directory: /tmp/git.uogM00/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.640 | 50080 | Marked run 1941 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.640 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.641 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.641 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.641 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.641 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.641 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.641 | 50083 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.641 | 30518 | Removed run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.641 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.641 | 30518 | Assigned run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.641 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.641 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.DCXpPP +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.643 | 50082 | Marked run 1942 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.643 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.644 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.645 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.646 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.646 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.650 | 30519 | Recursively removing directory: /tmp/git.NrAW2F/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.651 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.651 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.652 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.652 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.652 | 50097 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.652 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.652 | 30518 | Removed run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.652 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.652 | 30518 | Assigned run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.652 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.652 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qlfP8W +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.652 | 30522 | Recursively removing directory: /tmp/git.DCXpPP/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.654 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.654 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.654 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.654 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.654 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.654 | 50099 | Added a new worker 13 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.654 | 30518 | Removed run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.654 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.654 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.654 | 30518 | Assigned run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.655 | 50096 | Marked run 1943 as finished +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.654 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.K6agBs +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.655 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.656 | 50098 | Marked run 1944 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.656 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.658 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.658 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.659 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.659 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.664 | 30519 | Recursively removing directory: /tmp/git.qlfP8W/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.665 | 30522 | Recursively removing directory: /tmp/git.K6agBs/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.665 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.665 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.665 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.665 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.665 | 50113 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.665 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.666 | 30518 | Removed run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.666 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.666 | 30518 | Assigned run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.665 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.666 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.hXY53d +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.667 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.667 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.667 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.667 | 50112 | Marked run 1945 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.668 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.668 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.668 | 50115 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.668 | 30518 | Removed run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.668 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.668 | 30518 | Assigned run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.668 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.668 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.668 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.aQWi0h +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.670 | 50114 | Marked run 1946 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.670 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.671 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.672 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.673 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.673 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.678 | 30519 | Recursively removing directory: /tmp/git.hXY53d/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.679 | 30522 | Recursively removing directory: /tmp/git.aQWi0h/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.679 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.679 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.679 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.679 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.679 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.679 | 50129 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.679 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.679 | 30518 | Removed run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.679 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.679 | 30518 | Assigned run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.679 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GmyhqT +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.681 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.681 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.681 | 50128 | Marked run 1947 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.681 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.681 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.681 | 50131 | Added a new worker 7 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.681 | 30518 | Removed run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.681 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.682 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ocKOCr +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.681 | 30518 | Removed worker 7 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.681 | 30518 | Assigned run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 7 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.682 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.684 | 50130 | Marked run 1948 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.684 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.685 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.686 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.686 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.687 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.691 | 30519 | Recursively removing directory: /tmp/git.GmyhqT/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.692 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.692 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.692 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.693 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.693 | 50145 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.693 | 30518 | Removed run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.693 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.693 | 30518 | Assigned run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.693 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.692 | 30522 | Recursively removing directory: /tmp/git.ocKOCr/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.693 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.693 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A1sOm6 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.695 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.695 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.695 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.695 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.695 | 50147 | Added a new worker 13 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.695 | 30518 | Removed run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.695 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.695 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.695 | 30518 | Assigned run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.696 | 50144 | Marked run 1949 as finished +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.695 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.696 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.695 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.1zSK21 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.698 | 50146 | Marked run 1950 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.698 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.699 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.700 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.700 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.700 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.705 | 30519 | Recursively removing directory: /tmp/git.A1sOm6/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.706 | 30522 | Recursively removing directory: /tmp/git.1zSK21/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.707 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.707 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.707 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.707 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9UO61j +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.707 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.707 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.707 | 50161 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.707 | 30518 | Removed run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.707 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.707 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.707 | 30518 | Assigned run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.707 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.708 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.708 | 50163 | Added a new worker 13 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.708 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.708 | 30518 | Removed run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.708 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.708 | 30518 | Assigned run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.707 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.707 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.708 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.708 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JvcCcn +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.709 | 50160 | Marked run 1951 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.710 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.711 | 50162 | Marked run 1952 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.712 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.712 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.713 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.714 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.714 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.719 | 30519 | Recursively removing directory: /tmp/git.9UO61j/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.720 | 30522 | Recursively removing directory: /tmp/git.JvcCcn/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.720 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.720 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.720 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.720 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.720 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.720 | 50177 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.720 | 30518 | Removed run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.720 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.721 | 30518 | Assigned run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.721 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.721 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.e9lZmO +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.722 | 50176 | Marked run 1953 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.722 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.722 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.722 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.723 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.723 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.723 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.723 | 50179 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.723 | 30518 | Removed run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.723 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.723 | 30518 | Assigned run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.723 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.723 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.gCGTiz +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.724 | 50178 | Marked run 1954 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.724 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.729 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.730 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.731 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.732 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.736 | 30519 | Recursively removing directory: /tmp/git.e9lZmO/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.737 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.737 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.738 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.738 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.738 | 50193 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.738 | 30518 | Removed run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.738 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.738 | 30518 | Assigned run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.738 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.738 | 30522 | Recursively removing directory: /tmp/git.gCGTiz/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.738 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.738 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XPSN8b +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.739 | 50192 | Marked run 1955 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.740 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.740 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.740 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.740 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.740 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.741 | 50195 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.741 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.741 | 30518 | Removed run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.741 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.741 | 30518 | Assigned run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.740 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.741 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.JcRnvy +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.742 | 50194 | Marked run 1956 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.742 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.743 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.744 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.746 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.746 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.749 | 30519 | Recursively removing directory: /tmp/git.XPSN8b/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.750 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.750 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.751 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.751 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.751 | 50208 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.751 | 30518 | Removed run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.751 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.751 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.751 | 30518 | Assigned run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.751 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.751 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.cgHUcD +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.753 | 50207 | Marked run 1957 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.753 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.753 | 30522 | Recursively removing directory: /tmp/git.JcRnvy/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.755 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.755 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.755 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.755 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.755 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.755 | 50211 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.755 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.755 | 30518 | Removed run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.755 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.755 | 30518 | Assigned run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.755 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.5odwSr +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.757 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.757 | 50210 | Marked run 1958 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.757 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.758 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.761 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.761 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.763 | 30519 | Recursively removing directory: /tmp/git.cgHUcD/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.765 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.765 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.765 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.765 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.765 | 50222 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.765 | 30518 | Removed run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.765 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.765 | 30518 | Assigned run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.765 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.765 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.765 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.W5f5UX +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.767 | 50221 | Marked run 1959 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.768 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.768 | 30522 | Recursively removing directory: /tmp/git.5odwSr/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.769 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.769 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.769 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.769 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.769 | 50227 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.769 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.769 | 30518 | Removed run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.769 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.769 | 30518 | Assigned run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.769 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.770 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ekpBF7 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.771 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.771 | 50226 | Marked run 1960 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.771 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.771 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.774 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.775 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.777 | 30519 | Recursively removing directory: /tmp/git.W5f5UX/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.778 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.778 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.778 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.778 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.778 | 50238 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.779 | 30518 | Removed run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.779 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.779 | 30518 | Assigned run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.778 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.779 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.kLYXMC +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.779 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.780 | 50237 | Marked run 1961 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.781 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.781 | 30522 | Recursively removing directory: /tmp/git.ekpBF7/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.783 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.783 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.783 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.783 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.783 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.783 | 50243 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.783 | 30518 | Removed run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.783 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.783 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.783 | 30518 | Assigned run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.783 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.GS9jp3 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.784 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.785 | 50242 | Marked run 1962 as finished +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.785 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.785 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.788 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.789 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.791 | 30519 | Recursively removing directory: /tmp/git.kLYXMC/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.792 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.792 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.792 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.792 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.792 | 50254 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.792 | 30518 | Removed run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.793 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.793 | 30518 | Assigned run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.792 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.793 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.fiLKIs +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.793 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.794 | 50253 | Marked run 1963 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.794 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.795 | 30522 | Recursively removing directory: /tmp/git.GS9jp3/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.796 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.796 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.796 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.796 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.797 | 50259 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.797 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.797 | 30518 | Removed run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.797 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.797 | 30518 | Assigned run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.796 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.797 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9LT5Y8 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.798 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.798 | 50258 | Marked run 1964 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.798 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.799 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.801 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.802 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.804 | 30519 | Recursively removing directory: /tmp/git.fiLKIs/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.806 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.806 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.806 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.806 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.806 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.806 | 50272 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.806 | 30518 | Removed run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.806 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.806 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.806 | 30518 | Assigned run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.806 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.P7Zvm5 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.808 | 50271 | Marked run 1965 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.808 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.808 | 30522 | Recursively removing directory: /tmp/git.9LT5Y8/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.810 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.810 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.810 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.810 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.810 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.810 | 50275 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.810 | 30518 | Removed run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.810 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.810 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.810 | 30518 | Assigned run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.810 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KhWuFZ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.812 | 50274 | Marked run 1966 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.812 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.812 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.813 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.815 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.816 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.819 | 30519 | Recursively removing directory: /tmp/git.P7Zvm5/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.820 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.820 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.820 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.820 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.820 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.821 | 50288 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.821 | 30518 | Removed run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.821 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.821 | 30518 | Assigned run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.821 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.821 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.S0GpgJ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.822 | 30522 | Recursively removing directory: /tmp/git.KhWuFZ/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.823 | 50287 | Marked run 1967 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.823 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.823 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.823 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.823 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.823 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.823 | 50291 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.824 | 30518 | Removed run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.824 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.824 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.824 | 30518 | Assigned run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.823 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.824 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.oR3uV7 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.825 | 50290 | Marked run 1968 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.825 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.827 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.828 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.829 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.829 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.834 | 30519 | Recursively removing directory: /tmp/git.S0GpgJ/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.835 | 30522 | Recursively removing directory: /tmp/git.oR3uV7/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.835 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.835 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.835 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.835 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.835 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.835 | 50305 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.835 | 30518 | Removed run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.835 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.835 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.835 | 30518 | Assigned run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.836 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.7mA80d +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.840 | 50304 | Marked run 1969 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.840 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.840 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.840 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.840 | 50307 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.840 | 30518 | Removed run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.840 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.840 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.840 | 30518 | Assigned run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.840 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.840 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.840 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.840 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.lJFrFy +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.843 | 50306 | Marked run 1970 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.843 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.845 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.845 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.846 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.846 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.851 | 30519 | Recursively removing directory: /tmp/git.7mA80d/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.851 | 30522 | Recursively removing directory: /tmp/git.lJFrFy/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.853 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.853 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.853 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.853 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.853 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.853 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.853 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.853 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.853 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.853 | 50322 | Added a new worker 15 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.853 | 30518 | Removed run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.853 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.853 | 30518 | Assigned run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.853 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.853 | 50323 | Added a new worker 16 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.853 | 30518 | Removed run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.853 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.853 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.853 | 30518 | Assigned run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.853 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.853 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ginTDn +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.854 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.MzCbvY +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.855 | 50320 | Marked run 1971 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.855 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.857 | 50321 | Marked run 1972 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.857 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.859 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.859 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.859 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.860 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.865 | 30519 | Recursively removing directory: /tmp/git.ginTDn/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.865 | 30522 | Recursively removing directory: /tmp/git.MzCbvY/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.866 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.866 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.866 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.867 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.867 | 50337 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.867 | 30518 | Removed run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.867 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.867 | 30518 | Assigned run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.867 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.867 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.867 | 50339 | Added a new worker 13 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.867 | 30518 | Removed run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.867 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.867 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.867 | 30518 | Assigned run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.867 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.867 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ewBpm8 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.867 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.867 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.867 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.867 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ofia5Y +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.869 | 50336 | Marked run 1973 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.869 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.870 | 50338 | Marked run 1974 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.871 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.873 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.873 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.873 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.873 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.879 | 30522 | Recursively removing directory: /tmp/git.ofia5Y/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.879 | 30519 | Recursively removing directory: /tmp/git.ewBpm8/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.880 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.880 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.880 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.880 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.880 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.880 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.880 | 50354 | Added a new worker 15 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.880 | 30518 | Removed run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.880 | 30518 | Removed worker 15 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.880 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.880 | 30518 | Assigned run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 15 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.880 | 50355 | Added a new worker 16 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.881 | 30518 | Removed run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.881 | 30518 | Removed worker 16 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.881 | 30518 | Assigned run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 16 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.881 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uuDz6i +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.881 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.880 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.881 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.880 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.880 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.881 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ndYgkM +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.882 | 50352 | Marked run 1976 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.882 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.884 | 50353 | Marked run 1975 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.884 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.886 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.886 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.886 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.887 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.892 | 30519 | Recursively removing directory: /tmp/git.ndYgkM/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.893 | 30522 | Recursively removing directory: /tmp/git.uuDz6i/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.893 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.893 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.893 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.893 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.893 | 50369 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.893 | 30518 | Removed run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.893 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.893 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.893 | 30518 | Assigned run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.893 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.894 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.M4kiUl +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.895 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.895 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.895 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.895 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.895 | 50368 | Marked run 1978 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.895 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.895 | 50371 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.895 | 30518 | Removed run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.895 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.895 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.895 | 30518 | Assigned run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.896 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.896 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.T0TgAi +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.897 | 50370 | Marked run 1977 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.897 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.898 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.899 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.900 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.901 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.905 | 30519 | Recursively removing directory: /tmp/git.M4kiUl/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.906 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.906 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.906 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.906 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.906 | 50385 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.906 | 30518 | Removed run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.906 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.906 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.906 | 30518 | Assigned run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.906 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.906 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.ewCQrW +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.907 | 30522 | Recursively removing directory: /tmp/git.T0TgAi/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.908 | 50384 | Marked run 1979 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.908 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.909 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.909 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.909 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.909 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.909 | 50387 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.909 | 30518 | Removed run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.909 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.909 | 30518 | Assigned run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.910 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.909 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.909 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.pG6Tqo +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.911 | 50386 | Marked run 1980 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.911 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.912 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.913 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.914 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.914 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.918 | 30519 | Recursively removing directory: /tmp/git.ewCQrW/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.920 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.920 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.920 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.920 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.920 | 50401 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.920 | 30518 | Removed run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.920 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.920 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.920 | 30518 | Assigned run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.920 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.920 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.IsyKSU +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.921 | 30522 | Recursively removing directory: /tmp/git.pG6Tqo/ +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.922 | 50400 | Marked run 1981 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.922 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.923 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.923 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.923 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.923 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.923 | 50403 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.923 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.923 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.923 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.LpuREC +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.923 | 30518 | Removed run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.923 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.923 | 30518 | Assigned run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.926 | 50402 | Marked run 1982 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.926 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.926 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.927 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.928 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.929 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.932 | 30519 | Recursively removing directory: /tmp/git.IsyKSU/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.934 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.934 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.934 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.934 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.934 | 50417 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.934 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.934 | 30518 | Removed run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.934 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.934 | 30518 | Assigned run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.934 | 30522 | Recursively removing directory: /tmp/git.LpuREC/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.934 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.934 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.XMSsSC +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.936 | 50416 | Marked run 1983 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.936 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.937 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.937 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.937 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.937 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.937 | 50419 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.937 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.937 | 30518 | Removed run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.937 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.937 | 30518 | Assigned run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.937 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.937 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.0oXkfp +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.939 | 50418 | Marked run 1984 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.939 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.941 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.942 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.942 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.943 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.947 | 30519 | Recursively removing directory: /tmp/git.XMSsSC/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.949 | 30522 | Recursively removing directory: /tmp/git.0oXkfp/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.949 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.949 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.949 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.949 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.949 | 50433 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.949 | 30518 | Removed run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.949 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.949 | 30518 | Assigned run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.949 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.949 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.949 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.A68U3n +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.950 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.950 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.951 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.951 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.951 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.951 | 50435 | Added a new worker 13 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.951 | 30518 | Removed run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.951 | 30518 | Removed worker 13 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.951 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.951 | 30518 | Assigned run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 13 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.951 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uxy2HD +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.953 | 50432 | Marked run 1985 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.953 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.954 | 50434 | Marked run 1986 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.954 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.956 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.956 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.957 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.957 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.962 | 30522 | Recursively removing directory: /tmp/git.uxy2HD/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.962 | 30519 | Recursively removing directory: /tmp/git.A68U3n/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.964 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.964 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.964 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.964 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.964 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.964 | 50450 | Added a new worker 14 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.964 | 30518 | Removed run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.964 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.964 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.964 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.964 | 30518 | Assigned run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.964 | 50451 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.964 | 30518 | Removed run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.964 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.964 | 30518 | Assigned run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.964 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.964 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.964 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.a25F51 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.964 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.964 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.964 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.965 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NzeEvU +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.967 | 50449 | Marked run 1987 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.967 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.969 | 50448 | Marked run 1988 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.969 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.969 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.970 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.970 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.971 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.976 | 30519 | Recursively removing directory: /tmp/git.NzeEvU/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.976 | 30522 | Recursively removing directory: /tmp/git.a25F51/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.977 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.977 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.977 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.977 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.977 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.977 | 50465 | Added a new worker 10 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.977 | 30518 | Removed run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.977 | 30518 | Removed worker 10 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.977 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.978 | 30518 | Assigned run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 10 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.978 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.yuTezD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.979 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.979 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.979 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.979 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.9OscQ7 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.979 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.979 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.979 | 50467 | Added a new worker 14 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.979 | 30518 | Removed run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.979 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.979 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.979 | 30518 | Assigned run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.979 | 50464 | Marked run 1990 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.980 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.981 | 50466 | Marked run 1989 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.981 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.983 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.984 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.984 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.985 | 30522 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.990 | 30519 | Recursively removing directory: /tmp/git.yuTezD/ +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.991 | 30522 | Recursively removing directory: /tmp/git.9OscQ7/ +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.991 | 30519 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.991 | 30519 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.991 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.991 | 30519 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.991 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.991 | 50481 | Added a new worker 11 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.991 | 30518 | Removed run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.991 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.991 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.992 | 30518 | Assigned run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.992 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.Ya3jzw +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.993 | 30522 | Process exit code: 0 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.993 | 30522 | Process output: 57 bytes +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.993 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.993 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.993 | 50483 | Added a new worker 14 to the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.993 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.993 | 30518 | Removed run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.993 | 30518 | Removed worker 14 from the queue +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.993 | 30518 | Assigned run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 14 +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.993 | 30522 | Waiting for a new command +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.993 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.qZ34s5 +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.994 | 50480 | Marked run 1991 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.994 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.996 | 50482 | Marked run 1992 as finished +2024-01-28 10:55:41 | INFO | 30516/cimple-server: 2024-01-28 10:55:41.996 | 30516 | Waiting for new connections +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.997 | 30519 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30519/cimple-worker: 2024-01-28 10:55:41.998 | 30519 | Going to run: ./ci +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.998 | 30522 | Checking out revision HEAD +2024-01-28 10:55:41 | INFO | 30522/cimple-worker: 2024-01-28 10:55:41.999 | 30522 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.004 | 30519 | Recursively removing directory: /tmp/git.Ya3jzw/ +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.005 | 30522 | Recursively removing directory: /tmp/git.qZ34s5/ +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.005 | 30519 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.005 | 30519 | Process output: 57 bytes +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.005 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.005 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.005 | 50497 | Added a new worker 11 to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.005 | 30518 | Removed run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.005 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.005 | 30518 | Assigned run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.005 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.005 | 30519 | Waiting for a new command +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.005 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.L56cu1 +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.007 | 30522 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.007 | 30522 | Process output: 57 bytes +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.007 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.007 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.007 | 50496 | Marked run 1993 as finished +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.008 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.008 | 50499 | Added a new worker 6 to the queue +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.007 | 30522 | Waiting for a new command +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.008 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.008 | 30518 | Removed run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.008 | 30518 | Removed worker 6 from the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.008 | 30518 | Assigned run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 6 +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.008 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.uL6g75 +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.009 | 50498 | Marked run 1994 as finished +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.009 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.011 | 30519 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.012 | 30519 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.013 | 30522 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.014 | 30522 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.018 | 30519 | Recursively removing directory: /tmp/git.L56cu1/ +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.019 | 30522 | Recursively removing directory: /tmp/git.uL6g75/ +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.019 | 30519 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.019 | 30519 | Process output: 57 bytes +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.019 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.019 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.020 | 50513 | Added a new worker 11 to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.020 | 30518 | Removed run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.020 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.020 | 30518 | Assigned run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.020 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.019 | 30519 | Waiting for a new command +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.020 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.KdsjmC +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.022 | 30522 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.022 | 30522 | Process output: 57 bytes +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.022 | 30522 | Waiting for a new command +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.022 | 50512 | Marked run 1995 as finished +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.022 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.022 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.022 | 50515 | Added a new worker 11 to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.022 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.022 | 30518 | Removed run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.022 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.022 | 30518 | Assigned run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.022 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.nMexO7 +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.024 | 50514 | Marked run 1996 as finished +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.025 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.026 | 30519 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.026 | 30519 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.028 | 30522 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.028 | 30522 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.032 | 30519 | Recursively removing directory: /tmp/git.KdsjmC/ +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.033 | 30519 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.033 | 30519 | Process output: 57 bytes +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.034 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.034 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.034 | 50529 | Added a new worker 11 to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.034 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.034 | 30518 | Removed run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.034 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.034 | 30518 | Assigned run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.034 | 30519 | Waiting for a new command +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.034 | 30519 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.NBxjGZ +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.034 | 30522 | Recursively removing directory: /tmp/git.nMexO7/ +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.036 | 50528 | Marked run 1997 as finished +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.036 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.036 | 30522 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.036 | 30522 | Process output: 57 bytes +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.036 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.037 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.037 | 50531 | Added a new worker 11 to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.037 | 30518 | Removed run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo from the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.037 | 30518 | Removed worker 11 from the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.037 | 30518 | Assigned run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to worker 11 +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.037 | 30522 | Waiting for a new command +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.037 | 30522 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to /tmp/git.plf7oe +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.037 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.039 | 50530 | Marked run 1998 as finished +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.039 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.040 | 30519 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.041 | 30519 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.042 | 30522 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.043 | 30522 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.046 | 30519 | Recursively removing directory: /tmp/git.NBxjGZ/ +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.048 | 30519 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.048 | 30519 | Process output: 57 bytes +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.048 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.048 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.048 | 50545 | Added a new worker 11 to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.048 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.048 | 30522 | Recursively removing directory: /tmp/git.plf7oe/ +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.048 | 30519 | Waiting for a new command +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.050 | 50544 | Marked run 1999 as finished +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.050 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.050 | 30522 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.050 | 30522 | Process output: 57 bytes +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.050 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.051 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.051 | 50547 | Added a new worker 10 to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.051 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.051 | 30522 | Waiting for a new command +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.052 | 50546 | Marked run 2000 as finished +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.052 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.067 | 50550 | Adding a run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.068 | 50550 | Adding a run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.069 | 50550 | Adding a run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.071 | 50550 | Adding a run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.073 | 50550 | Adding a run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.075 | 50550 | Adding a run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.076 | 50550 | Adding a run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.076 | 50550 | Adding a run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.076 | 50550 | Adding a run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.076 | 50550 | Adding a run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.076 | 50550 | Adding a run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.076 | 50550 | Adding a run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.076 | 50550 | Adding a run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.076 | 50550 | Adding a run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.076 | 50550 | Adding a run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.076 | 50550 | Adding a run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.076 | 50550 | Adding a run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.076 | 50550 | Adding a run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.076 | 50550 | Adding a run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.076 | 50550 | Adding a run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.077 | 50550 | Adding a run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.078 | 50550 | Adding a run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.080 | 50550 | Adding a run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.082 | 50550 | Adding a run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.083 | 50550 | Adding a run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.085 | 50550 | Adding a run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.087 | 50550 | Adding a run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.088 | 50550 | Adding a run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.088 | 50550 | Adding a run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.088 | 50550 | Adding a run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.088 | 50550 | Adding a run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.088 | 50550 | Adding a run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.088 | 50550 | Adding a run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.088 | 50550 | Adding a run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.088 | 50550 | Adding a run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.088 | 50550 | Adding a run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.088 | 50550 | Adding a run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.088 | 50550 | Adding a run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.088 | 50550 | Adding a run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.088 | 50550 | Adding a run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.089 | 50550 | Adding a run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.090 | 50550 | Adding a run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.092 | 50550 | Adding a run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.094 | 50550 | Adding a run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.095 | 50550 | Adding a run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.097 | 50550 | Adding a run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.099 | 50550 | Adding a run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.100 | 50550 | Adding a run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.101 | 50550 | Adding a run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.102 | 50550 | Adding a run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.104 | 50550 | Adding a run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.106 | 50550 | Adding a run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.107 | 50550 | Adding a run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.109 | 50550 | Adding a run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.111 | 50550 | Adding a run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.113 | 50550 | Adding a run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.114 | 50550 | Adding a run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.114 | 50550 | Adding a run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.114 | 50550 | Adding a run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.114 | 50550 | Adding a run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.114 | 50550 | Adding a run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.114 | 50550 | Adding a run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.114 | 50550 | Adding a run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.114 | 50550 | Adding a run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.114 | 50550 | Adding a run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.114 | 50550 | Adding a run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.114 | 50550 | Adding a run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.114 | 50550 | Adding a run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.115 | 50550 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_simple2/repo to the queue +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.119 | 30516 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 2000, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1999, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1998, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1997, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1996, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1995, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1994, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1993, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1992, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1991, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1990, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1989, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1988, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1987, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1986, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1985, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1984, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1983, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1982, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1981, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1980, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1979, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1978, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1977, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1976, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1975, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1974, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1973, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1972, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1971, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1970, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1969, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1968, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1967, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1966, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1965, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1964, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1963, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1962, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1961, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1960, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1959, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1958, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1957, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1956, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1955, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1954, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1953, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1952, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1951, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1950, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1949, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1948, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1947, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1946, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1945, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1944, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1943, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1942, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1941, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1940, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1939, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1938, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1937, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1936, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1935, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1934, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1933, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1932, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1931, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1930, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1929, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1928, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1927, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1926, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1925, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1924, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1923, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1922, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1921, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1920, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1919, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1918, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1917, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1916, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1915, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1914, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1913, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1912, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1911, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1910, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1909, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1908, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1907, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1906, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1905, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1904, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1903, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1902, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1901, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1900, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1899, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1898, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1897, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1896, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1895, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1894, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1893, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1892, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1891, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1890, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1889, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1888, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1887, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1886, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1885, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1884, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1883, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1882, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1881, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1880, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1879, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1878, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1877, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1876, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1875, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1874, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1873, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1872, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1871, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1870, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1869, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1868, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1867, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1866, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1865, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1864, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1863, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1862, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1861, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1860, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1859, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1858, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1857, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1856, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1855, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1854, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1853, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1852, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1851, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1850, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1849, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1848, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1847, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1846, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1845, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1844, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1843, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1842, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1841, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1840, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1839, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1838, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1837, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1836, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1835, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1834, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1833, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1832, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1831, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1830, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1829, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1828, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1827, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1826, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1825, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1824, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1823, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1822, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1821, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1820, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1819, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1818, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1817, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1816, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1815, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1814, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1813, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1812, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1811, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1810, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1809, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1808, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1807, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1806, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1805, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1804, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1803, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1802, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1801, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1800, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1799, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1798, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1797, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1796, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1795, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1794, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1793, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1792, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1791, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1790, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1789, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1788, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1787, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1786, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1785, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1784, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1783, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1782, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1781, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1780, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1779, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1778, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1777, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1776, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1775, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1774, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1773, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1772, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1771, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1770, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1769, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1768, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1767, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1766, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1765, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1764, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1763, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1762, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1761, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1760, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1759, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1758, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1757, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1756, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1755, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1754, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1753, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1752, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1751, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1750, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1749, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1748, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1747, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1746, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1745, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1744, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1743, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1742, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1741, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1740, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1739, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1738, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1737, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1736, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1735, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1734, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1733, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1732, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1731, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1730, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1729, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1728, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1727, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1726, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1725, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1724, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1723, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1722, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1721, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1720, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1719, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1718, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1717, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1716, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1715, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1714, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1713, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1712, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1711, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1710, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1709, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1708, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1707, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1706, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1705, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1704, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1703, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1702, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1701, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1700, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1699, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1698, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1697, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1696, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1695, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1694, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1693, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1692, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1691, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1690, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1689, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1688, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1687, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1686, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1685, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1684, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1683, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1682, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1681, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1680, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1679, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1678, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1677, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1676, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1675, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1674, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1673, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1672, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1671, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1670, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1669, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1668, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1667, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1666, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1665, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1664, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1663, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1662, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1661, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1660, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1659, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1658, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1657, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1656, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1655, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1654, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1653, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1652, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1651, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1650, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1649, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1648, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1647, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1646, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1645, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1644, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1643, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1642, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1641, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1640, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1639, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1638, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1637, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1636, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1635, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1634, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1633, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1632, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1631, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1630, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1629, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1628, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1627, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1626, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1625, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1624, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1623, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1622, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1621, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1620, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1619, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1618, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1617, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1616, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1615, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1614, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1613, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1612, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1611, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1610, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1609, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1608, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1607, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1606, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1605, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1604, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1603, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1602, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1601, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1600, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1599, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1598, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1597, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1596, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1595, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1594, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1593, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1592, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1591, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1590, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1589, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1588, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1587, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1586, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1585, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1584, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1583, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1582, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1581, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1580, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1579, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1578, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1577, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1576, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1575, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1574, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1573, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1572, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1571, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1570, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1569, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1568, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1567, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1566, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1565, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1564, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1563, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1562, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1561, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1560, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1559, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1558, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1557, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1556, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1555, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1554, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1553, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1552, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1551, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1550, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1549, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1548, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1547, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1546, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1545, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1544, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1543, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1542, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1541, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1540, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1539, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1538, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1537, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1536, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1535, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1534, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1533, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1532, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1531, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1530, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1529, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1528, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1527, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1526, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1525, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1524, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1523, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1522, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1521, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1520, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1519, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1518, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1517, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1516, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1515, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1514, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1513, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1512, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1511, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1510, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1509, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1508, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1507, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1506, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1505, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1504, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1503, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1502, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1501, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1500, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1499, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1498, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1497, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1496, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1495, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1494, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1493, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1492, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1491, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1490, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1489, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1488, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1487, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1486, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1485, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1484, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1483, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1482, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1481, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1480, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1479, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1478, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1477, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1476, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1475, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1474, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1473, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1472, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1471, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1470, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1469, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1468, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1467, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1466, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1465, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1464, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1463, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1462, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1461, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1460, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1459, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1458, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1457, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1456, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1455, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1454, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1453, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1452, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1451, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1450, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1449, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1448, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1447, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1446, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1445, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1444, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1443, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1442, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1441, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1440, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1439, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1438, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1437, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1436, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1435, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1434, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1433, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1432, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1431, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1430, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1429, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1428, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1427, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1426, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1425, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1424, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1423, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1422, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1421, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1420, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1419, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1418, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1417, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1416, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1415, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1414, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1413, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1412, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1411, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1410, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1409, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1408, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1407, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1406, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1405, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1404, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1403, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1402, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1401, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1400, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1399, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1398, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1397, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1396, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1395, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1394, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1393, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1392, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1391, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1390, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1389, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1388, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1387, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1386, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1385, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1384, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1383, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1382, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1381, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1380, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1379, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1378, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1377, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1376, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1375, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1374, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1373, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1372, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1371, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1370, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1369, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1368, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1367, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1366, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1365, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1364, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1363, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1362, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1361, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1360, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1359, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1358, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1357, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1356, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1355, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1354, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1353, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1352, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1351, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1350, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1349, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1348, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1347, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1346, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1345, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1344, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1343, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1342, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1341, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1340, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1339, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1338, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1337, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1336, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1335, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1334, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1333, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1332, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1331, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1330, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1329, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1328, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1327, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1326, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1325, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1324, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1323, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1322, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1321, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1320, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1319, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1318, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1317, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1316, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1315, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1314, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1313, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1312, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1311, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1310, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1309, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1308, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1307, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1306, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1305, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1304, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1303, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1302, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1301, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1300, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1299, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1298, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1297, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1296, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1295, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1294, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1293, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1292, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1291, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1290, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1289, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1288, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1287, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1286, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1285, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1284, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1283, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1282, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1281, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1280, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1279, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1278, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1277, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1276, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1275, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1274, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1273, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1272, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1271, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1270, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1269, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1268, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1267, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1266, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1265, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1264, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1263, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1262, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1261, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1260, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1259, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1258, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1257, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1256, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1255, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1254, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1253, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1252, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1251, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1250, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1249, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1248, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1247, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1246, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1245, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1244, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1243, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1242, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1241, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1240, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1239, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1238, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1237, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1236, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1235, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1234, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1233, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1232, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1231, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1230, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1229, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1228, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1227, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1226, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1225, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1224, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1223, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1222, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1221, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1220, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1219, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1218, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1217, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1216, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1215, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1214, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1213, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1212, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1211, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1210, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1209, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1208, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1207, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1206, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1205, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1204, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1203, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1202, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1201, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1200, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1199, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1198, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1197, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1196, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1195, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1194, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1193, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1192, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1191, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1190, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1189, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1188, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1187, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1186, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1185, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1184, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1183, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1182, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1181, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1180, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1179, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1178, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1177, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1176, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1175, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1174, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1173, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1172, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1171, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1170, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1169, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1168, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1167, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1166, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1165, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1164, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1163, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1162, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1161, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1160, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1159, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1158, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1157, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1156, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1155, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1154, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1153, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1152, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1151, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1150, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1149, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1148, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1147, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1146, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1145, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1144, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1143, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1142, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1141, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1140, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1139, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1138, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1137, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1136, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1135, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1134, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1133, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1132, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1131, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1130, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1129, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1128, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1127, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1126, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1125, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1124, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1123, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1122, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1121, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1120, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1119, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1118, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1117, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1116, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1115, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1114, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1113, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1112, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1111, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1110, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1109, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1108, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1107, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1106, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1105, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1104, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1103, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1102, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1101, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1100, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1099, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1098, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1097, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1096, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1095, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1094, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1093, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1092, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1091, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1090, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1089, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1088, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1087, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1086, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1085, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1084, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1083, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1082, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1081, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1080, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1079, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1078, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1077, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1076, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1075, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1074, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1073, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1072, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1071, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1070, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1069, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1068, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1067, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1066, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1065, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1064, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1063, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1062, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1061, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1060, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1059, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1058, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1057, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1056, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1055, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1054, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1053, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1052, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1051, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1050, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1049, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1048, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1047, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1046, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1045, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1044, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1043, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1042, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1041, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1040, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1039, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1038, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1037, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1036, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1035, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1034, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1033, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1032, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1031, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1030, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1029, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1028, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1027, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1026, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1025, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1024, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1023, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1022, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1021, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1020, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1019, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1018, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1017, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1016, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1015, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1014, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1013, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1012, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1011, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1010, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1009, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1008, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1007, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1006, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1005, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1004, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1003, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1002, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1001, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1000, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 999, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 998, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 997, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 996, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 995, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 994, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 993, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 992, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 991, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 990, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 989, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 988, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 987, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 986, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 985, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 984, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 983, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 982, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 981, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 980, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 979, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 978, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 977, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 976, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 975, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 974, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 973, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 972, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 971, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 970, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 969, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 968, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 967, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 966, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 965, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 964, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 963, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 962, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 961, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 960, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 959, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 958, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 957, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 956, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 955, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 954, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 953, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 952, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 951, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 950, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 949, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 948, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 947, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 946, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 945, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 944, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 943, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 942, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 941, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 940, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 939, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 938, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 937, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 936, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 935, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 934, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 933, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 932, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 931, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 930, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 929, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 928, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 927, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 926, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 925, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 924, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 923, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 922, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 921, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 920, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 919, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 918, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 917, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 916, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 915, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 914, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 913, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 912, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 911, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 910, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 909, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 908, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 907, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 906, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 905, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 904, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 903, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 902, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 901, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 900, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 899, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 898, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 897, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 896, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 895, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 894, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 893, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 892, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 891, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 890, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 889, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 888, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 887, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 886, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 885, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 884, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 883, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 882, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 881, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 880, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 879, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 878, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 877, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 876, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 875, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 874, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 873, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 872, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 871, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 870, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 869, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 868, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 867, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 866, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 865, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 864, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 863, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 862, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 861, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 860, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 859, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 858, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 857, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 856, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 855, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 854, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 853, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 852, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 851, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 850, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 849, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 848, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 847, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 846, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 845, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 844, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 843, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 842, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 841, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 840, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 839, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 838, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 837, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 836, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 835, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 834, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 833, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 832, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 831, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 830, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 829, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 828, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 827, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 826, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 825, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 824, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 823, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 822, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 821, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 820, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 819, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 818, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 817, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 816, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 815, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 814, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 813, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 812, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 811, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 810, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 809, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 808, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 807, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 806, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 805, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 804, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 803, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 802, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 801, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 800, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 799, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 798, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 797, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 796, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 795, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 794, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 793, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 792, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 791, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 790, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 789, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 788, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 787, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 786, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 785, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 784, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 783, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 782, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 781, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 780, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 779, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 778, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 777, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 776, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 775, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 774, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 773, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 772, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 771, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 770, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 769, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 768, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 767, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 766, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 765, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 764, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 763, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 762, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 761, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 760, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 759, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 758, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 757, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 756, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 755, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 754, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 753, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 752, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 751, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 750, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 749, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 748, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 747, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 746, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 745, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 744, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 743, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 742, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 741, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 740, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 739, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 738, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 737, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 736, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 735, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 734, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 733, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 732, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 731, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 730, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 729, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 728, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 727, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 726, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 725, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 724, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 723, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 722, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 721, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 720, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 719, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 718, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 717, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 716, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 715, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 714, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 713, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 712, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 711, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 710, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 709, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 708, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 707, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 706, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 705, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 704, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 703, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 702, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 701, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 700, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 699, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 698, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 697, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 696, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 695, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 694, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 693, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 692, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 691, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 690, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 689, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 688, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 687, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 686, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 685, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 684, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 683, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 682, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 681, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 680, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 679, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 678, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 677, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 676, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 675, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 674, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 673, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 672, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 671, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 670, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 669, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 668, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 667, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 666, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 665, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 664, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 663, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 662, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 661, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 660, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 659, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 658, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 657, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 656, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 655, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 654, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 653, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 652, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 651, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 650, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 649, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 648, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 647, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 646, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 645, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 644, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 643, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 642, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 641, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 640, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 639, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 638, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 637, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 636, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 635, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 634, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 633, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 632, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 631, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 630, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 629, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 628, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 627, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 626, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 625, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 624, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 623, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 622, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 621, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 620, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 619, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 618, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 617, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 616, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 615, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 614, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 613, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 612, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 611, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 610, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 609, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 608, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 607, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 606, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 605, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 604, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 603, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 602, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 601, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 600, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 599, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 598, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 597, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 596, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 595, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 594, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 593, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 592, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 591, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 590, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 589, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 588, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 587, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 586, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 585, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 584, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 583, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 582, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 581, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 580, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 579, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 578, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 577, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 576, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 575, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 574, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 573, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 572, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 571, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 570, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 569, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 568, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 567, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 566, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 565, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 564, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 563, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 562, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 561, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 560, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 559, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 558, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 557, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 556, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 555, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 554, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 553, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 552, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 551, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 550, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 549, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 548, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 547, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 546, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 545, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 544, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 543, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 542, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 541, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 540, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 539, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 538, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 537, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 536, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 535, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 534, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 533, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 532, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 531, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 530, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 529, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 528, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 527, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 526, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 525, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 524, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 523, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 522, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 521, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 520, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 519, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 518, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 517, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 516, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 515, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 514, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 513, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 512, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 511, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 510, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 509, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 508, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 507, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 506, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 505, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 504, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 503, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 502, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 501, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 500, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 499, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 498, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 497, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 496, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 495, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 494, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 493, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 492, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 491, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 490, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 489, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 488, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 487, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 486, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 485, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 484, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 483, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 482, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 481, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 480, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 479, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 478, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 477, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 476, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 475, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 474, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 473, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 472, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 471, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 470, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 469, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 468, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 467, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 466, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 465, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 464, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 463, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 462, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 461, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 460, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 459, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 458, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 457, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 456, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 455, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 454, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 453, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 452, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 451, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 450, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 449, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 448, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 447, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 446, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 445, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 444, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 443, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 442, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 441, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 440, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 439, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 438, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 437, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 436, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 435, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 434, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 433, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 432, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 431, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 430, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 429, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 428, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 427, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 426, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 425, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 424, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 423, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 422, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 421, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 420, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 419, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 418, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 417, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 416, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 415, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 414, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 413, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 412, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 411, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 410, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 409, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 408, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 407, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 406, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 405, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 404, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 403, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 402, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 401, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 400, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 399, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 398, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 397, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 396, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 395, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 394, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 393, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 392, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 391, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 390, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 389, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 388, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 387, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 386, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 385, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 384, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 383, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 382, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 381, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 380, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 379, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 378, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 377, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 376, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 375, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 374, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 373, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 372, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 371, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 370, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 369, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 368, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 367, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 366, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 365, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 364, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 363, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 362, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 361, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 360, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 359, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 358, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 357, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 356, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 355, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 354, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 353, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 352, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 351, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 350, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 349, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 348, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 347, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 346, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 345, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 344, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 343, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 342, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 341, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 340, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 339, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 338, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 337, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 336, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 335, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 334, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 333, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 332, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 331, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 330, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 329, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 328, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 327, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 326, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 325, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 324, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 323, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 322, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 321, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 320, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 319, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 318, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 317, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 316, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 315, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 314, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 313, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 312, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 311, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 310, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 309, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 308, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 307, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 306, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 305, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 304, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 303, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 302, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 301, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 300, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 299, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 298, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 297, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 296, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 295, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 294, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 293, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 292, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 291, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 290, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 289, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 288, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 287, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 286, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 285, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 284, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 283, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 282, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 281, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 280, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 279, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 278, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 277, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 276, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 275, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 274, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 273, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 272, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 271, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 270, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 269, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 268, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 267, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 266, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 265, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 264, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 263, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 262, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 261, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 260, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 259, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 258, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 257, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 256, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 255, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 254, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 253, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 252, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 251, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 250, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 249, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 248, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 247, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 246, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 245, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 244, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 243, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 242, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 241, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 240, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 239, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 238, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 237, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 236, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 235, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 234, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 233, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 232, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 231, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 230, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 229, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 228, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 227, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 226, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 225, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 224, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 223, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 222, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 221, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 220, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 219, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 218, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 217, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 216, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 215, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 214, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 213, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 212, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 211, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 210, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 209, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 208, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 207, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 206, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 205, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 204, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 203, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 202, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 201, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 200, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 199, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 198, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 197, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 196, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 195, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 194, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 193, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 192, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 191, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 190, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 189, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 188, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 187, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 186, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 185, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 184, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 183, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 182, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 181, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 180, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 179, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 178, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 177, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 176, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 175, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 174, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 173, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 172, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 171, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 170, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 169, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 168, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 167, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 166, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 165, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 164, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 163, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 162, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 161, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 160, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 159, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 158, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 157, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 156, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 155, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 154, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 153, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 152, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 151, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 150, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 149, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 148, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 147, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 146, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 145, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 144, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 143, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 142, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 141, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 140, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 139, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 138, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 137, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 136, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 135, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 134, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 133, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 132, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 131, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 130, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 129, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 128, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 127, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 126, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 125, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 124, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 123, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 122, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 121, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 120, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 119, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 118, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 117, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 116, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 115, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 114, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 113, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 112, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 111, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 110, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 109, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 108, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 107, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 106, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 105, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 104, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 103, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 102, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 101, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 100, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 99, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 98, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 97, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 96, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 95, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 94, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 93, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 92, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 91, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 90, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 89, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 88, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 87, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 86, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 85, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 84, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 83, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 82, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 81, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 80, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 79, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 78, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 77, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 76, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 75, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 74, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 73, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 72, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 71, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 70, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 69, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 68, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 67, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 66, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 65, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 64, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 63, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 62, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 61, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 60, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 59, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 58, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 57, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 56, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 55, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 54, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 53, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 52, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 51, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 50, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 49, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 48, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 47, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 46, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 45, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 44, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 43, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 42, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 41, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 40, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 39, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 38, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 37, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 36, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 35, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 34, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 33, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 32, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 31, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 30, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 29, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 28, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 27, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 26, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 25, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 24, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 23, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 22, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 21, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 20, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 19, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 18, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 17, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 16, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 15, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 14, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 13, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 12, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 11, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 10, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 9, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 8, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 7, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 6, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 5, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_simple2\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:55:42 | INFO | Terminating process 30522/cimple-worker +2024-01-28 10:55:42 | INFO | 30522/cimple-worker: 2024-01-28 10:55:42.146 | 30522 | Shutting down +2024-01-28 10:55:42 | INFO | Terminating process 30519/cimple-worker +2024-01-28 10:55:42 | INFO | 30519/cimple-worker: 2024-01-28 10:55:42.147 | 30519 | Shutting down +2024-01-28 10:55:42 | INFO | Terminating process 30516/cimple-server +2024-01-28 10:55:42 | INFO | 30516/cimple-server: 2024-01-28 10:55:42.149 | 30516 | Shutting down
Passedsrc/test_repo.py::test_repo_stress[output_long-numof_clients=10-runs_per_client=50]7.36
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/cimple.sqlite'] +2024-01-28 10:55:42 | INFO | Process 50551/cimple-server has started +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.174 | 50551 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/cimple.sqlite +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.175 | 50551 | SQLite database version: 0 +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.175 | 50551 | Newest database version: 1 +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.175 | 50551 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.188 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Process 50551/cimple-server is ready +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:42 | INFO | Process 50554/cimple-worker has started +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.197 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.197 | 50556 | Added a new worker 8 to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.197 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.197 | 50554 | Waiting for a new command +2024-01-28 10:55:42 | INFO | Process 50554/cimple-worker is ready +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:42 | INFO | Process 50557/cimple-worker has started +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.206 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.206 | 50559 | Added a new worker 9 to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.206 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.206 | 50557 | Waiting for a new command +2024-01-28 10:55:42 | INFO | Process 50557/cimple-worker is ready +2024-01-28 10:55:42 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/cimple.sqlite +2024-01-28 10:55:42 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:55:42 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:55:42 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:55:42 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:55:42 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:55:42 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:55:42 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:55:42 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:55:42 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:55:42 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:55:42 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:55:42 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:55:42 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:55:42 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:55:42 | INFO | Executing 50 clients +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | Executing 50 clients +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.663 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.667 | 50586 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.667 | 50553 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.667 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.668 | 50553 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.668 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.668 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.668 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CiNh0I +2024-01-28 10:55:42 | INFO | Executing 50 clients +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.674 | 50554 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.675 | 50554 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.680 | 50588 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.680 | 50553 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.680 | 50553 | Removed worker 9 from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.680 | 50553 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.680 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LZiE2z +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.682 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.682 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.685 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.685 | 50557 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.687 | 50557 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.687 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.689 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.689 | 50594 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | Executing 50 clients +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.690 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.697 | 50595 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | Executing 50 clients +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.697 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.699 | 50596 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.700 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.700 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | Executing 50 clients +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.702 | 50598 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.702 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.703 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.705 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.707 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Executing 50 clients +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.709 | 50604 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.711 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.711 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.712 | 50612 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.713 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.713 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.714 | 50609 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.715 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.715 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.717 | 50611 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.717 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.717 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | Executing 50 clients +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | Executing 50 clients +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.722 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.722 | 50614 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.723 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.723 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.723 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.724 | 50617 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.725 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.726 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.726 | 50636 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.726 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.728 | 50620 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.729 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.729 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.729 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.730 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.730 | 50632 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.731 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.732 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.733 | 50633 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.733 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.734 | 50622 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.735 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.735 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.736 | 50639 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.737 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.737 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.737 | 50554 | Recursively removing directory: /tmp/git.CiNh0I/ +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.739 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.738 | 50557 | Recursively removing directory: /tmp/git.LZiE2z/ +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.740 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.740 | 50554 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.740 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.740 | 50557 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.740 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.742 | 50643 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.742 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.743 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | Executing 50 clients +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.744 | 50645 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.744 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.745 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.745 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.746 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.746 | 50646 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.747 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.747 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.748 | 50648 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.748 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.749 | 50653 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.750 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.750 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.751 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.752 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.752 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.752 | 50557 | Waiting for a new command +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.752 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.752 | 50670 | Added a new worker 33 to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.752 | 50553 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.752 | 50553 | Removed worker 33 from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.752 | 50553 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 33 +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.752 | 50554 | Waiting for a new command +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.753 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CRNb8J +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.753 | 50651 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.753 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.753 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.754 | 50672 | Added a new worker 12 to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.754 | 50553 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.754 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.755 | 50553 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.755 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.NcM2nr +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.755 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.755 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.756 | 50654 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.757 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.758 | 50657 | Added a new run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.758 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.758 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.760 | 50554 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.761 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.761 | 50554 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.763 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.764 | 50557 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.764 | 50557 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.765 | 50661 | Marked run 2 as finished +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.766 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.767 | 50655 | Added a new run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.767 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.768 | 50663 | Added a new run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.769 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.770 | 50664 | Added a new run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.770 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.770 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.772 | 50667 | Added a new run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.772 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.772 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.774 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.774 | 50669 | Added a new run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.774 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.775 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.776 | 50554 | Recursively removing directory: /tmp/git.CRNb8J/ +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.778 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.778 | 50554 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.778 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.779 | 50660 | Marked run 1 as finished +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.779 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.780 | 50671 | Added a new run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.780 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.780 | 50557 | Recursively removing directory: /tmp/git.NcM2nr/ +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.782 | 50676 | Added a new run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.783 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.783 | 50557 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.783 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.783 | 50678 | Added a new run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.784 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.784 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.785 | 50674 | Added a new run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.786 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.786 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.787 | 50680 | Added a new run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.787 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.788 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.788 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.788 | 50694 | Added a new run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.789 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.790 | 50696 | Added a new run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.791 | 50557 | Waiting for a new command +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.791 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.792 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.794 | 50554 | Waiting for a new command +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.794 | 50717 | Added a new worker 29 to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.794 | 50553 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.794 | 50553 | Removed worker 29 from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.794 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.794 | 50553 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.794 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.795 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.795 | 50720 | Added a new worker 33 to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.795 | 50553 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.795 | 50553 | Removed worker 33 from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.795 | 50553 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 33 +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.795 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.795 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.795 | 50700 | Added a new run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.795 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.dFXZwl +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.795 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.QwSZeb +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.795 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.797 | 50701 | Added a new run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.799 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.799 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.800 | 50703 | Added a new run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.800 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.801 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.802 | 50708 | Added a new run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.802 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.802 | 50554 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.804 | 50554 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.804 | 50711 | Added a new run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.804 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.805 | 50557 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.805 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.806 | 50557 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.807 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.807 | 50715 | Added a new run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.807 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.808 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.810 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.810 | 50705 | Marked run 3 as finished +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.811 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.812 | 50710 | Added a new run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.812 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.815 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.816 | 50713 | Marked run 4 as finished +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.816 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.817 | 50554 | Recursively removing directory: /tmp/git.dFXZwl/ +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.818 | 50718 | Added a new run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.819 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.819 | 50554 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.819 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.821 | 50557 | Recursively removing directory: /tmp/git.QwSZeb/ +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.822 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.822 | 50557 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.822 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.822 | 50719 | Added a new run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.823 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.825 | 50721 | Added a new run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.825 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.825 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.826 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.826 | 50724 | Added a new run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.827 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.827 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.827 | 50726 | Added a new run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.829 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.830 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.830 | 50554 | Waiting for a new command +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.830 | 50729 | Added a new run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.830 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.831 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.831 | 50761 | Added a new worker 29 to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.832 | 50553 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.832 | 50553 | Removed worker 29 from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.832 | 50553 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.832 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.833 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.833 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.834 | 50557 | Waiting for a new command +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.834 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.834 | 50766 | Added a new worker 33 to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.834 | 50553 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.834 | 50553 | Removed worker 33 from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.834 | 50553 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 33 +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.834 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.QWHtX4 +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.834 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.835 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GbXzyA +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.835 | 50732 | Added a new run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.836 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.838 | 50735 | Added a new run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.839 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.840 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.841 | 50557 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.842 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.842 | 50554 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.842 | 50754 | Marked run 6 as finished +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.842 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.843 | 50557 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.843 | 50554 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.844 | 50739 | Added a new run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.845 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.848 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.851 | 50757 | Marked run 5 as finished +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.851 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.852 | 50748 | Added a new run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.853 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.854 | 50752 | Added a new run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.854 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.855 | 50755 | Added a new run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.855 | 50554 | Recursively removing directory: /tmp/git.QWHtX4/ +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.856 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.857 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.857 | 50760 | Added a new run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.858 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.858 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.858 | 50554 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.858 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.859 | 50557 | Recursively removing directory: /tmp/git.GbXzyA/ +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.860 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.860 | 50763 | Added a new run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.861 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.861 | 50557 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.861 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.862 | 50764 | Added a new run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.863 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.863 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.864 | 50765 | Added a new run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.864 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.865 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.865 | 50769 | Added a new run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.866 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.866 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.867 | 50770 | Added a new run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.868 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.869 | 50790 | Added a new run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.869 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.869 | 50554 | Waiting for a new command +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.870 | 50557 | Waiting for a new command +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.871 | 50799 | Added a new run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.872 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.872 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.872 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.872 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.872 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.873 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.873 | 50804 | Added a new worker 31 to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.873 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.873 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.fYifAs +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.873 | 50553 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.873 | 50553 | Removed worker 31 from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.873 | 50553 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.874 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.875 | 50805 | Added a new worker 31 to the queue +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.875 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1SYQAP +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.875 | 50553 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.875 | 50553 | Removed worker 31 from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.875 | 50553 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.876 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.876 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.877 | 50791 | Added a new run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.877 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.879 | 50554 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.879 | 50793 | Added a new run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.879 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.880 | 50554 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.881 | 50812 | Added a new run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.882 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.882 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.883 | 50557 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.884 | 50557 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.883 | 50780 | Added a new run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.884 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.885 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.885 | 50811 | Added a new run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.885 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.885 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.887 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.889 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.889 | 50796 | Marked run 7 as finished +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.889 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.893 | 50800 | Marked run 8 as finished +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.893 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.893 | 50554 | Recursively removing directory: /tmp/git.fYifAs/ +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.894 | 50806 | Added a new run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.894 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.895 | 50557 | Recursively removing directory: /tmp/git.1SYQAP/ +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.895 | 50554 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.895 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.896 | 50807 | Added a new run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.897 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.897 | 50557 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.897 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.897 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.898 | 50810 | Added a new run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.899 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.900 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.901 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.901 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.901 | 50838 | Added a new run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.902 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.902 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.902 | 50794 | Added a new run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.903 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.903 | 50808 | Added a new run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.904 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.905 | 50822 | Added a new run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.905 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.905 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.906 | 50823 | Added a new run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.906 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.908 | 50828 | Added a new run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.908 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.909 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.910 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.910 | 50557 | Waiting for a new command +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.912 | 50816 | Added a new run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.912 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.912 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.912 | 50554 | Waiting for a new command +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.913 | 50855 | Added a new worker 8 to the queue +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.913 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.4Yf6P7 +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.913 | 50553 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.913 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.913 | 50553 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.913 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.913 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.914 | 50858 | Added a new worker 8 to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.914 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.914 | 50553 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.914 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.914 | 50553 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.914 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.A4N0BV +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.915 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.915 | 50841 | Marked run 9 as finished +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.916 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.917 | 50832 | Added a new run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.917 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.920 | 50557 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.921 | 50554 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.921 | 50557 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.921 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.922 | 50843 | Marked run 10 as finished +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.922 | 50554 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.922 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.923 | 50842 | Added a new run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.924 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.926 | 50844 | Added a new run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.926 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.927 | 50848 | Added a new run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.928 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.929 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.929 | 50856 | Added a new run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.930 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.931 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.932 | 50854 | Added a new run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.933 | 50557 | Recursively removing directory: /tmp/git.4Yf6P7/ +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.933 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.934 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.934 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.935 | 50557 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.935 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.935 | 50853 | Added a new run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.936 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.936 | 50851 | Added a new run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.937 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.938 | 50554 | Recursively removing directory: /tmp/git.A4N0BV/ +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.938 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.940 | 50554 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.940 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.939 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.940 | 50859 | Added a new run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.941 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.941 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.941 | 50862 | Added a new run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.941 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.943 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.944 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.945 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.945 | 50557 | Waiting for a new command +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.945 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.945 | 50897 | Added a new worker 32 to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.945 | 50553 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.945 | 50553 | Removed worker 32 from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.945 | 50553 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 32 +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.945 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.947 | 50860 | Added a new run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.947 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.948 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.948 | 50554 | Waiting for a new command +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.948 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kIRBRz +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.947 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.KhC7lf +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.948 | 50898 | Added a new worker 31 to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.948 | 50553 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.948 | 50553 | Removed worker 31 from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.948 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.948 | 50553 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.950 | 50878 | Added a new run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.950 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.952 | 50882 | Added a new run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.952 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.954 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.955 | 50885 | Added a new run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.956 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.957 | 50557 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.958 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.958 | 50554 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.958 | 50557 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.958 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.958 | 50891 | Added a new run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.959 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.959 | 50554 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.960 | 50887 | Added a new run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.960 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.962 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.963 | 50889 | Marked run 11 as finished +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.964 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.964 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.967 | 50895 | Marked run 12 as finished +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.967 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.968 | 50892 | Added a new run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.968 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.970 | 50557 | Recursively removing directory: /tmp/git.KhC7lf/ +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.970 | 50554 | Recursively removing directory: /tmp/git.kIRBRz/ +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.970 | 50884 | Added a new run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.971 | 50557 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.971 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.971 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.971 | 50554 | Process exit code: 0 +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.971 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.972 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.973 | 50894 | Added a new run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.974 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.975 | 50896 | Added a new run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.975 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.975 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.977 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.977 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.977 | 50900 | Added a new run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.977 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.978 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.980 | 50903 | Added a new run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.980 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.980 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.981 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.981 | 50557 | Waiting for a new command +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.981 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.lIdqQN +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.981 | 50905 | Added a new run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.981 | 50937 | Added a new worker 6 to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.981 | 50553 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.981 | 50553 | Removed worker 6 from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.981 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.981 | 50553 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.981 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.984 | 50906 | Added a new run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.985 | 50554 | Waiting for a new command +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.984 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.985 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.985 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.987 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.988 | 50913 | Added a new run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.989 | 50557 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.988 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.989 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.989 | 50942 | Added a new worker 29 to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.989 | 50553 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.989 | 50553 | Removed worker 29 from the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.989 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.989 | 50553 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.989 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.t3SVHV +2024-01-28 10:55:42 | INFO | 50557/cimple-worker: 2024-01-28 10:55:42.990 | 50557 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.991 | 50916 | Added a new run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.991 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.993 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.993 | 50927 | Added a new run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.994 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.994 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:42 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:42 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.996 | 50551 | Waiting for new connections +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.996 | 50554 | Checking out revision HEAD +2024-01-28 10:55:42 | INFO | 50554/cimple-worker: 2024-01-28 10:55:42.997 | 50554 | Going to run: ./ci +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.998 | 50931 | Marked run 14 as finished +2024-01-28 10:55:42 | INFO | 50551/cimple-server: 2024-01-28 10:55:42.998 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.000 | 50929 | Added a new run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.000 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.002 | 50557 | Recursively removing directory: /tmp/git.lIdqQN/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.003 | 50932 | Marked run 13 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.003 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.004 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.004 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.004 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.005 | 50933 | Added a new run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.005 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.008 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.008 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.009 | 50935 | Added a new run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.009 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.010 | 50554 | Recursively removing directory: /tmp/git.t3SVHV/ +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.011 | 50944 | Added a new run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.011 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.012 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.012 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.012 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.013 | 50940 | Added a new run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.013 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.014 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.014 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.014 | 50972 | Added a new worker 25 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.014 | 50553 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.014 | 50553 | Removed worker 25 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.014 | 50553 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 25 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.014 | 50943 | Added a new run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.012 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.014 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.c9tdh6 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.015 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.017 | 50938 | Added a new run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.017 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.018 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.018 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.018 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.019 | 50948 | Added a new run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.019 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.020 | 50950 | Added a new run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.021 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.022 | 50953 | Added a new run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.023 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.023 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.024 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.024 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.024 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.025 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.025 | 50986 | Added a new worker 27 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.025 | 50553 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.025 | 50553 | Removed worker 27 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.026 | 50553 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 27 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.026 | 50966 | Added a new run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.026 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.027 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.027 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.027 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.2NllYL +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.028 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.028 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.028 | 50969 | Added a new run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.028 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.030 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.032 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.033 | 50968 | Marked run 15 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.034 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.035 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.036 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.037 | 50978 | Marked run 16 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.037 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.038 | 50974 | Added a new run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.039 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.040 | 50557 | Recursively removing directory: /tmp/git.c9tdh6/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.041 | 50983 | Added a new run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.041 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.042 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.043 | 50987 | Added a new run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.043 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.043 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.043 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.045 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.046 | 50980 | Added a new run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.046 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.048 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.048 | 50973 | Added a new run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.049 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.049 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.050 | 50985 | Added a new run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.051 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.050 | 50554 | Recursively removing directory: /tmp/git.2NllYL/ +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.052 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.052 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.052 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.052 | 50979 | Added a new run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.054 | 50990 | Added a new run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.056 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.056 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.056 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.056 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.056 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.057 | 51021 | Added a new worker 31 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.057 | 50553 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.057 | 50553 | Removed worker 31 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.057 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.057 | 50553 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.058 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.H6lvaF +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.058 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.060 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.060 | 51026 | Added a new worker 34 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.060 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.060 | 50553 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.060 | 50553 | Removed worker 34 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.060 | 50553 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 34 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.060 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.060 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wiMiHJ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.060 | 50992 | Added a new run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.061 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.063 | 50993 | Added a new run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.063 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.064 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.067 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.067 | 51013 | Marked run 17 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.067 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.068 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.068 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.069 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.069 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.069 | 51007 | Added a new run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.069 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.072 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.072 | 51023 | Marked run 18 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.073 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.074 | 51011 | Added a new run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.075 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.076 | 51014 | Added a new run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.077 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.078 | 51015 | Added a new run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.079 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.079 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.080 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.080 | 51020 | Added a new run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.080 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.082 | 50554 | Recursively removing directory: /tmp/git.wiMiHJ/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.083 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.083 | 51022 | Added a new run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.083 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.083 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.082 | 50557 | Recursively removing directory: /tmp/git.H6lvaF/ +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.083 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.083 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.083 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.084 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.086 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.087 | 51024 | Added a new run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.087 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.088 | 51025 | Added a new run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.089 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.089 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.089 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.090 | 51029 | Added a new run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.090 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.091 | 51030 | Added a new run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.091 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.092 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.093 | 51035 | Added a new run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.093 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.093 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.093 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.095 | 51055 | Added a new run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.095 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.095 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.096 | 51065 | Added a new worker 17 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.096 | 50553 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.096 | 50553 | Removed worker 17 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.096 | 50553 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 17 +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.096 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.cH8rpM +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.096 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.097 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.097 | 51069 | Added a new worker 28 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.097 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.097 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.097 | 50553 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.097 | 50553 | Removed worker 28 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.097 | 50553 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 28 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.097 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RQFgyx +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.097 | 51051 | Added a new run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.098 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.100 | 51053 | Added a new run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.101 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.102 | 51049 | Added a new run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.102 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.104 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.104 | 51056 | Added a new run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.104 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.104 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.105 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.105 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.106 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.106 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.107 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.108 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.109 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.109 | 51060 | Marked run 19 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.110 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.110 | 51064 | Added a new run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.111 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.112 | 51063 | Added a new run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.112 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.113 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.115 | 51058 | Marked run 20 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.116 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.117 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.117 | 51067 | Added a new run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.117 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.119 | 51071 | Added a new run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.119 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.119 | 50557 | Recursively removing directory: /tmp/git.RQFgyx/ +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.120 | 50554 | Recursively removing directory: /tmp/git.cH8rpM/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.120 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.121 | 51079 | Added a new run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.121 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.122 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.122 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.123 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.123 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.123 | 51074 | Added a new run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.124 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.124 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.125 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.125 | 51077 | Added a new run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.126 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.127 | 51080 | Added a new run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.127 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.127 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.128 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.129 | 51081 | Added a new run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.130 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.131 | 51082 | Added a new run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.131 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.132 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.132 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.132 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.133 | 51116 | Added a new worker 31 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.133 | 50553 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.133 | 50553 | Removed worker 31 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.133 | 50553 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.133 | 51093 | Added a new run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.133 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.133 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.jSiLz7 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.135 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.135 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.135 | 51115 | Added a new worker 29 to the queue +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.136 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.136 | 50553 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.136 | 50553 | Removed worker 29 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.136 | 50553 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.136 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.136 | 51098 | Added a new run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.137 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.137 | 51101 | Added a new run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.138 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.139 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.OhHhN0 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.139 | 51103 | Added a new run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.139 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.142 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.141 | 51105 | Added a new run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.142 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.143 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.144 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.143 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.145 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.146 | 51107 | Marked run 21 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.146 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.146 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.147 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.147 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.148 | 51114 | Added a new run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.149 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.148 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.151 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.152 | 51110 | Marked run 22 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.152 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.153 | 51111 | Added a new run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.154 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.155 | 51108 | Added a new run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.155 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.156 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.157 | 50554 | Recursively removing directory: /tmp/git.jSiLz7/ +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.159 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.159 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.158 | 51118 | Added a new run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.158 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.159 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.160 | 51123 | Added a new run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.160 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.161 | 50557 | Recursively removing directory: /tmp/git.OhHhN0/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.162 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.163 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.163 | 51124 | Added a new run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.163 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.163 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.163 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.164 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.164 | 51125 | Added a new run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.165 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.166 | 51127 | Added a new run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.166 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.166 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.167 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.168 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.169 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.169 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.170 | 51161 | Added a new worker 33 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.170 | 50553 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.170 | 50553 | Removed worker 33 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.170 | 50553 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 33 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.169 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.170 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.S4DlT1 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.170 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.171 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.171 | 51128 | Added a new run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.171 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.172 | 51162 | Added a new worker 6 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.172 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.172 | 50553 | Removed run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.172 | 50553 | Removed worker 6 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.172 | 50553 | Assigned run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.171 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.172 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.NW1dhp +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.174 | 51130 | Added a new run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.174 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.176 | 51139 | Added a new run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.176 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.176 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.177 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.179 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.179 | 51146 | Added a new run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.180 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.180 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.181 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.182 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.182 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.182 | 51149 | Added a new run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.182 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.184 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.185 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.186 | 51152 | Marked run 23 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.186 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.188 | 51151 | Added a new run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.188 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.191 | 50554 | Recursively removing directory: /tmp/git.S4DlT1/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.191 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.191 | 51158 | Marked run 24 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.192 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.193 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.193 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.194 | 51154 | Added a new run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.194 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.195 | 50557 | Recursively removing directory: /tmp/git.NW1dhp/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.195 | 51159 | Added a new run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.196 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.197 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.197 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.197 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.198 | 51156 | Added a new run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.198 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.199 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.200 | 51160 | Added a new run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.201 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.201 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.202 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.202 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.202 | 51167 | Added a new run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.202 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.202 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.203 | 51198 | Added a new worker 6 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.203 | 50553 | Removed run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.203 | 50553 | Removed worker 6 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.203 | 50553 | Assigned run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.203 | 51172 | Added a new run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.204 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Ee3Vpl +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.204 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.205 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.206 | 51170 | Added a new run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.206 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.207 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.207 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.209 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.209 | 51177 | Added a new run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.210 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.211 | 51202 | Added a new worker 19 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.211 | 50553 | Removed run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.211 | 50553 | Removed worker 19 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.211 | 50553 | Assigned run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 19 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.211 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.211 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.211 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BPpbbq +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.212 | 51181 | Added a new run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.212 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.213 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.214 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.214 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.215 | 51188 | Added a new run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.215 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.216 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.218 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.219 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.219 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.219 | 51192 | Marked run 25 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.220 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.223 | 51197 | Marked run 26 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.223 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.224 | 51191 | Added a new run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.225 | 50554 | Recursively removing directory: /tmp/git.Ee3Vpl/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.225 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.226 | 51194 | Added a new run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.227 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.227 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.227 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.228 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.229 | 51195 | Added a new run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.229 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.231 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.231 | 51203 | Added a new run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.231 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.230 | 50557 | Recursively removing directory: /tmp/git.BPpbbq/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.232 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.233 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.233 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.233 | 51205 | Added a new run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.233 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.235 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.235 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.236 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.236 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.236 | 51231 | Added a new run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.237 | 51237 | Added a new worker 10 to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.237 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.dVbFTT +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.237 | 50553 | Removed run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.237 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.237 | 50553 | Assigned run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.238 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.238 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.240 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.241 | 51206 | Added a new run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.241 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.241 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.242 | 51242 | Added a new worker 19 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.242 | 50553 | Removed run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.242 | 50553 | Removed worker 19 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.242 | 50553 | Assigned run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 19 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.241 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.242 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5Ac19x +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.243 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.243 | 51209 | Added a new run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.244 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.245 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.246 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.246 | 51212 | Added a new run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.247 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.247 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.248 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.248 | 51215 | Added a new run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.249 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.250 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.250 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.251 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.251 | 51229 | Added a new run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.252 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.252 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.254 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.255 | 51207 | Added a new run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.255 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.258 | 51233 | Marked run 27 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.258 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.259 | 51236 | Added a new run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.259 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.260 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.261 | 51235 | Added a new run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.261 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.262 | 50554 | Recursively removing directory: /tmp/git.dVbFTT/ +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.262 | 50557 | Recursively removing directory: /tmp/git.5Ac19x/ +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.264 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.264 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.265 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.264 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.264 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.265 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.265 | 51240 | Marked run 28 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.266 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.267 | 51239 | Added a new run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.267 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.268 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.268 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.269 | 51241 | Added a new run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.269 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.270 | 51247 | Added a new run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.270 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.270 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.271 | 51248 | Added a new run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.272 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.273 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.274 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.274 | 51251 | Added a new run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.275 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.274 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.275 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.275 | 51282 | Added a new worker 33 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.275 | 50553 | Removed run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.275 | 50553 | Removed worker 33 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.275 | 50553 | Assigned run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 33 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.275 | 51281 | Added a new worker 33 to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.275 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.NB4qGH +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.276 | 51253 | Added a new run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.277 | 50553 | Removed run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.277 | 50553 | Removed worker 33 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.277 | 50553 | Assigned run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 33 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.277 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.SzsERT +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.278 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.280 | 51259 | Added a new run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.282 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.282 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.282 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.284 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.284 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.284 | 51268 | Added a new run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.284 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.284 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.285 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.286 | 51272 | Added a new run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.286 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.287 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.287 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.288 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.289 | 51271 | Added a new run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.289 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.290 | 51277 | Added a new run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.291 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.291 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.291 | 51280 | Added a new run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.292 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.294 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.295 | 51274 | Marked run 30 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.295 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.296 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.297 | 50554 | Recursively removing directory: /tmp/git.NB4qGH/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.299 | 51273 | Marked run 29 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.299 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.300 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.300 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.300 | 51285 | Added a new run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.301 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.301 | 50557 | Recursively removing directory: /tmp/git.SzsERT/ +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.303 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.303 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.303 | 51286 | Added a new run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.304 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.304 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.305 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.305 | 51288 | Added a new run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.306 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.307 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.307 | 51316 | Added a new run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.307 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.307 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.308 | 51290 | Added a new run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.309 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.310 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.310 | 51293 | Added a new run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.311 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.311 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.311 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.312 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.312 | 51302 | Added a new run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.313 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.314 | 51326 | Added a new worker 31 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.314 | 50553 | Removed run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.314 | 50553 | Removed worker 31 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.314 | 50553 | Assigned run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.314 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Az6VpX +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.314 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.315 | 51304 | Added a new run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.315 | 51330 | Added a new worker 7 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.316 | 50553 | Removed run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.316 | 50553 | Removed worker 7 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.316 | 50553 | Assigned run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 7 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.316 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.316 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.316 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.316 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.tQogBP +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.318 | 51309 | Added a new run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.319 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.321 | 51312 | Added a new run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.321 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.322 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.322 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.322 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.323 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.323 | 51289 | Added a new run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.324 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.325 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.325 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.326 | 51324 | Added a new run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.326 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.326 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.326 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.327 | 51320 | Added a new run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.328 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.329 | 51329 | Added a new run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.329 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.329 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.331 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.332 | 51318 | Marked run 31 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.332 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.332 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.335 | 51321 | Marked run 32 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.336 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.337 | 51327 | Added a new run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.337 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.337 | 50554 | Recursively removing directory: /tmp/git.Az6VpX/ +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.337 | 50557 | Recursively removing directory: /tmp/git.tQogBP/ +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.339 | 51333 | Added a new run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.339 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.340 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.342 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.341 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.341 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.341 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.341 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.343 | 51332 | Added a new run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.343 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.344 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.344 | 51335 | Added a new run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.345 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.345 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.346 | 51337 | Added a new run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.346 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.347 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.347 | 51340 | Added a new run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.348 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.349 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.350 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.350 | 51342 | Added a new run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.350 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.351 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.351 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.351 | 51373 | Added a new worker 31 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.351 | 50553 | Removed run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.351 | 50553 | Removed worker 31 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.351 | 50553 | Assigned run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.351 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.352 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.352 | 51347 | Added a new run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.353 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.353 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.354 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.354 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MEN6H8 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.354 | 51352 | Added a new run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.354 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.355 | 51377 | Added a new worker 25 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.355 | 50553 | Removed run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.355 | 50553 | Removed worker 25 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.356 | 50553 | Assigned run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 25 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.356 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kL0jgF +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.356 | 51356 | Added a new run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.357 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.357 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.359 | 51363 | Added a new run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.359 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.360 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.361 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.362 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.362 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.363 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.363 | 51366 | Marked run 34 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.363 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.365 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.366 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.365 | 51364 | Added a new run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.366 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.369 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.370 | 51367 | Marked run 33 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.370 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.372 | 51369 | Added a new run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.372 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.373 | 50557 | Recursively removing directory: /tmp/git.MEN6H8/ +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.375 | 51371 | Added a new run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.375 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.376 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.376 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.376 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.376 | 50554 | Recursively removing directory: /tmp/git.kL0jgF/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.377 | 51376 | Added a new run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.377 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.378 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.378 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.379 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.379 | 51374 | Added a new run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.380 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.381 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.381 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.382 | 51379 | Added a new run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.382 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.383 | 51382 | Added a new run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.383 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.383 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.384 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.385 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.385 | 51415 | Added a new worker 29 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.385 | 50553 | Removed run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.385 | 50553 | Removed worker 29 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.385 | 50553 | Assigned run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.385 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.384 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.385 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.waNAxq +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.386 | 51384 | Added a new run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.387 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.388 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.389 | 51385 | Added a new run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.389 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.389 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.390 | 51418 | Added a new worker 23 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.390 | 50553 | Removed run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.390 | 50553 | Removed worker 23 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.390 | 50553 | Assigned run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 23 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.391 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.P9oJDS +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.391 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.391 | 51386 | Added a new run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.392 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.393 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.394 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.395 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.395 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.396 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.396 | 51397 | Added a new run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.396 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.398 | 51405 | Added a new run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.398 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.399 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.400 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.400 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.402 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.402 | 51409 | Marked run 35 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.402 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.404 | 51410 | Added a new run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.404 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.406 | 51407 | Added a new run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.406 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.407 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.408 | 50557 | Recursively removing directory: /tmp/git.waNAxq/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.408 | 51414 | Added a new run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.409 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.410 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.410 | 51420 | Added a new run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.410 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.410 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.410 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.412 | 51422 | Added a new run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.412 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.413 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.414 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.414 | 51428 | Added a new run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.414 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.415 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.416 | 50554 | Recursively removing directory: /tmp/git.P9oJDS/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.416 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.416 | 51417 | Added a new run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.416 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.417 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.417 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.418 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.420 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.420 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.420 | 51457 | Added a new worker 29 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.420 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.420 | 50553 | Removed run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.420 | 50553 | Removed worker 29 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.420 | 50553 | Assigned run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.420 | 51412 | Marked run 36 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.420 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.420 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LGHNPP +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.422 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.423 | 51423 | Added a new run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.423 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.424 | 51424 | Added a new run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.425 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.426 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.426 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.426 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.426 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.426 | 51462 | Added a new worker 28 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.426 | 50553 | Removed run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.426 | 50553 | Removed worker 28 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.426 | 50553 | Assigned run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 28 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.427 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.aOlTfz +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.427 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.428 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.428 | 51434 | Added a new run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.429 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.429 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.430 | 51445 | Added a new run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.431 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.433 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.433 | 51447 | Added a new run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.433 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.434 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.435 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.434 | 51449 | Added a new run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.435 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.435 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.438 | 51452 | Marked run 37 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.438 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.439 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.439 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.440 | 51451 | Added a new run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.440 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.442 | 51454 | Added a new run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.442 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.444 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.445 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.446 | 51459 | Marked run 38 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.446 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.446 | 50554 | Recursively removing directory: /tmp/git.aOlTfz/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.447 | 51456 | Added a new run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.447 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.448 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.448 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.448 | 50557 | Recursively removing directory: /tmp/git.LGHNPP/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.450 | 51458 | Added a new run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.450 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.450 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.450 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.451 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.452 | 51463 | Added a new run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.452 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.452 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.453 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.453 | 51466 | Added a new run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.454 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.455 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.455 | 51470 | Added a new run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.456 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.457 | 51475 | Added a new run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.457 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.457 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.457 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.457 | 51500 | Added a new worker 17 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.458 | 50553 | Removed run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.458 | 50553 | Removed worker 17 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.458 | 50553 | Assigned run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 17 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.458 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.jcGlnR +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.458 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.459 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.459 | 51478 | Added a new run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.459 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.459 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.459 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.462 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.463 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.463 | 51504 | Added a new worker 29 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.464 | 50553 | Removed run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.464 | 50553 | Removed worker 29 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.464 | 50553 | Assigned run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.464 | 51479 | Added a new run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.464 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.464 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.TE92XZ +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.464 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.466 | 51489 | Added a new run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.466 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.467 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.467 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.468 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.468 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.470 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.471 | 51494 | Marked run 40 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.471 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.472 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.473 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.474 | 51498 | Marked run 39 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.475 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.476 | 51490 | Added a new run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.476 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.477 | 50554 | Recursively removing directory: /tmp/git.jcGlnR/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.478 | 51493 | Added a new run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.478 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.480 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.480 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.480 | 51502 | Added a new run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.480 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.481 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.481 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.482 | 51506 | Added a new run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.482 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.484 | 51503 | Added a new run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.484 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.484 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.484 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.485 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.486 | 51496 | Added a new run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.487 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.487 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.489 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.489 | 51509 | Added a new run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.489 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.489 | 50557 | Recursively removing directory: /tmp/git.TE92XZ/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.489 | 51539 | Added a new worker 8 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.489 | 50553 | Removed run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.489 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.490 | 50553 | Assigned run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.490 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.490 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Yt1VQi +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.491 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.492 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.492 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.492 | 51511 | Added a new run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.492 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.494 | 51512 | Added a new run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.494 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.496 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.497 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.497 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.497 | 51533 | Marked run 41 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.498 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.498 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.499 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.499 | 51513 | Added a new run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.499 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.500 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.501 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.501 | 51531 | Added a new run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.501 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.501 | 51550 | Added a new worker 15 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.501 | 50553 | Removed run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.501 | 50553 | Removed worker 15 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.502 | 50553 | Assigned run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 15 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.502 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.503 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.503 | 51530 | Added a new run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.503 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pAIBru +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.504 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.506 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.507 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.507 | 51534 | Added a new run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.508 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.509 | 51536 | Added a new run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.510 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.511 | 51537 | Added a new run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.512 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.513 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.513 | 50554 | Recursively removing directory: /tmp/git.Yt1VQi/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.513 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.514 | 51541 | Added a new run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.514 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.514 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.514 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.513 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.514 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.517 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.518 | 51546 | Marked run 42 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.518 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.518 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.519 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.520 | 51544 | Added a new run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.520 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.521 | 51545 | Added a new run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.521 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.523 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.523 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rfN51W +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.523 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.523 | 51580 | Added a new worker 25 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.523 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.523 | 50553 | Removed run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.523 | 50553 | Removed worker 25 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.523 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.523 | 50553 | Assigned run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 25 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.523 | 51547 | Added a new run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.523 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.525 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.528 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.528 | 51553 | Added a new run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.528 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.529 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.530 | 51558 | Added a new run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.530 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.530 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.531 | 51561 | Added a new run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.532 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.532 | 51566 | Added a new run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.533 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.533 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.534 | 50557 | Recursively removing directory: /tmp/git.pAIBru/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.536 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.536 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.536 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.537 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.537 | 51565 | Added a new run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.538 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.540 | 51573 | Marked run 43 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.541 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.541 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.542 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.542 | 51570 | Added a new run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.542 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.543 | 51571 | Added a new run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.543 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.544 | 51581 | Added a new run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.546 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.546 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.546 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.546 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.547 | 51583 | Added a new run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.547 | 51607 | Added a new worker 29 to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.548 | 50553 | Removed run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.548 | 50553 | Removed worker 29 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.548 | 50553 | Assigned run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.548 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.548 | 51584 | Added a new run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.548 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kU0ZB8 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.548 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.548 | 50554 | Recursively removing directory: /tmp/git.rfN51W/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.550 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.550 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.550 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.551 | 51588 | Added a new run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.551 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.552 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.554 | 51590 | Added a new run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.554 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.555 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.555 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.556 | 51594 | Added a new run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.556 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.557 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.557 | 51596 | Added a new run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.558 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.558 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.559 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.559 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.560 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.560 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.560 | 51602 | Added a new run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.561 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.561 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.562 | 51623 | Added a new worker 31 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.563 | 50553 | Removed run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.563 | 50553 | Removed worker 31 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.563 | 50553 | Assigned run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.563 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.563 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.VRrtHG +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.564 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.564 | 51601 | Marked run 44 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.564 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.565 | 51606 | Added a new run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.566 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.567 | 51608 | Added a new run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.567 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.569 | 51610 | Added a new run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.569 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.570 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.571 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.571 | 51612 | Added a new run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.571 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.572 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.573 | 51615 | Added a new run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.573 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.573 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.574 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.574 | 50557 | Recursively removing directory: /tmp/git.kU0ZB8/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.574 | 51616 | Added a new run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.574 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.576 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.576 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.577 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.577 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.578 | 51639 | Added a new run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.578 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.579 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.581 | 51618 | Marked run 45 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.581 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.581 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.582 | 51622 | Added a new run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.583 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.584 | 51624 | Added a new run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.585 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.585 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.586 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.586 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.586 | 51657 | Added a new worker 28 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.586 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.586 | 51627 | Added a new run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.587 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.587 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.s1lrFf +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.587 | 50553 | Removed run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.587 | 50553 | Removed worker 28 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.587 | 50553 | Assigned run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 28 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.588 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.589 | 50554 | Recursively removing directory: /tmp/git.VRrtHG/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.589 | 51636 | Added a new run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.589 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.591 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.591 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.591 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.591 | 51620 | Added a new run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.592 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.594 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.594 | 51641 | Added a new run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.595 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.595 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.596 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.597 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.597 | 51643 | Added a new run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.598 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.600 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.600 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.600 | 51671 | Added a new worker 31 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.600 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.600 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.600 | 50553 | Removed run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.600 | 50553 | Removed worker 31 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.600 | 50553 | Assigned run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.600 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GniL0w +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.601 | 51652 | Marked run 46 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.601 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.602 | 51644 | Added a new run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.603 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.604 | 51647 | Added a new run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.605 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.606 | 51651 | Added a new run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.606 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.608 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.609 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.609 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.611 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.611 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.611 | 51667 | Marked run 47 as finished +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.611 | 50557 | Recursively removing directory: /tmp/git.s1lrFf/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.612 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.613 | 51658 | Added a new run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.613 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.613 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.613 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.614 | 51660 | Added a new run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.615 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.617 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.617 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.618 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.619 | 51662 | Added a new run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.619 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.620 | 51664 | Added a new run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.620 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.621 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.621 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.622 | 51665 | Added a new run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.622 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.623 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.624 | 51699 | Added a new worker 22 to the queue +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.624 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.sTq1Rz +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.624 | 50553 | Removed run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.624 | 50553 | Removed worker 22 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.624 | 50553 | Assigned run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 22 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.625 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.626 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.626 | 51669 | Added a new run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.626 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.626 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.626 | 50554 | Recursively removing directory: /tmp/git.GniL0w/ +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.629 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.629 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.629 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.629 | 51673 | Added a new run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.630 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.632 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.632 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.633 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.633 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.635 | 51695 | Marked run 48 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.635 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.636 | 51702 | Added a new run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.636 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.637 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.636 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.637 | 51713 | Added a new worker 22 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.637 | 50553 | Removed run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.637 | 50553 | Removed worker 22 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.637 | 50553 | Assigned run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 22 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.637 | 51685 | Added a new run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.637 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.d81fYo +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.638 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.639 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.640 | 51684 | Added a new run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.640 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.641 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.641 | 51692 | Added a new run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.642 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.643 | 51696 | Added a new run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.643 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.644 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.645 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.646 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.646 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.647 | 51682 | Added a new run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.647 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.648 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.649 | 51701 | Added a new run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.649 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.651 | 50557 | Recursively removing directory: /tmp/git.sTq1Rz/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.651 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.651 | 51703 | Added a new run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.652 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.652 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.653 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.653 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.655 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.655 | 51709 | Marked run 49 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.655 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.656 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.657 | 51705 | Added a new run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.657 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.658 | 50554 | Recursively removing directory: /tmp/git.d81fYo/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.659 | 51735 | Added a new run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.660 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.660 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.660 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.661 | 51742 | Added a new worker 30 to the queue +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.661 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.661 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.662 | 50553 | Removed run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.662 | 50553 | Removed worker 30 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.662 | 50553 | Assigned run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 30 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.662 | 51732 | Added a new run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.662 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.662 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.662 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.P4dugU +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.663 | 51719 | Added a new run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.663 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.663 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.666 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.667 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.668 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.668 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.668 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.668 | 51739 | Added a new run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.668 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.670 | 51722 | Added a new run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.670 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.671 | 51725 | Added a new run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.671 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.672 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.672 | 51756 | Added a new worker 31 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.672 | 50553 | Removed run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.672 | 50553 | Removed worker 31 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.672 | 50553 | Assigned run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.672 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.672 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bqHrvy +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.672 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.675 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.676 | 51740 | Marked run 50 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.677 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.678 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.678 | 51728 | Added a new run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.678 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.679 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.680 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.680 | 51707 | Added a new run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.681 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.682 | 51747 | Added a new run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.683 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.683 | 50557 | Recursively removing directory: /tmp/git.P4dugU/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.684 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.685 | 51748 | Added a new run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.685 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.685 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.685 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.686 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.686 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.687 | 51717 | Added a new run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.687 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.688 | 51743 | Added a new run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.689 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.690 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.690 | 51750 | Added a new run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.691 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.692 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.693 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.694 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.695 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.695 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.695 | 51787 | Added a new worker 33 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.695 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.695 | 50553 | Removed run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.695 | 50553 | Removed worker 33 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.695 | 50553 | Assigned run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 33 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.695 | 50554 | Recursively removing directory: /tmp/git.bqHrvy/ +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.695 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XKtDzd +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.695 | 51749 | Marked run 51 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.696 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.697 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.697 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.701 | 51755 | Added a new run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.701 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.701 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.702 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.702 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.703 | 51761 | Added a new run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.703 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.704 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.705 | 51764 | Added a new run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.705 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.707 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.707 | 51795 | Added a new worker 24 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.707 | 50553 | Removed run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.707 | 50553 | Removed worker 24 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.707 | 50553 | Assigned run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 24 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.707 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.707 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.708 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.708 | 51781 | Marked run 52 as finished +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.708 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.13NsdO +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.708 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.710 | 51770 | Added a new run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.711 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.712 | 51772 | Added a new run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.713 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.714 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.714 | 51773 | Added a new run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.715 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.715 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.716 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.716 | 51782 | Added a new run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.717 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.718 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.720 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.721 | 50557 | Recursively removing directory: /tmp/git.XKtDzd/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.721 | 51789 | Marked run 53 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.721 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.721 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.722 | 51784 | Added a new run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.723 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.723 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.723 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.724 | 51785 | Added a new run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.725 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.726 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.727 | 51809 | Added a new run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.727 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.727 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.728 | 51811 | Added a new run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.728 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.729 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.730 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.730 | 50554 | Recursively removing directory: /tmp/git.13NsdO/ +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.731 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.731 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.731 | 51826 | Added a new worker 26 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.731 | 50553 | Removed run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.731 | 50553 | Removed worker 26 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.731 | 50553 | Assigned run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 26 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.731 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RVHWpb +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.732 | 51814 | Added a new run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.732 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.732 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.733 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.734 | 51820 | Added a new run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.736 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.736 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.736 | 51805 | Added a new run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.737 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.738 | 51824 | Added a new run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.739 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.739 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.740 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.740 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.740 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.740 | 51834 | Added a new worker 7 to the queue +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.740 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.740 | 51792 | Added a new run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.740 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.740 | 50553 | Removed run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.740 | 50553 | Removed worker 7 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.740 | 50553 | Assigned run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 7 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.742 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.742 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.742 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.742 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.G3HLt4 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.744 | 51825 | Added a new run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.744 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.744 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.745 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.747 | 51828 | Added a new run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.747 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.748 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.748 | 51786 | Added a new run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.749 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.750 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.750 | 51796 | Added a new run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.751 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.751 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.751 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.752 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.752 | 51798 | Added a new run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.752 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.754 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.754 | 51833 | Added a new run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.754 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.755 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.758 | 51821 | Marked run 54 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.758 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.758 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.760 | 51837 | Added a new run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.760 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.762 | 50557 | Recursively removing directory: /tmp/git.RVHWpb/ +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.763 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.763 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.763 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.764 | 51830 | Marked run 55 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.764 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.765 | 50554 | Recursively removing directory: /tmp/git.G3HLt4/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.765 | 51838 | Added a new run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.765 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.767 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.767 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.767 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.767 | 51839 | Added a new run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.768 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.769 | 51841 | Added a new run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.769 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.769 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.771 | 51843 | Added a new run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.771 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.771 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.771 | 51872 | Added a new worker 21 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.771 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.771 | 50553 | Removed run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.771 | 50553 | Removed worker 21 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.771 | 50553 | Assigned run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 21 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.772 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.772 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.a6CGUK +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.773 | 51847 | Added a new run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.773 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.774 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.775 | 51849 | Added a new run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.776 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.776 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.778 | 51854 | Added a new run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.778 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.779 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.780 | 51859 | Added a new run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.780 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.781 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.781 | 51884 | Added a new worker 9 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.781 | 50553 | Removed run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.781 | 50553 | Removed worker 9 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.781 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.782 | 50553 | Assigned run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.782 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.783 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.783 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.782 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rbnb4h +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.784 | 51881 | Added a new run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.784 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.784 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.787 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.788 | 51869 | Marked run 56 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.789 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.790 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.791 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.792 | 51877 | Marked run 57 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.792 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.794 | 51867 | Added a new run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.794 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.796 | 50557 | Recursively removing directory: /tmp/git.a6CGUK/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.797 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.797 | 51871 | Added a new run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.797 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.797 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.798 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.799 | 51875 | Added a new run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.799 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.802 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.802 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.802 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.802 | 51879 | Added a new run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.803 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.804 | 50554 | Recursively removing directory: /tmp/git.rbnb4h/ +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.805 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.805 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.804 | 51861 | Added a new run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.805 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.806 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.807 | 51883 | Added a new run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.807 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.807 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.807 | 51914 | Added a new worker 20 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.807 | 50553 | Removed run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.807 | 50553 | Removed worker 20 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.807 | 50553 | Assigned run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 20 +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.807 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.807 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.jGqXbN +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.807 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.808 | 51886 | Added a new run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.808 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.810 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.810 | 51887 | Added a new run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.811 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.811 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.812 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.812 | 51905 | Added a new run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.812 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.815 | 51891 | Added a new run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.815 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.816 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.816 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.816 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.816 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.817 | 51924 | Added a new worker 30 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.817 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.817 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.817 | 50553 | Removed run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.817 | 50553 | Removed worker 30 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.817 | 50553 | Assigned run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 30 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.818 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.818 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.818 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5xMNWm +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.820 | 51908 | Marked run 58 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.820 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.820 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.821 | 51880 | Added a new run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.821 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.823 | 51909 | Added a new run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.823 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.825 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.825 | 51910 | Added a new run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.826 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.826 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.827 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.827 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.828 | 51913 | Added a new run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.828 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.830 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.831 | 51919 | Marked run 59 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.831 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.832 | 51917 | Added a new run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.833 | 50557 | Recursively removing directory: /tmp/git.jGqXbN/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.832 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.834 | 51920 | Added a new run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.835 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.835 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.835 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.837 | 51923 | Added a new run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.837 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.837 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.839 | 51925 | Added a new run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.839 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.840 | 50554 | Recursively removing directory: /tmp/git.5xMNWm/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.840 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.840 | 51926 | Added a new run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.840 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.841 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.841 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.841 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.843 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.844 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.844 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.844 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.844 | 51960 | Added a new worker 31 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.844 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.844 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.844 | 50553 | Removed run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.844 | 50553 | Removed worker 31 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.844 | 50553 | Assigned run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 31 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.845 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.A8KhGp +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.846 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.846 | 51928 | Added a new run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.846 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.847 | 51935 | Added a new run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.848 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.849 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.850 | 51939 | Added a new run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.851 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.851 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.851 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.852 | 51942 | Added a new run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.852 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.852 | 51967 | Added a new worker 10 to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.853 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.h6ukXe +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.853 | 50553 | Removed run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.853 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.853 | 50553 | Assigned run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.853 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.853 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.854 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.854 | 51944 | Added a new run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.855 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.856 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.856 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.857 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.857 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.858 | 51956 | Marked run 60 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.859 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.860 | 51952 | Added a new run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.860 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.861 | 51955 | Added a new run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.861 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.863 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.863 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.864 | 51958 | Added a new run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.864 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.864 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.865 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.867 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.868 | 51962 | Marked run 61 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.868 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.869 | 51961 | Added a new run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.870 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.870 | 50557 | Recursively removing directory: /tmp/git.A8KhGp/ +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.871 | 51959 | Added a new run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.871 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.872 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.874 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.874 | 50557 | Process output: 415086 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.874 | 51965 | Added a new run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.874 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.875 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.877 | 51969 | Added a new run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.877 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.877 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.879 | 50554 | Recursively removing directory: /tmp/git.h6ukXe/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.879 | 51973 | Added a new run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.879 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.880 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.880 | 51971 | Added a new run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.881 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.881 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.881 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.882 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.882 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.T7NAOd +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.882 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.882 | 52004 | Added a new worker 28 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.882 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.882 | 50553 | Removed run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.882 | 50553 | Removed worker 28 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.882 | 50553 | Assigned run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 28 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.882 | 51974 | Added a new run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.883 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.884 | 51979 | Added a new run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.884 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.885 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.885 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.886 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.886 | 51986 | Added a new run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.887 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.887 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.887 | 51987 | Added a new run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.888 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.890 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.890 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.890 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.891 | 52015 | Added a new worker 29 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.891 | 50553 | Removed run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.891 | 50553 | Removed worker 29 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.891 | 50553 | Assigned run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 29 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.892 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.7shLXY +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.893 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.893 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.894 | 52001 | Marked run 62 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.894 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.896 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.896 | 52009 | Added a new run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.896 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.898 | 51998 | Added a new run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.898 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.900 | 51999 | Added a new run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.900 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.901 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.901 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.902 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.902 | 52014 | Added a new run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.902 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.903 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.903 | 52016 | Added a new run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.904 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.904 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.905 | 51996 | Added a new run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.905 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.906 | 52012 | Added a new run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.906 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.907 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.907 | 52017 | Added a new run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.907 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.908 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.909 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.910 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.910 | 52010 | Marked run 63 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.911 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.912 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.913 | 52007 | Added a new run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.913 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.915 | 52021 | Added a new run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.915 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.917 | 52028 | Added a new run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.918 | 50554 | Recursively removing directory: /tmp/git.7shLXY/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.917 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.918 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.919 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.919 | 52026 | Added a new run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.920 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.920 | 50557 | Recursively removing directory: /tmp/git.T7NAOd/ +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.920 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.920 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.922 | 52032 | Added a new run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.922 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.922 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.922 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.923 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.924 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.924 | 52033 | Added a new run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.925 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.925 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.926 | 52036 | Added a new run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.927 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.927 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.927 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.928 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.928 | 52037 | Added a new run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.929 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.930 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.930 | 52044 | Added a new run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.931 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.932 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.932 | 52063 | Added a new worker 7 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.932 | 52003 | Added a new run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.932 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.932 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qL3mDp +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.932 | 50553 | Removed run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.932 | 50553 | Removed worker 7 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.932 | 50553 | Assigned run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 7 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.933 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.934 | 52067 | Added a new worker 13 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.934 | 50553 | Removed run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.934 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.934 | 50553 | Assigned run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.934 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.934 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.SjHcQx +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.934 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.935 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.935 | 52053 | Added a new run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.936 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.937 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.939 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.939 | 52052 | Added a new run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.940 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.941 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.941 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.942 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.942 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.943 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.943 | 52058 | Marked run 65 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.943 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.946 | 52062 | Marked run 64 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.946 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.948 | 52055 | Added a new run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.948 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.950 | 52069 | Added a new run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.951 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.953 | 50557 | Recursively removing directory: /tmp/git.SjHcQx/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.953 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.954 | 50554 | Recursively removing directory: /tmp/git.qL3mDp/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.954 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.955 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.955 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.955 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.955 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.956 | 52070 | Added a new run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.957 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.958 | 52065 | Added a new run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.958 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.959 | 52056 | Added a new run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.959 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.959 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.961 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.961 | 52060 | Added a new run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.961 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.962 | 50557 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.962 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.963 | 52071 | Added a new run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.963 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.963 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.965 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.965 | 52073 | Added a new run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.966 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.967 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.967 | 52074 | Added a new run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.967 | 50554 | Waiting for a new command +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.967 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.968 | 52102 | Added a new worker 27 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.968 | 50553 | Removed run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.968 | 50553 | Removed worker 27 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.968 | 50553 | Assigned run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 27 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.968 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.968 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XhvV6Y +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.969 | 52078 | Added a new run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.970 | 52109 | Added a new worker 20 to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.970 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.970 | 50553 | Removed run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.970 | 50553 | Removed worker 20 from the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.970 | 50553 | Assigned run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 20 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.970 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8iltM3 +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.973 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.973 | 52096 | Marked run 67 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.973 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.973 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.973 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.975 | 52094 | Added a new run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.976 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.976 | 50557 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.977 | 50554 | Checking out revision HEAD +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.977 | 50557 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.977 | 52107 | Added a new run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.978 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.978 | 50554 | Going to run: ./ci +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.979 | 52103 | Added a new run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.980 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.980 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.981 | 52105 | Added a new run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.982 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.982 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.983 | 52113 | Added a new run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.984 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.985 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.985 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.986 | 52093 | Added a new run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.987 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.988 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.988 | 52108 | Added a new run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.989 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.990 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.992 | 52098 | Marked run 66 as finished +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.993 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.993 | 50554 | Recursively removing directory: /tmp/git.8iltM3/ +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.994 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.995 | 50554 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50554/cimple-worker: 2024-01-28 10:55:43.995 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.994 | 50557 | Recursively removing directory: /tmp/git.XhvV6Y/ +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.995 | 50557 | Process exit code: 0 +2024-01-28 10:55:43 | INFO | 50557/cimple-worker: 2024-01-28 10:55:43.995 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.996 | 52100 | Added a new run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.996 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:43 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:43 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.997 | 52114 | Added a new run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.999 | 50551 | Waiting for new connections +2024-01-28 10:55:43 | INFO | 50551/cimple-server: 2024-01-28 10:55:43.999 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.000 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.000 | 52112 | Added a new run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.001 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.002 | 52119 | Added a new run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.002 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.003 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.004 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.004 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5fqWMo +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.005 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.VQxeXD +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.003 | 52122 | Added a new run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.004 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.004 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.004 | 52152 | Added a new worker 18 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.004 | 50553 | Removed run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.004 | 50553 | Removed worker 18 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.004 | 50553 | Assigned run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 18 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.004 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.005 | 52151 | Added a new worker 16 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.005 | 50553 | Removed run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.005 | 50553 | Removed worker 16 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.005 | 50553 | Assigned run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 16 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.005 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.005 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.006 | 52135 | Added a new run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.007 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.011 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.012 | 52130 | Added a new run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.012 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.012 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.013 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.013 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.013 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.014 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.014 | 52139 | Added a new run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.014 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.014 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.015 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.015 | 52141 | Added a new run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.016 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.017 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.019 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.019 | 52146 | Marked run 68 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.019 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.023 | 52147 | Marked run 69 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.023 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.024 | 52142 | Added a new run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.025 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.025 | 50557 | Recursively removing directory: /tmp/git.5fqWMo/ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.026 | 52145 | Added a new run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.027 | 50554 | Recursively removing directory: /tmp/git.VQxeXD/ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.027 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.028 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.028 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.028 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.029 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.029 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.029 | 52148 | Added a new run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.030 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.030 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.031 | 52153 | Added a new run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.032 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.033 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.033 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.033 | 52158 | Added a new run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.033 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.034 | 52157 | Added a new run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.035 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.035 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.036 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.036 | 52159 | Added a new run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.036 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.037 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.037 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.heexHM +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.037 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.037 | 52191 | Added a new worker 27 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.037 | 50553 | Removed run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.037 | 50553 | Removed worker 27 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.037 | 50553 | Assigned run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 27 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.037 | 52163 | Added a new run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.038 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.040 | 52165 | Added a new run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.040 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.041 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.043 | 52168 | Added a new run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.043 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.043 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.044 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.044 | 52199 | Added a new worker 30 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.044 | 50553 | Removed run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.044 | 50553 | Removed worker 30 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.044 | 50553 | Assigned run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 30 +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.045 | 52181 | Added a new run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.045 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.046 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.046 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.044 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.045 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.r7VDBX +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.047 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.047 | 52182 | Added a new run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.048 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.049 | 52186 | Added a new run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.049 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.051 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.051 | 52190 | Added a new run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.051 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.052 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.053 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.053 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.054 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.055 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.055 | 52189 | Marked run 71 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.056 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.057 | 52194 | Added a new run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.057 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.059 | 52196 | Added a new run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.059 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.061 | 52195 | Added a new run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.061 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.061 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.062 | 52198 | Added a new run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.063 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.064 | 52201 | Added a new run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.064 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.066 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.069 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.070 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.071 | 52221 | Added a new run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.071 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.071 | 50554 | Recursively removing directory: /tmp/git.r7VDBX/ +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.074 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.074 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.073 | 52208 | Added a new run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.076 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.078 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.081 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.081 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.083 | 50557 | Recursively removing directory: /tmp/git.heexHM/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.085 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.085 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.085 | 52207 | Added a new run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.085 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.086 | 52225 | Added a new run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.087 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.089 | 52234 | Added a new worker 13 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.092 | 52184 | Marked run 70 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.092 | 50553 | Removed run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.092 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.092 | 50553 | Assigned run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.092 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.092 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Iy4HGw +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.093 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.093 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.094 | 52204 | Added a new run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.094 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.095 | 52210 | Added a new run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.096 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.100 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.101 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.101 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.106 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.107 | 52233 | Marked run 73 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.108 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.109 | 52237 | Added a new worker 7 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.109 | 50553 | Removed run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.109 | 50553 | Removed worker 7 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.109 | 50553 | Assigned run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 7 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.109 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qKIefq +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.109 | 52230 | Added a new run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.110 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.124 | 52231 | Added a new run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.125 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.126 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.127 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.127 | 52232 | Added a new run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.127 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.127 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.129 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.129 | 52241 | Added a new run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.130 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.131 | 52239 | Added a new run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.131 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.133 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.134 | 52247 | Added a new run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.135 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.136 | 52250 | Added a new run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.137 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.140 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.142 | 52235 | Marked run 72 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.142 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.144 | 52255 | Added a new run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.144 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.156 | 50557 | Recursively removing directory: /tmp/git.qKIefq/ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.157 | 52260 | Added a new run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.158 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.158 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.158 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.162 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo', 'HEAD'] completed successfully +2024-01-28 10:55:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.174 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.174 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.177 | 52264 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.177 | 50553 | Removed run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.177 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.177 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.178 | 50553 | Assigned run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.178 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Lsi6U1 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.189 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.191 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.187 | 50554 | Recursively removing directory: /tmp/git.Iy4HGw/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.188 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.188 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.192 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.196 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.196 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.202 | 52268 | Added a new worker 14 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.202 | 50553 | Removed run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.202 | 50553 | Removed worker 14 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.202 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.202 | 50553 | Assigned run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.202 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8o1W56 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.207 | 52263 | Marked run 75 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.207 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.208 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.208 | 50557 | Recursively removing directory: /tmp/git.Lsi6U1/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.209 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.210 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.210 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.211 | 52266 | Marked run 74 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.211 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.213 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.217 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.217 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.217 | 52282 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.217 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.217 | 50553 | Removed run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.217 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.217 | 50553 | Assigned run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.217 | 50554 | Recursively removing directory: /tmp/git.8o1W56/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.217 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Bu7pKu +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.219 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.219 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.222 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.222 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.223 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.226 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.226 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.227 | 52288 | Added a new worker 14 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.227 | 50553 | Removed run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.227 | 50553 | Removed worker 14 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.227 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.227 | 50553 | Assigned run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.227 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Vhjtqo +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.233 | 52279 | Marked run 76 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.233 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.233 | 50557 | Recursively removing directory: /tmp/git.Bu7pKu/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.234 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.234 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.237 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.238 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.239 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.240 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.241 | 52294 | Added a new worker 13 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.241 | 50553 | Removed run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.241 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.241 | 50553 | Assigned run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.241 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.241 | 52284 | Marked run 77 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.242 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.240 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.241 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9qPWmi +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.246 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.247 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.248 | 50554 | Recursively removing directory: /tmp/git.Vhjtqo/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.251 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.251 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.252 | 52292 | Marked run 78 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.252 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.255 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.256 | 50557 | Recursively removing directory: /tmp/git.9qPWmi/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.257 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.257 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.258 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.258 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.258 | 52309 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.258 | 50553 | Removed run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.258 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.258 | 50553 | Assigned run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.258 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.258 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.AHxzuS +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.260 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.263 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.263 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.263 | 52311 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.263 | 50553 | Removed run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.263 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.263 | 50553 | Assigned run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.263 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.263 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.zDZEDh +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.263 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.264 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.268 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.270 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.270 | 52308 | Marked run 79 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.270 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.273 | 52310 | Marked run 80 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.273 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.275 | 50554 | Recursively removing directory: /tmp/git.AHxzuS/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.277 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.277 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.278 | 50557 | Recursively removing directory: /tmp/git.zDZEDh/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.279 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.279 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.280 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.282 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.283 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.283 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.283 | 52328 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.283 | 50553 | Removed run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.283 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.283 | 50553 | Assigned run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.283 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.QGCB8R +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.283 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.285 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.285 | 52329 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.285 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.285 | 50553 | Removed run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.285 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.285 | 50553 | Assigned run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.285 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.286 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.R4g1Sp +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.288 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.290 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.291 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.294 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.295 | 52326 | Marked run 81 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.295 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.298 | 50554 | Recursively removing directory: /tmp/git.QGCB8R/ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.298 | 52327 | Marked run 82 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.298 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.299 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.299 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.303 | 50557 | Recursively removing directory: /tmp/git.R4g1Sp/ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.303 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.304 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.304 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.307 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.307 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.307 | 52345 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.307 | 50553 | Removed run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.307 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.307 | 50553 | Assigned run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.307 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.308 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.NrVubT +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.308 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.312 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.312 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.312 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.312 | 52347 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.312 | 50553 | Removed run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.312 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.312 | 50553 | Assigned run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.313 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Q8Mygy +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.313 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.313 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.318 | 52344 | Marked run 83 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.318 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.318 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.319 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.321 | 52346 | Marked run 84 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.321 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.323 | 50554 | Recursively removing directory: /tmp/git.NrVubT/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.324 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.324 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.327 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.328 | 50557 | Recursively removing directory: /tmp/git.Q8Mygy/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.329 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.329 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.331 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.331 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.331 | 52363 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.331 | 50553 | Removed run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.331 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.331 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.331 | 50553 | Assigned run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.331 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FrBnmi +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.333 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.336 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.336 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.336 | 52365 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.336 | 50553 | Removed run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.336 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.336 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.336 | 50553 | Assigned run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.336 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.336 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wmYuFE +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.337 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.340 | 52362 | Marked run 85 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.340 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.342 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.342 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.346 | 50554 | Recursively removing directory: /tmp/git.FrBnmi/ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.348 | 52364 | Marked run 86 as finished +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.348 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.348 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.348 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.351 | 50557 | Recursively removing directory: /tmp/git.wmYuFE/ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.352 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.353 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.353 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.354 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.354 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.354 | 52381 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.354 | 50553 | Removed run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.354 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.354 | 50553 | Assigned run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.355 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qXZUTe +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.355 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.356 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.359 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.359 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.359 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.359 | 52383 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.359 | 50553 | Removed run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.359 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.359 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.360 | 50553 | Assigned run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.359 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.360 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UEdrVk +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.366 | 52380 | Marked run 87 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.366 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.366 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.368 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.369 | 50554 | Recursively removing directory: /tmp/git.qXZUTe/ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.370 | 52382 | Marked run 88 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.370 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.371 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.371 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.374 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.376 | 50557 | Recursively removing directory: /tmp/git.UEdrVk/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.377 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.377 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.378 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.378 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.378 | 52399 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.378 | 50553 | Removed run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.378 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.378 | 50553 | Assigned run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.378 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1H5as2 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.378 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.381 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.383 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.385 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.385 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.385 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.385 | 52401 | Added a new worker 13 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.385 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.385 | 50553 | Removed run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.385 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.385 | 50553 | Assigned run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.385 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Gkz02E +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.386 | 52398 | Marked run 89 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.386 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.390 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.390 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.394 | 50554 | Recursively removing directory: /tmp/git.1H5as2/ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.394 | 52400 | Marked run 90 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.394 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.395 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.395 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.399 | 50557 | Recursively removing directory: /tmp/git.Gkz02E/ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.399 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.400 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.400 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.402 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.402 | 52417 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.402 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.402 | 50553 | Removed run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.402 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.402 | 50553 | Assigned run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.402 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.403 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.d148Vn +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.403 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.407 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.407 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.407 | 52419 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.407 | 50553 | Removed run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.407 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.407 | 50553 | Assigned run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.407 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.407 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wu80cg +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.409 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.410 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.412 | 52416 | Marked run 91 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.413 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.413 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.414 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.416 | 52418 | Marked run 92 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.416 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.419 | 50554 | Recursively removing directory: /tmp/git.d148Vn/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.421 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.421 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.422 | 50557 | Recursively removing directory: /tmp/git.wu80cg/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.423 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.423 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.424 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.426 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.427 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.427 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.427 | 52436 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.427 | 50553 | Removed run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.427 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.427 | 50553 | Assigned run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.427 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.427 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.yWVKYV +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.430 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.430 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.430 | 52437 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.430 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.430 | 50553 | Removed run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.430 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.430 | 50553 | Assigned run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.430 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.59N8NA +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.432 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.433 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.436 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.436 | 52434 | Marked run 93 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.437 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.437 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.440 | 52435 | Marked run 94 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.440 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.443 | 50554 | Recursively removing directory: /tmp/git.yWVKYV/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.444 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.444 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.446 | 50557 | Recursively removing directory: /tmp/git.59N8NA/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.447 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.447 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.448 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.450 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.450 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.450 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.450 | 52454 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.450 | 50553 | Removed run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.450 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.450 | 50553 | Assigned run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.450 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.451 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UjyzeE +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.453 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.453 | 52455 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.453 | 50553 | Removed run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.453 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.453 | 50553 | Assigned run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.453 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.453 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.453 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Mn24HH +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.455 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.456 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.458 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.459 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.461 | 52452 | Marked run 95 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.461 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.465 | 52453 | Marked run 96 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.465 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.466 | 50554 | Recursively removing directory: /tmp/git.UjyzeE/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.467 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.467 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.468 | 50557 | Recursively removing directory: /tmp/git.Mn24HH/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.469 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.469 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.470 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.472 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.473 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.473 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.473 | 52472 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.473 | 50553 | Removed run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.473 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.473 | 50553 | Assigned run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.473 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.474 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.KMPmcI +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.475 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.475 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.475 | 52473 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.475 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.475 | 50553 | Removed run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.475 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.475 | 50553 | Assigned run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.476 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.q96NDn +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.479 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.481 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.481 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.482 | 52470 | Marked run 97 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.482 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.482 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.485 | 52471 | Marked run 98 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.486 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.490 | 50554 | Recursively removing directory: /tmp/git.KMPmcI/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.491 | 50557 | Recursively removing directory: /tmp/git.q96NDn/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.491 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.491 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.492 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.492 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.496 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.496 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.500 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.500 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.500 | 52490 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.500 | 50553 | Removed run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.500 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.500 | 50553 | Assigned run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.500 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.500 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.500 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.500 | 52491 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.500 | 50553 | Removed run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.500 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.500 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.500 | 50553 | Assigned run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.500 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bLpziE +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.501 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.36u7qm +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.505 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.506 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.506 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.507 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.511 | 52489 | Marked run 100 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.511 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.514 | 52488 | Marked run 99 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.515 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.516 | 50554 | Recursively removing directory: /tmp/git.bLpziE/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.516 | 50557 | Recursively removing directory: /tmp/git.36u7qm/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.517 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.517 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.518 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.518 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.520 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.521 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.523 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.523 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.523 | 52508 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.523 | 50553 | Removed run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.523 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.523 | 50553 | Assigned run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.523 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FyBfHV +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.523 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.523 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.523 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.524 | 52509 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.524 | 50553 | Removed run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.524 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.524 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.524 | 50553 | Assigned run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.524 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.t2g2bC +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.527 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.528 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.529 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.531 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.533 | 52507 | Marked run 102 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.534 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.537 | 52506 | Marked run 101 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.537 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.538 | 50554 | Recursively removing directory: /tmp/git.FyBfHV/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.539 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.539 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.539 | 50557 | Recursively removing directory: /tmp/git.t2g2bC/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.541 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.541 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.544 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.545 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.547 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.547 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.547 | 52526 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.547 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.547 | 50553 | Removed run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.547 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.547 | 50553 | Assigned run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.547 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ZFsTPd +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.549 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.549 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.549 | 52527 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.549 | 50553 | Removed run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.549 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.549 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.549 | 50553 | Assigned run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.549 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EHqblX +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.552 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.553 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.555 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.556 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.559 | 52524 | Marked run 103 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.559 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.561 | 52525 | Marked run 104 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.562 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.562 | 50554 | Recursively removing directory: /tmp/git.ZFsTPd/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.563 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.563 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.566 | 50557 | Recursively removing directory: /tmp/git.EHqblX/ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.567 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.568 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.568 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.570 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.570 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.570 | 52543 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.570 | 50553 | Removed run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.570 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.571 | 50553 | Assigned run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.571 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.571 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.OcU8Q5 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.572 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.576 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.576 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.576 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.576 | 52545 | Added a new worker 14 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.576 | 50553 | Removed run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.576 | 50553 | Removed worker 14 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.576 | 50553 | Assigned run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.576 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.576 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.blAym3 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.577 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.579 | 52542 | Marked run 105 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.579 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.583 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.584 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.585 | 52544 | Marked run 106 as finished +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.586 | 50554 | Recursively removing directory: /tmp/git.OcU8Q5/ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.586 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.587 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.587 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.590 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.592 | 50557 | Recursively removing directory: /tmp/git.blAym3/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.593 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.593 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.593 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.593 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.593 | 52561 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.593 | 50553 | Removed run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.593 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.593 | 50553 | Assigned run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.593 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.594 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nv5ejM +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.596 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.598 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.599 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.599 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.599 | 52563 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.599 | 50553 | Removed run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.599 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.599 | 50553 | Assigned run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.599 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.599 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1Ol1x1 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.600 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.604 | 52560 | Marked run 107 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.604 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.605 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.606 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.608 | 50554 | Recursively removing directory: /tmp/git.nv5ejM/ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.608 | 52562 | Marked run 108 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.609 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.609 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.609 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.613 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.614 | 50557 | Recursively removing directory: /tmp/git.1Ol1x1/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.616 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.616 | 50557 | Process output: 415085 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.616 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.617 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.617 | 52579 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.617 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.617 | 50553 | Removed run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.617 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.617 | 50553 | Assigned run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.617 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.M9Vnp9 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.619 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.622 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.623 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.623 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.623 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.623 | 52581 | Added a new worker 13 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.623 | 50553 | Removed run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.623 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.623 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.623 | 50553 | Assigned run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.623 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Hy2wzw +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.624 | 52578 | Marked run 109 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.625 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.628 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.630 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.632 | 50554 | Recursively removing directory: /tmp/git.M9Vnp9/ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.634 | 52580 | Marked run 110 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.634 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.634 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.634 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.637 | 50557 | Recursively removing directory: /tmp/git.Hy2wzw/ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.637 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.639 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.639 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.640 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.640 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.640 | 52597 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.640 | 50553 | Removed run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.640 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.640 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.641 | 50553 | Assigned run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.641 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.0w0zQt +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.642 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.645 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.645 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.645 | 52599 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.645 | 50553 | Removed run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.645 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.645 | 50553 | Assigned run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.645 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.645 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.645 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kC0lpx +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.646 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.651 | 52596 | Marked run 111 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.651 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.651 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.652 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.655 | 52598 | Marked run 112 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.655 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.656 | 50554 | Recursively removing directory: /tmp/git.0w0zQt/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.657 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.657 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.660 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.661 | 50557 | Recursively removing directory: /tmp/git.kC0lpx/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.662 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.662 | 50557 | Process output: 415085 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.663 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.663 | 52615 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.663 | 50553 | Removed run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.663 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.663 | 50553 | Assigned run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.664 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.663 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.663 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MZhlGA +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.666 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.667 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.668 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.670 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.670 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.670 | 52619 | Added a new worker 13 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.670 | 50553 | Removed run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.670 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.670 | 50553 | Assigned run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.670 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.670 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ZKTrbz +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.674 | 52614 | Marked run 113 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.674 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.676 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.677 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.677 | 50554 | Recursively removing directory: /tmp/git.MZhlGA/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.679 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.679 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.682 | 52616 | Marked run 114 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.682 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.683 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.685 | 50557 | Recursively removing directory: /tmp/git.ZKTrbz/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.686 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.686 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.686 | 52633 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.687 | 50553 | Removed run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.687 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.687 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.687 | 50553 | Assigned run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.687 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.687 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.687 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UZf2EG +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.690 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.692 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.692 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.693 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.693 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.693 | 52636 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.693 | 50553 | Removed run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.693 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.693 | 50553 | Assigned run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.694 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xwlNr4 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.694 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.699 | 52632 | Marked run 115 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.699 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.701 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.702 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.702 | 50554 | Recursively removing directory: /tmp/git.UZf2EG/ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.702 | 52634 | Marked run 116 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.702 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.703 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.703 | 50554 | Process output: 415085 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.706 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.709 | 50557 | Recursively removing directory: /tmp/git.xwlNr4/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.710 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.710 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.710 | 52651 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.710 | 50553 | Removed run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.710 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.710 | 50553 | Assigned run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.710 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.710 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.V6Il1R +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.711 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.711 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.713 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.715 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.715 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.716 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.717 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.717 | 52654 | Added a new worker 14 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.717 | 50553 | Removed run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.717 | 50553 | Removed worker 14 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.717 | 50553 | Assigned run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.717 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.717 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.jFfNYQ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.719 | 52650 | Marked run 117 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.719 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.722 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.723 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.725 | 50554 | Recursively removing directory: /tmp/git.V6Il1R/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.726 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.726 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.727 | 52652 | Marked run 118 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.727 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.730 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.731 | 50557 | Recursively removing directory: /tmp/git.jFfNYQ/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.732 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.732 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.733 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.733 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.733 | 52669 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.733 | 50553 | Removed run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.733 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.733 | 50553 | Assigned run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.733 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.733 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1JAhl5 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.736 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.737 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.738 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.740 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.740 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.740 | 52672 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.740 | 50553 | Removed run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.740 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.740 | 50553 | Assigned run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.740 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nXHWNt +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.741 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.746 | 52668 | Marked run 119 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.747 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.747 | 50554 | Recursively removing directory: /tmp/git.1JAhl5/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.748 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.749 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.749 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.749 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.751 | 52670 | Marked run 120 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.751 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.752 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.755 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.755 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.755 | 52687 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.755 | 50553 | Removed run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.755 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.755 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.755 | 50553 | Assigned run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.755 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.D3mLQ8 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.758 | 50557 | Recursively removing directory: /tmp/git.nXHWNt/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.760 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.760 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.760 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.762 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.763 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.764 | 52681 | Marked run 121 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.764 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.766 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.767 | 52695 | Added a new worker 8 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.767 | 50553 | Removed run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.767 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.767 | 50553 | Assigned run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.766 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.767 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.eI8FOV +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.767 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.771 | 50554 | Recursively removing directory: /tmp/git.D3mLQ8/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.771 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.772 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.773 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.773 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.776 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.776 | 52689 | Marked run 122 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.776 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.779 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.779 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.779 | 52705 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.779 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.JlUl0V +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.779 | 50553 | Removed run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.779 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.779 | 50553 | Assigned run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.780 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.781 | 50557 | Recursively removing directory: /tmp/git.eI8FOV/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.782 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.782 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.784 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.785 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.786 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.788 | 52700 | Marked run 123 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.788 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.788 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.788 | 52709 | Added a new worker 8 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.788 | 50553 | Removed run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.788 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.789 | 50553 | Assigned run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.789 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.788 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.789 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.T7nyHf +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.793 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.794 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.794 | 50554 | Recursively removing directory: /tmp/git.JlUl0V/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.796 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.796 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.798 | 52706 | Marked run 124 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.799 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.800 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.802 | 50557 | Recursively removing directory: /tmp/git.T7nyHf/ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.803 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.803 | 52723 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.803 | 50553 | Removed run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.803 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.803 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.803 | 50553 | Assigned run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.803 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.804 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.804 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.804 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.lzWSC3 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.806 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.809 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.809 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.809 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.809 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.810 | 52725 | Added a new worker 12 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.810 | 50553 | Removed run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.810 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.810 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.810 | 50553 | Assigned run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.810 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.M8zNgA +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.814 | 52722 | Marked run 125 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.814 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.815 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.816 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.819 | 52724 | Marked run 126 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.819 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.819 | 50554 | Recursively removing directory: /tmp/git.lzWSC3/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.821 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.821 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.825 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.825 | 50557 | Recursively removing directory: /tmp/git.M8zNgA/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.827 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.827 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.827 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.827 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.827 | 52741 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.828 | 50553 | Removed run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.828 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.828 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.828 | 50553 | Assigned run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.828 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qYE8dF +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.831 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.831 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.832 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.834 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.834 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.835 | 52745 | Added a new worker 13 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.835 | 50553 | Removed run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.835 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.835 | 50553 | Assigned run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.835 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.835 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pNxptf +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.838 | 52740 | Marked run 127 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.838 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.841 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.842 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.842 | 50554 | Recursively removing directory: /tmp/git.qYE8dF/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.844 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.844 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.845 | 52742 | Marked run 128 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.845 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.847 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.850 | 50557 | Recursively removing directory: /tmp/git.pNxptf/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.851 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.851 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.851 | 52759 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.851 | 50553 | Removed run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.851 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.851 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.851 | 50553 | Assigned run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.851 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.uZACin +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.852 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.852 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.855 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.856 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.856 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.858 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.858 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.858 | 52762 | Added a new worker 13 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.858 | 50553 | Removed run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.858 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.858 | 50553 | Assigned run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.858 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.858 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.gOICoM +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.861 | 52758 | Marked run 129 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.862 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.864 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.865 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.867 | 52760 | Marked run 130 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.867 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.868 | 50554 | Recursively removing directory: /tmp/git.uZACin/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.869 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.869 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.873 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.874 | 50557 | Recursively removing directory: /tmp/git.gOICoM/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.875 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.875 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.876 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.876 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.876 | 52777 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.876 | 50553 | Removed run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.876 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.876 | 50553 | Assigned run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.876 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FzbCXQ +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.876 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.879 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.880 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.881 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.882 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.883 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.883 | 52781 | Added a new worker 13 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.883 | 50553 | Removed run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.883 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.883 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.883 | 50553 | Assigned run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.883 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ucsz1C +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.886 | 52776 | Marked run 131 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.887 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.889 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.890 | 50554 | Recursively removing directory: /tmp/git.FzbCXQ/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.891 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.891 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.891 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.893 | 52778 | Marked run 132 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.896 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.898 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.898 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.898 | 52795 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.898 | 50553 | Removed run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.898 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.898 | 50553 | Assigned run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.898 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.898 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.iAP9e6 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.901 | 50557 | Recursively removing directory: /tmp/git.ucsz1C/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.903 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.903 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.903 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.904 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.906 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.907 | 52790 | Marked run 133 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.907 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.909 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.909 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.909 | 52802 | Added a new worker 8 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.909 | 50553 | Removed run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.909 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.909 | 50553 | Assigned run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.909 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.909 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.TngE8g +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.913 | 50554 | Recursively removing directory: /tmp/git.iAP9e6/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.914 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.915 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.915 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.915 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.918 | 52797 | Marked run 134 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.918 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.918 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.921 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.921 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.922 | 52813 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.922 | 50553 | Removed run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.922 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.922 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.922 | 50553 | Assigned run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.922 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.hUXHx5 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.924 | 50557 | Recursively removing directory: /tmp/git.TngE8g/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.926 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.926 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.927 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.928 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.929 | 52807 | Marked run 135 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.929 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.930 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.933 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.933 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.933 | 52822 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.933 | 50553 | Removed run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.933 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.933 | 50553 | Assigned run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.933 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.OYIkCN +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.933 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.935 | 50554 | Recursively removing directory: /tmp/git.hUXHx5/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.937 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.937 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.938 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.939 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.940 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.942 | 52816 | Marked run 136 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.942 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.943 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.943 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.943 | 52828 | Added a new worker 8 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.943 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.943 | 50553 | Removed run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.943 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.943 | 50553 | Assigned run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.943 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.W7nkR8 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.948 | 50557 | Recursively removing directory: /tmp/git.OYIkCN/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.948 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.949 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.949 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.949 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.953 | 52824 | Marked run 137 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.953 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.956 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.956 | 52840 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.956 | 50553 | Removed run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.956 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.956 | 50553 | Assigned run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.957 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.956 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.956 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ztx4oA +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.958 | 50554 | Recursively removing directory: /tmp/git.W7nkR8/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.959 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.959 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.961 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.962 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.962 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.965 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.965 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.965 | 52845 | Added a new worker 13 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.966 | 50553 | Removed run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.966 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.966 | 50553 | Assigned run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.966 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.slwyZO +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.966 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.969 | 52835 | Marked run 138 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.969 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.971 | 50557 | Recursively removing directory: /tmp/git.ztx4oA/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.973 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.973 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.973 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.974 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.974 | 52842 | Marked run 139 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.974 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.976 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.979 | 50557 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.979 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.980 | 52858 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.980 | 50553 | Removed run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.980 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.980 | 50553 | Assigned run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.980 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qJJFoN +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.981 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.982 | 50554 | Recursively removing directory: /tmp/git.slwyZO/ +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.984 | 50554 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.984 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.987 | 52852 | Marked run 140 as finished +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.987 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.987 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.988 | 50557 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.989 | 50557 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.991 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.991 | 52861 | Added a new worker 10 to the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.991 | 50553 | Removed run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.991 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.991 | 50553 | Assigned run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:44 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.991 | 50551 | Waiting for new connections +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.991 | 50554 | Waiting for a new command +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.991 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LYpDfL +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.996 | 50554 | Checking out revision HEAD +2024-01-28 10:55:44 | INFO | 50554/cimple-worker: 2024-01-28 10:55:44.997 | 50554 | Going to run: ./ci +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.997 | 50557 | Recursively removing directory: /tmp/git.qJJFoN/ +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.999 | 50557 | Process exit code: 0 +2024-01-28 10:55:44 | INFO | 50557/cimple-worker: 2024-01-28 10:55:44.999 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:44.999 | 52859 | Marked run 141 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.000 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.002 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.006 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.006 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.006 | 52876 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.006 | 50553 | Removed run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.006 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.006 | 50553 | Assigned run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.006 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.fdWLLS +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.006 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.006 | 50554 | Recursively removing directory: /tmp/git.LYpDfL/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.007 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.007 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.010 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.010 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.012 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.016 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.016 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.016 | 52885 | Added a new worker 13 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.016 | 50553 | Removed run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.016 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.016 | 50553 | Assigned run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.016 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.016 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.PVVH9I +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.016 | 52875 | Marked run 142 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.017 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.019 | 50557 | Recursively removing directory: /tmp/git.fdWLLS/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.020 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.021 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.021 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.021 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.025 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.025 | 52878 | Marked run 143 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.026 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.028 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.028 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.029 | 52894 | Added a new worker 9 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.029 | 50553 | Removed run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.029 | 50553 | Removed worker 9 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.029 | 50553 | Assigned run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.029 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.029 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wNdSuH +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.029 | 50554 | Recursively removing directory: /tmp/git.PVVH9I/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.030 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.030 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.033 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.034 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.035 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.037 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.037 | 52897 | Added a new worker 13 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.037 | 50553 | Removed run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.037 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.037 | 50553 | Assigned run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.037 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.037 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.037 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.inmi4G +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.037 | 52889 | Marked run 144 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.038 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.042 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.042 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.045 | 50557 | Recursively removing directory: /tmp/git.wNdSuH/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.047 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.047 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.047 | 52895 | Marked run 145 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.047 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.051 | 50554 | Recursively removing directory: /tmp/git.inmi4G/ +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.051 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.052 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.052 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.054 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.054 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.054 | 52912 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.054 | 50553 | Removed run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.054 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.054 | 50553 | Assigned run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.054 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.054 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.IXOHVv +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.055 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.058 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.059 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.059 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.059 | 52914 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.059 | 50553 | Removed run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.059 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.059 | 50553 | Assigned run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.059 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MB8zps +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.060 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.061 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.065 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.065 | 52911 | Marked run 146 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.066 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.067 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.069 | 52913 | Marked run 147 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.069 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.069 | 50557 | Recursively removing directory: /tmp/git.IXOHVv/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.070 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.070 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.074 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.075 | 50554 | Recursively removing directory: /tmp/git.MB8zps/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.076 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.076 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.077 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.077 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.077 | 52930 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.077 | 50553 | Removed run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.077 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.077 | 50553 | Assigned run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.077 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.077 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LFUG8d +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.079 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.082 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.082 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.082 | 52932 | Added a new worker 13 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.082 | 50553 | Removed run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.082 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.082 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.082 | 50553 | Assigned run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.082 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.s8zyBd +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.087 | 52929 | Marked run 148 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.087 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.088 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.088 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.089 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.089 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.092 | 52931 | Marked run 149 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.092 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.098 | 50557 | Recursively removing directory: /tmp/git.LFUG8d/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.098 | 50554 | Recursively removing directory: /tmp/git.s8zyBd/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.099 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.099 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.100 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.100 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.102 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.102 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.105 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.105 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.105 | 52949 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.105 | 50553 | Removed run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.105 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.105 | 50553 | Assigned run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.106 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.105 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.106 | 52950 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.106 | 50553 | Removed run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.106 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.106 | 50553 | Assigned run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.105 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ahEAPF +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.106 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.107 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3jacRO +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.107 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.110 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.111 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.111 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.112 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.115 | 52947 | Marked run 150 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.115 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.118 | 52948 | Marked run 151 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.118 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.120 | 50557 | Recursively removing directory: /tmp/git.ahEAPF/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.121 | 50554 | Recursively removing directory: /tmp/git.3jacRO/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.122 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.122 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.123 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.123 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.124 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.125 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.127 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.127 | 52967 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.128 | 50553 | Removed run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.128 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.128 | 50553 | Assigned run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.127 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.128 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GaSn8F +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.128 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.129 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.129 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.129 | 52968 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.129 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.129 | 50553 | Removed run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.129 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.129 | 50553 | Assigned run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.129 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5fzwb2 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.132 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.133 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.135 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.136 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.137 | 52965 | Marked run 152 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.137 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.140 | 52966 | Marked run 153 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.140 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.142 | 50557 | Recursively removing directory: /tmp/git.GaSn8F/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.144 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.144 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.145 | 50554 | Recursively removing directory: /tmp/git.5fzwb2/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.147 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.147 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.148 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.151 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.152 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.152 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.152 | 52985 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.152 | 50553 | Removed run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.152 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.152 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.152 | 50553 | Assigned run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.152 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.YlmnzC +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.155 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.155 | 52986 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.155 | 50553 | Removed run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.155 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.155 | 50553 | Assigned run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.154 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.155 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.WoTNVX +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.157 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.158 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.159 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.160 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.161 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.162 | 52983 | Marked run 154 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.163 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.165 | 52984 | Marked run 155 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.166 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.167 | 50557 | Recursively removing directory: /tmp/git.YlmnzC/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.169 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.169 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.170 | 50554 | Recursively removing directory: /tmp/git.WoTNVX/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.171 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.171 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.172 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.174 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.175 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.175 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.175 | 53003 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.175 | 50553 | Removed run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.175 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.175 | 50553 | Assigned run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.175 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.SPkhhq +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.175 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.177 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.177 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.177 | 53004 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.177 | 50553 | Removed run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.177 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.177 | 50553 | Assigned run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.177 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.178 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.oKZ9Ww +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.180 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.181 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.183 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.184 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.185 | 53001 | Marked run 156 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.185 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.188 | 53002 | Marked run 157 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.188 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.190 | 50557 | Recursively removing directory: /tmp/git.SPkhhq/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.191 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.191 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.193 | 50554 | Recursively removing directory: /tmp/git.oKZ9Ww/ +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.194 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.195 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.195 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.197 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.197 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.197 | 53020 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.197 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.197 | 50553 | Removed run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.197 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.197 | 50553 | Assigned run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.197 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.X6eDwm +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.198 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.201 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.201 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.201 | 53022 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.201 | 50553 | Removed run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.201 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.201 | 50553 | Assigned run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.202 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.202 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.cBy4WM +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.202 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.203 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.207 | 53019 | Marked run 158 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.208 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.208 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.209 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.211 | 53021 | Marked run 159 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.211 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.211 | 50557 | Recursively removing directory: /tmp/git.X6eDwm/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.213 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.213 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.216 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.217 | 50554 | Recursively removing directory: /tmp/git.cBy4WM/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.218 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.218 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.219 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.219 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.219 | 53038 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.219 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.219 | 50553 | Removed run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.219 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.219 | 50553 | Assigned run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.220 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qz7c16 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.221 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.225 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.225 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.225 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.225 | 53040 | Added a new worker 13 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.226 | 50553 | Removed run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.226 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.226 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.226 | 50553 | Assigned run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.226 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.226 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xk0uFH +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.227 | 53037 | Marked run 160 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.228 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.231 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.232 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.235 | 50557 | Recursively removing directory: /tmp/git.qz7c16/ +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.236 | 53039 | Marked run 161 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.236 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.237 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.237 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.240 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.241 | 50554 | Recursively removing directory: /tmp/git.xk0uFH/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.242 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.242 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.244 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.244 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.244 | 53056 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.244 | 50553 | Removed run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.244 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.244 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.244 | 50553 | Assigned run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.244 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9uxCna +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.246 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.249 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.250 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.250 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.250 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.250 | 53059 | Added a new worker 14 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.250 | 50553 | Removed run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.250 | 50553 | Removed worker 14 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.250 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.251 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.0nSKQS +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.252 | 50553 | Assigned run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.253 | 53055 | Marked run 162 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.254 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.256 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.257 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.259 | 53057 | Marked run 163 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.259 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.259 | 50557 | Recursively removing directory: /tmp/git.9uxCna/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.261 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.261 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.264 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.265 | 50554 | Recursively removing directory: /tmp/git.0nSKQS/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.267 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.267 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.268 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.268 | 53074 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.268 | 50553 | Removed run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.268 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.268 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.268 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.aodPNC +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.268 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.269 | 50553 | Assigned run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.271 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.272 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.273 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.274 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.275 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.275 | 53077 | Added a new worker 13 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.275 | 50553 | Removed run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.275 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.275 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.275 | 50553 | Assigned run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.275 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.PbPEqe +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.275 | 53073 | Marked run 164 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.275 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.279 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.280 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.283 | 50557 | Recursively removing directory: /tmp/git.aodPNC/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.284 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.284 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.285 | 53075 | Marked run 165 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.285 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.288 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.289 | 50554 | Recursively removing directory: /tmp/git.PbPEqe/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.290 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.290 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.292 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.292 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.292 | 53092 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.292 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.292 | 50553 | Removed run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.292 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.292 | 50553 | Assigned run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.292 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MYmW8O +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.294 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.296 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.297 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.298 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.298 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.298 | 53095 | Added a new worker 13 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.299 | 50553 | Removed run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.299 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.299 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.299 | 50553 | Assigned run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.299 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8Fey6Q +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.300 | 53091 | Marked run 166 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.301 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.306 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.307 | 50557 | Recursively removing directory: /tmp/git.MYmW8O/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.307 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.308 | 53093 | Marked run 167 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.308 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.308 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.308 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.311 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.315 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.315 | 50554 | Recursively removing directory: /tmp/git.8Fey6Q/ +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.315 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.315 | 53110 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.315 | 50553 | Removed run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.315 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.315 | 50553 | Assigned run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.315 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.315 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rN4lWG +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.316 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.316 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.319 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.320 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.321 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.324 | 53107 | Marked run 168 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.325 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.325 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.325 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.325 | 53118 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.325 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.325 | 50553 | Removed run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.325 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.325 | 50553 | Assigned run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.325 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CVaFVl +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.329 | 50557 | Recursively removing directory: /tmp/git.rN4lWG/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.330 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.330 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.330 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.330 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.334 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.336 | 53112 | Marked run 169 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.336 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.338 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.338 | 53128 | Added a new worker 9 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.338 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.338 | 50553 | Removed run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.338 | 50553 | Removed worker 9 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.338 | 50553 | Assigned run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.338 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.339 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3LJTVH +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.339 | 50554 | Recursively removing directory: /tmp/git.CVaFVl/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.340 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.340 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.343 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.343 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.344 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.346 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.347 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.347 | 53132 | Added a new worker 13 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.347 | 50553 | Removed run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.347 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.347 | 50553 | Assigned run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.347 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.347 | 53125 | Marked run 170 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.347 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.347 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FAXSTq +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.352 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.353 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.353 | 50557 | Recursively removing directory: /tmp/git.3LJTVH/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.355 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.355 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.357 | 53129 | Marked run 171 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.357 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.358 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.362 | 50554 | Recursively removing directory: /tmp/git.FAXSTq/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.362 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.362 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.362 | 53146 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.362 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.362 | 50553 | Removed run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.362 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.362 | 50553 | Assigned run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.362 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vWePIa +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.363 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.363 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.366 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.367 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.368 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.371 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.371 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.371 | 53153 | Added a new worker 13 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.371 | 50553 | Removed run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.372 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.372 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.372 | 50553 | Assigned run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.372 | 53145 | Marked run 172 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.372 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.372 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XGJAoY +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.376 | 50557 | Recursively removing directory: /tmp/git.vWePIa/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.377 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.378 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.378 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.378 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.380 | 53148 | Marked run 173 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.380 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.381 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.385 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.385 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.385 | 53164 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.385 | 50553 | Removed run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.385 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.385 | 50553 | Assigned run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.385 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.7rGKXh +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.385 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.387 | 50554 | Recursively removing directory: /tmp/git.XGJAoY/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.388 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.388 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.390 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.390 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.391 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.393 | 53158 | Marked run 174 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.393 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.394 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.395 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.JgCZe1 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.395 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.395 | 53169 | Added a new worker 8 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.395 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.395 | 50553 | Removed run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.395 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.395 | 50553 | Assigned run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.399 | 50557 | Recursively removing directory: /tmp/git.7rGKXh/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.399 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.400 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.401 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.401 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.404 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.405 | 53166 | Marked run 175 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.405 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.407 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.407 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.407 | 53182 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.407 | 50553 | Removed run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.407 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.407 | 50553 | Assigned run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.407 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.408 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CGW5WV +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.410 | 50554 | Recursively removing directory: /tmp/git.JgCZe1/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.411 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.411 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.411 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.412 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.415 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.417 | 53176 | Marked run 176 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.417 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.418 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.418 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.poFv8w +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.418 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.418 | 53191 | Added a new worker 8 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.418 | 50553 | Removed run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.418 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.418 | 50553 | Assigned run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.419 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.421 | 50557 | Recursively removing directory: /tmp/git.CGW5WV/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.422 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.422 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.423 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.423 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.425 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.427 | 53185 | Marked run 177 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.428 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.429 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.429 | 53199 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.429 | 50553 | Removed run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.429 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.429 | 50553 | Assigned run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.429 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.429 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.C4QUrb +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.430 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.433 | 50554 | Recursively removing directory: /tmp/git.poFv8w/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.434 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.434 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.434 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.435 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.437 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.438 | 53193 | Marked run 178 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.438 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.440 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.440 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.440 | 53209 | Added a new worker 8 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.440 | 50553 | Removed run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.440 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.440 | 50553 | Assigned run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.441 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.441 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3SihOo +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.444 | 50557 | Recursively removing directory: /tmp/git.C4QUrb/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.445 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.445 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.445 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.446 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.449 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.451 | 53203 | Marked run 179 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.451 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.452 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.452 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.452 | 53218 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.453 | 50553 | Removed run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.453 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.453 | 50553 | Assigned run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.453 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.453 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LFupYm +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.455 | 50554 | Recursively removing directory: /tmp/git.3SihOo/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.456 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.456 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.458 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.459 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.459 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.462 | 53212 | Marked run 180 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.462 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.463 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.463 | 53223 | Added a new worker 8 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.463 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.463 | 50553 | Removed run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.463 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.463 | 50553 | Assigned run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.463 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.463 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.WqhMAR +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.468 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.468 | 50557 | Recursively removing directory: /tmp/git.LFupYm/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.469 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.470 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.470 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.473 | 53219 | Marked run 181 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.473 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.473 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.476 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.476 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.476 | 53236 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.476 | 50553 | Removed run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.476 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.476 | 50553 | Assigned run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.476 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3BtUxA +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.477 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.478 | 50554 | Recursively removing directory: /tmp/git.WqhMAR/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.480 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.480 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.481 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.483 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.484 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.485 | 53231 | Marked run 182 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.485 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.487 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.487 | 53242 | Added a new worker 8 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.487 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.487 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.487 | 50553 | Removed run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.487 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.487 | 50553 | Assigned run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.487 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.na9CXP +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.491 | 50557 | Recursively removing directory: /tmp/git.3BtUxA/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.492 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.493 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.493 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.494 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.496 | 53238 | Marked run 183 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.496 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.497 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.500 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.500 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.500 | 53254 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.500 | 50553 | Removed run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.500 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.500 | 50553 | Assigned run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.500 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.500 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.HZsMsd +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.503 | 50554 | Recursively removing directory: /tmp/git.na9CXP/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.504 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.504 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.505 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.506 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.507 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.509 | 53248 | Marked run 184 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.510 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.511 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.511 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.511 | 53263 | Added a new worker 8 to the queue +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.511 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UAX6RL +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.511 | 50553 | Removed run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.511 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.511 | 50553 | Assigned run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.513 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.514 | 50557 | Recursively removing directory: /tmp/git.HZsMsd/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.515 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.515 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.516 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.517 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.518 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.521 | 53256 | Marked run 185 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.521 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.522 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.522 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.522 | 53270 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.522 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.522 | 50553 | Removed run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.522 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.522 | 50553 | Assigned run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.522 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.d0MLyZ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.526 | 50554 | Recursively removing directory: /tmp/git.UAX6RL/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.527 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.527 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.528 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.530 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.531 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.533 | 53265 | Marked run 186 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.533 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.534 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.534 | 53277 | Added a new worker 8 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.534 | 50553 | Removed run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.534 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.534 | 50553 | Assigned run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.534 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.534 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.534 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.QJvQUv +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.539 | 50557 | Recursively removing directory: /tmp/git.d0MLyZ/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.539 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.540 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.540 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.540 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.544 | 53273 | Marked run 187 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.544 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.544 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.548 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.548 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pL48iH +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.548 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.548 | 53290 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.548 | 50553 | Removed run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.548 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.548 | 50553 | Assigned run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.548 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.549 | 50554 | Recursively removing directory: /tmp/git.QJvQUv/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.551 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.551 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.552 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.553 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.555 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.558 | 53285 | Marked run 188 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.558 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.558 | 53299 | Added a new worker 6 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.559 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.559 | 50553 | Removed run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.559 | 50553 | Removed worker 6 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.559 | 50553 | Assigned run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.558 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.559 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.NQoeJm +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.562 | 50557 | Recursively removing directory: /tmp/git.pL48iH/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.563 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.563 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.564 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.565 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.566 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.567 | 53293 | Marked run 189 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.568 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.569 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.569 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.569 | 53304 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.569 | 50553 | Removed run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.569 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.569 | 50553 | Assigned run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.569 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.569 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mFfpT2 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.574 | 50554 | Recursively removing directory: /tmp/git.NQoeJm/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.574 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.575 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.575 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.575 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.578 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.579 | 53301 | Marked run 190 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.579 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.581 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.582 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.582 | 53317 | Added a new worker 8 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.582 | 50553 | Removed run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.582 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.582 | 50553 | Assigned run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.582 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.582 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.agHDqK +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.585 | 50557 | Recursively removing directory: /tmp/git.mFfpT2/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.586 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.586 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.588 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.589 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.589 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.590 | 53311 | Marked run 191 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.590 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.592 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.592 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.592 | 53322 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.592 | 50553 | Removed run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.592 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.592 | 50553 | Assigned run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.592 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.593 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kAraUw +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.597 | 50554 | Recursively removing directory: /tmp/git.agHDqK/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.598 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.598 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.598 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.599 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.602 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.602 | 53319 | Marked run 192 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.603 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.605 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.605 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.605 | 53335 | Added a new worker 8 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.605 | 50553 | Removed run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.605 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.605 | 50553 | Assigned run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.606 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.606 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.WuPgWo +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.607 | 50557 | Recursively removing directory: /tmp/git.kAraUw/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.609 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.609 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.610 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.611 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.612 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.614 | 53330 | Marked run 193 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.614 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.615 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.615 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.615 | 53339 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.615 | 50553 | Removed run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.615 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.615 | 50553 | Assigned run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.615 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ZLmiCO +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.615 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.620 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.621 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.621 | 50554 | Recursively removing directory: /tmp/git.WuPgWo/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.623 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.623 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.625 | 53336 | Marked run 194 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.625 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.627 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.629 | 50557 | Recursively removing directory: /tmp/git.ZLmiCO/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.630 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.630 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.630 | 53353 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.630 | 50553 | Removed run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.630 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.630 | 50553 | Assigned run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.630 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.lnqEik +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.630 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.630 | 50557 | Process output: 415086 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.631 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.633 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.635 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.635 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.636 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.636 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.636 | 53356 | Added a new worker 13 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.636 | 50553 | Removed run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.636 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.637 | 50553 | Assigned run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.637 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.637 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.em4Yst +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.643 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.643 | 53352 | Marked run 195 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.644 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.645 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.645 | 50554 | Recursively removing directory: /tmp/git.lnqEik/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.646 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.646 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.648 | 53354 | Marked run 196 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.648 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.650 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.653 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.653 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.653 | 53371 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.653 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.653 | 50553 | Removed run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.653 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.653 | 50553 | Assigned run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.653 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LGseW4 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.653 | 50557 | Recursively removing directory: /tmp/git.em4Yst/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.655 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.655 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.657 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.658 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.659 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.662 | 53370 | Marked run 197 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.662 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.663 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.663 | 53378 | Added a new worker 8 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.663 | 50553 | Removed run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.663 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.663 | 50553 | Assigned run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.662 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.663 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.aqluhf +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.663 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.667 | 50554 | Recursively removing directory: /tmp/git.LGseW4/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.667 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.668 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.668 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.668 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.672 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.672 | 53373 | Marked run 198 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.672 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.675 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.675 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.675 | 53389 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.675 | 50553 | Removed run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.675 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.676 | 50553 | Assigned run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.676 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.676 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.U2ZzKp +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.677 | 50557 | Recursively removing directory: /tmp/git.aqluhf/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.679 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.679 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.680 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.681 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.683 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.684 | 53384 | Marked run 199 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.684 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.686 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.687 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.687 | 53398 | Added a new worker 8 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.687 | 50553 | Removed run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.687 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.687 | 50553 | Assigned run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.687 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nSjL7H +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.687 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.689 | 50554 | Recursively removing directory: /tmp/git.U2ZzKp/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.691 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.691 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.691 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.693 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.694 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.695 | 53392 | Marked run 200 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.696 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.697 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.697 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.697 | 53405 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.697 | 50553 | Removed run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.697 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.698 | 50553 | Assigned run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.698 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XmiZDj +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.699 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.701 | 50557 | Recursively removing directory: /tmp/git.nSjL7H/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.702 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.703 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.703 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.703 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.706 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.706 | 53400 | Marked run 201 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.706 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.709 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.709 | 53416 | Added a new worker 8 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.709 | 50553 | Removed run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.709 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.709 | 50553 | Assigned run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.709 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.709 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.NR0qPK +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.710 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.712 | 50554 | Recursively removing directory: /tmp/git.XmiZDj/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.714 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.714 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.714 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.715 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.717 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.718 | 53410 | Marked run 202 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.718 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.720 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.720 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.720 | 53425 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.720 | 50553 | Removed run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.720 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.720 | 50553 | Assigned run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.721 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.721 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Ly5WQn +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.724 | 50557 | Recursively removing directory: /tmp/git.NR0qPK/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.725 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.725 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.725 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.726 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.728 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.729 | 53418 | Marked run 203 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.729 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.732 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.732 | 53434 | Added a new worker 8 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.732 | 50553 | Removed run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.732 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.732 | 50553 | Assigned run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.732 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.732 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.QzlCCb +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.733 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.734 | 50554 | Recursively removing directory: /tmp/git.Ly5WQn/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.736 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.736 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.737 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.737 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.739 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.741 | 53428 | Marked run 204 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.742 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.742 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.742 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.742 | 53441 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.743 | 50553 | Removed run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.743 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.743 | 50553 | Assigned run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.743 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.743 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.iI0ncM +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.746 | 50557 | Recursively removing directory: /tmp/git.QzlCCb/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.748 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.748 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.749 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.750 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.751 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.751 | 53436 | Marked run 205 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.752 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.754 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.754 | 53450 | Added a new worker 8 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.754 | 50553 | Removed run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.754 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.754 | 50553 | Assigned run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.754 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.754 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.jac5tO +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.755 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.759 | 50554 | Recursively removing directory: /tmp/git.iI0ncM/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.759 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.760 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.761 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.761 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.764 | 53445 | Marked run 206 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.764 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.764 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.767 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.767 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.767 | 53461 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.767 | 50553 | Removed run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.767 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.767 | 50553 | Assigned run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.768 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.768 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.M0oQQs +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.769 | 50557 | Recursively removing directory: /tmp/git.jac5tO/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.771 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.771 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.773 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.774 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.774 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.775 | 53456 | Marked run 207 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.775 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.777 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.777 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.777 | 53466 | Added a new worker 8 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.777 | 50553 | Removed run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.777 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.777 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.777 | 50553 | Assigned run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.778 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.NjLPWZ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.782 | 50554 | Recursively removing directory: /tmp/git.M0oQQs/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.783 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.784 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.784 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.784 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.787 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.787 | 53463 | Marked run 208 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.787 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.790 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.790 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.tL1mtu +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.790 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.790 | 53479 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.790 | 50553 | Removed run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.790 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.790 | 50553 | Assigned run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.790 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.792 | 50557 | Recursively removing directory: /tmp/git.NjLPWZ/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.794 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.794 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.795 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.796 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.797 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.799 | 53473 | Marked run 209 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.799 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.799 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.799 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.799 | 53484 | Added a new worker 8 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.799 | 50553 | Removed run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.799 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.800 | 50553 | Assigned run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.800 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.800 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qufXqt +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.805 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.805 | 50554 | Recursively removing directory: /tmp/git.tL1mtu/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.806 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.807 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.807 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.810 | 53481 | Marked run 210 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.810 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.813 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.813 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.814 | 53497 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.814 | 50553 | Removed run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.814 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.814 | 50553 | Assigned run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.814 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.814 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Qtnjva +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.814 | 50557 | Recursively removing directory: /tmp/git.qufXqt/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.816 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.816 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.819 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.819 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.819 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.822 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.822 | 53501 | Added a new worker 13 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.822 | 50553 | Removed run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.822 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.822 | 50553 | Assigned run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.823 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.822 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.823 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Fe97M2 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.824 | 53492 | Marked run 211 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.824 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.829 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.829 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.830 | 50554 | Recursively removing directory: /tmp/git.Qtnjva/ +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.831 | 53498 | Marked run 212 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.831 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.831 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.831 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.834 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.837 | 50557 | Recursively removing directory: /tmp/git.Fe97M2/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.838 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.838 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.838 | 53515 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.838 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.838 | 50553 | Removed run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.838 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.838 | 50553 | Assigned run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.838 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MGvlyP +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.839 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.839 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.842 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.843 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.844 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.845 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.845 | 53518 | Added a new worker 13 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.845 | 50553 | Removed run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.845 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.845 | 50553 | Assigned run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.845 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.845 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RxBdIG +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.846 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.847 | 53514 | Marked run 213 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.847 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.850 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.851 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.853 | 50554 | Recursively removing directory: /tmp/git.MGvlyP/ +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.855 | 53516 | Marked run 214 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.855 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.855 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.855 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.859 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.860 | 50557 | Recursively removing directory: /tmp/git.RxBdIG/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.861 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.861 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.862 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.862 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.862 | 53533 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.862 | 50553 | Removed run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.862 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.862 | 50553 | Assigned run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.863 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CBo5UP +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.863 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.865 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.868 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.868 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.868 | 53535 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.868 | 50553 | Removed run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.868 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.868 | 50553 | Assigned run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.868 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.868 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EwrRq1 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.871 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.871 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.873 | 53532 | Marked run 215 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.874 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.875 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.876 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.877 | 53534 | Marked run 216 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.877 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.880 | 50554 | Recursively removing directory: /tmp/git.CBo5UP/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.882 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.882 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.884 | 50557 | Recursively removing directory: /tmp/git.EwrRq1/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.885 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.885 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.885 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.888 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.888 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.889 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.889 | 53552 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.889 | 50553 | Removed run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.889 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.889 | 50553 | Assigned run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.889 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.S21HmT +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.890 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.892 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.892 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.892 | 53553 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.892 | 50553 | Removed run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.892 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.892 | 50553 | Assigned run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.892 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.893 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.zNnRP6 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.894 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.895 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.897 | 53550 | Marked run 217 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.898 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.898 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.899 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.902 | 53551 | Marked run 218 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.902 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.904 | 50554 | Recursively removing directory: /tmp/git.S21HmT/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.905 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.905 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.908 | 50557 | Recursively removing directory: /tmp/git.zNnRP6/ +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.909 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.909 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.909 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.912 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.912 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.912 | 53569 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.912 | 50553 | Removed run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.912 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.912 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.912 | 50553 | Assigned run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.912 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.912 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.HoRc4M +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.915 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.915 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.915 | 53571 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.915 | 50553 | Removed run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.915 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.915 | 50553 | Assigned run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.915 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.915 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GcSTE4 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.917 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.918 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.921 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.922 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.922 | 53568 | Marked run 219 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.922 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.925 | 53570 | Marked run 220 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.925 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.927 | 50554 | Recursively removing directory: /tmp/git.HoRc4M/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.929 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.929 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.930 | 50557 | Recursively removing directory: /tmp/git.GcSTE4/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.932 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.932 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.932 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.936 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.936 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.936 | 53587 | Added a new worker 10 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.936 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.936 | 50553 | Removed run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.936 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.936 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.936 | 50553 | Assigned run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.937 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.m1RtPq +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.940 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.940 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.940 | 53589 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.940 | 50553 | Removed run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.940 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.940 | 50553 | Assigned run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.940 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vtG3ho +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.941 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.942 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.943 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.945 | 53586 | Marked run 221 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.945 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.946 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.947 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.951 | 53588 | Marked run 222 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.951 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.953 | 50554 | Recursively removing directory: /tmp/git.m1RtPq/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.955 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.955 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.955 | 50557 | Recursively removing directory: /tmp/git.vtG3ho/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.957 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.957 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.959 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.961 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.962 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.963 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.963 | 53606 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.963 | 50553 | Removed run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.963 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.963 | 50553 | Assigned run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.963 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.963 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ZciUxo +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.965 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.965 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.965 | 53607 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.965 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.968 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.968 | 50554 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.965 | 50553 | Removed run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.965 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.965 | 50553 | Assigned run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.966 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6KM85d +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.970 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.972 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.974 | 53604 | Marked run 223 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.974 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.982 | 53605 | Marked run 224 as finished +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.982 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.983 | 50554 | Recursively removing directory: /tmp/git.ZciUxo/ +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.984 | 50557 | Recursively removing directory: /tmp/git.6KM85d/ +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.984 | 50554 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.984 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.985 | 50557 | Process exit code: 0 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.985 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.987 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.988 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.990 | 50554 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.990 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.990 | 53624 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.990 | 50553 | Removed run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.990 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.990 | 50553 | Assigned run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.990 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pKAhT8 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.991 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.991 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.991 | 53625 | Added a new worker 12 to the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.991 | 50553 | Removed run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.991 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.991 | 50553 | Assigned run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.991 | 50557 | Waiting for a new command +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.991 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xErMK4 +2024-01-28 10:55:45 | INFO | 50551/cimple-server: 2024-01-28 10:55:45.992 | 50551 | Waiting for new connections +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.997 | 50557 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.997 | 50554 | Checking out revision HEAD +2024-01-28 10:55:45 | INFO | 50557/cimple-worker: 2024-01-28 10:55:45.998 | 50557 | Going to run: ./ci +2024-01-28 10:55:45 | INFO | 50554/cimple-worker: 2024-01-28 10:55:45.998 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.000 | 53622 | Marked run 225 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.000 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.004 | 53623 | Marked run 226 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.004 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.007 | 50554 | Recursively removing directory: /tmp/git.pKAhT8/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.008 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.008 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.008 | 50557 | Recursively removing directory: /tmp/git.xErMK4/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.009 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.009 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.011 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.012 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.014 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.014 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.014 | 53642 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.014 | 50553 | Removed run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.014 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.014 | 50553 | Assigned run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.014 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.014 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8IZtID +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.015 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.015 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.016 | 53643 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.016 | 50553 | Removed run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.016 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.016 | 50553 | Assigned run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.016 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3ojldD +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.017 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.019 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.020 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.021 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.022 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.025 | 53640 | Marked run 227 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.025 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.029 | 53641 | Marked run 228 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.029 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.030 | 50554 | Recursively removing directory: /tmp/git.8IZtID/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.031 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.031 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.032 | 50557 | Recursively removing directory: /tmp/git.3ojldD/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.033 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.033 | 50557 | Process output: 415086 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.034 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.036 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.037 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.037 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.037 | 53660 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.038 | 50553 | Removed run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.038 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.038 | 50553 | Assigned run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.038 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.QwSeKZ +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.038 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.039 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.039 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.039 | 53661 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.039 | 50553 | Removed run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.039 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.039 | 50553 | Assigned run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.039 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.039 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.NROU7J +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.044 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.044 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.045 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.045 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.047 | 53658 | Marked run 229 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.047 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.050 | 53659 | Marked run 230 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.050 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.053 | 50554 | Recursively removing directory: /tmp/git.QwSeKZ/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.054 | 50557 | Recursively removing directory: /tmp/git.NROU7J/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.055 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.055 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.056 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.056 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.060 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.060 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.063 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.063 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.063 | 53678 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.064 | 50553 | Removed run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.064 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.064 | 50553 | Assigned run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.064 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.064 | 53679 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.064 | 50553 | Removed run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.064 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.064 | 50553 | Assigned run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.064 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XmoKCK +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.064 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.065 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.065 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qgOY81 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.069 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.070 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.071 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.072 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.073 | 53677 | Marked run 232 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.073 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.077 | 53676 | Marked run 231 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.077 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.079 | 50554 | Recursively removing directory: /tmp/git.XmoKCK/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.081 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.081 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.082 | 50557 | Recursively removing directory: /tmp/git.qgOY81/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.083 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.083 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.084 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.086 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.086 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.087 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.087 | 53696 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.087 | 50553 | Removed run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.087 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.087 | 50553 | Assigned run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.087 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.087 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.oKIOTD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.089 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.089 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.089 | 53697 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.089 | 50553 | Removed run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.089 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.089 | 50553 | Assigned run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.090 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.090 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GUiX16 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.095 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.096 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.096 | 53694 | Marked run 233 as finished +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.097 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.097 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.098 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.099 | 53695 | Marked run 234 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.100 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.105 | 50554 | Recursively removing directory: /tmp/git.oKIOTD/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.106 | 50557 | Recursively removing directory: /tmp/git.GUiX16/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.108 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.108 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.107 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.107 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.109 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.110 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.112 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.112 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.112 | 53714 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.112 | 50553 | Removed run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.112 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.113 | 50553 | Assigned run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.113 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.113 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XUXesN +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.113 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.113 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.113 | 53715 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.113 | 50553 | Removed run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.113 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.113 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.113 | 50553 | Assigned run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.113 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3WhJXe +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.118 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.120 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.122 | 53712 | Marked run 235 as finished +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.122 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.122 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.123 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.125 | 53713 | Marked run 236 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.126 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.128 | 50554 | Recursively removing directory: /tmp/git.XUXesN/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.130 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.130 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.132 | 50557 | Recursively removing directory: /tmp/git.3WhJXe/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.133 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.133 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.134 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.136 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.136 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.137 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.137 | 53732 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.137 | 50553 | Removed run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.137 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.137 | 50553 | Assigned run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.137 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xEKLSt +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.138 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.139 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.139 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.139 | 53733 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.139 | 50553 | Removed run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.139 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.139 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.139 | 50553 | Assigned run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.140 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GigJrx +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.149 | 53730 | Marked run 237 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.149 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.150 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.150 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.151 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.151 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.153 | 53731 | Marked run 238 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.153 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.159 | 50557 | Recursively removing directory: /tmp/git.GigJrx/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.160 | 50554 | Recursively removing directory: /tmp/git.xEKLSt/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.161 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.161 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.161 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.161 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.165 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.166 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.169 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.169 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.169 | 53750 | Added a new worker 14 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.169 | 50553 | Removed run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.169 | 50553 | Removed worker 14 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.169 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.169 | 50553 | Assigned run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.169 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.169 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MFoaKX +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.170 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.170 | 53751 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.170 | 50553 | Removed run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.170 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.170 | 50553 | Assigned run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.171 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.AnJ4qf +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.171 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.174 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.175 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.176 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.177 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.180 | 53748 | Marked run 240 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.180 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.183 | 53749 | Marked run 239 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.183 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.185 | 50557 | Recursively removing directory: /tmp/git.MFoaKX/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.186 | 50554 | Recursively removing directory: /tmp/git.AnJ4qf/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.187 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.187 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.188 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.188 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.192 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.192 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.195 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.195 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.195 | 53768 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.196 | 50553 | Removed run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.196 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.196 | 50553 | Assigned run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.196 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5hJC81 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.196 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.196 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.196 | 53769 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.196 | 50553 | Removed run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.196 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.196 | 50553 | Assigned run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.197 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.197 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LPJfqv +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.200 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.201 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.203 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.204 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.205 | 53766 | Marked run 241 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.206 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.208 | 53767 | Marked run 242 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.208 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.210 | 50557 | Recursively removing directory: /tmp/git.5hJC81/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.211 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.211 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.213 | 50554 | Recursively removing directory: /tmp/git.LPJfqv/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.214 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.214 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.215 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.218 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.218 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.218 | 53785 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.219 | 50553 | Removed run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.219 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.219 | 50553 | Assigned run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.219 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.219 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.219 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.AgTaZO +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.222 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.223 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.223 | 53787 | Added a new worker 13 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.223 | 50553 | Removed run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.223 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.223 | 50553 | Assigned run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.223 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.jjjcEx +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.223 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.225 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.226 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.227 | 53784 | Marked run 243 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.227 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.228 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.229 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.232 | 53786 | Marked run 244 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.232 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.236 | 50557 | Recursively removing directory: /tmp/git.AgTaZO/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.237 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.237 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.238 | 50554 | Recursively removing directory: /tmp/git.jjjcEx/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.239 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.239 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.241 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.244 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.245 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.245 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.245 | 53804 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.245 | 50553 | Removed run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.245 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.245 | 50553 | Assigned run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.245 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.7KgweM +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.246 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.247 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.247 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.247 | 53805 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.247 | 50553 | Removed run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.247 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.247 | 50553 | Assigned run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.247 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1JxT9n +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.248 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.250 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.251 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.252 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.254 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.256 | 53802 | Marked run 245 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.256 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.259 | 53803 | Marked run 246 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.259 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.261 | 50557 | Recursively removing directory: /tmp/git.7KgweM/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.262 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.262 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.263 | 50554 | Recursively removing directory: /tmp/git.1JxT9n/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.264 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.264 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.265 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.267 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.268 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.268 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.268 | 53822 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.268 | 50553 | Removed run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.268 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.268 | 50553 | Assigned run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.268 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.cPG4at +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.270 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.270 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.270 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.270 | 53823 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.270 | 50553 | Removed run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.270 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.270 | 50553 | Assigned run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.270 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.271 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.n9Zpkh +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.273 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.274 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.276 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.277 | 53820 | Marked run 247 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.277 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.278 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.280 | 53821 | Marked run 248 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.281 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.283 | 50557 | Recursively removing directory: /tmp/git.cPG4at/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.285 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.285 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.286 | 50554 | Recursively removing directory: /tmp/git.n9Zpkh/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.288 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.288 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.288 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.291 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.291 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.291 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.291 | 53840 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.291 | 50553 | Removed run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.291 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.291 | 50553 | Assigned run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.291 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.HKzdKE +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.292 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.294 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.294 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.294 | 53841 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.294 | 50553 | Removed run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.294 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.294 | 50553 | Assigned run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.294 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wNqkSq +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.296 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.296 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.297 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.301 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.302 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.304 | 53838 | Marked run 249 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.304 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.306 | 50557 | Recursively removing directory: /tmp/git.HKzdKE/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.307 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.307 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.308 | 53839 | Marked run 250 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.308 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.311 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.311 | 50554 | Recursively removing directory: /tmp/git.wNqkSq/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.313 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.313 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.314 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.314 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.314 | 53857 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.314 | 50553 | Removed run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.314 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.314 | 50553 | Assigned run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.314 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.315 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8cVRZR +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.315 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.319 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.320 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.320 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.320 | 53859 | Added a new worker 13 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.320 | 50553 | Removed run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.320 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.320 | 50553 | Assigned run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.320 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.jlhyoN +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.320 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.321 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.322 | 53856 | Marked run 251 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.322 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.326 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.326 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.330 | 50557 | Recursively removing directory: /tmp/git.8cVRZR/ +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.330 | 53858 | Marked run 252 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.330 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.331 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.331 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.335 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.335 | 50554 | Recursively removing directory: /tmp/git.jlhyoN/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.336 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.337 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.338 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.338 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.338 | 53875 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.338 | 50553 | Removed run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.338 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.338 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.338 | 50553 | Assigned run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.338 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.dPcXp2 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.341 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.342 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.343 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.344 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.344 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.344 | 53878 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.344 | 50553 | Removed run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.344 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.344 | 50553 | Assigned run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.345 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EDps1s +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.346 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.350 | 53874 | Marked run 253 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.350 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.351 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.352 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.353 | 53876 | Marked run 254 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.353 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.354 | 50557 | Recursively removing directory: /tmp/git.dPcXp2/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.355 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.355 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.358 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.360 | 50554 | Recursively removing directory: /tmp/git.EDps1s/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.362 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.362 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.362 | 53893 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.362 | 50553 | Removed run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.362 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.362 | 50553 | Assigned run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.362 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.362 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.362 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.2GtPos +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.362 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.366 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.367 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.368 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.369 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.369 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.369 | 53896 | Added a new worker 13 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.369 | 50553 | Removed run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.369 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.370 | 50553 | Assigned run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.370 | 53892 | Marked run 255 as finished +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.370 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bacNJX +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.370 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.370 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.374 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.375 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.378 | 50557 | Recursively removing directory: /tmp/git.2GtPos/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.380 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.380 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.380 | 53894 | Marked run 256 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.381 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.384 | 50554 | Recursively removing directory: /tmp/git.bacNJX/ +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.384 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.385 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.385 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.387 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.387 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.387 | 53911 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.387 | 50553 | Removed run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.387 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.387 | 50553 | Assigned run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.387 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.388 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.IYpLX6 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.388 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.391 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.391 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.391 | 53913 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.391 | 50553 | Removed run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.391 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.391 | 50553 | Assigned run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.392 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.392 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.v4l7AH +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.392 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.393 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.397 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.398 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.398 | 53910 | Marked run 257 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.399 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.402 | 53912 | Marked run 258 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.402 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.403 | 50557 | Recursively removing directory: /tmp/git.IYpLX6/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.404 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.404 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.407 | 50554 | Recursively removing directory: /tmp/git.v4l7AH/ +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.408 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.408 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.408 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.411 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.411 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.411 | 53929 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.411 | 50553 | Removed run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.411 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.411 | 50553 | Assigned run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.412 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.412 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.0spHZE +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.413 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.416 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.416 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.417 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.417 | 53931 | Added a new worker 13 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.417 | 50553 | Removed run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.417 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.417 | 50553 | Assigned run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.417 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.418 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kV1oVF +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.418 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.421 | 53928 | Marked run 259 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.421 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.423 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.425 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.427 | 53930 | Marked run 260 as finished +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.427 | 50557 | Recursively removing directory: /tmp/git.0spHZE/ +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.427 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.428 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.428 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.431 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.433 | 50554 | Recursively removing directory: /tmp/git.kV1oVF/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.435 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.435 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.435 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.435 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.435 | 53947 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.435 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.435 | 50553 | Removed run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.435 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.435 | 50553 | Assigned run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.435 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.71PAkb +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.437 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.439 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.440 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.440 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.440 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.441 | 53949 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.441 | 50553 | Removed run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.441 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.441 | 50553 | Assigned run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.441 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.441 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.gONQa3 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.446 | 53946 | Marked run 261 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.446 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.447 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.448 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.449 | 53948 | Marked run 262 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.450 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.451 | 50557 | Recursively removing directory: /tmp/git.71PAkb/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.452 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.452 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.455 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.456 | 50554 | Recursively removing directory: /tmp/git.gONQa3/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.457 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.457 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.458 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.458 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.458 | 53965 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.458 | 50553 | Removed run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.458 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.458 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.458 | 50553 | Assigned run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.458 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Tj4rTA +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.461 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.462 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.463 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.465 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.465 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.465 | 53968 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.465 | 50553 | Removed run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.465 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.465 | 50553 | Assigned run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.465 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.465 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.837MSj +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.469 | 53964 | Marked run 263 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.469 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.472 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.473 | 50557 | Recursively removing directory: /tmp/git.Tj4rTA/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.473 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.474 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.474 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.475 | 53966 | Marked run 264 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.475 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.477 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.480 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.480 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.480 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CCTG2m +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.480 | 53983 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.480 | 50553 | Removed run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.480 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.480 | 50553 | Assigned run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.481 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.482 | 50554 | Recursively removing directory: /tmp/git.837MSj/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.484 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.484 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.485 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.486 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.487 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.489 | 53978 | Marked run 265 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.489 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.490 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.490 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.491 | 53990 | Added a new worker 8 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.491 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.491 | 50553 | Removed run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.491 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.491 | 50553 | Assigned run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.492 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.woEF1y +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.494 | 50557 | Recursively removing directory: /tmp/git.CCTG2m/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.496 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.496 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.496 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.497 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.500 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.500 | 53985 | Marked run 266 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.500 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.503 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.503 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.503 | 54001 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.503 | 50553 | Removed run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.503 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.503 | 50553 | Assigned run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.503 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pdnv5d +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.504 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.506 | 50554 | Recursively removing directory: /tmp/git.woEF1y/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.507 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.507 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.508 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.509 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.510 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.512 | 53995 | Marked run 267 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.513 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.513 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.513 | 54008 | Added a new worker 8 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.513 | 50553 | Removed run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.514 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.514 | 50553 | Assigned run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.515 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.513 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.514 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.HdtyEZ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.518 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.519 | 50557 | Recursively removing directory: /tmp/git.pdnv5d/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.519 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.521 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.521 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.524 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.527 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.527 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.527 | 54019 | Added a new worker 13 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.527 | 54003 | Marked run 268 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.528 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.528 | 50553 | Removed run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.528 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.528 | 50553 | Assigned run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.528 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XHQboU +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.528 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.531 | 50554 | Recursively removing directory: /tmp/git.HdtyEZ/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.532 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.533 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.533 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.533 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.537 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.537 | 54013 | Marked run 269 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.538 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.540 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.540 | 54028 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.540 | 50553 | Removed run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.540 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.540 | 50553 | Assigned run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.540 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.540 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.JZ00Bo +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.540 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.542 | 50557 | Recursively removing directory: /tmp/git.XHQboU/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.544 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.544 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.544 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.545 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.548 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.549 | 54023 | Marked run 270 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.549 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.552 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.552 | 54037 | Added a new worker 9 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.552 | 50553 | Removed run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.552 | 50553 | Removed worker 9 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.552 | 50553 | Assigned run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.552 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.552 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.552 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.HicnsI +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.554 | 50554 | Recursively removing directory: /tmp/git.JZ00Bo/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.555 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.555 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.557 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.558 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.559 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.560 | 54032 | Marked run 271 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.560 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.562 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.562 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.562 | 54042 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.562 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.562 | 50553 | Removed run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.562 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.562 | 50553 | Assigned run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.562 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.HVl1EK +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.567 | 50557 | Recursively removing directory: /tmp/git.HicnsI/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.567 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.568 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.568 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.569 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.571 | 54039 | Marked run 272 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.571 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.571 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.574 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.574 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.574 | 54055 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.574 | 50553 | Removed run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.574 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.574 | 50553 | Assigned run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.575 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.575 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.NfNmkg +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.579 | 50554 | Recursively removing directory: /tmp/git.HVl1EK/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.580 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.580 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.581 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.581 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.584 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.584 | 54049 | Marked run 273 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.584 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.588 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.588 | 54064 | Added a new worker 8 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.588 | 50553 | Removed run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.588 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.588 | 50553 | Assigned run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.588 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.587 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.588 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pC2wyo +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.589 | 50557 | Recursively removing directory: /tmp/git.NfNmkg/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.591 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.591 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.592 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.592 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.595 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.597 | 54059 | Marked run 274 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.597 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.598 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.598 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.598 | 54073 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.598 | 50553 | Removed run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.598 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.598 | 50553 | Assigned run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.598 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.599 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.QC1eKn +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.601 | 50554 | Recursively removing directory: /tmp/git.pC2wyo/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.603 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.603 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.603 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.604 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.606 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.607 | 54067 | Marked run 275 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.608 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.609 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.609 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.609 | 54082 | Added a new worker 8 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.609 | 50553 | Removed run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.609 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.609 | 50553 | Assigned run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.610 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ozuuAX +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.611 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.612 | 50557 | Recursively removing directory: /tmp/git.QC1eKn/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.614 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.614 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.615 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.616 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.617 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.618 | 54075 | Marked run 276 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.618 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.620 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.620 | 54087 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.620 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.620 | 50553 | Removed run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.620 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.620 | 50553 | Assigned run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.620 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.620 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.HWYioE +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.625 | 50554 | Recursively removing directory: /tmp/git.ozuuAX/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.626 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.627 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.627 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.628 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.630 | 54084 | Marked run 277 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.630 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.630 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.633 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.633 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.633 | 54100 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.633 | 50553 | Removed run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.633 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.633 | 50553 | Assigned run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.634 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9FXSuo +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.634 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.637 | 50557 | Recursively removing directory: /tmp/git.HWYioE/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.638 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.638 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.638 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.639 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.642 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.642 | 54094 | Marked run 278 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.643 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.645 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.645 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.645 | 54109 | Added a new worker 8 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.645 | 50553 | Removed run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.645 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.645 | 50553 | Assigned run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.645 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kGGnds +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.646 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.648 | 50554 | Recursively removing directory: /tmp/git.9FXSuo/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.649 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.649 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.650 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.651 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.652 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.654 | 54103 | Marked run 279 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.654 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.655 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.655 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ZLyoRf +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.655 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.655 | 54116 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.655 | 50553 | Removed run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.655 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.655 | 50553 | Assigned run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.655 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.660 | 50557 | Recursively removing directory: /tmp/git.kGGnds/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.660 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.662 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.662 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.662 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.665 | 54111 | Marked run 280 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.665 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.665 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.668 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.668 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.668 | 54127 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.668 | 50553 | Removed run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.668 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.669 | 50553 | Assigned run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.669 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.peKpT4 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.669 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.671 | 50554 | Recursively removing directory: /tmp/git.ZLyoRf/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.672 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.672 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.673 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.674 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.676 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.677 | 54122 | Marked run 281 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.677 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.679 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.679 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FkHi0x +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.679 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.679 | 54134 | Added a new worker 8 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.679 | 50553 | Removed run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.679 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.679 | 50553 | Assigned run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.679 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.684 | 50557 | Recursively removing directory: /tmp/git.peKpT4/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.684 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.685 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.686 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.686 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.687 | 54129 | Marked run 282 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.687 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.689 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.692 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.693 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.693 | 54145 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.693 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.694 | 50553 | Removed run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.694 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.694 | 50553 | Assigned run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.694 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.baxaVx +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.694 | 50554 | Recursively removing directory: /tmp/git.FkHi0x/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.696 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.696 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.698 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.698 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.700 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.702 | 54140 | Marked run 283 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.702 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.703 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.703 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.703 | 54152 | Added a new worker 8 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.703 | 50553 | Removed run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.703 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.703 | 50553 | Assigned run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.703 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nHeqbo +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.704 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.708 | 50557 | Recursively removing directory: /tmp/git.baxaVx/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.709 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.709 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.709 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.709 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.712 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.713 | 54147 | Marked run 284 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.713 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.716 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.716 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.716 | 54163 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.716 | 50553 | Removed run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.716 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.716 | 50553 | Assigned run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.716 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.716 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GGqJ3z +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.718 | 50554 | Recursively removing directory: /tmp/git.nHeqbo/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.719 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.719 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.720 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.721 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.724 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.726 | 54158 | Marked run 285 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.726 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.727 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.727 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.727 | 54172 | Added a new worker 8 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.728 | 50553 | Removed run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.728 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.728 | 50553 | Assigned run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.728 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.728 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MMILyq +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.729 | 50557 | Recursively removing directory: /tmp/git.GGqJ3z/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.730 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.730 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.733 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.733 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.734 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.736 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.736 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.737 | 54175 | Added a new worker 13 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.737 | 50553 | Removed run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.737 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.737 | 50553 | Assigned run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.737 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.737 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.7RA3ts +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.737 | 54167 | Marked run 286 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.738 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.742 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.743 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.743 | 50554 | Recursively removing directory: /tmp/git.MMILyq/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.745 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.745 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.745 | 54173 | Marked run 287 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.745 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.748 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.751 | 50557 | Recursively removing directory: /tmp/git.7RA3ts/ +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.752 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.752 | 54190 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.752 | 50553 | Removed run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.752 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.752 | 50553 | Assigned run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.752 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.752 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.752 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ZesUbQ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.753 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.753 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.756 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.757 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.758 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.759 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.759 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.759 | 54193 | Added a new worker 13 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.759 | 50553 | Removed run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.759 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.759 | 50553 | Assigned run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.759 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.keggCL +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.760 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.760 | 54189 | Marked run 288 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.760 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.765 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.765 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.768 | 50554 | Recursively removing directory: /tmp/git.ZesUbQ/ +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.769 | 54191 | Marked run 289 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.769 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.770 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.770 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.773 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.774 | 50557 | Recursively removing directory: /tmp/git.keggCL/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.775 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.775 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.776 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.776 | 54208 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.776 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.776 | 50553 | Removed run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.776 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.776 | 50553 | Assigned run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.776 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.777 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.0yKPbr +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.779 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.780 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.781 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.783 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.783 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.783 | 54211 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.783 | 50553 | Removed run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.783 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.783 | 50553 | Assigned run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.783 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.783 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EUug8t +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.787 | 54207 | Marked run 290 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.788 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.790 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.791 | 50554 | Recursively removing directory: /tmp/git.0yKPbr/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.792 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.792 | 54209 | Marked run 291 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.792 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.793 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.793 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.796 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.799 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.799 | 54226 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.799 | 50553 | Removed run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.799 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.799 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.799 | 50553 | Assigned run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.799 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.799 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FEWKRf +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.800 | 50557 | Recursively removing directory: /tmp/git.EUug8t/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.802 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.802 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.804 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.805 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.805 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.806 | 54223 | Marked run 292 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.807 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.808 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.808 | 54230 | Added a new worker 8 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.809 | 50553 | Removed run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.809 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.809 | 50553 | Assigned run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.808 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.809 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.v6fFwu +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.809 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.813 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.814 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.815 | 50554 | Recursively removing directory: /tmp/git.FEWKRf/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.817 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.817 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.818 | 54227 | Marked run 293 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.818 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.820 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.823 | 50557 | Recursively removing directory: /tmp/git.v6fFwu/ +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.824 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.824 | 54244 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.824 | 50553 | Removed run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.824 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.824 | 50553 | Assigned run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.824 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.824 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.J37oZE +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.824 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.825 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.825 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.828 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.828 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.829 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.832 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.833 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.833 | 54249 | Added a new worker 14 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.833 | 50553 | Removed run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.833 | 50553 | Removed worker 14 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.833 | 50553 | Assigned run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.833 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vtFxXd +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.833 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.836 | 54243 | Marked run 294 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.837 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.838 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.839 | 50554 | Recursively removing directory: /tmp/git.J37oZE/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.840 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.841 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.841 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.842 | 54246 | Marked run 295 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.842 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.844 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.848 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.848 | 54262 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.848 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.848 | 50553 | Removed run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.848 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.848 | 50553 | Assigned run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.848 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.848 | 50557 | Recursively removing directory: /tmp/git.vtFxXd/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.849 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.S1hl4z +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.850 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.850 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.853 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.854 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.855 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.856 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.856 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.856 | 54265 | Added a new worker 13 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.856 | 50553 | Removed run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.856 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.856 | 50553 | Assigned run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.856 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.U55x3d +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.857 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.857 | 54259 | Marked run 296 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.857 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.861 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.862 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.864 | 50554 | Recursively removing directory: /tmp/git.S1hl4z/ +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.866 | 54263 | Marked run 297 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.866 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.866 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.866 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.871 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.871 | 50557 | Recursively removing directory: /tmp/git.U55x3d/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.873 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.873 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.874 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.874 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.874 | 54280 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.874 | 50553 | Removed run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.874 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.874 | 50553 | Assigned run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.874 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.n5gOtR +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.875 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.876 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.879 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.879 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.879 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.879 | 54282 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.880 | 50553 | Removed run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.880 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.880 | 50553 | Assigned run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.880 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.B7vTmY +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.881 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.881 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.885 | 54279 | Marked run 298 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.885 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.886 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.887 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.889 | 54281 | Marked run 299 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.889 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.890 | 50554 | Recursively removing directory: /tmp/git.n5gOtR/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.892 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.892 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.895 | 50557 | Recursively removing directory: /tmp/git.B7vTmY/ +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.895 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.896 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.896 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.898 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.898 | 54298 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.898 | 50553 | Removed run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.898 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.898 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.898 | 50553 | Assigned run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.898 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.899 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.az09Q4 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.899 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.902 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.902 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.903 | 54300 | Added a new worker 12 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.903 | 50553 | Removed run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.903 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.903 | 50553 | Assigned run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.903 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.R2MfSd +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.903 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.904 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.904 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.907 | 54297 | Marked run 300 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.908 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.909 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.910 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.912 | 54299 | Marked run 301 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.912 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.914 | 50554 | Recursively removing directory: /tmp/git.az09Q4/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.916 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.916 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.919 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.920 | 50557 | Recursively removing directory: /tmp/git.R2MfSd/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.921 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.921 | 50557 | Process output: 415086 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.923 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.923 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.923 | 54316 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.923 | 50553 | Removed run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.923 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.923 | 50553 | Assigned run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.923 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.924 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.toZ5iO +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.925 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.928 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.929 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.929 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.929 | 54318 | Added a new worker 14 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.929 | 50553 | Removed run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.929 | 50553 | Removed worker 14 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.929 | 50553 | Assigned run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.930 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.930 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.gLfY23 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.930 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.932 | 54315 | Marked run 302 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.933 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.935 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.936 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.938 | 54317 | Marked run 303 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.938 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.939 | 50554 | Recursively removing directory: /tmp/git.toZ5iO/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.940 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.940 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.943 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.944 | 50557 | Recursively removing directory: /tmp/git.gLfY23/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.946 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.946 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.947 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.947 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.947 | 54334 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.947 | 50553 | Removed run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.947 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.947 | 50553 | Assigned run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.947 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.948 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rXUPDZ +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.949 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.952 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.952 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.953 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.953 | 54336 | Added a new worker 13 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.953 | 50553 | Removed run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.953 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.953 | 50553 | Assigned run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.953 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.953 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.SYzwDJ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.954 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.961 | 54333 | Marked run 304 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.962 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.962 | 50554 | Recursively removing directory: /tmp/git.rXUPDZ/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.964 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.964 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.965 | 54335 | Marked run 305 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.965 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.965 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.966 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.967 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.970 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.970 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.970 | 54350 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.970 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.970 | 50553 | Removed run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.970 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.970 | 50553 | Assigned run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.971 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.SAFhQ3 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.973 | 50557 | Recursively removing directory: /tmp/git.SYzwDJ/ +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.975 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.975 | 50557 | Process output: 415085 bytes +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.975 | 50554 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.976 | 50554 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.978 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.979 | 54345 | Marked run 306 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.979 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.981 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.981 | 54361 | Added a new worker 8 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.981 | 50553 | Removed run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.981 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.981 | 50553 | Assigned run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.981 | 50557 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.982 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1KTQ7i +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.982 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.986 | 50557 | Checking out revision HEAD +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.987 | 50557 | Going to run: ./ci +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.987 | 50554 | Recursively removing directory: /tmp/git.SAFhQ3/ +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.989 | 50554 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.989 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.991 | 54354 | Marked run 307 as finished +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.991 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.993 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.995 | 50557 | Recursively removing directory: /tmp/git.1KTQ7i/ +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.996 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.997 | 54370 | Added a new worker 10 to the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.997 | 50553 | Removed run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.997 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.997 | 50553 | Assigned run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:46 | INFO | 50551/cimple-server: 2024-01-28 10:55:46.997 | 50551 | Waiting for new connections +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.996 | 50554 | Waiting for a new command +2024-01-28 10:55:46 | INFO | 50554/cimple-worker: 2024-01-28 10:55:46.997 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.JPAEgt +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.997 | 50557 | Process exit code: 0 +2024-01-28 10:55:46 | INFO | 50557/cimple-worker: 2024-01-28 10:55:46.997 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.001 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.002 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.003 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.004 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.004 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.004 | 54373 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.004 | 50553 | Removed run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.004 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.004 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.004 | 50553 | Assigned run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.005 | 54369 | Marked run 308 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.005 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.004 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Qx8njX +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.009 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.010 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.012 | 50554 | Recursively removing directory: /tmp/git.JPAEgt/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.014 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.014 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.015 | 54371 | Marked run 309 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.015 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.017 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.019 | 50557 | Recursively removing directory: /tmp/git.Qx8njX/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.020 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.020 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.020 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.020 | 54388 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.021 | 50553 | Removed run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.021 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.021 | 50553 | Assigned run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.021 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.020 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.021 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.2oj8KJ +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.023 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.025 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.026 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.026 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.026 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.026 | 54390 | Added a new worker 12 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.026 | 50553 | Removed run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.026 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.026 | 50553 | Assigned run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.027 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mPB8l2 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.028 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.031 | 54387 | Marked run 310 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.032 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.032 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.033 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.036 | 54389 | Marked run 311 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.036 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.036 | 50554 | Recursively removing directory: /tmp/git.2oj8KJ/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.037 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.037 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.041 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.042 | 50557 | Recursively removing directory: /tmp/git.mPB8l2/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.043 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.043 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.044 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.044 | 54406 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.044 | 50553 | Removed run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.044 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.044 | 50553 | Assigned run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.044 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.045 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.X4eN0j +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.045 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.047 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.049 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.050 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.051 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.051 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.051 | 54409 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.051 | 50553 | Removed run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.051 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.051 | 50553 | Assigned run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.051 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.DYfdge +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.052 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.052 | 54405 | Marked run 312 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.052 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.056 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.057 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.059 | 50554 | Recursively removing directory: /tmp/git.X4eN0j/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.061 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.061 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.062 | 54407 | Marked run 313 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.062 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.065 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.066 | 50557 | Recursively removing directory: /tmp/git.DYfdge/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.067 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.067 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.068 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.068 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.068 | 54424 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.068 | 50553 | Removed run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.068 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.068 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.068 | 50553 | Assigned run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.069 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9dyCm3 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.071 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.074 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.075 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.075 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.075 | 54426 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.075 | 50553 | Removed run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.075 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.075 | 50553 | Assigned run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.075 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.gXpK0c +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.076 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.076 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.077 | 54423 | Marked run 314 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.077 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.081 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.083 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.084 | 54425 | Marked run 315 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.084 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.085 | 50554 | Recursively removing directory: /tmp/git.9dyCm3/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.086 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.086 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.089 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.091 | 50557 | Recursively removing directory: /tmp/git.gXpK0c/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.092 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.092 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.092 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.092 | 54442 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.093 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.093 | 50553 | Removed run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.093 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.093 | 50553 | Assigned run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.092 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.093 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.LplJQy +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.095 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.097 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.098 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.098 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.098 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.098 | 54444 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.099 | 50553 | Removed run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.099 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.099 | 50553 | Assigned run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.099 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.099 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XNOk8k +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.101 | 54441 | Marked run 316 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.101 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.104 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.105 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.109 | 50554 | Recursively removing directory: /tmp/git.LplJQy/ +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.109 | 54443 | Marked run 317 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.109 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.110 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.110 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.113 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.114 | 50557 | Recursively removing directory: /tmp/git.XNOk8k/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.115 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.115 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.116 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.116 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.116 | 54460 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.116 | 50553 | Removed run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.116 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.116 | 50553 | Assigned run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.116 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.116 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wdrsLn +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.119 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.120 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.121 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.123 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.123 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.123 | 54464 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.123 | 50553 | Removed run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.123 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.123 | 50553 | Assigned run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.123 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.123 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.H3UInr +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.127 | 54459 | Marked run 318 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.128 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.129 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.129 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.132 | 50554 | Recursively removing directory: /tmp/git.wdrsLn/ +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.133 | 54461 | Marked run 319 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.133 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.133 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.133 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.137 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.138 | 50557 | Recursively removing directory: /tmp/git.H3UInr/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.139 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.139 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.140 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.140 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.140 | 54478 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.140 | 50553 | Removed run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.140 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.140 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.140 | 50553 | Assigned run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.140 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mcJnuh +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.143 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.146 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.147 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.147 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.147 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.147 | 54480 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.147 | 50553 | Removed run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.147 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.147 | 50553 | Assigned run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.147 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.147 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.My8Fpp +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.148 | 54477 | Marked run 320 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.148 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.152 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.153 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.156 | 50554 | Recursively removing directory: /tmp/git.mcJnuh/ +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.157 | 54479 | Marked run 321 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.157 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.157 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.157 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.161 | 50557 | Recursively removing directory: /tmp/git.My8Fpp/ +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.162 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.163 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.163 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.164 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.164 | 54496 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.164 | 50553 | Removed run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.164 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.164 | 50553 | Assigned run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.164 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.165 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.uojlQr +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.165 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.166 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.168 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.169 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.170 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.170 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.170 | 54499 | Added a new worker 12 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.170 | 50553 | Removed run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.170 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.170 | 50553 | Assigned run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.170 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.170 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wjotdQ +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.175 | 54495 | Marked run 322 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.175 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.176 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.176 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.179 | 50554 | Recursively removing directory: /tmp/git.uojlQr/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.181 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.181 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.182 | 54497 | Marked run 323 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.183 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.184 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.185 | 50557 | Recursively removing directory: /tmp/git.wjotdQ/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.186 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.186 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.187 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.187 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.187 | 54514 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.187 | 50553 | Removed run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.187 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.187 | 50553 | Assigned run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.187 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.188 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.mko9Am +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.189 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.192 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.192 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.192 | 54516 | Added a new worker 12 to the queue +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.192 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.192 | 50553 | Removed run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.192 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.193 | 50553 | Assigned run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.193 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.193 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ukcRB6 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.193 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.197 | 54513 | Marked run 324 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.197 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.199 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.200 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.201 | 54515 | Marked run 325 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.202 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.203 | 50554 | Recursively removing directory: /tmp/git.mko9Am/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.204 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.204 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.208 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.208 | 50557 | Recursively removing directory: /tmp/git.ukcRB6/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.210 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.210 | 50557 | Process output: 415085 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.211 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.211 | 54532 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.211 | 50553 | Removed run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.211 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.211 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.211 | 50553 | Assigned run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.211 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.211 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GtNekz +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.213 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.216 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.217 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.217 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.217 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.217 | 54535 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.217 | 50553 | Removed run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.217 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.217 | 50553 | Assigned run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.217 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.217 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.uB5Jfc +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.221 | 54531 | Marked run 326 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.222 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.223 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.224 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.226 | 54533 | Marked run 327 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.226 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.227 | 50554 | Recursively removing directory: /tmp/git.GtNekz/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.228 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.228 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.231 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.232 | 50557 | Recursively removing directory: /tmp/git.uB5Jfc/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.234 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.234 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.235 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.235 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.OdfVGq +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.235 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.235 | 54550 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.235 | 50553 | Removed run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.235 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.235 | 50553 | Assigned run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.236 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.238 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.240 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.241 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.241 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.241 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.241 | 54553 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.241 | 50553 | Removed run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.241 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.241 | 50553 | Assigned run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.242 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.242 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EH05f7 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.243 | 54549 | Marked run 328 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.243 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.247 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.248 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.250 | 50554 | Recursively removing directory: /tmp/git.OdfVGq/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.251 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.251 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.252 | 54551 | Marked run 329 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.253 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.255 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.256 | 50557 | Recursively removing directory: /tmp/git.EH05f7/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.257 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.257 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.258 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.258 | 54568 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.258 | 50553 | Removed run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.258 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.258 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.258 | 50553 | Assigned run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.258 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.258 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.J8M3fx +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.261 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.262 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.263 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.264 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.265 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.265 | 54571 | Added a new worker 12 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.265 | 50553 | Removed run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.265 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.265 | 50553 | Assigned run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.265 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.lkOn5h +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.266 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.270 | 54567 | Marked run 330 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.270 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.272 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.273 | 50554 | Recursively removing directory: /tmp/git.J8M3fx/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.273 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.274 | 54569 | Marked run 331 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.274 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.275 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.275 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.278 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.281 | 50557 | Recursively removing directory: /tmp/git.lkOn5h/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.281 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.281 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.281 | 54586 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.281 | 50553 | Removed run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.281 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.281 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.281 | 50553 | Assigned run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.282 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Q6bCAq +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.282 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.282 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.285 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.287 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.288 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.288 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.288 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.288 | 54588 | Added a new worker 14 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.288 | 50553 | Removed run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.288 | 50553 | Removed worker 14 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.288 | 50553 | Assigned run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.289 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.288 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RpYRmr +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.293 | 54585 | Marked run 332 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.293 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.295 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.296 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.298 | 50554 | Recursively removing directory: /tmp/git.Q6bCAq/ +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.298 | 54587 | Marked run 333 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.299 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.299 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.299 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.302 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.304 | 50557 | Recursively removing directory: /tmp/git.RpYRmr/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.306 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.306 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.306 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.306 | 54604 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.306 | 50553 | Removed run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.306 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.306 | 50553 | Assigned run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.306 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.306 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.306 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EkGz5A +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.309 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.311 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.311 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.311 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.312 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.312 | 54606 | Added a new worker 12 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.312 | 50553 | Removed run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.312 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.312 | 50553 | Assigned run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.312 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.313 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.PoFEXI +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.317 | 54603 | Marked run 334 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.317 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.319 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.320 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.320 | 50554 | Recursively removing directory: /tmp/git.EkGz5A/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.322 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.322 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.322 | 54605 | Marked run 335 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.322 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.325 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.328 | 50557 | Recursively removing directory: /tmp/git.PoFEXI/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.328 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.329 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.329 | 54622 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.329 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.329 | 50553 | Removed run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.329 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.329 | 50553 | Assigned run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.329 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.qtBH1c +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.330 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.330 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.333 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.334 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.334 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.336 | 54621 | Marked run 336 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.336 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.337 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.337 | 54626 | Added a new worker 8 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.337 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.337 | 50553 | Removed run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.337 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.337 | 50553 | Assigned run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.337 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.337 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vu9PFR +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.342 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.343 | 50554 | Recursively removing directory: /tmp/git.qtBH1c/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.343 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.345 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.345 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.348 | 54623 | Marked run 337 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.348 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.349 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.351 | 50557 | Recursively removing directory: /tmp/git.vu9PFR/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.353 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.353 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.353 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.353 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.353 | 54640 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.353 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.353 | 50553 | Removed run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.353 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.353 | 50553 | Assigned run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.353 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8AHu9B +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.357 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.358 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.359 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.360 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.360 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.360 | 54643 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.360 | 50553 | Removed run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.360 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.360 | 50553 | Assigned run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.360 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bUOTsd +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.361 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.361 | 54639 | Marked run 338 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.362 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.365 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.366 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.369 | 50554 | Recursively removing directory: /tmp/git.8AHu9B/ +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.369 | 54641 | Marked run 339 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.369 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.370 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.370 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.374 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.375 | 50557 | Recursively removing directory: /tmp/git.bUOTsd/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.376 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.376 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.377 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.377 | 54658 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.377 | 50553 | Removed run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.377 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.377 | 50553 | Assigned run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.378 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.377 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.377 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3DJu0d +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.379 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.382 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.382 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.382 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.383 | 54660 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.383 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.383 | 50553 | Removed run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.383 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.383 | 50553 | Assigned run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.383 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.384 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.DWdkTx +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.387 | 54657 | Marked run 340 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.387 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.389 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.390 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.392 | 50554 | Recursively removing directory: /tmp/git.3DJu0d/ +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.393 | 54659 | Marked run 341 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.393 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.394 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.394 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.397 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.398 | 50557 | Recursively removing directory: /tmp/git.DWdkTx/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.399 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.399 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.400 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.400 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.uFVuMU +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.400 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.400 | 54676 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.400 | 50553 | Removed run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.400 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.400 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.400 | 50553 | Assigned run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.403 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.407 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.407 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.407 | 54678 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.407 | 50553 | Removed run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.407 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.407 | 50553 | Assigned run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.407 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.98h6CB +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.408 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.409 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.410 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.412 | 54675 | Marked run 342 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.412 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.413 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.414 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.416 | 54677 | Marked run 343 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.416 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.419 | 50554 | Recursively removing directory: /tmp/git.uFVuMU/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.420 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.420 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.423 | 50557 | Recursively removing directory: /tmp/git.98h6CB/ +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.424 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.424 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.424 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.428 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.428 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.428 | 54694 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.428 | 50553 | Removed run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.428 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.428 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.428 | 50553 | Assigned run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.428 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.oVAC4u +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.429 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.432 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.432 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.433 | 54696 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.433 | 50553 | Removed run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.433 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.433 | 50553 | Assigned run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.433 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.433 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.m7p1aQ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.433 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.434 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.436 | 54693 | Marked run 344 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.437 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.439 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.441 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.442 | 54695 | Marked run 345 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.443 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.443 | 50554 | Recursively removing directory: /tmp/git.oVAC4u/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.444 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.444 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.448 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.449 | 50557 | Recursively removing directory: /tmp/git.m7p1aQ/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.450 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.450 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.451 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.451 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.451 | 54712 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.451 | 50553 | Removed run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.451 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.451 | 50553 | Assigned run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.451 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.452 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.p7gwjN +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.454 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.456 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.457 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.457 | 54714 | Added a new worker 12 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.457 | 50553 | Removed run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.457 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.457 | 50553 | Assigned run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.457 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.457 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.457 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Gebhm1 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.459 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.462 | 54711 | Marked run 346 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.462 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.463 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.464 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.465 | 54713 | Marked run 347 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.465 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.468 | 50554 | Recursively removing directory: /tmp/git.p7gwjN/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.469 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.469 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.472 | 50557 | Recursively removing directory: /tmp/git.Gebhm1/ +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.473 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.473 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.473 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.477 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.477 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.477 | 54730 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.477 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.477 | 50553 | Removed run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.477 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.477 | 50553 | Assigned run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.477 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xHNtgy +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.478 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.481 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.481 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.481 | 54732 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.482 | 50553 | Removed run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.482 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.482 | 50553 | Assigned run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.482 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.482 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.482 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UGcl8m +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.483 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.485 | 54729 | Marked run 348 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.485 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.487 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.489 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.491 | 54731 | Marked run 349 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.491 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.492 | 50554 | Recursively removing directory: /tmp/git.xHNtgy/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.493 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.493 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.497 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.497 | 50557 | Recursively removing directory: /tmp/git.UGcl8m/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.498 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.498 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.499 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.499 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.499 | 54748 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.499 | 50553 | Removed run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.499 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.499 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.499 | 50553 | Assigned run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.500 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XRhVM7 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.502 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.504 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.504 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.505 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.506 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.506 | 54751 | Added a new worker 12 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.506 | 50553 | Removed run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.506 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.506 | 50553 | Assigned run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.506 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.506 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UkymLR +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.510 | 54747 | Marked run 350 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.510 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.512 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.513 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.515 | 50554 | Recursively removing directory: /tmp/git.XRhVM7/ +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.515 | 54749 | Marked run 351 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.515 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.516 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.516 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.520 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.522 | 50557 | Recursively removing directory: /tmp/git.UkymLR/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.523 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.523 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.523 | 54766 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.523 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.523 | 50553 | Removed run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.523 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.523 | 50553 | Assigned run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.523 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.523 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.523 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.DeOCho +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.527 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.528 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.528 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.531 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.531 | 54771 | Added a new worker 11 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.531 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.531 | 50553 | Removed run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.531 | 50553 | Removed worker 11 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.531 | 50553 | Assigned run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 11 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.532 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.D0Wi7n +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.532 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.534 | 54765 | Marked run 352 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.534 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.537 | 50554 | Recursively removing directory: /tmp/git.DeOCho/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.537 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.538 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.539 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.539 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.541 | 54767 | Marked run 353 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.541 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.542 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.546 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.546 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.546 | 54784 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.546 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.546 | 50553 | Removed run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.546 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.546 | 50553 | Assigned run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.547 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5DtJ8n +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.547 | 50557 | Recursively removing directory: /tmp/git.D0Wi7n/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.548 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.548 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.551 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.551 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.553 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.556 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.556 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.557 | 54781 | Marked run 354 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.557 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.557 | 54793 | Added a new worker 6 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.557 | 50553 | Removed run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.557 | 50553 | Removed worker 6 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.557 | 50553 | Assigned run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.557 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.hmIeoW +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.558 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.562 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.563 | 50554 | Recursively removing directory: /tmp/git.5DtJ8n/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.563 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.564 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.564 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.565 | 54786 | Marked run 355 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.565 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.567 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.571 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.571 | 54802 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.571 | 50553 | Removed run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.571 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.571 | 50553 | Assigned run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.571 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.571 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.571 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.uDzRdj +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.572 | 50557 | Recursively removing directory: /tmp/git.hmIeoW/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.573 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.573 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.575 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.576 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.576 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.579 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.579 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.579 | 54806 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.579 | 50553 | Removed run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.579 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.579 | 50553 | Assigned run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.579 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.579 | 54798 | Marked run 356 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.579 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.579 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.12Mesp +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.584 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.585 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.586 | 50554 | Recursively removing directory: /tmp/git.uDzRdj/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.588 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.588 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.589 | 54803 | Marked run 357 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.589 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.591 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.594 | 50557 | Recursively removing directory: /tmp/git.12Mesp/ +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.594 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.594 | 54820 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.594 | 50553 | Removed run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.594 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.594 | 50553 | Assigned run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.594 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.594 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.595 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1887Md +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.596 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.596 | 50557 | Process output: 415086 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.600 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.600 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.601 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.603 | 54819 | Marked run 358 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.603 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.603 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.603 | 54823 | Added a new worker 8 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.603 | 50553 | Removed run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.603 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.603 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.603 | 50553 | Assigned run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.603 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.603 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.hkqRzR +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.608 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.609 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.610 | 50554 | Recursively removing directory: /tmp/git.1887Md/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.612 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.612 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.613 | 54821 | Marked run 359 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.613 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.615 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.617 | 50557 | Recursively removing directory: /tmp/git.hkqRzR/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.618 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.618 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.619 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.619 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.619 | 54838 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.619 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.619 | 50553 | Removed run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.619 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.619 | 50553 | Assigned run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.619 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3Yotk6 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.622 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.624 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.625 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.626 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.626 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.626 | 54837 | Marked run 360 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.626 | 54841 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.626 | 50553 | Removed run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.626 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.626 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.626 | 50553 | Assigned run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.626 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.626 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.IfYIt8 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.633 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.633 | 50554 | Recursively removing directory: /tmp/git.3Yotk6/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.634 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.635 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.635 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.637 | 54839 | Marked run 361 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.637 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.638 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.642 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.642 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.642 | 54856 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.642 | 50553 | Removed run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.642 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.642 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.642 | 50553 | Assigned run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.642 | 50557 | Recursively removing directory: /tmp/git.IfYIt8/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.642 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3XnAP0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.644 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.644 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.646 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.647 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.649 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.652 | 54853 | Marked run 362 as finished +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.653 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.653 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.653 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.653 | 54865 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.653 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.653 | 50553 | Removed run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.653 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.653 | 50553 | Assigned run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.653 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kpcYUA +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.655 | 50554 | Recursively removing directory: /tmp/git.3XnAP0/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.656 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.656 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.658 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.658 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.659 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.662 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.663 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.663 | 54870 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.663 | 50553 | Removed run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.663 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.663 | 50553 | Assigned run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.663 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.663 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vICwX1 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.663 | 54859 | Marked run 363 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.663 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.668 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.669 | 50557 | Recursively removing directory: /tmp/git.kpcYUA/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.669 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.671 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.671 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.673 | 54867 | Marked run 364 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.673 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.674 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.677 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.678 | 54883 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.678 | 50553 | Removed run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.678 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.678 | 50553 | Assigned run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.678 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.677 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.678 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.iBtlXG +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.677 | 50554 | Recursively removing directory: /tmp/git.vICwX1/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.679 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.679 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.682 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.682 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.684 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.687 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.687 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.688 | 54892 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.688 | 50553 | Removed run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.688 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.688 | 50553 | Assigned run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.688 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vIVJWh +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.688 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.689 | 54882 | Marked run 365 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.689 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.692 | 50557 | Recursively removing directory: /tmp/git.iBtlXG/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.693 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.693 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.693 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.693 | 50557 | Process output: 415086 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.697 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.697 | 54885 | Marked run 366 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.697 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.700 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.700 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.700 | 54901 | Added a new worker 9 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.700 | 50553 | Removed run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.700 | 50553 | Removed worker 9 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.700 | 50553 | Assigned run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.700 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wr8JsR +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.700 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.702 | 50554 | Recursively removing directory: /tmp/git.vIVJWh/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.704 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.704 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.704 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.705 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.708 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.711 | 54896 | Marked run 367 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.711 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.712 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.712 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.712 | 54910 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.712 | 50553 | Removed run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.712 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.712 | 50553 | Assigned run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.712 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.712 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.yt3p8l +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.714 | 50557 | Recursively removing directory: /tmp/git.wr8JsR/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.715 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.715 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.717 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.718 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.718 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.721 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.721 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.721 | 54915 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.721 | 50553 | Removed run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.721 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.722 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.722 | 50553 | Assigned run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.722 | 54905 | Marked run 368 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.722 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.722 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.g87ECM +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.727 | 50554 | Recursively removing directory: /tmp/git.yt3p8l/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.727 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.727 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.729 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.729 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.731 | 54912 | Marked run 369 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.731 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.731 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.735 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.735 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.735 | 54928 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.735 | 50553 | Removed run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.735 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.735 | 50553 | Assigned run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.735 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CHlBMG +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.736 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.737 | 50557 | Recursively removing directory: /tmp/git.g87ECM/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.738 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.738 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.740 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.741 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.742 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.743 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.744 | 54931 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.744 | 50553 | Removed run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.744 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.744 | 50553 | Assigned run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.743 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.744 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.2Xhddv +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.744 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.746 | 54923 | Marked run 370 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.746 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.750 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.750 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.751 | 50554 | Recursively removing directory: /tmp/git.CHlBMG/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.753 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.753 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.754 | 54929 | Marked run 371 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.754 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.756 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.759 | 50557 | Recursively removing directory: /tmp/git.2Xhddv/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.759 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.759 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.759 | 54946 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.760 | 50553 | Removed run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.760 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.760 | 50553 | Assigned run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.760 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.760 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.AoE1OX +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.761 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.761 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.764 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.765 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.765 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.768 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.768 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.768 | 54951 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.768 | 50553 | Removed run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.768 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.768 | 50553 | Assigned run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.768 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.769 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Ecuxxi +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.771 | 54945 | Marked run 372 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.771 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.774 | 50554 | Recursively removing directory: /tmp/git.AoE1OX/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.774 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.775 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.775 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.775 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.778 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.781 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.781 | 54964 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.781 | 50553 | Removed run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.781 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.781 | 50553 | Assigned run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.782 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.781 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.781 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ZLOOM8 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.782 | 54948 | Marked run 373 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.783 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.784 | 50557 | Recursively removing directory: /tmp/git.Ecuxxi/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.786 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.786 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.786 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.787 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.789 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.790 | 54958 | Marked run 374 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.790 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.793 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.793 | 54973 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.793 | 50553 | Removed run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.793 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.793 | 50553 | Assigned run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.793 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.793 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FGFopR +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.794 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.796 | 50554 | Recursively removing directory: /tmp/git.ZLOOM8/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.797 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.797 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.798 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.800 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.801 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.802 | 54967 | Marked run 375 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.802 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.804 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.804 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.804 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.PSyHHZ +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.804 | 54979 | Added a new worker 9 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.804 | 50553 | Removed run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.804 | 50553 | Removed worker 9 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.804 | 50553 | Assigned run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.805 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.808 | 50557 | Recursively removing directory: /tmp/git.FGFopR/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.809 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.809 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.810 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.810 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.814 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.814 | 54975 | Marked run 376 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.814 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.817 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.817 | 54991 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.817 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.818 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.818 | 50553 | Removed run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.818 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.818 | 50553 | Assigned run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.818 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FECQhd +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.819 | 50554 | Recursively removing directory: /tmp/git.PSyHHZ/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.820 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.820 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.822 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.823 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.825 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.828 | 54986 | Marked run 377 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.828 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.829 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.829 | 55000 | Added a new worker 9 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.829 | 50553 | Removed run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.829 | 50553 | Removed worker 9 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.829 | 50553 | Assigned run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.829 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.829 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.hrJXF9 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.829 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.831 | 50557 | Recursively removing directory: /tmp/git.FECQhd/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.833 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.833 | 50557 | Process output: 415086 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.833 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.834 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.837 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.839 | 54994 | Marked run 378 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.840 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.841 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.841 | 55009 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.841 | 50553 | Removed run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.841 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.841 | 50553 | Assigned run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.841 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.841 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.841 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.fizKyx +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.844 | 50554 | Recursively removing directory: /tmp/git.hrJXF9/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.845 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.845 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.845 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.846 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.849 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.849 | 55003 | Marked run 379 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.849 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.852 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.852 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.852 | 55018 | Added a new worker 9 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.852 | 50553 | Removed run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.852 | 50553 | Removed worker 9 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.852 | 50553 | Assigned run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.852 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.0zBajL +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.852 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.855 | 50557 | Recursively removing directory: /tmp/git.fizKyx/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.856 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.856 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.859 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.859 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.860 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.862 | 55012 | Marked run 380 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.862 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.862 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.862 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.862 | 55022 | Added a new worker 7 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.862 | 50553 | Removed run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.862 | 50553 | Removed worker 7 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.862 | 50553 | Assigned run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 7 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.862 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.xhmRO3 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.863 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.867 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.868 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.869 | 50554 | Recursively removing directory: /tmp/git.0zBajL/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.871 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.871 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.872 | 55019 | Marked run 381 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.872 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.874 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.877 | 50557 | Recursively removing directory: /tmp/git.xhmRO3/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.877 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.878 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.878 | 55036 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.878 | 50553 | Removed run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.878 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.878 | 50553 | Assigned run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.878 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.878 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.704eXL +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.878 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.878 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.881 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.882 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.882 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.886 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.886 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.886 | 55041 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.886 | 50553 | Removed run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.886 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.886 | 50553 | Assigned run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.886 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.886 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6sohni +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.889 | 55035 | Marked run 382 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.889 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.891 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.892 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.893 | 50554 | Recursively removing directory: /tmp/git.704eXL/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.894 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.894 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.895 | 55038 | Marked run 383 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.896 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.898 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.901 | 50557 | Recursively removing directory: /tmp/git.6sohni/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.901 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.901 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.0ZvS7e +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.901 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.901 | 55054 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.901 | 50553 | Removed run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.901 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.901 | 50553 | Assigned run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.901 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.902 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.902 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.905 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.906 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.907 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.910 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.910 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.910 | 55060 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.911 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.911 | 50553 | Removed run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.911 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.911 | 50553 | Assigned run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.911 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.AYMuzL +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.912 | 55053 | Marked run 384 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.912 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.915 | 50554 | Recursively removing directory: /tmp/git.0ZvS7e/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.916 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.916 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.916 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.917 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.920 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.920 | 55056 | Marked run 385 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.920 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.923 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.923 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.923 | 55072 | Added a new worker 9 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.923 | 50553 | Removed run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.923 | 50553 | Removed worker 9 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.923 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.923 | 50553 | Assigned run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.923 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pEmQxm +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.926 | 50557 | Recursively removing directory: /tmp/git.AYMuzL/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.927 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.927 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.928 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.929 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.931 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.931 | 55066 | Marked run 386 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.931 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.934 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.934 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.934 | 55079 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.934 | 50553 | Removed run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.934 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.934 | 50553 | Assigned run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.934 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6YcSGc +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.935 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.938 | 50554 | Recursively removing directory: /tmp/git.pEmQxm/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.939 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.939 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.939 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.940 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.942 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.944 | 55074 | Marked run 387 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.944 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.945 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.945 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.945 | 55090 | Added a new worker 9 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.945 | 50553 | Removed run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.945 | 50553 | Removed worker 9 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.946 | 50553 | Assigned run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.946 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3ZF7c9 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.946 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.949 | 50557 | Recursively removing directory: /tmp/git.6YcSGc/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.950 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.951 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.951 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.951 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.954 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.955 | 55083 | Marked run 388 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.955 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.957 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.957 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.957 | 55099 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.957 | 50553 | Removed run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.957 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.957 | 50553 | Assigned run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.957 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.958 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EyCdR9 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.959 | 50554 | Recursively removing directory: /tmp/git.3ZF7c9/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.960 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.961 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.962 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.963 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.963 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.967 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.967 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.967 | 55104 | Added a new worker 13 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.967 | 50553 | Removed run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.967 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.967 | 50553 | Assigned run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.967 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.967 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EPN8f4 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.969 | 55093 | Marked run 389 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.969 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.971 | 50557 | Recursively removing directory: /tmp/git.EyCdR9/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.972 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.972 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.973 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.974 | 50554 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.975 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.976 | 55101 | Marked run 390 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.976 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.978 | 50557 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.978 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.979 | 55115 | Added a new worker 10 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.979 | 50553 | Removed run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.979 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.979 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.979 | 50553 | Assigned run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.979 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.AdrlZj +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.983 | 50554 | Recursively removing directory: /tmp/git.EPN8f4/ +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.984 | 50557 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.984 | 50554 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.984 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.985 | 50557 | Going to run: ./ci +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.988 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.988 | 55110 | Marked run 391 as finished +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.988 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.991 | 50554 | Waiting for a new command +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.992 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.992 | 55126 | Added a new worker 9 to the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.992 | 50553 | Removed run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.992 | 50553 | Removed worker 9 from the queue +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.992 | 50553 | Assigned run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-01-28 10:55:47 | INFO | 50551/cimple-server: 2024-01-28 10:55:47.992 | 50551 | Waiting for new connections +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.992 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nfKzOF +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.995 | 50557 | Recursively removing directory: /tmp/git.AdrlZj/ +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.996 | 50554 | Checking out revision HEAD +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.996 | 50557 | Process exit code: 0 +2024-01-28 10:55:47 | INFO | 50557/cimple-worker: 2024-01-28 10:55:47.997 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:47 | INFO | 50554/cimple-worker: 2024-01-28 10:55:47.998 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.000 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.000 | 55120 | Marked run 392 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.000 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.003 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.003 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.003 | 55133 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.003 | 50553 | Removed run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.003 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.003 | 50553 | Assigned run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.003 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.z2mIGx +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.003 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.007 | 50554 | Recursively removing directory: /tmp/git.nfKzOF/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.008 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.009 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.009 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.009 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.012 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.012 | 55128 | Marked run 393 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.012 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.015 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.015 | 55144 | Added a new worker 9 to the queue +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.015 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.015 | 50553 | Removed run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.015 | 50553 | Removed worker 9 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.016 | 50553 | Assigned run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.016 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.zvXVAm +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.016 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.018 | 50557 | Recursively removing directory: /tmp/git.z2mIGx/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.019 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.019 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.020 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.022 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.022 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.024 | 55138 | Marked run 394 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.024 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.025 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.025 | 55149 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.025 | 50553 | Removed run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.025 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.025 | 50553 | Assigned run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.025 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.026 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.pbLWt5 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.026 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.030 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.031 | 50554 | Recursively removing directory: /tmp/git.zvXVAm/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.031 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.034 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.034 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.035 | 55146 | Marked run 395 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.035 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.037 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.039 | 50557 | Recursively removing directory: /tmp/git.pbLWt5/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.040 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.040 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.040 | 55162 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.041 | 50553 | Removed run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.041 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.041 | 50553 | Assigned run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.041 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.yrSRfQ +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.041 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.040 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.040 | 50557 | Process output: 415085 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.043 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.045 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.046 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.046 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.046 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.046 | 55164 | Added a new worker 12 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.046 | 50553 | Removed run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.046 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.046 | 50553 | Assigned run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.047 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.hxP0QG +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.047 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.051 | 55161 | Marked run 396 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.052 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.053 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.054 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.056 | 50554 | Recursively removing directory: /tmp/git.yrSRfQ/ +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.056 | 55163 | Marked run 397 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.056 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.057 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.057 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.060 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.062 | 50557 | Recursively removing directory: /tmp/git.hxP0QG/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.063 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.063 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.064 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.064 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.064 | 55180 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.064 | 50553 | Removed run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.064 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.064 | 50553 | Assigned run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.064 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.064 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.1SkpQM +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.066 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.069 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.069 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.070 | 55182 | Added a new worker 13 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.070 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.069 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.070 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.070 | 50553 | Removed run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.070 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.070 | 50553 | Assigned run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.072 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.8KLljB +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.073 | 55179 | Marked run 398 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.073 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.080 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.081 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.082 | 50554 | Recursively removing directory: /tmp/git.1SkpQM/ +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.083 | 55181 | Marked run 399 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.083 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.084 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.084 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.087 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.089 | 50557 | Recursively removing directory: /tmp/git.8KLljB/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.091 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.091 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.091 | 55198 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.091 | 50553 | Removed run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.091 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.091 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.091 | 50553 | Assigned run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.091 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.06F8qk +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.091 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.091 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.095 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.096 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.096 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.099 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.099 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.099 | 55203 | Added a new worker 14 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.099 | 50553 | Removed run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.099 | 50553 | Removed worker 14 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.099 | 50553 | Assigned run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.100 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.yK2v2P +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.100 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.103 | 55197 | Marked run 400 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.103 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.105 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.105 | 50554 | Recursively removing directory: /tmp/git.06F8qk/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.106 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.107 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.107 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.108 | 55199 | Marked run 401 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.108 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.110 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.113 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.113 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.113 | 55216 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.113 | 50553 | Removed run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.114 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.114 | 50553 | Assigned run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.114 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.bV3OWc +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.114 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.115 | 50557 | Recursively removing directory: /tmp/git.yK2v2P/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.116 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.116 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.118 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.119 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.120 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.122 | 55211 | Marked run 402 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.122 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.122 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.122 | 55220 | Added a new worker 8 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.122 | 50553 | Removed run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.122 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.122 | 50553 | Assigned run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.122 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.123 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.EZ9Gj4 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.123 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.127 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.128 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.128 | 50554 | Recursively removing directory: /tmp/git.bV3OWc/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.129 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.129 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.133 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.133 | 55217 | Marked run 403 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.133 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.136 | 50557 | Recursively removing directory: /tmp/git.EZ9Gj4/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.136 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.136 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.136 | 55234 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.136 | 50553 | Removed run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.136 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.136 | 50553 | Assigned run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.136 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.137 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.TDfjPx +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.138 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.138 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.140 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.141 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.142 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.143 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.143 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.143 | 55237 | Added a new worker 13 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.143 | 50553 | Removed run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.143 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.144 | 50553 | Assigned run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.144 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.144 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6DV7ya +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.146 | 55231 | Marked run 404 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.146 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.149 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.150 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.151 | 50554 | Recursively removing directory: /tmp/git.TDfjPx/ +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.153 | 55235 | Marked run 405 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.153 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.153 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.153 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.157 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.158 | 50557 | Recursively removing directory: /tmp/git.6DV7ya/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.159 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.159 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.160 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.160 | 55252 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.160 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.160 | 50553 | Removed run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.160 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.160 | 50553 | Assigned run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.160 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.160 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rWz7Cx +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.162 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.165 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.165 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.166 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.166 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.166 | 55255 | Added a new worker 13 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.166 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.167 | 50553 | Removed run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.167 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.167 | 50553 | Assigned run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.167 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.M3uGH7 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.169 | 55251 | Marked run 406 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.170 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.173 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.174 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.174 | 50554 | Recursively removing directory: /tmp/git.rWz7Cx/ +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.175 | 55253 | Marked run 407 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.175 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.176 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.176 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.179 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.182 | 50557 | Recursively removing directory: /tmp/git.M3uGH7/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.182 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.182 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.182 | 55270 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.182 | 50553 | Removed run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.182 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.182 | 50553 | Assigned run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.182 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.183 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.183 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.183 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.HlpdQl +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.187 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.188 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.188 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.191 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.191 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.191 | 55275 | Added a new worker 13 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.191 | 50553 | Removed run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.191 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.191 | 50553 | Assigned run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.191 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.192 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rASlj1 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.195 | 55269 | Marked run 408 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.196 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.196 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.197 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.198 | 50554 | Recursively removing directory: /tmp/git.HlpdQl/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.199 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.199 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.201 | 55271 | Marked run 409 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.202 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.202 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.206 | 50557 | Recursively removing directory: /tmp/git.rASlj1/ +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.206 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.206 | 55288 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.206 | 50553 | Removed run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.206 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.206 | 50553 | Assigned run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.206 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.206 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.QUN8lF +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.207 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.207 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.207 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.210 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.210 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.211 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.213 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.213 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.213 | 55291 | Added a new worker 13 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.213 | 50553 | Removed run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.214 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.214 | 50553 | Assigned run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.214 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.4zgFoy +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.214 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.216 | 55286 | Marked run 410 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.216 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.220 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.221 | 50554 | Recursively removing directory: /tmp/git.QUN8lF/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.221 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.222 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.222 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.223 | 55289 | Marked run 411 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.223 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.225 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.228 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.228 | 55306 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.228 | 50553 | Removed run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.228 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.228 | 50553 | Assigned run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.228 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.229 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.4CyqyT +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.229 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.229 | 50557 | Recursively removing directory: /tmp/git.4zgFoy/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.231 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.231 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.233 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.234 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.235 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.236 | 55301 | Marked run 412 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.236 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.238 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.238 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.238 | 55311 | Added a new worker 8 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.238 | 50553 | Removed run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.238 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.238 | 50553 | Assigned run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.239 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.239 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Cj7z6p +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.243 | 50554 | Recursively removing directory: /tmp/git.4CyqyT/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.244 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.244 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.244 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.244 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.247 | 55308 | Marked run 413 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.247 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.247 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.251 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.251 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9EiZnn +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.251 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.251 | 55324 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.251 | 50553 | Removed run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.251 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.251 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.251 | 50553 | Assigned run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.253 | 50557 | Recursively removing directory: /tmp/git.Cj7z6p/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.255 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.255 | 50557 | Process output: 415086 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.256 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.258 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.259 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.259 | 55319 | Marked run 414 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.260 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.262 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.262 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.YX2Lw5 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.262 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.262 | 55331 | Added a new worker 8 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.262 | 50553 | Removed run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.262 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.262 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.262 | 50553 | Assigned run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.266 | 50554 | Recursively removing directory: /tmp/git.9EiZnn/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.267 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.267 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.267 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.267 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.271 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.271 | 55326 | Marked run 415 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.271 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.274 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.274 | 55342 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.274 | 50553 | Removed run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.274 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.274 | 50553 | Assigned run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.274 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.274 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UeV7Vd +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.276 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.277 | 50557 | Recursively removing directory: /tmp/git.YX2Lw5/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.279 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.279 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.279 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.281 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.282 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.283 | 55336 | Marked run 416 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.283 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.285 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.285 | 55349 | Added a new worker 8 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.286 | 50553 | Removed run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.286 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.286 | 50553 | Assigned run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.286 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.285 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.286 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ICu55m +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.290 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.291 | 50554 | Recursively removing directory: /tmp/git.UeV7Vd/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.292 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.293 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.293 | 50554 | Process output: 415088 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.294 | 55344 | Marked run 417 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.294 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.296 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.299 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.299 | 55360 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.299 | 50553 | Removed run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.299 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.299 | 50553 | Assigned run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.299 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.299 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rxhyZA +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.300 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.300 | 50557 | Recursively removing directory: /tmp/git.ICu55m/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.302 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.302 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.305 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.305 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.306 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.308 | 55356 | Marked run 418 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.308 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.309 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.309 | 55364 | Added a new worker 8 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.309 | 50553 | Removed run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.309 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.309 | 50553 | Assigned run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.309 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.309 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.AcGXCk +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.309 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.313 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.314 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.315 | 50554 | Recursively removing directory: /tmp/git.rxhyZA/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.317 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.317 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.319 | 55361 | Marked run 419 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.319 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.321 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.323 | 50557 | Recursively removing directory: /tmp/git.AcGXCk/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.324 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.324 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.325 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.325 | 55378 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.325 | 50553 | Removed run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.325 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.325 | 50553 | Assigned run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.325 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.325 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.325 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.vlcJgX +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.328 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.330 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.331 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.332 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.332 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.332 | 55381 | Added a new worker 13 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.332 | 50553 | Removed run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.332 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.332 | 50553 | Assigned run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.332 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.fP47pW +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.332 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.333 | 55377 | Marked run 420 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.334 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.338 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.339 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.340 | 55379 | Marked run 421 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.340 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.341 | 50554 | Recursively removing directory: /tmp/git.vlcJgX/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.342 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.342 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.345 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.347 | 50557 | Recursively removing directory: /tmp/git.fP47pW/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.348 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.348 | 50557 | Process output: 415086 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.349 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.349 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.tYgmaZ +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.349 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.349 | 55396 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.349 | 50553 | Removed run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.349 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.349 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.349 | 50553 | Assigned run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.351 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.354 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.354 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.354 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.355 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.355 | 55398 | Added a new worker 13 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.355 | 50553 | Removed run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.355 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.355 | 50553 | Assigned run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.355 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.355 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.V7LOiN +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.358 | 55395 | Marked run 422 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.358 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.362 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.363 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.363 | 50554 | Recursively removing directory: /tmp/git.tYgmaZ/ +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.364 | 55397 | Marked run 423 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.364 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.365 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.365 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.368 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.371 | 50557 | Recursively removing directory: /tmp/git.V7LOiN/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.371 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.371 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.371 | 55414 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.371 | 50553 | Removed run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.371 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.371 | 50553 | Assigned run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.371 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.371 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.eehn4n +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.372 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.372 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.375 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.376 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.377 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.380 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.380 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.381 | 55421 | Added a new worker 13 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.381 | 50553 | Removed run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.381 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.381 | 50553 | Assigned run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.381 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.381 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.l9RtVE +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.383 | 55413 | Marked run 424 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.383 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.385 | 50554 | Recursively removing directory: /tmp/git.eehn4n/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.386 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.387 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.387 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.388 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.389 | 55416 | Marked run 425 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.390 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.390 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.393 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.393 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.393 | 55432 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.393 | 50553 | Removed run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.393 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.393 | 50553 | Assigned run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.394 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.394 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nP3i5G +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.395 | 50557 | Recursively removing directory: /tmp/git.l9RtVE/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.397 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.397 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.398 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.399 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.400 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.402 | 55426 | Marked run 426 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.402 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.403 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.403 | 55436 | Added a new worker 8 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.403 | 50553 | Removed run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.403 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.403 | 50553 | Assigned run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.403 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.403 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.403 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.elvKSU +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.407 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.408 | 50554 | Recursively removing directory: /tmp/git.nP3i5G/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.408 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.410 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.410 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.412 | 55433 | Marked run 427 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.412 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.414 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.417 | 50557 | Recursively removing directory: /tmp/git.elvKSU/ +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.417 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.417 | 55450 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.417 | 50553 | Removed run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.417 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.417 | 50553 | Assigned run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.418 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.417 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.418 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kDsyfo +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.418 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.418 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.422 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.423 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.423 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.426 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.425 | 55447 | Marked run 428 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.426 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.426 | 55453 | Added a new worker 12 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.426 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.426 | 50553 | Removed run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.426 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.426 | 50553 | Assigned run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.426 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.eC27kO +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.430 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.431 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.433 | 50554 | Recursively removing directory: /tmp/git.kDsyfo/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.434 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.434 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.435 | 55451 | Marked run 429 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.435 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.438 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.440 | 50557 | Recursively removing directory: /tmp/git.eC27kO/ +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.441 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.441 | 55468 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.441 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.441 | 50553 | Removed run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.441 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.441 | 50553 | Assigned run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.442 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.442 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.441 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.441 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CP0boX +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.446 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.446 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.447 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.449 | 55467 | Marked run 430 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.449 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.449 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.449 | 55471 | Added a new worker 8 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.449 | 50553 | Removed run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.449 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.449 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.449 | 50553 | Assigned run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.449 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.449 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.DTUDck +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.454 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.455 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.457 | 50554 | Recursively removing directory: /tmp/git.CP0boX/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.459 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.459 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.459 | 55469 | Marked run 431 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.460 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.463 | 50557 | Recursively removing directory: /tmp/git.DTUDck/ +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.463 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.464 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.464 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.466 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.466 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.466 | 55486 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.466 | 50553 | Removed run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.466 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.466 | 50553 | Assigned run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.466 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.K7SJmm +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.466 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.467 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.470 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.470 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.470 | 55488 | Added a new worker 12 to the queue +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.471 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.471 | 50553 | Removed run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.471 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.471 | 50553 | Assigned run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.472 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.472 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.472 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wZ4ztH +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.476 | 55485 | Marked run 432 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.477 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.478 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.479 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.480 | 55487 | Marked run 433 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.480 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.481 | 50554 | Recursively removing directory: /tmp/git.K7SJmm/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.482 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.482 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.486 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.487 | 50557 | Recursively removing directory: /tmp/git.wZ4ztH/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.488 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.488 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.490 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.490 | 55504 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.490 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.490 | 50553 | Removed run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.490 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.490 | 50553 | Assigned run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.490 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.490 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.W5ScQj +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.492 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.496 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.496 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.496 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.496 | 55506 | Added a new worker 13 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.496 | 50553 | Removed run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.496 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.496 | 50553 | Assigned run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.497 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Vjuvfv +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.497 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.497 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.498 | 55503 | Marked run 434 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.498 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.502 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.503 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.505 | 50554 | Recursively removing directory: /tmp/git.W5ScQj/ +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.506 | 55505 | Marked run 435 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.507 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.507 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.507 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.511 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.511 | 50557 | Recursively removing directory: /tmp/git.Vjuvfv/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.512 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.512 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.514 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.514 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.514 | 55522 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.514 | 50553 | Removed run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.514 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.514 | 50553 | Assigned run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.514 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.514 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.gfKWu6 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.515 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.518 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.519 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.519 | 55524 | Added a new worker 12 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.519 | 50553 | Removed run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.519 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.519 | 50553 | Assigned run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.519 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.519 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.7k4zOL +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.519 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.520 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.524 | 55521 | Marked run 436 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.525 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.525 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.526 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.528 | 55523 | Marked run 437 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.529 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.530 | 50554 | Recursively removing directory: /tmp/git.gfKWu6/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.531 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.531 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.534 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.535 | 50557 | Recursively removing directory: /tmp/git.7k4zOL/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.536 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.536 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.538 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.538 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.538 | 55540 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.538 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.538 | 50553 | Removed run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.538 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.538 | 50553 | Assigned run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.538 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GlpU0O +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.540 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.543 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.543 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.543 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.543 | 55542 | Added a new worker 13 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.543 | 50553 | Removed run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.543 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.543 | 50553 | Assigned run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.544 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.544 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BPCJnr +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.544 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.547 | 55539 | Marked run 438 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.547 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.549 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.551 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.553 | 55541 | Marked run 439 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.553 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.553 | 50554 | Recursively removing directory: /tmp/git.GlpU0O/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.555 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.555 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.558 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.559 | 50557 | Recursively removing directory: /tmp/git.BPCJnr/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.560 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.560 | 50557 | Process output: 415085 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.562 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.562 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.562 | 55558 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.562 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.562 | 50553 | Removed run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.562 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.562 | 50553 | Assigned run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.563 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.NFmM8q +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.564 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.568 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.568 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.568 | 55560 | Added a new worker 12 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.569 | 50553 | Removed run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.569 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.569 | 50553 | Assigned run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.569 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.569 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.570 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.571 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Hyk0X9 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.573 | 55557 | Marked run 440 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.574 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.578 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.578 | 55559 | Marked run 441 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.578 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.579 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.581 | 50554 | Recursively removing directory: /tmp/git.NFmM8q/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.583 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.583 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.587 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.587 | 50557 | Recursively removing directory: /tmp/git.Hyk0X9/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.589 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.589 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.590 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.590 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.590 | 55576 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.591 | 50553 | Removed run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.591 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.591 | 50553 | Assigned run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.591 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.591 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.RATOqD +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.594 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.596 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.597 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.597 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.597 | 55578 | Added a new worker 14 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.597 | 50553 | Removed run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.597 | 50553 | Removed worker 14 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.597 | 50553 | Assigned run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 14 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.597 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.o2DOR8 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.598 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.598 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.600 | 55575 | Marked run 442 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.600 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.602 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.603 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.606 | 55577 | Marked run 443 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.606 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.607 | 50554 | Recursively removing directory: /tmp/git.RATOqD/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.608 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.608 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.611 | 50557 | Recursively removing directory: /tmp/git.o2DOR8/ +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.612 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.613 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.613 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.615 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.615 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.615 | 55594 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.615 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.615 | 50553 | Removed run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.615 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.616 | 50553 | Assigned run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.616 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.YAffuF +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.617 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.620 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.621 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.621 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.621 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.621 | 55596 | Added a new worker 13 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.621 | 50553 | Removed run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.621 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.621 | 50553 | Assigned run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.622 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.622 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.BmC4lR +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.626 | 55593 | Marked run 444 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.626 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.630 | 50554 | Recursively removing directory: /tmp/git.YAffuF/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.631 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.631 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.632 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.633 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.634 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.635 | 55595 | Marked run 445 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.635 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.637 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.637 | 55610 | Added a new worker 9 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.637 | 50553 | Removed run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.637 | 50553 | Removed worker 9 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.637 | 50553 | Assigned run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.637 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.638 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.zTom9I +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.638 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.642 | 50557 | Recursively removing directory: /tmp/git.BmC4lR/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.642 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.643 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.643 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.643 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.647 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.648 | 55605 | Marked run 446 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.648 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.651 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.651 | 55621 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.651 | 50553 | Removed run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.651 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.651 | 50553 | Assigned run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.651 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.651 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.7U9boR +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.651 | 50554 | Recursively removing directory: /tmp/git.zTom9I/ +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.651 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.653 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.653 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.655 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.656 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.658 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.660 | 55616 | Marked run 447 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.660 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.661 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.661 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.661 | 55628 | Added a new worker 9 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.661 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.661 | 50553 | Removed run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.661 | 50553 | Removed worker 9 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.661 | 50553 | Assigned run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.662 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.oh5lUy +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.665 | 50557 | Recursively removing directory: /tmp/git.7U9boR/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.666 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.667 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.667 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.667 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.670 | 55623 | Marked run 448 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.670 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.671 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.674 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.674 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.675 | 55639 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.675 | 50553 | Removed run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.675 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.675 | 50553 | Assigned run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.675 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.675 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.XjzOun +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.676 | 50554 | Recursively removing directory: /tmp/git.oh5lUy/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.678 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.678 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.679 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.679 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.682 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.685 | 55634 | Marked run 449 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.685 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.686 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.686 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.686 | 55648 | Added a new worker 8 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.686 | 50553 | Removed run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.686 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.686 | 50553 | Assigned run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.686 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.686 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.d3Otmw +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.689 | 50557 | Recursively removing directory: /tmp/git.XjzOun/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.691 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.691 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.691 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.691 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.694 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.694 | 55643 | Marked run 450 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.694 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.697 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.697 | 55657 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.697 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.697 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.KqCQ5d +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.697 | 50553 | Removed run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.697 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.697 | 50553 | Assigned run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.699 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.701 | 50554 | Recursively removing directory: /tmp/git.d3Otmw/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.702 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.702 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.702 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.703 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.706 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.706 | 55650 | Marked run 451 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.706 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.709 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.709 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.709 | 55666 | Added a new worker 8 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.709 | 50553 | Removed run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.709 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.709 | 50553 | Assigned run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.709 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MuJYK5 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.710 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.712 | 50557 | Recursively removing directory: /tmp/git.KqCQ5d/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.713 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.713 | 50557 | Process output: 415085 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.714 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.714 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.717 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.718 | 55660 | Marked run 452 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.718 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.720 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.720 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.720 | 55675 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.720 | 50553 | Removed run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.720 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.720 | 50553 | Assigned run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.720 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Hq3tf1 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.721 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.723 | 50554 | Recursively removing directory: /tmp/git.MuJYK5/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.724 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.724 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.725 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.725 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.729 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.730 | 55669 | Marked run 453 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.731 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.732 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.732 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.733 | 55684 | Added a new worker 8 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.733 | 50553 | Removed run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.733 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.733 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.733 | 50553 | Assigned run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.733 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.lYJzR6 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.734 | 50557 | Recursively removing directory: /tmp/git.Hq3tf1/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.735 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.735 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.740 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.741 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.741 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.742 | 55679 | Marked run 454 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.742 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.743 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.743 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.743 | 55687 | Added a new worker 9 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.743 | 50553 | Removed run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.743 | 50553 | Removed worker 9 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.743 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.743 | 50553 | Assigned run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 9 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.743 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.7N9t9g +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.748 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.749 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.751 | 50554 | Recursively removing directory: /tmp/git.lYJzR6/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.752 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.752 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.753 | 55685 | Marked run 455 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.754 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.756 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.757 | 50557 | Recursively removing directory: /tmp/git.7N9t9g/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.758 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.758 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.759 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.759 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.759 | 55702 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.759 | 50553 | Removed run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.759 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.759 | 50553 | Assigned run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.759 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.760 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.kAzC6o +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.761 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.764 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.764 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.764 | 55704 | Added a new worker 12 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.764 | 50553 | Removed run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.764 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.765 | 50553 | Assigned run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.764 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.765 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.765 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.r5xCEb +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.765 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.769 | 55701 | Marked run 456 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.770 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.771 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.772 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.773 | 55703 | Marked run 457 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.773 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.775 | 50554 | Recursively removing directory: /tmp/git.kAzC6o/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.776 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.776 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.780 | 50557 | Recursively removing directory: /tmp/git.r5xCEb/ +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.780 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.782 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.782 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.783 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.783 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.783 | 55720 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.783 | 50553 | Removed run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.783 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.783 | 50553 | Assigned run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.783 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.o286XP +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.784 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.785 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.787 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.788 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.789 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.789 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.789 | 55723 | Added a new worker 12 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.789 | 50553 | Removed run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.789 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.789 | 50553 | Assigned run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.789 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.3q1Og7 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.789 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.793 | 55719 | Marked run 458 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.793 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.795 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.795 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.798 | 50554 | Recursively removing directory: /tmp/git.o286XP/ +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.799 | 55721 | Marked run 459 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.799 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.800 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.800 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.804 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.804 | 50557 | Recursively removing directory: /tmp/git.3q1Og7/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.805 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.805 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.806 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.806 | 55738 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.806 | 50553 | Removed run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.806 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.807 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.807 | 50553 | Assigned run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.806 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.807 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.FdAiXx +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.809 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.810 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.811 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.813 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.813 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.813 | 55741 | Added a new worker 12 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.813 | 50553 | Removed run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.813 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.813 | 50553 | Assigned run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.813 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.813 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6revhz +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.818 | 55737 | Marked run 460 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.818 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.819 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.820 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.821 | 55739 | Marked run 461 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.821 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.822 | 50554 | Recursively removing directory: /tmp/git.FdAiXx/ +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.824 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.824 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.827 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.828 | 50557 | Recursively removing directory: /tmp/git.6revhz/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.829 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.829 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.830 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.830 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.830 | 55756 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.830 | 50553 | Removed run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.830 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.830 | 50553 | Assigned run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.830 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.on6Vk6 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.831 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.833 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.835 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.835 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.836 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.836 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.836 | 55758 | Added a new worker 13 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.836 | 50553 | Removed run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.836 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.836 | 50553 | Assigned run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.836 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.836 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.B3RrLh +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.840 | 55755 | Marked run 462 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.840 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.842 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.843 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.845 | 50554 | Recursively removing directory: /tmp/git.on6Vk6/ +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.846 | 55757 | Marked run 463 as finished +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.846 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.846 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.847 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.850 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.851 | 50557 | Recursively removing directory: /tmp/git.B3RrLh/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.852 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.852 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.852 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.852 | 55774 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.853 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.853 | 50553 | Removed run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.853 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.853 | 50553 | Assigned run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.852 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.853 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5cf3LX +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.856 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.857 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.857 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.860 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.860 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.860 | 55779 | Added a new worker 13 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.860 | 50553 | Removed run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.860 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.861 | 50553 | Assigned run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.861 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.861 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.wmGTop +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.863 | 55773 | Marked run 464 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.863 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.866 | 50554 | Recursively removing directory: /tmp/git.5cf3LX/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.867 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.868 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.868 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.868 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.869 | 55775 | Marked run 465 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.870 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.871 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.875 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.875 | 55792 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.875 | 50553 | Removed run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.875 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.875 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.875 | 50553 | Assigned run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.875 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.875 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.nHb9lp +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.876 | 50557 | Recursively removing directory: /tmp/git.wmGTop/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.878 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.878 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.879 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.880 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.882 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.884 | 55787 | Marked run 466 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.884 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.885 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.885 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.885 | 55801 | Added a new worker 8 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.885 | 50553 | Removed run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.885 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.885 | 50553 | Assigned run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.886 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.z8kBfm +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.886 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.889 | 50554 | Recursively removing directory: /tmp/git.nHb9lp/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.890 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.891 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.891 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.891 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.895 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.896 | 55795 | Marked run 467 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.896 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.898 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.898 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.898 | 55810 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.898 | 50553 | Removed run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.898 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.898 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.898 | 50553 | Assigned run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.898 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.OIvanC +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.900 | 50557 | Recursively removing directory: /tmp/git.z8kBfm/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.901 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.901 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.903 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.904 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.905 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.906 | 55805 | Marked run 468 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.906 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.908 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.908 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.908 | 55815 | Added a new worker 8 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.908 | 50553 | Removed run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.908 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.908 | 50553 | Assigned run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.908 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.rIDPB6 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.909 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.913 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.913 | 50554 | Recursively removing directory: /tmp/git.OIvanC/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.914 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.915 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.915 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.918 | 55812 | Marked run 469 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.918 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.918 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.921 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.922 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.922 | 55828 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.922 | 50553 | Removed run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.922 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.922 | 50553 | Assigned run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.922 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.922 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.IbDhxy +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.923 | 50557 | Recursively removing directory: /tmp/git.rIDPB6/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.924 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.924 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.927 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.927 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.927 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.931 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.931 | 55833 | Added a new worker 13 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.931 | 50553 | Removed run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.931 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.931 | 50553 | Assigned run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.932 | 55825 | Marked run 470 as finished +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.931 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.932 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.932 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.932 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.fREpjF +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.937 | 50554 | Recursively removing directory: /tmp/git.IbDhxy/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.938 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.939 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.939 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.939 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.941 | 55829 | Marked run 471 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.941 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.942 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.946 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.946 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.946 | 55846 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.946 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.946 | 50553 | Removed run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.946 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.946 | 50553 | Assigned run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.946 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.B1ysVD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.948 | 50557 | Recursively removing directory: /tmp/git.fREpjF/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.949 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.949 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.950 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.951 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.952 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.955 | 55840 | Marked run 472 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.955 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.955 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.955 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.955 | 55851 | Added a new worker 8 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.955 | 50553 | Removed run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.955 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.955 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.955 | 50553 | Assigned run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.955 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.tcTPZu +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.961 | 50554 | Recursively removing directory: /tmp/git.B1ysVD/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.962 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.962 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.963 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.963 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.964 | 55848 | Marked run 473 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.965 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.966 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.969 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.969 | 55864 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.969 | 50553 | Removed run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.969 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.970 | 50553 | Assigned run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.970 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.969 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.970 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.5Cm6VL +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.971 | 50557 | Recursively removing directory: /tmp/git.tcTPZu/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.972 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.972 | 50557 | Process output: 415086 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.974 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.975 | 50554 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.975 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.979 | 50557 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.979 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.979 | 55859 | Marked run 474 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.979 | 55869 | Added a new worker 6 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.979 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.979 | 50553 | Removed run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.979 | 50553 | Removed worker 6 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.979 | 50553 | Assigned run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 6 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.980 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.J79zVk +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.980 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.984 | 50554 | Recursively removing directory: /tmp/git.5Cm6VL/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.986 | 50557 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.986 | 50554 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.986 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.987 | 50557 | Going to run: ./ci +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.989 | 55866 | Marked run 475 as finished +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.989 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.990 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.993 | 50554 | Waiting for a new command +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.993 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.993 | 55882 | Added a new worker 10 to the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.993 | 50553 | Removed run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.993 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.993 | 50553 | Assigned run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.993 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MC2UKQ +2024-01-28 10:55:48 | INFO | 50551/cimple-server: 2024-01-28 10:55:48.993 | 50551 | Waiting for new connections +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.997 | 50557 | Recursively removing directory: /tmp/git.J79zVk/ +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.998 | 50557 | Process exit code: 0 +2024-01-28 10:55:48 | INFO | 50557/cimple-worker: 2024-01-28 10:55:48.998 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.998 | 50554 | Checking out revision HEAD +2024-01-28 10:55:48 | INFO | 50554/cimple-worker: 2024-01-28 10:55:48.999 | 50554 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.001 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.002 | 55876 | Marked run 476 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.002 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.004 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.004 | 55891 | Added a new worker 8 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.004 | 50553 | Removed run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.004 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.004 | 50553 | Assigned run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.005 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.004 | 50557 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.004 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.E3BzzV +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.008 | 50554 | Recursively removing directory: /tmp/git.MC2UKQ/ +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.009 | 50557 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.009 | 50554 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.010 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.010 | 50557 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.013 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.014 | 55884 | Marked run 477 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.014 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.016 | 50554 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.016 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.016 | 55900 | Added a new worker 10 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.016 | 50553 | Removed run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.016 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.016 | 50553 | Assigned run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.017 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.Vx0Nyb +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.017 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.019 | 50557 | Recursively removing directory: /tmp/git.E3BzzV/ +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.021 | 50557 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.021 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.021 | 50554 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.022 | 50554 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.024 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.025 | 55894 | Marked run 478 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.025 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.027 | 50557 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.027 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.028 | 55909 | Added a new worker 8 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.028 | 50553 | Removed run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.028 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.028 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.028 | 50553 | Assigned run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.028 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.NhXQMU +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.031 | 50554 | Recursively removing directory: /tmp/git.Vx0Nyb/ +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.032 | 50557 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.033 | 50554 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.033 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.033 | 50557 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.037 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.037 | 55902 | Marked run 479 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.038 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.040 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.040 | 50554 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.040 | 55918 | Added a new worker 10 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.040 | 50553 | Removed run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.040 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.040 | 50553 | Assigned run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.040 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.040 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.VJWOiL +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.042 | 50557 | Recursively removing directory: /tmp/git.NhXQMU/ +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.043 | 50557 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.043 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.044 | 50554 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.045 | 50554 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.047 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.049 | 55913 | Marked run 480 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.049 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.050 | 50557 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.050 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.050 | 55927 | Added a new worker 8 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.050 | 50553 | Removed run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.050 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.050 | 50553 | Assigned run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.051 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.051 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.UWH6K9 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.054 | 50554 | Recursively removing directory: /tmp/git.VJWOiL/ +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.055 | 50557 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.056 | 50554 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.056 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.056 | 50557 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.060 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.061 | 55921 | Marked run 481 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.062 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.063 | 50554 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.063 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.064 | 55936 | Added a new worker 10 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.064 | 50553 | Removed run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.064 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.064 | 50553 | Assigned run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.064 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.064 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MncEj8 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.064 | 50557 | Recursively removing directory: /tmp/git.UWH6K9/ +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.066 | 50557 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.066 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.068 | 50554 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.068 | 50554 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.070 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.074 | 50557 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.074 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.074 | 55945 | Added a new worker 13 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.074 | 50553 | Removed run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.074 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.074 | 50553 | Assigned run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.074 | 55933 | Marked run 482 as finished +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.074 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.KGGHTy +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.075 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.075 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.077 | 50554 | Recursively removing directory: /tmp/git.MncEj8/ +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.078 | 50554 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.078 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.079 | 50557 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.080 | 50557 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.082 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.084 | 55938 | Marked run 483 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.085 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.085 | 50554 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.085 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.086 | 55953 | Added a new worker 10 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.086 | 50553 | Removed run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.086 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.086 | 50553 | Assigned run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.086 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.uXouHi +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.086 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.090 | 50557 | Recursively removing directory: /tmp/git.KGGHTy/ +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.091 | 50554 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.091 | 50554 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.093 | 50557 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.093 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.095 | 55947 | Marked run 484 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.095 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.096 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.100 | 50557 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.100 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.100 | 55963 | Added a new worker 10 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.100 | 50553 | Removed run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.100 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.100 | 50553 | Assigned run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.100 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.100 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MwWc9S +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.101 | 50554 | Recursively removing directory: /tmp/git.uXouHi/ +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.102 | 50554 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.102 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.104 | 50557 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.105 | 50557 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.107 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.110 | 55960 | Marked run 485 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.110 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.110 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.110 | 55972 | Added a new worker 8 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.110 | 50553 | Removed run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.110 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.110 | 50553 | Assigned run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.110 | 50554 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.111 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.111 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.QYXC4Q +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.116 | 50554 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.116 | 50557 | Recursively removing directory: /tmp/git.MwWc9S/ +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.117 | 50554 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.118 | 50557 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.118 | 50557 | Process output: 415088 bytes +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.119 | 55966 | Marked run 486 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.119 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.121 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.124 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.124 | 50557 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.125 | 55981 | Added a new worker 10 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.125 | 50553 | Removed run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.125 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.125 | 50553 | Assigned run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.125 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.CKn3FU +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.125 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.126 | 50554 | Recursively removing directory: /tmp/git.QYXC4Q/ +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.127 | 50554 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.127 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.130 | 50557 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.131 | 50557 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.131 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.133 | 55976 | Marked run 487 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.133 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.134 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.134 | 55986 | Added a new worker 8 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.134 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.134 | 50553 | Removed run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.134 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.134 | 50553 | Assigned run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.134 | 50554 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.135 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.9VpzYk +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.139 | 50557 | Recursively removing directory: /tmp/git.CKn3FU/ +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.140 | 50554 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.140 | 50554 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.142 | 50557 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.142 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.144 | 55983 | Marked run 488 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.144 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.145 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.149 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.149 | 55999 | Added a new worker 10 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.149 | 50553 | Removed run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.149 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.149 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.149 | 50553 | Assigned run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.149 | 50554 | Recursively removing directory: /tmp/git.9VpzYk/ +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.149 | 50557 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.149 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.jaJ6re +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.150 | 50554 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.150 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.153 | 50557 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.153 | 50557 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.155 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.158 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.158 | 50554 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.159 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.E2wE4v +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.158 | 56008 | Added a new worker 13 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.159 | 50553 | Removed run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.159 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.159 | 50553 | Assigned run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.159 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.160 | 55998 | Marked run 489 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.160 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.163 | 50557 | Recursively removing directory: /tmp/git.jaJ6re/ +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.164 | 50554 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.164 | 50554 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.165 | 50557 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.165 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.168 | 56001 | Marked run 490 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.168 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.168 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.172 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.172 | 56017 | Added a new worker 10 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.172 | 50553 | Removed run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.172 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.172 | 50553 | Assigned run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.172 | 50557 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.172 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.QFEDmf +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.172 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.173 | 50554 | Recursively removing directory: /tmp/git.E2wE4v/ +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.174 | 50554 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.174 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.177 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.179 | 50557 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.180 | 56013 | Marked run 491 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.180 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.181 | 50557 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.181 | 50554 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.181 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.181 | 56020 | Added a new worker 8 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.181 | 50553 | Removed run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.181 | 50553 | Removed worker 8 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.181 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.181 | 50553 | Assigned run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 8 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.181 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.MvQHAl +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.186 | 50554 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.186 | 50554 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.190 | 56018 | Marked run 492 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.190 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.190 | 50557 | Recursively removing directory: /tmp/git.QFEDmf/ +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.192 | 50557 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.192 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.195 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.195 | 50554 | Recursively removing directory: /tmp/git.MvQHAl/ +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.197 | 50554 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.197 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.199 | 50557 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.199 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.199 | 56035 | Added a new worker 10 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.199 | 50553 | Removed run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.199 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.199 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.199 | 50553 | Assigned run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.199 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.2jE4BG +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.201 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.204 | 50554 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.204 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.204 | 56037 | Added a new worker 12 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.204 | 50553 | Removed run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.204 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.204 | 50553 | Assigned run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.204 | 50557 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.204 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.204 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.6jYwKr +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.205 | 50557 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.209 | 56034 | Marked run 493 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.209 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.209 | 50554 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.210 | 50554 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.214 | 56036 | Marked run 494 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.214 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.214 | 50557 | Recursively removing directory: /tmp/git.2jE4BG/ +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.216 | 50557 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.216 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.218 | 50554 | Recursively removing directory: /tmp/git.6jYwKr/ +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.219 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.220 | 50554 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.220 | 50554 | Process output: 415086 bytes +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.223 | 50557 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.223 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.223 | 56053 | Added a new worker 10 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.223 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.223 | 50553 | Removed run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.223 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.223 | 50553 | Assigned run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.223 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.ouKiDC +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.224 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.227 | 50557 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.228 | 50554 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.228 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.228 | 56055 | Added a new worker 13 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.228 | 50553 | Removed run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.228 | 50553 | Removed worker 13 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.228 | 50553 | Assigned run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 13 +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.229 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.229 | 50557 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.229 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.u4L3jH +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.231 | 56052 | Marked run 495 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.232 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.234 | 50554 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.235 | 50554 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.237 | 56054 | Marked run 496 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.238 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.238 | 50557 | Recursively removing directory: /tmp/git.ouKiDC/ +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.240 | 50557 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.240 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.244 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.244 | 50554 | Recursively removing directory: /tmp/git.u4L3jH/ +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.245 | 50554 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.245 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.246 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.246 | 56071 | Added a new worker 10 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.247 | 50553 | Removed run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.247 | 50553 | Removed worker 10 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.247 | 50553 | Assigned run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 10 +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.247 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.246 | 50557 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.247 | 50557 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.uiFLbJ +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.248 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.251 | 50557 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.251 | 50554 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.251 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.252 | 56073 | Added a new worker 12 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.252 | 50553 | Removed run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.252 | 50553 | Removed worker 12 from the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.252 | 50553 | Assigned run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to worker 12 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.252 | 50557 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.252 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.252 | 50554 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to /tmp/git.GcbCkQ +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.258 | 56070 | Marked run 497 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.258 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.258 | 50554 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.259 | 50554 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.261 | 56072 | Marked run 498 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.261 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.262 | 50557 | Recursively removing directory: /tmp/git.uiFLbJ/ +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.263 | 50557 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.263 | 50557 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.266 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.268 | 50554 | Recursively removing directory: /tmp/git.GcbCkQ/ +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.269 | 50554 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.269 | 50554 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.269 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.269 | 56089 | Added a new worker 10 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.270 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.269 | 50557 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.274 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.277 | 50554 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.277 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.277 | 56091 | Added a new worker 14 to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.277 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.280 | 56088 | Marked run 499 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.280 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.285 | 56090 | Marked run 500 as finished +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.285 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.435 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.435 | 56094 | Adding a run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.435 | 56094 | Adding a run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.435 | 56094 | Adding a run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.435 | 56094 | Adding a run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.435 | 56094 | Adding a run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.435 | 56094 | Adding a run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.435 | 56094 | Adding a run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.435 | 56094 | Adding a run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.436 | 56094 | Adding a run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.436 | 56094 | Adding a run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.436 | 56094 | Adding a run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.436 | 56094 | Adding a run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.436 | 56094 | Adding a run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.437 | 56094 | Adding a run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.437 | 56094 | Adding a run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.437 | 56094 | Adding a run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.437 | 56094 | Adding a run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.437 | 56094 | Adding a run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.437 | 56094 | Adding a run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.438 | 56094 | Adding a run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.438 | 56094 | Adding a run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.438 | 56094 | Adding a run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.438 | 56094 | Adding a run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.438 | 56094 | Adding a run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.438 | 56094 | Adding a run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.438 | 56094 | Adding a run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.439 | 56094 | Adding a run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.439 | 56094 | Adding a run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.439 | 56094 | Adding a run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.439 | 56094 | Adding a run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.439 | 56094 | Adding a run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.439 | 56094 | Adding a run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.440 | 56094 | Adding a run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.440 | 56094 | Adding a run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.440 | 56094 | Adding a run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.440 | 56094 | Adding a run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.440 | 56094 | Adding a run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.440 | 56094 | Adding a run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.441 | 56094 | Adding a run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.441 | 56094 | Adding a run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.441 | 56094 | Adding a run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.441 | 56094 | Adding a run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.441 | 56094 | Adding a run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.441 | 56094 | Adding a run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.442 | 56094 | Adding a run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.442 | 56094 | Adding a run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.442 | 56094 | Adding a run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.442 | 56094 | Adding a run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.442 | 56094 | Adding a run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.442 | 56094 | Adding a run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.443 | 56094 | Adding a run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.443 | 56094 | Adding a run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.443 | 56094 | Adding a run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.443 | 56094 | Adding a run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.443 | 56094 | Adding a run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.443 | 56094 | Adding a run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.444 | 56094 | Adding a run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.444 | 56094 | Adding a run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.444 | 56094 | Adding a run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.444 | 56094 | Adding a run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.444 | 56094 | Adding a run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.444 | 56094 | Adding a run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.445 | 56094 | Adding a run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.445 | 56094 | Adding a run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.445 | 56094 | Adding a run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.445 | 56094 | Adding a run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.445 | 56094 | Adding a run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.445 | 56094 | Adding a run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.446 | 56094 | Adding a run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.446 | 56094 | Adding a run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.446 | 56094 | Adding a run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.446 | 56094 | Adding a run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.446 | 56094 | Adding a run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.446 | 56094 | Adding a run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.447 | 56094 | Adding a run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.447 | 56094 | Adding a run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.447 | 56094 | Adding a run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.447 | 56094 | Adding a run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.447 | 56094 | Adding a run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.447 | 56094 | Adding a run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.448 | 56094 | Adding a run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.448 | 56094 | Adding a run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.448 | 56094 | Adding a run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.448 | 56094 | Adding a run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.448 | 56094 | Adding a run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.448 | 56094 | Adding a run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.449 | 56094 | Adding a run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.449 | 56094 | Adding a run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.449 | 56094 | Adding a run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.449 | 56094 | Adding a run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.449 | 56094 | Adding a run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.449 | 56094 | Adding a run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.450 | 56094 | Adding a run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.450 | 56094 | Adding a run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.450 | 56094 | Adding a run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.450 | 56094 | Adding a run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.450 | 56094 | Adding a run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.450 | 56094 | Adding a run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.451 | 56094 | Adding a run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.451 | 56094 | Adding a run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.451 | 56094 | Adding a run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.451 | 56094 | Adding a run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.451 | 56094 | Adding a run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.451 | 56094 | Adding a run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.452 | 56094 | Adding a run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.452 | 56094 | Adding a run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.452 | 56094 | Adding a run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.452 | 56094 | Adding a run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.452 | 56094 | Adding a run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.452 | 56094 | Adding a run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.453 | 56094 | Adding a run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.453 | 56094 | Adding a run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.453 | 56094 | Adding a run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.453 | 56094 | Adding a run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.453 | 56094 | Adding a run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.453 | 56094 | Adding a run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.454 | 56094 | Adding a run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.454 | 56094 | Adding a run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.454 | 56094 | Adding a run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.454 | 56094 | Adding a run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.454 | 56094 | Adding a run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.454 | 56094 | Adding a run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.455 | 56094 | Adding a run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.455 | 56094 | Adding a run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.455 | 56094 | Adding a run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.455 | 56094 | Adding a run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.455 | 56094 | Adding a run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.455 | 56094 | Adding a run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.456 | 56094 | Adding a run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.456 | 56094 | Adding a run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.456 | 56094 | Adding a run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.456 | 56094 | Adding a run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.456 | 56094 | Adding a run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.456 | 56094 | Adding a run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.457 | 56094 | Adding a run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.457 | 56094 | Adding a run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.457 | 56094 | Adding a run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.457 | 56094 | Adding a run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.457 | 56094 | Adding a run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.457 | 56094 | Adding a run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.458 | 56094 | Adding a run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.458 | 56094 | Adding a run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.458 | 56094 | Adding a run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.458 | 56094 | Adding a run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.458 | 56094 | Adding a run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.458 | 56094 | Adding a run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.459 | 56094 | Adding a run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.459 | 56094 | Adding a run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.459 | 56094 | Adding a run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.459 | 56094 | Adding a run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.459 | 56094 | Adding a run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.459 | 56094 | Adding a run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.460 | 56094 | Adding a run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.460 | 56094 | Adding a run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.460 | 56094 | Adding a run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.460 | 56094 | Adding a run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.460 | 56094 | Adding a run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.460 | 56094 | Adding a run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.461 | 56094 | Adding a run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.461 | 56094 | Adding a run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.461 | 56094 | Adding a run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.461 | 56094 | Adding a run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.461 | 56094 | Adding a run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.461 | 56094 | Adding a run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.462 | 56094 | Adding a run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.462 | 56094 | Adding a run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.462 | 56094 | Adding a run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.462 | 56094 | Adding a run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.462 | 56094 | Adding a run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.462 | 56094 | Adding a run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.463 | 56094 | Adding a run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.463 | 56094 | Adding a run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.463 | 56094 | Adding a run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.463 | 56094 | Adding a run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.463 | 56094 | Adding a run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.463 | 56094 | Adding a run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.464 | 56094 | Adding a run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.464 | 56094 | Adding a run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.464 | 56094 | Adding a run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.464 | 56094 | Adding a run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.464 | 56094 | Adding a run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.464 | 56094 | Adding a run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.465 | 56094 | Adding a run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.465 | 56094 | Adding a run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.465 | 56094 | Adding a run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.465 | 56094 | Adding a run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.465 | 56094 | Adding a run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.465 | 56094 | Adding a run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.466 | 56094 | Adding a run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.466 | 56094 | Adding a run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.466 | 56094 | Adding a run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.466 | 56094 | Adding a run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.466 | 56094 | Adding a run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.466 | 56094 | Adding a run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.467 | 56094 | Adding a run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.467 | 56094 | Adding a run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.467 | 56094 | Adding a run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.467 | 56094 | Adding a run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.467 | 56094 | Adding a run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.467 | 56094 | Adding a run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.468 | 56094 | Adding a run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.468 | 56094 | Adding a run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.468 | 56094 | Adding a run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.468 | 56094 | Adding a run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.468 | 56094 | Adding a run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.468 | 56094 | Adding a run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.469 | 56094 | Adding a run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.469 | 56094 | Adding a run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.469 | 56094 | Adding a run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.469 | 56094 | Adding a run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.469 | 56094 | Adding a run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.469 | 56094 | Adding a run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.470 | 56094 | Adding a run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.470 | 56094 | Adding a run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.470 | 56094 | Adding a run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.470 | 56094 | Adding a run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.470 | 56094 | Adding a run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.470 | 56094 | Adding a run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.471 | 56094 | Adding a run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.471 | 56094 | Adding a run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.471 | 56094 | Adding a run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.471 | 56094 | Adding a run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.471 | 56094 | Adding a run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.471 | 56094 | Adding a run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.472 | 56094 | Adding a run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.472 | 56094 | Adding a run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.472 | 56094 | Adding a run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.472 | 56094 | Adding a run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.472 | 56094 | Adding a run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.472 | 56094 | Adding a run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.473 | 56094 | Adding a run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.473 | 56094 | Adding a run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.473 | 56094 | Adding a run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.473 | 56094 | Adding a run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.473 | 56094 | Adding a run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.473 | 56094 | Adding a run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.474 | 56094 | Adding a run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.474 | 56094 | Adding a run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.474 | 56094 | Adding a run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.474 | 56094 | Adding a run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.474 | 56094 | Adding a run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.474 | 56094 | Adding a run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.475 | 56094 | Adding a run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.475 | 56094 | Adding a run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.475 | 56094 | Adding a run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.475 | 56094 | Adding a run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.475 | 56094 | Adding a run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.475 | 56094 | Adding a run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.476 | 56094 | Adding a run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.476 | 56094 | Adding a run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.476 | 56094 | Adding a run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.476 | 56094 | Adding a run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.476 | 56094 | Adding a run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.476 | 56094 | Adding a run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.477 | 56094 | Adding a run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.477 | 56094 | Adding a run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.477 | 56094 | Adding a run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.477 | 56094 | Adding a run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.477 | 56094 | Adding a run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.477 | 56094 | Adding a run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.478 | 56094 | Adding a run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.478 | 56094 | Adding a run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.478 | 56094 | Adding a run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.478 | 56094 | Adding a run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.478 | 56094 | Adding a run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.478 | 56094 | Adding a run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.479 | 56094 | Adding a run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.479 | 56094 | Adding a run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.479 | 56094 | Adding a run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.479 | 56094 | Adding a run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.479 | 56094 | Adding a run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.479 | 56094 | Adding a run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.480 | 56094 | Adding a run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.480 | 56094 | Adding a run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.480 | 56094 | Adding a run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.480 | 56094 | Adding a run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.480 | 56094 | Adding a run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.480 | 56094 | Adding a run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.481 | 56094 | Adding a run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.481 | 56094 | Adding a run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.481 | 56094 | Adding a run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.481 | 56094 | Adding a run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.481 | 56094 | Adding a run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.481 | 56094 | Adding a run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.482 | 56094 | Adding a run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.482 | 56094 | Adding a run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.482 | 56094 | Adding a run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.482 | 56094 | Adding a run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.482 | 56094 | Adding a run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.482 | 56094 | Adding a run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.483 | 56094 | Adding a run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.483 | 56094 | Adding a run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.483 | 56094 | Adding a run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.483 | 56094 | Adding a run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.483 | 56094 | Adding a run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.483 | 56094 | Adding a run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.484 | 56094 | Adding a run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.484 | 56094 | Adding a run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.484 | 56094 | Adding a run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.484 | 56094 | Adding a run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.484 | 56094 | Adding a run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.485 | 56094 | Adding a run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.485 | 56094 | Adding a run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.485 | 56094 | Adding a run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.485 | 56094 | Adding a run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.485 | 56094 | Adding a run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.485 | 56094 | Adding a run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.485 | 56094 | Adding a run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.485 | 56094 | Adding a run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.486 | 56094 | Adding a run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.486 | 56094 | Adding a run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.486 | 56094 | Adding a run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.486 | 56094 | Adding a run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.486 | 56094 | Adding a run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.486 | 56094 | Adding a run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.486 | 56094 | Adding a run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.486 | 56094 | Adding a run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.487 | 56094 | Adding a run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.487 | 56094 | Adding a run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.487 | 56094 | Adding a run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.487 | 56094 | Adding a run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.487 | 56094 | Adding a run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.487 | 56094 | Adding a run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.487 | 56094 | Adding a run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.488 | 56094 | Adding a run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.488 | 56094 | Adding a run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.488 | 56094 | Adding a run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.488 | 56094 | Adding a run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.488 | 56094 | Adding a run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.488 | 56094 | Adding a run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.488 | 56094 | Adding a run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.489 | 56094 | Adding a run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.489 | 56094 | Adding a run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.489 | 56094 | Adding a run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.489 | 56094 | Adding a run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.489 | 56094 | Adding a run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.489 | 56094 | Adding a run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.489 | 56094 | Adding a run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.490 | 56094 | Adding a run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.490 | 56094 | Adding a run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.490 | 56094 | Adding a run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.490 | 56094 | Adding a run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.490 | 56094 | Adding a run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.490 | 56094 | Adding a run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.490 | 56094 | Adding a run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.490 | 56094 | Adding a run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.491 | 56094 | Adding a run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.491 | 56094 | Adding a run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.491 | 56094 | Adding a run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.491 | 56094 | Adding a run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.491 | 56094 | Adding a run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.491 | 56094 | Adding a run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.491 | 56094 | Adding a run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.492 | 56094 | Adding a run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.492 | 56094 | Adding a run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.492 | 56094 | Adding a run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.492 | 56094 | Adding a run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.492 | 56094 | Adding a run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.492 | 56094 | Adding a run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.492 | 56094 | Adding a run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.492 | 56094 | Adding a run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.493 | 56094 | Adding a run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.493 | 56094 | Adding a run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.493 | 56094 | Adding a run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.493 | 56094 | Adding a run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.493 | 56094 | Adding a run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.493 | 56094 | Adding a run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.493 | 56094 | Adding a run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.494 | 56094 | Adding a run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.494 | 56094 | Adding a run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.494 | 56094 | Adding a run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.494 | 56094 | Adding a run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.494 | 56094 | Adding a run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.494 | 56094 | Adding a run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.494 | 56094 | Adding a run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.494 | 56094 | Adding a run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.495 | 56094 | Adding a run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.495 | 56094 | Adding a run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.495 | 56094 | Adding a run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.495 | 56094 | Adding a run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.495 | 56094 | Adding a run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.495 | 56094 | Adding a run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.495 | 56094 | Adding a run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.496 | 56094 | Adding a run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.496 | 56094 | Adding a run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.496 | 56094 | Adding a run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.496 | 56094 | Adding a run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.496 | 56094 | Adding a run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.496 | 56094 | Adding a run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.496 | 56094 | Adding a run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.496 | 56094 | Adding a run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.497 | 56094 | Adding a run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.497 | 56094 | Adding a run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.497 | 56094 | Adding a run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.497 | 56094 | Adding a run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.497 | 56094 | Adding a run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.497 | 56094 | Adding a run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.497 | 56094 | Adding a run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.498 | 56094 | Adding a run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.498 | 56094 | Adding a run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.498 | 56094 | Adding a run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.498 | 56094 | Adding a run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.498 | 56094 | Adding a run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.498 | 56094 | Adding a run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.498 | 56094 | Adding a run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.499 | 56094 | Adding a run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.499 | 56094 | Adding a run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.499 | 56094 | Adding a run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.499 | 56094 | Adding a run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.499 | 56094 | Adding a run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.499 | 56094 | Adding a run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.499 | 56094 | Adding a run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.500 | 56094 | Adding a run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.500 | 56094 | Adding a run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.500 | 56094 | Adding a run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.500 | 56094 | Adding a run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.500 | 56094 | Adding a run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.500 | 56094 | Adding a run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.500 | 56094 | Adding a run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.501 | 56094 | Adding a run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.501 | 56094 | Adding a run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.501 | 56094 | Adding a run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.501 | 56094 | Adding a run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.501 | 56094 | Adding a run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.501 | 56094 | Adding a run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.501 | 56094 | Adding a run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.502 | 56094 | Adding a run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.502 | 56094 | Adding a run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.502 | 56094 | Adding a run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.502 | 56094 | Adding a run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.502 | 56094 | Adding a run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.502 | 56094 | Adding a run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.502 | 56094 | Adding a run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.503 | 56094 | Adding a run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.503 | 56094 | Adding a run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.503 | 56094 | Adding a run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.503 | 56094 | Adding a run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.503 | 56094 | Adding a run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.503 | 56094 | Adding a run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.503 | 56094 | Adding a run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.503 | 56094 | Adding a run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.504 | 56094 | Adding a run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.504 | 56094 | Adding a run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.504 | 56094 | Adding a run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.504 | 56094 | Adding a run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.504 | 56094 | Adding a run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.504 | 56094 | Adding a run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.504 | 56094 | Adding a run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.505 | 56094 | Adding a run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.505 | 56094 | Adding a run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.505 | 56094 | Adding a run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.505 | 56094 | Adding a run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.505 | 56094 | Adding a run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.505 | 56094 | Adding a run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.505 | 56094 | Adding a run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.505 | 56094 | Adding a run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.506 | 56094 | Adding a run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.506 | 56094 | Adding a run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.506 | 56094 | Adding a run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.506 | 56094 | Adding a run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.506 | 56094 | Adding a run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.506 | 56094 | Adding a run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.506 | 56094 | Adding a run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.507 | 56094 | Adding a run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.507 | 56094 | Adding a run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.507 | 56094 | Adding a run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.507 | 56094 | Adding a run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.507 | 56094 | Adding a run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.507 | 56094 | Adding a run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.507 | 56094 | Adding a run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.508 | 56094 | Adding a run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.508 | 56094 | Adding a run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.508 | 56094 | Adding a run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.508 | 56094 | Adding a run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.508 | 56094 | Adding a run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.508 | 56094 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.508 | 56094 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.508 | 56094 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.509 | 56094 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.509 | 56094 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.509 | 56094 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.509 | 56094 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.509 | 56094 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.509 | 56094 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.509 | 56094 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.510 | 56094 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.510 | 56094 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.510 | 56094 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.510 | 56094 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.510 | 56094 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.510 | 56094 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.510 | 56094 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.510 | 56094 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.511 | 56094 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.511 | 56094 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.511 | 56094 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.511 | 56094 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.511 | 56094 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.511 | 56094 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.511 | 56094 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n0/repo to the queue +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.512 | 50551 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 500, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 499, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 498, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 497, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 496, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 495, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 494, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 493, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 492, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 491, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 490, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 489, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 488, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 487, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 486, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 485, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 484, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 483, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 482, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 481, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 480, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 479, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 478, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 477, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 476, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 475, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 474, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 473, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 472, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 471, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 470, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 469, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 468, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 467, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 466, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 465, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 464, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 463, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 462, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 461, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 460, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 459, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 458, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 457, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 456, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 455, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 454, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 453, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 452, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 451, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 450, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 449, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 448, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 447, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 446, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 445, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 444, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 443, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 442, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 441, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 440, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 439, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 438, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 437, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 436, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 435, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 434, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 433, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 432, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 431, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 430, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 429, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 428, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 427, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 426, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 425, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 424, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 423, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 422, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 421, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 420, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 419, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 418, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 417, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 416, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 415, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 414, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 413, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 412, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 411, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 410, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 409, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 408, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 407, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 406, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 405, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 404, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 403, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 402, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 401, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 400, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 399, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 398, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 397, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 396, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 395, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 394, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 393, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 392, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 391, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 390, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 389, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 388, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 387, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 386, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 385, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 384, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 383, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 382, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 381, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 380, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 379, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 378, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 377, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 376, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 375, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 374, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 373, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 372, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 371, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 370, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 369, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 368, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 367, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 366, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 365, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 364, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 363, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 362, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 361, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 360, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 359, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 358, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 357, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 356, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 355, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 354, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 353, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 352, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 351, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 350, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 349, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 348, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 347, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 346, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 345, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 344, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 343, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 342, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 341, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 340, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 339, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 338, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 337, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 336, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 335, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 334, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 333, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 332, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 331, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 330, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 329, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 328, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 327, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 326, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 325, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 324, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 323, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 322, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 321, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 320, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 319, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 318, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 317, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 316, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 315, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 314, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 313, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 312, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 311, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 310, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 309, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 308, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 307, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 306, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 305, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 304, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 303, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 302, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 301, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 300, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 299, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 298, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 297, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 296, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 295, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 294, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 293, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 292, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 291, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 290, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 289, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 288, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 287, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 286, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 285, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 284, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 283, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 282, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 281, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 280, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 279, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 278, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 277, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 276, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 275, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 274, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 273, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 272, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 271, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 270, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 269, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 268, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 267, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 266, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 265, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 264, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 263, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 262, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 261, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 260, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 259, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 258, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 257, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 256, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 255, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 254, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 253, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 252, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 251, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 250, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 249, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 248, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 247, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 246, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 245, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 244, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 243, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 242, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 241, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 240, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 239, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 238, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 237, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 236, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 235, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 234, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 233, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 232, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 231, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 230, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 229, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 228, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 227, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 226, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 225, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 224, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 223, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 222, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 221, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 220, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 219, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 218, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 217, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 216, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 215, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 214, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 213, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 212, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 211, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 210, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 209, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 208, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 207, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 206, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 205, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 204, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 203, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 202, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 201, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 200, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 199, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 198, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 197, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 196, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 195, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 194, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 193, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 192, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 191, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 190, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 189, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 188, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 187, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 186, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 185, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 184, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 183, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 182, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 181, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 180, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 179, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 178, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 177, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 176, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 175, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 174, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 173, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 172, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 171, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 170, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 169, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 168, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 167, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 166, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 165, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 164, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 163, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 162, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 161, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 160, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 159, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 158, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 157, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 156, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 155, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 154, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 153, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 152, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 151, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 150, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 149, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 148, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 147, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 146, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 145, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 144, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 143, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 142, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 141, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 140, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 139, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 138, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 137, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 136, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 135, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 134, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 133, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 132, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 131, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 130, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 129, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 128, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 127, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 126, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 125, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 124, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 123, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 122, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 121, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 120, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 119, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 118, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 117, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 116, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 115, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 114, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 113, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 112, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 111, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 110, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 109, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 108, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 107, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 106, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 105, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 104, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 103, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 102, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 101, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 100, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 99, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 98, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 97, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 96, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 95, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 94, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 93, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 92, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 91, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 90, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 89, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 88, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 87, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 86, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 85, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 84, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 83, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 82, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 81, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 80, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 79, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 78, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 77, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 76, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 75, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 74, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 73, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 72, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 71, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 70, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 69, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 68, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 67, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 66, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 65, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 64, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 63, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 62, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 61, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 60, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 59, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 58, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 57, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 56, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 55, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 54, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 53, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 52, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 51, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 50, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 49, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 48, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 47, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 46, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 45, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 44, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 43, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 42, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 41, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 40, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 39, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 38, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 37, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 36, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 35, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 34, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 33, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 32, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 31, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 30, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 29, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 28, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 27, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 26, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 25, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 24, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 23, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 22, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 21, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 20, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 19, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 18, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 17, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 16, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 15, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 14, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 13, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 12, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 11, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 10, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 9, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 8, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 7, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 6, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 5, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n0\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:55:49 | INFO | Terminating process 50557/cimple-worker +2024-01-28 10:55:49 | INFO | 50557/cimple-worker: 2024-01-28 10:55:49.529 | 50557 | Shutting down +2024-01-28 10:55:49 | INFO | Terminating process 50554/cimple-worker +2024-01-28 10:55:49 | INFO | 50554/cimple-worker: 2024-01-28 10:55:49.530 | 50554 | Shutting down +2024-01-28 10:55:49 | INFO | Terminating process 50551/cimple-server +2024-01-28 10:55:49 | INFO | 50551/cimple-server: 2024-01-28 10:55:49.532 | 50551 | Shutting down
Passedsrc/test_repo.py::test_repo_stress[output_long-numof_clients=1-runs_per_client=2000]27.04
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/cimple.sqlite'] +2024-01-28 10:55:49 | INFO | Process 56095/cimple-server has started +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.542 | 56095 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/cimple.sqlite +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.543 | 56095 | SQLite database version: 0 +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.543 | 56095 | Newest database version: 1 +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.543 | 56095 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.556 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Process 56095/cimple-server is ready +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:49 | INFO | Process 56098/cimple-worker has started +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.564 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.565 | 56100 | Added a new worker 8 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.565 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.564 | 56098 | Waiting for a new command +2024-01-28 10:55:49 | INFO | Process 56098/cimple-worker is ready +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:55:49 | INFO | Process 56101/cimple-worker has started +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.573 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.573 | 56103 | Added a new worker 9 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.573 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.573 | 56101 | Waiting for a new command +2024-01-28 10:55:49 | INFO | Process 56101/cimple-worker is ready +2024-01-28 10:55:49 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/cimple.sqlite +2024-01-28 10:55:49 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:55:49 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:55:49 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:55:49 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:55:49 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:55:49 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:55:49 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:55:49 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:55:49 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:55:49 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:55:49 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:55:49 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:55:49 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:55:49 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:55:49 | INFO | Executing 2000 clients +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.719 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.721 | 56117 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.721 | 56097 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.721 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.721 | 56097 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.721 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.722 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kfTmlE +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.724 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.725 | 56119 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.725 | 56097 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.725 | 56097 | Removed worker 9 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.725 | 56097 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.726 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.725 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9xKkGJ +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.726 | 56098 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.727 | 56098 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.728 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.732 | 56122 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.732 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.733 | 56101 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.734 | 56101 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.735 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.736 | 56098 | Recursively removing directory: /tmp/git.kfTmlE/ +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.736 | 56131 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.737 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.738 | 56098 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.738 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.739 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.741 | 56139 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.742 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.742 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.743 | 56101 | Recursively removing directory: /tmp/git.9xKkGJ/ +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.744 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.745 | 56101 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.745 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.746 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.746 | 56098 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.746 | 56143 | Added a new worker 14 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.746 | 56097 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.746 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.746 | 56097 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.746 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GL1Daq +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.746 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.747 | 56142 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.747 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.750 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.750 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.752 | 56098 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.752 | 56146 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.752 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.753 | 56098 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.754 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.755 | 56149 | Added a new worker 13 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.755 | 56097 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.755 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.755 | 56097 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.755 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.755 | 56101 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.755 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XSZx15 +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.755 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.758 | 56141 | Marked run 1 as finished +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.759 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.761 | 56151 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.761 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.762 | 56101 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.763 | 56098 | Recursively removing directory: /tmp/git.GL1Daq/ +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.764 | 56101 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.764 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.765 | 56098 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.765 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.767 | 56159 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.767 | 56145 | Marked run 2 as finished +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.767 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.767 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.768 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.770 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.772 | 56168 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.772 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.773 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.774 | 56170 | Added a new worker 10 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.774 | 56097 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.774 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.774 | 56097 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.773 | 56098 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.774 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IPoB52 +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.774 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.773 | 56101 | Recursively removing directory: /tmp/git.XSZx15/ +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.775 | 56101 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.775 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.776 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.778 | 56171 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.778 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.779 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.779 | 56098 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.780 | 56098 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.781 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.783 | 56164 | Marked run 3 as finished +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.783 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.783 | 56101 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.783 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.783 | 56177 | Added a new worker 13 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.783 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.783 | 56097 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.783 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.783 | 56097 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.783 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.z6geGF +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.784 | 56175 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.784 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.788 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.788 | 56101 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.790 | 56101 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.790 | 56184 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.791 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.792 | 56098 | Recursively removing directory: /tmp/git.IPoB52/ +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.793 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.794 | 56173 | Marked run 4 as finished +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.794 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.794 | 56098 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.794 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.796 | 56188 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.796 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.798 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.799 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.799 | 56101 | Recursively removing directory: /tmp/git.z6geGF/ +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.801 | 56196 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.801 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.801 | 56101 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.801 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.802 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.802 | 56098 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.802 | 56198 | Added a new worker 10 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.802 | 56097 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.802 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.802 | 56097 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.803 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aqx2Ki +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.804 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.805 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.805 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.806 | 56199 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.806 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.807 | 56098 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.808 | 56098 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.809 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.809 | 56101 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.809 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.809 | 56203 | Added a new worker 15 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.809 | 56097 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.809 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.809 | 56097 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.810 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.APr20g +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.811 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.813 | 56204 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.814 | 56195 | Marked run 5 as finished +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.814 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.814 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.815 | 56101 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.817 | 56101 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.817 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.819 | 56200 | Marked run 6 as finished +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.819 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.819 | 56098 | Recursively removing directory: /tmp/git.aqx2Ki/ +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.820 | 56213 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.821 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.821 | 56098 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.821 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.823 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.825 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.826 | 56221 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.826 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.826 | 56101 | Recursively removing directory: /tmp/git.APr20g/ +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.827 | 56101 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.827 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.828 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.829 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.829 | 56098 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.829 | 56225 | Added a new worker 13 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.829 | 56097 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.829 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.829 | 56097 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.829 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.829 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SGkzjQ +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.830 | 56224 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.831 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.831 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.833 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.835 | 56101 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.835 | 56098 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.835 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.835 | 56228 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.835 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.836 | 56229 | Added a new worker 8 to the queue +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.836 | 56097 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.836 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.836 | 56097 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.836 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.836 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vEjK7Q +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.837 | 56098 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.839 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.839 | 56222 | Marked run 7 as finished +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.839 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.841 | 56232 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.842 | 56101 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.842 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.844 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.846 | 56101 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.847 | 56098 | Recursively removing directory: /tmp/git.SGkzjQ/ +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.849 | 56098 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.849 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.849 | 56226 | Marked run 8 as finished +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.849 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.850 | 56240 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.850 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.853 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.853 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.855 | 56249 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.855 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.856 | 56101 | Recursively removing directory: /tmp/git.vEjK7Q/ +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.857 | 56101 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.857 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.858 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.858 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.858 | 56098 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.858 | 56253 | Added a new worker 13 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.858 | 56097 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.858 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.858 | 56097 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.859 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.858 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.03t16S +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.860 | 56252 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.860 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.861 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.863 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.864 | 56101 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.864 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.865 | 56257 | Added a new worker 15 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.865 | 56097 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.865 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.865 | 56097 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.865 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.865 | 56256 | Added a new run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.865 | 56098 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.865 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QV8Sz4 +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.866 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.866 | 56098 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.868 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.869 | 56250 | Marked run 9 as finished +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.870 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.871 | 56101 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.871 | 56260 | Added a new run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.871 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.873 | 56101 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.874 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.875 | 56255 | Marked run 10 as finished +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.875 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.876 | 56268 | Added a new run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.877 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.879 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.880 | 56098 | Recursively removing directory: /tmp/git.03t16S/ +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.881 | 56277 | Added a new run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.881 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.882 | 56098 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.882 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.884 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.883 | 56101 | Recursively removing directory: /tmp/git.QV8Sz4/ +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.884 | 56101 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.884 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.885 | 56279 | Added a new run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.885 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.885 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.887 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.888 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.889 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.889 | 56284 | Added a new worker 15 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.889 | 56097 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.889 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.889 | 56097 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.889 | 56098 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.889 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DwYFHi +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.889 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.890 | 56283 | Added a new run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.891 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.891 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.891 | 56101 | Waiting for a new command +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.894 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.894 | 56285 | Added a new worker 15 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.894 | 56097 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.894 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.894 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.894 | 56097 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.895 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FLGZTN +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.895 | 56098 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.897 | 56287 | Added a new run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.897 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.897 | 56098 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.899 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.901 | 56280 | Marked run 11 as finished +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.901 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.902 | 56101 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.902 | 56101 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.904 | 56282 | Marked run 12 as finished +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.904 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.905 | 56290 | Added a new run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.906 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.907 | 56098 | Recursively removing directory: /tmp/git.DwYFHi/ +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.909 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.909 | 56098 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.909 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.910 | 56304 | Added a new run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.911 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.912 | 56101 | Recursively removing directory: /tmp/git.FLGZTN/ +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.913 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.913 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.913 | 56101 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.913 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.915 | 56308 | Added a new run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.915 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.916 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.917 | 56098 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.917 | 56310 | Added a new worker 10 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.917 | 56097 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.917 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.917 | 56097 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.917 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.917 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6hlJHQ +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.917 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.918 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.920 | 56312 | Added a new run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.921 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.921 | 56101 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.921 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.923 | 56098 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.922 | 56314 | Added a new worker 12 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.923 | 56097 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.923 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.923 | 56097 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.923 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.923 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.924 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9yWhj1 +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.924 | 56098 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.927 | 56307 | Marked run 13 as finished +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.927 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.929 | 56315 | Added a new run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.929 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.930 | 56101 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.931 | 56101 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.932 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.932 | 56311 | Marked run 14 as finished +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.933 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.935 | 56098 | Recursively removing directory: /tmp/git.6hlJHQ/ +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.935 | 56325 | Added a new run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.935 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.936 | 56098 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.936 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.937 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.939 | 56333 | Added a new run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.940 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.940 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.940 | 56101 | Recursively removing directory: /tmp/git.9yWhj1/ +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.942 | 56101 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.942 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.942 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.943 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.943 | 56098 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.943 | 56337 | Added a new worker 13 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.943 | 56097 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.943 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.943 | 56097 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.943 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aOhdHP +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.944 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.945 | 56336 | Added a new run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.946 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.946 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.948 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.949 | 56098 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.950 | 56101 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.950 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.950 | 56341 | Added a new worker 13 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.950 | 56097 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.950 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.950 | 56097 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.950 | 56340 | Added a new run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.950 | 56098 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.951 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.951 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tQT2dd +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.955 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.958 | 56334 | Marked run 15 as finished +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.959 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.960 | 56346 | Added a new run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.960 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.960 | 56101 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.961 | 56098 | Recursively removing directory: /tmp/git.aOhdHP/ +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.961 | 56101 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.963 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.963 | 56098 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.963 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.963 | 56339 | Marked run 16 as finished +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.964 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.964 | 56353 | Added a new run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.965 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.967 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.967 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.969 | 56362 | Added a new run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.970 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.970 | 56101 | Recursively removing directory: /tmp/git.tQT2dd/ +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.970 | 56098 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.970 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.971 | 56364 | Added a new worker 10 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.971 | 56097 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.971 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.971 | 56097 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.971 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hWEh7N +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.972 | 56101 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.972 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.972 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.973 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.975 | 56365 | Added a new run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.976 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.976 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.976 | 56098 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.977 | 56098 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.978 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.979 | 56101 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.979 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.979 | 56370 | Added a new worker 15 to the queue +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.980 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I60QLe +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.979 | 56097 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.979 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.979 | 56097 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.981 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.981 | 56361 | Marked run 17 as finished +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.981 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.983 | 56369 | Added a new run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.984 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.985 | 56101 | Checking out revision HEAD +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.986 | 56101 | Going to run: ./ci +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.987 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.988 | 56098 | Recursively removing directory: /tmp/git.hWEh7N/ +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.989 | 56379 | Added a new run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.990 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.991 | 56098 | Process exit code: 0 +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.991 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.992 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.994 | 56366 | Marked run 18 as finished +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.994 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.995 | 56383 | Added a new run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.995 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:49 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:49 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.998 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.998 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.998 | 56391 | Added a new worker 13 to the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.998 | 56097 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.998 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.998 | 56095 | Waiting for new connections +2024-01-28 10:55:49 | INFO | 56095/cimple-server: 2024-01-28 10:55:49.998 | 56097 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.998 | 56098 | Waiting for a new command +2024-01-28 10:55:49 | INFO | 56098/cimple-worker: 2024-01-28 10:55:49.999 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Osex4e +2024-01-28 10:55:49 | INFO | 56101/cimple-worker: 2024-01-28 10:55:49.999 | 56101 | Recursively removing directory: /tmp/git.I60QLe/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.000 | 56390 | Added a new run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.000 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.001 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.001 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.003 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.005 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.005 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.006 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.006 | 56393 | Added a new run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.006 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.008 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.008 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.008 | 56397 | Added a new worker 11 to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.009 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RNhZBz +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.008 | 56097 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.008 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.009 | 56097 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.009 | 56388 | Marked run 19 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.009 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.009 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.009 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.011 | 56399 | Added a new run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.012 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.014 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.015 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.015 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.016 | 56406 | Added a new run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.017 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.017 | 56098 | Recursively removing directory: /tmp/git.Osex4e/ +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.019 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.019 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.019 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.020 | 56394 | Marked run 20 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.020 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.021 | 56411 | Added a new run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.022 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.023 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.024 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.026 | 56418 | Added a new run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.026 | 56101 | Recursively removing directory: /tmp/git.RNhZBz/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.026 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.027 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.027 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.027 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.028 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.028 | 56420 | Added a new worker 12 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.028 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.028 | 56097 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.028 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.028 | 56097 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.028 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.029 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.loge2A +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.030 | 56421 | Added a new run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.031 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.032 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.034 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.034 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.035 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.035 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.035 | 56425 | Added a new worker 16 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.035 | 56097 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.035 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.035 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.035 | 56097 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.036 | 56424 | Added a new run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.036 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.036 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ec3489 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.036 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.040 | 56417 | Marked run 21 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.040 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.041 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.042 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.043 | 56430 | Added a new run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.043 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.044 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.046 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.046 | 56423 | Marked run 22 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.046 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.047 | 56098 | Recursively removing directory: /tmp/git.loge2A/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.048 | 56437 | Added a new run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.049 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.049 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.048 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.051 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.053 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.053 | 56445 | Added a new run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.053 | 56101 | Recursively removing directory: /tmp/git.Ec3489/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.054 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.055 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.055 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.056 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.056 | 56448 | Added a new worker 8 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.056 | 56097 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.056 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.056 | 56097 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.056 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.056 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QzyXrJ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.056 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.059 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.061 | 56449 | Added a new run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.063 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.063 | 56452 | Added a new worker 11 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.063 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.064 | 56097 | Removed run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.064 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.064 | 56097 | Assigned run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.063 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.064 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.99pSvt +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.065 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.065 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.066 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.069 | 56446 | Marked run 23 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.070 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.071 | 56453 | Added a new run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.072 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.072 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.073 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.075 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.076 | 56450 | Marked run 24 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.077 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.077 | 56098 | Recursively removing directory: /tmp/git.QzyXrJ/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.079 | 56463 | Added a new run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.079 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.079 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.079 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.083 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.083 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.083 | 56101 | Recursively removing directory: /tmp/git.99pSvt/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.085 | 56471 | Added a new run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.085 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.086 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.086 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.086 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.087 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.087 | 56474 | Added a new worker 8 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.087 | 56097 | Removed run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.087 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.087 | 56097 | Assigned run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.088 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.088 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.087 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Vmw77D +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.089 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.090 | 56475 | Added a new run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.090 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.093 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.093 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.093 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.094 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.094 | 56479 | Added a new worker 15 to the queue +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.094 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.094 | 56097 | Removed run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.094 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.094 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.094 | 56097 | Assigned run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.094 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hlNgI2 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.095 | 56478 | Added a new run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.095 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.098 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.100 | 56472 | Marked run 25 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.101 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.102 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.102 | 56483 | Added a new run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.102 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.103 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.105 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.105 | 56476 | Marked run 26 as finished +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.105 | 56098 | Recursively removing directory: /tmp/git.Vmw77D/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.106 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.107 | 56491 | Added a new run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.107 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.108 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.108 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.110 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.111 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.112 | 56499 | Added a new run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.113 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.113 | 56101 | Recursively removing directory: /tmp/git.hlNgI2/ +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.114 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.114 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.115 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.116 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.116 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.116 | 56503 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.116 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.116 | 56097 | Removed run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.116 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.116 | 56097 | Assigned run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.116 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kpk3gc +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.117 | 56502 | Added a new run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.118 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.118 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.120 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.121 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.122 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.122 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.122 | 56507 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.122 | 56097 | Removed run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.122 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.122 | 56097 | Assigned run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.122 | 56506 | Added a new run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.122 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.122 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.123 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.56N8RT +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.127 | 56500 | Marked run 27 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.127 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.128 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.128 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.130 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.130 | 56514 | Added a new run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.130 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.133 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.134 | 56505 | Marked run 28 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.134 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.134 | 56098 | Recursively removing directory: /tmp/git.kpk3gc/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.136 | 56521 | Added a new run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.137 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.137 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.137 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.139 | 56101 | Recursively removing directory: /tmp/git.56N8RT/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.140 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.140 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.141 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.141 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.142 | 56528 | Added a new run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.142 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.143 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.143 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.143 | 56530 | Added a new worker 10 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.143 | 56097 | Removed run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.143 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.143 | 56097 | Assigned run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.143 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PV9g5g +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.143 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.144 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.145 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.147 | 56532 | Added a new run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.148 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.148 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.148 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.148 | 56534 | Added a new worker 14 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.148 | 56097 | Removed run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.148 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.148 | 56097 | Assigned run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.149 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.149 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.150 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.148 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Aw9Xvp +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.151 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.153 | 56527 | Marked run 29 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.154 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.154 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.155 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.156 | 56536 | Added a new run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.156 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.159 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.161 | 56531 | Marked run 30 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.161 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.161 | 56098 | Recursively removing directory: /tmp/git.PV9g5g/ +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.164 | 56101 | Recursively removing directory: /tmp/git.Aw9Xvp/ +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.165 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.165 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.166 | 56546 | Added a new run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.166 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.166 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.166 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.168 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.168 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.169 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.170 | 56553 | Added a new run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.170 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.172 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.172 | 56557 | Added a new worker 10 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.172 | 56097 | Removed run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.172 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.172 | 56097 | Assigned run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.172 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.172 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pPuRzb +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.173 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.173 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eeDcSV +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.173 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.173 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.173 | 56559 | Added a new worker 16 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.173 | 56097 | Removed run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.173 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.173 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.173 | 56097 | Assigned run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.173 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.178 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.178 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.178 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.180 | 56558 | Added a new run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.180 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.180 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.183 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.183 | 56554 | Marked run 31 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.183 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.186 | 56555 | Marked run 32 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.186 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.188 | 56566 | Added a new run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.188 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.190 | 56098 | Recursively removing directory: /tmp/git.pPuRzb/ +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.190 | 56101 | Recursively removing directory: /tmp/git.eeDcSV/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.191 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.192 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.192 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.192 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.192 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.193 | 56577 | Added a new run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.194 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.195 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.196 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.196 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.197 | 56580 | Added a new run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.198 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.198 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.200 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.200 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.200 | 56583 | Added a new worker 14 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.200 | 56097 | Removed run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.200 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.200 | 56097 | Assigned run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.200 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LSagVR +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.200 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.201 | 56584 | Added a new worker 16 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.201 | 56097 | Removed run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.201 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.201 | 56097 | Assigned run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.201 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Krgbcy +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.201 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.201 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.206 | 56585 | Added a new run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.207 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.207 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.208 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.209 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.210 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.210 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.211 | 56579 | Marked run 33 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.212 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.214 | 56581 | Marked run 34 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.214 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.217 | 56589 | Added a new run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.217 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.218 | 56101 | Recursively removing directory: /tmp/git.Krgbcy/ +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.219 | 56098 | Recursively removing directory: /tmp/git.LSagVR/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.220 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.220 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.220 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.222 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.222 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.222 | 56603 | Added a new run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.222 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.223 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.225 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.225 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.227 | 56606 | Added a new run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.227 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.227 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.227 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.227 | 56608 | Added a new worker 8 to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.227 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.227 | 56097 | Removed run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.227 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.227 | 56097 | Assigned run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.227 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jysViz +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.228 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.228 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.229 | 56610 | Added a new worker 12 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.231 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.231 | 56097 | Removed run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.231 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.231 | 56097 | Assigned run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.231 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.231 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Agn7dj +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.234 | 56611 | Added a new run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.234 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.235 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.235 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.237 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.238 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.238 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.240 | 56605 | Marked run 36 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.240 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.243 | 56607 | Marked run 35 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.243 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.244 | 56101 | Recursively removing directory: /tmp/git.jysViz/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.245 | 56615 | Added a new run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.246 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.246 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.245 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.248 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.249 | 56098 | Recursively removing directory: /tmp/git.Agn7dj/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.250 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.250 | 56629 | Added a new run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.250 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.251 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.251 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.253 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.253 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.253 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.253 | 56633 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.254 | 56097 | Removed run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.254 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.254 | 56097 | Assigned run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.254 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.254 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.a7sCoV +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.255 | 56632 | Added a new run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.255 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.257 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.259 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.259 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.260 | 56636 | Added a new worker 15 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.260 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.260 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.260 | 56097 | Removed run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.260 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.260 | 56097 | Assigned run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.260 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zzYowv +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.261 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.261 | 56637 | Added a new run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.262 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.265 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.266 | 56630 | Marked run 37 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.266 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.267 | 56641 | Added a new run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.268 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.268 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.269 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.271 | 56634 | Marked run 38 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.271 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.272 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.272 | 56101 | Recursively removing directory: /tmp/git.a7sCoV/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.273 | 56650 | Added a new run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.274 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.274 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.274 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.276 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.278 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.278 | 56098 | Recursively removing directory: /tmp/git.zzYowv/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.278 | 56657 | Added a new run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.279 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.279 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.279 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.281 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.281 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.281 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.281 | 56661 | Added a new worker 12 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.281 | 56097 | Removed run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.281 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.281 | 56097 | Assigned run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.281 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pdJ0uc +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.282 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.283 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.283 | 56660 | Added a new run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.284 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.286 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.287 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.287 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.287 | 56665 | Added a new worker 15 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.287 | 56097 | Removed run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.287 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.287 | 56097 | Assigned run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.287 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.287 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9n9sKb +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.288 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.289 | 56664 | Added a new run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.289 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.289 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.291 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.293 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.294 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.295 | 56658 | Marked run 39 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.295 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.296 | 56668 | Added a new run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.297 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.299 | 56101 | Recursively removing directory: /tmp/git.pdJ0uc/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.300 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.300 | 56662 | Marked run 40 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.300 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.301 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.301 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.303 | 56683 | Added a new run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.303 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.303 | 56098 | Recursively removing directory: /tmp/git.9n9sKb/ +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.305 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.305 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.305 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.306 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.307 | 56686 | Added a new run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.307 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.309 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.309 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.309 | 56688 | Added a new worker 10 to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.309 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EQm4uI +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.309 | 56097 | Removed run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.309 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.309 | 56097 | Assigned run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.309 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.310 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.310 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.312 | 56689 | Added a new run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.313 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.313 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.313 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.315 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.315 | 56692 | Added a new worker 11 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.315 | 56097 | Removed run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.315 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.315 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.315 | 56097 | Assigned run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.315 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.315 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oJC9Vd +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.316 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.318 | 56685 | Marked run 41 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.318 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.320 | 56693 | Added a new run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.321 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.322 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.323 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.324 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.324 | 56690 | Marked run 42 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.325 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.326 | 56703 | Added a new run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.326 | 56101 | Recursively removing directory: /tmp/git.EQm4uI/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.327 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.328 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.328 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.329 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.331 | 56711 | Added a new run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.331 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.332 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.334 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.334 | 56098 | Recursively removing directory: /tmp/git.oJC9Vd/ +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.335 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.335 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.335 | 56715 | Added a new worker 14 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.335 | 56097 | Removed run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.335 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.335 | 56097 | Assigned run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.335 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0g5YFz +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.336 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.336 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.336 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.336 | 56714 | Added a new run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.337 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.340 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.340 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.342 | 56717 | Added a new run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.342 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.343 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.343 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.343 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.343 | 56720 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.343 | 56097 | Removed run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.343 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.343 | 56097 | Assigned run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.344 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.344 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ah1bDv +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.345 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.345 | 56712 | Marked run 43 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.346 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.346 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.348 | 56722 | Added a new run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.348 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.350 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.351 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.351 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.353 | 56718 | Marked run 44 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.354 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.354 | 56101 | Recursively removing directory: /tmp/git.0g5YFz/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.356 | 56731 | Added a new run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.356 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.356 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.356 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.359 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.360 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.361 | 56739 | Added a new run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.361 | 56098 | Recursively removing directory: /tmp/git.Ah1bDv/ +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.361 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.362 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.362 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.363 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.364 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.364 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.364 | 56743 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.364 | 56097 | Removed run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.364 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.364 | 56097 | Assigned run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.364 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5cc2IT +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.365 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.366 | 56742 | Added a new run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.366 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.367 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.370 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.370 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.370 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.370 | 56746 | Added a new worker 12 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.370 | 56097 | Removed run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.370 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.370 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.370 | 56097 | Assigned run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.370 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.370 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8rXE1x +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.371 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.373 | 56747 | Added a new run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.373 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.376 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.376 | 56740 | Marked run 45 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.377 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.378 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.379 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.380 | 56744 | Marked run 46 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.381 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.381 | 56101 | Recursively removing directory: /tmp/git.5cc2IT/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.383 | 56752 | Added a new run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.383 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.383 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.383 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.385 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.387 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.390 | 56765 | Added a new run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.390 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.390 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.390 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.390 | 56767 | Added a new worker 8 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.390 | 56097 | Removed run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.390 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.390 | 56097 | Assigned run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.390 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.390 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Q1jYHA +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.391 | 56098 | Recursively removing directory: /tmp/git.8rXE1x/ +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.393 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.393 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.393 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.395 | 56769 | Added a new run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.396 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.396 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.397 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.398 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.398 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.400 | 56766 | Marked run 47 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.400 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.401 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.401 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.401 | 56775 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.401 | 56097 | Removed run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.401 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.401 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.401 | 56097 | Assigned run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.401 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RwX9ot +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.403 | 56773 | Added a new run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.403 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.406 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.406 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.407 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.409 | 56782 | Added a new run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.409 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.410 | 56101 | Recursively removing directory: /tmp/git.Q1jYHA/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.411 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.412 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.412 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.413 | 56771 | Marked run 48 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.413 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.414 | 56787 | Added a new run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.414 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.416 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.417 | 56098 | Recursively removing directory: /tmp/git.RwX9ot/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.417 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.419 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.419 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.419 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.419 | 56795 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.419 | 56097 | Removed run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.419 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.419 | 56097 | Assigned run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.419 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.419 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.53tpCM +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.420 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.420 | 56794 | Added a new run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.420 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.423 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.424 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.425 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.426 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.427 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.427 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.427 | 56800 | Added a new worker 15 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.427 | 56097 | Removed run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.427 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.428 | 56097 | Assigned run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.428 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oi3eQf +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.428 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.428 | 56797 | Added a new run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.429 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.429 | 56793 | Marked run 49 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.429 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.432 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.434 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.435 | 56806 | Added a new run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.435 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.435 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.437 | 56101 | Recursively removing directory: /tmp/git.53tpCM/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.437 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.438 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.438 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.440 | 56798 | Marked run 50 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.440 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.441 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.442 | 56811 | Added a new run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.442 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.445 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.445 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.445 | 56820 | Added a new worker 11 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.445 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.445 | 56097 | Removed run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.445 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.445 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.445 | 56097 | Assigned run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.445 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TB5Mg1 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.446 | 56098 | Recursively removing directory: /tmp/git.oi3eQf/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.447 | 56821 | Added a new run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.447 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.448 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.448 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.450 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.450 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.452 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.452 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.452 | 56823 | Added a new run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.453 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.455 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.455 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.455 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.455 | 56818 | Marked run 51 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.456 | 56830 | Added a new worker 9 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.456 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.456 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.J0WNrA +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.456 | 56097 | Removed run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.456 | 56097 | Removed worker 9 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.456 | 56097 | Assigned run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.457 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.458 | 56828 | Added a new run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.458 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.461 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.463 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.463 | 56101 | Recursively removing directory: /tmp/git.TB5Mg1/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.464 | 56836 | Added a new run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.464 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.464 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.466 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.466 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.467 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.468 | 56824 | Marked run 52 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.468 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.469 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.469 | 56840 | Added a new run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.469 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.472 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.473 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.472 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.473 | 56849 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.473 | 56097 | Removed run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.473 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.473 | 56097 | Assigned run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.473 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YEyQ2z +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.474 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.474 | 56098 | Recursively removing directory: /tmp/git.J0WNrA/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.475 | 56848 | Added a new run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.476 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.476 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.478 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.478 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.480 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.480 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.480 | 56851 | Added a new run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.481 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.484 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.484 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.484 | 56858 | Added a new worker 15 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.484 | 56097 | Removed run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.484 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.484 | 56097 | Assigned run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.484 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.484 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.484 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NkTCIQ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.485 | 56844 | Marked run 53 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.485 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.487 | 56856 | Added a new run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.488 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.491 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.491 | 56101 | Recursively removing directory: /tmp/git.YEyQ2z/ +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.492 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.493 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.493 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.493 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.495 | 56852 | Marked run 54 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.495 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.496 | 56864 | Added a new run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.497 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.497 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.499 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.500 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.500 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.500 | 56875 | Added a new worker 14 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.500 | 56097 | Removed run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.500 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.501 | 56097 | Assigned run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.501 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.501 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xhfP7a +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.502 | 56874 | Added a new run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.503 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.503 | 56098 | Recursively removing directory: /tmp/git.NkTCIQ/ +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.505 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.505 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.506 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.506 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.507 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.508 | 56877 | Added a new run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.508 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.509 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.511 | 56868 | Marked run 55 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.511 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.511 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.512 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.512 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.512 | 56885 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.512 | 56097 | Removed run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.512 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.512 | 56097 | Assigned run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.512 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.512 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2dvBTz +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.514 | 56883 | Added a new run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.514 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.516 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.518 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.519 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.519 | 56890 | Added a new run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.519 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.520 | 56101 | Recursively removing directory: /tmp/git.xhfP7a/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.522 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.522 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.522 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.523 | 56880 | Marked run 56 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.523 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.525 | 56894 | Added a new run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.525 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.526 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.528 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.529 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.529 | 56903 | Added a new worker 11 to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.529 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.529 | 56097 | Removed run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.529 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.529 | 56097 | Assigned run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.529 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.529 | 56902 | Added a new run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.530 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XFBpQV +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.530 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.530 | 56098 | Recursively removing directory: /tmp/git.2dvBTz/ +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.532 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.532 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.532 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.534 | 56905 | Added a new run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.535 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.536 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.537 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.538 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.539 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.539 | 56909 | Added a new worker 15 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.539 | 56097 | Removed run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.539 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.539 | 56097 | Assigned run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.539 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.539 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ogKVn3 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.542 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.543 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.545 | 56901 | Marked run 57 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.545 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.546 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.547 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.548 | 56907 | Marked run 58 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.549 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.550 | 56908 | Added a new run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.550 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.552 | 56101 | Recursively removing directory: /tmp/git.XFBpQV/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.553 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.554 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.554 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.555 | 56923 | Added a new run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.556 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.558 | 56098 | Recursively removing directory: /tmp/git.ogKVn3/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.558 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.558 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.560 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.560 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.560 | 56927 | Added a new run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.560 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.561 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.561 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.561 | 56930 | Added a new worker 10 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.561 | 56097 | Removed run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.561 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.561 | 56097 | Assigned run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.561 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.53FObS +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.562 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.563 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.565 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.565 | 56931 | Added a new run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.565 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.567 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.568 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.568 | 56934 | Added a new worker 11 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.568 | 56097 | Removed run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.568 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.568 | 56097 | Assigned run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.568 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.568 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.568 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.W7kSST +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.569 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.569 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.572 | 56928 | Marked run 59 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.572 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.574 | 56936 | Added a new run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.575 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.576 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.578 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.578 | 56101 | Recursively removing directory: /tmp/git.53FObS/ +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.579 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.579 | 56932 | Marked run 60 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.579 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.580 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.580 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.581 | 56944 | Added a new run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.581 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.583 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.584 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.585 | 56951 | Added a new run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.585 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.588 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.588 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.588 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.588 | 56956 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.588 | 56097 | Removed run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.588 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.589 | 56097 | Assigned run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.589 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.589 | 56098 | Recursively removing directory: /tmp/git.W7kSST/ +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.589 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uXpKhw +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.590 | 56957 | Added a new run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.591 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.591 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.591 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.593 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.595 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.595 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.598 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.598 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.598 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dub5Po +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.598 | 56961 | Added a new worker 15 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.598 | 56097 | Removed run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.598 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.598 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.598 | 56097 | Assigned run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.598 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.602 | 56959 | Added a new run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.603 | 56954 | Marked run 61 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.603 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.604 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.605 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.606 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.607 | 56960 | Marked run 62 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.608 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.609 | 56101 | Recursively removing directory: /tmp/git.uXpKhw/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.609 | 56970 | Added a new run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.609 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.611 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.611 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.612 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.614 | 56979 | Added a new run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.614 | 56098 | Recursively removing directory: /tmp/git.dub5Po/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.615 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.615 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.616 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.616 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.617 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.618 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.619 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.619 | 56983 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.619 | 56097 | Removed run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.619 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.619 | 56097 | Assigned run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.619 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kFY66u +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.619 | 56982 | Added a new run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.620 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.620 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.620 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.622 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.624 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.624 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.624 | 56987 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.624 | 56097 | Removed run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.624 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.624 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.624 | 56097 | Assigned run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.625 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.624 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1raULN +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.626 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.628 | 56980 | Marked run 63 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.629 | 56986 | Added a new run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.629 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.630 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.630 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.631 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.633 | 56984 | Marked run 64 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.633 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.633 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.635 | 56997 | Added a new run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.635 | 56101 | Recursively removing directory: /tmp/git.kFY66u/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.635 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.637 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.637 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.638 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.640 | 57005 | Added a new run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.641 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.641 | 56098 | Recursively removing directory: /tmp/git.1raULN/ +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.641 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.642 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.642 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.643 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.645 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.645 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.645 | 57008 | Added a new run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.645 | 57009 | Added a new worker 10 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.645 | 56097 | Removed run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.645 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.645 | 56097 | Assigned run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.645 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.prTAkZ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.645 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.646 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.646 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.649 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.649 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.649 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.649 | 57013 | Added a new worker 14 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.649 | 56097 | Removed run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.649 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.649 | 56097 | Assigned run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.649 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.649 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CJt29w +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.651 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.652 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.653 | 57012 | Added a new run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.653 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.655 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.656 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.657 | 57007 | Marked run 65 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.657 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.657 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.658 | 57021 | Added a new run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.659 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.662 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.663 | 57010 | Marked run 66 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.663 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.663 | 56101 | Recursively removing directory: /tmp/git.prTAkZ/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.664 | 57029 | Added a new run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.665 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.665 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.665 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.667 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.668 | 56098 | Recursively removing directory: /tmp/git.CJt29w/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.669 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.669 | 57033 | Added a new run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.669 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.670 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.670 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.672 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.673 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.673 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.673 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.674 | 57038 | Added a new worker 15 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.674 | 56097 | Removed run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.674 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.674 | 56097 | Assigned run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.674 | 57036 | Added a new run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.674 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.674 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.T8Wyj6 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.675 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.676 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.676 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.676 | 57040 | Added a new worker 8 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.676 | 56097 | Removed run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.677 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.677 | 56097 | Assigned run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.677 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.677 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KMDOsj +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.677 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.679 | 57041 | Added a new run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.680 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.682 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.683 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.684 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.684 | 57034 | Marked run 67 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.684 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.685 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.686 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.688 | 57037 | Marked run 68 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.688 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.690 | 57044 | Added a new run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.690 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.693 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.694 | 56101 | Recursively removing directory: /tmp/git.T8Wyj6/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.694 | 57059 | Added a new run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.695 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.695 | 56098 | Recursively removing directory: /tmp/git.KMDOsj/ +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.696 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.696 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.697 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.697 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.697 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.699 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.699 | 57061 | Added a new run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.700 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.700 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.702 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.702 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.702 | 57065 | Added a new worker 12 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.702 | 56097 | Removed run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.702 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.702 | 56097 | Assigned run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.702 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.702 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jbwV5k +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.703 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.703 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.704 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.704 | 57067 | Added a new worker 15 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.704 | 56097 | Removed run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.704 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.704 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.704 | 56097 | Assigned run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.704 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t39uUD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.708 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.709 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.710 | 57066 | Added a new run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.710 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.710 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.711 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.713 | 57064 | Marked run 70 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.714 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.714 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.717 | 57062 | Marked run 69 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.717 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.718 | 57072 | Added a new run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.718 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.720 | 56101 | Recursively removing directory: /tmp/git.jbwV5k/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.721 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.722 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.722 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.722 | 56098 | Recursively removing directory: /tmp/git.t39uUD/ +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.724 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.724 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.725 | 57085 | Added a new run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.725 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.725 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.727 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.728 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.729 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.729 | 57089 | Added a new run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.729 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.729 | 57090 | Added a new worker 14 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.729 | 56097 | Removed run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.729 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.729 | 56097 | Assigned run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.729 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FC9swT +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.730 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.733 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.733 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.733 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.733 | 57092 | Added a new worker 14 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.733 | 56097 | Removed run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.733 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.733 | 56097 | Assigned run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.733 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sJqS7W +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.734 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.734 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.736 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.736 | 57093 | Added a new run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.738 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.740 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.741 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.741 | 57086 | Marked run 71 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.741 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.741 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.744 | 57088 | Marked run 72 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.745 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.746 | 56101 | Recursively removing directory: /tmp/git.FC9swT/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.746 | 57098 | Added a new run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.746 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.748 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.748 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.749 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.751 | 57111 | Added a new run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.751 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.751 | 56098 | Recursively removing directory: /tmp/git.sJqS7W/ +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.753 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.753 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.753 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.754 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.755 | 57114 | Added a new run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.755 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.755 | 57115 | Added a new worker 12 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.755 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.755 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.755 | 56097 | Removed run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.755 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.755 | 56097 | Assigned run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.756 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.756 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7Zpfn1 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.757 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.758 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.760 | 57118 | Added a new run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.761 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.761 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.761 | 57120 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.761 | 56097 | Removed run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.761 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.761 | 56097 | Assigned run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.761 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.761 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.761 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6ShU1z +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.762 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.763 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.764 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.766 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.767 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.768 | 57113 | Marked run 73 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.768 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.771 | 57117 | Marked run 74 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.771 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.772 | 56101 | Recursively removing directory: /tmp/git.7Zpfn1/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.773 | 57122 | Added a new run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.773 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.774 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.774 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.776 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.777 | 56098 | Recursively removing directory: /tmp/git.6ShU1z/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.778 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.778 | 57137 | Added a new run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.778 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.779 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.779 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.781 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.781 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.781 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.781 | 57141 | Added a new worker 12 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.781 | 56097 | Removed run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.781 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.781 | 56097 | Assigned run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.782 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ulf2Og +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.782 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.783 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.783 | 57140 | Added a new run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.784 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.786 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.787 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.787 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.787 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.787 | 57145 | Added a new worker 15 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.787 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.787 | 56097 | Removed run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.787 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.787 | 56097 | Assigned run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.787 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.koTePm +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.788 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.789 | 57144 | Added a new run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.790 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.793 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.793 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.794 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.796 | 57138 | Marked run 75 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.797 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.798 | 56101 | Recursively removing directory: /tmp/git.ulf2Og/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.798 | 57151 | Added a new run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.798 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.800 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.800 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.801 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.802 | 57142 | Marked run 76 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.802 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.803 | 57161 | Added a new run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.804 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.805 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.806 | 56098 | Recursively removing directory: /tmp/git.koTePm/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.807 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.807 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.807 | 57167 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.807 | 56097 | Removed run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.807 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.807 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.807 | 56097 | Assigned run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.807 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.808 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Z5E6zS +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.808 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.808 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.809 | 57166 | Added a new run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.810 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.812 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.812 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.813 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.814 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.814 | 57170 | Added a new run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.815 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.816 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.816 | 57173 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.816 | 56097 | Removed run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.816 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.816 | 56097 | Assigned run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.816 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.816 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YhzSD7 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.816 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.817 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.819 | 57164 | Marked run 77 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.819 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.821 | 57175 | Added a new run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.822 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.822 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.822 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.824 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.825 | 56101 | Recursively removing directory: /tmp/git.Z5E6zS/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.826 | 57183 | Added a new run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.827 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.828 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.828 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.830 | 57169 | Marked run 78 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.830 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.830 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.832 | 57191 | Added a new run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.832 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.832 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.833 | 56098 | Recursively removing directory: /tmp/git.YhzSD7/ +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.834 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.834 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.834 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.836 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.836 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.836 | 57195 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.836 | 56097 | Removed run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.836 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.836 | 56097 | Assigned run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.837 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.837 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.l0aBM1 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.838 | 57194 | Added a new run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.838 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.838 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.841 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.842 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.842 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.843 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.844 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.844 | 57198 | Added a new run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.844 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.845 | 57200 | Added a new worker 8 to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.845 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zuTG4U +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.845 | 56097 | Removed run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.845 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.845 | 56097 | Assigned run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.846 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.847 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.849 | 57193 | Marked run 79 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.849 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.850 | 57203 | Added a new run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.851 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.851 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.852 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.854 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.854 | 57196 | Marked run 80 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.854 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.855 | 56101 | Recursively removing directory: /tmp/git.l0aBM1/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.856 | 57211 | Added a new run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.856 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.856 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.856 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.859 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.860 | 57219 | Added a new run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.860 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.861 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.863 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.862 | 56098 | Recursively removing directory: /tmp/git.zuTG4U/ +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.863 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.863 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.864 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.864 | 57222 | Added a new run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.864 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.865 | 57223 | Added a new worker 12 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.865 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.865 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rBjn52 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.865 | 56097 | Removed run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.865 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.865 | 56097 | Assigned run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.868 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.868 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.868 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.870 | 57226 | Added a new run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.870 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.871 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.871 | 57228 | Added a new worker 15 to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.871 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.871 | 56097 | Removed run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.871 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.871 | 56097 | Assigned run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.871 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.871 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.872 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hyZ4ZD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.873 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.873 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.876 | 57220 | Marked run 81 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.877 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.877 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.878 | 57230 | Added a new run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.878 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.878 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.881 | 57225 | Marked run 82 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.881 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.883 | 57240 | Added a new run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.883 | 56101 | Recursively removing directory: /tmp/git.rBjn52/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.883 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.885 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.885 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.886 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.888 | 57247 | Added a new run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.888 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.888 | 56098 | Recursively removing directory: /tmp/git.hyZ4ZD/ +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.889 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.890 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.890 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.890 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.892 | 57250 | Added a new run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.892 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.893 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.893 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.893 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.893 | 57252 | Added a new worker 12 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.893 | 56097 | Removed run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.893 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.893 | 56097 | Assigned run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.894 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.894 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5oDr5r +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.895 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.896 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.897 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.898 | 57254 | Added a new run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.899 | 57255 | Added a new worker 8 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.899 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.899 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.899 | 56097 | Removed run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.899 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.899 | 56097 | Assigned run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.899 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.o05SAD +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.901 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.902 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.902 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.904 | 57249 | Marked run 83 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.904 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.905 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.906 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.907 | 57253 | Marked run 84 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.908 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.909 | 57257 | Added a new run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.909 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.912 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.913 | 56101 | Recursively removing directory: /tmp/git.5oDr5r/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.914 | 57271 | Added a new run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.914 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.916 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.915 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.915 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.917 | 56098 | Recursively removing directory: /tmp/git.o05SAD/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.918 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.919 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.919 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.920 | 57275 | Added a new run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.920 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.921 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.921 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.922 | 57278 | Added a new worker 8 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.922 | 56097 | Removed run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.922 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.922 | 56097 | Assigned run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.922 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.922 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y9k12H +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.923 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.924 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.925 | 57280 | Added a new run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.926 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.926 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.926 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.928 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.928 | 57282 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.928 | 56097 | Removed run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.928 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.928 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.928 | 56097 | Assigned run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.929 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gH4DOe +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.929 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.930 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.932 | 57276 | Marked run 85 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.932 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.934 | 57283 | Added a new run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.934 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.935 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.936 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.937 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.937 | 57279 | Marked run 86 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.937 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.939 | 57292 | Added a new run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.939 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.939 | 56101 | Recursively removing directory: /tmp/git.Y9k12H/ +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.941 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.941 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.941 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.942 | 57297 | Added a new run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.943 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.945 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.946 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.947 | 56098 | Recursively removing directory: /tmp/git.gH4DOe/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.947 | 57304 | Added a new run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.947 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.948 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.949 | 57306 | Added a new worker 10 to the queue +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.949 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.949 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.949 | 56097 | Removed run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.949 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.949 | 56097 | Assigned run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.948 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.949 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dydTrK +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.950 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.951 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.952 | 57307 | Added a new run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.953 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.954 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.954 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.955 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.955 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.957 | 57310 | Added a new run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.957 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.957 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.957 | 57313 | Added a new worker 10 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.958 | 56097 | Removed run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.958 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.958 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.958 | 56097 | Assigned run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.958 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2X8YOg +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.961 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.961 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.962 | 57303 | Marked run 87 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.962 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.964 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.964 | 57318 | Added a new run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.964 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.965 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.967 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.968 | 56101 | Recursively removing directory: /tmp/git.dydTrK/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.968 | 57309 | Marked run 88 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.968 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.969 | 57323 | Added a new run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.970 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.970 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.970 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.972 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.974 | 57331 | Added a new run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.974 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.974 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.976 | 56098 | Recursively removing directory: /tmp/git.2X8YOg/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.977 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.977 | 56098 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.977 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.978 | 56101 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.978 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.978 | 57335 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.978 | 56097 | Removed run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.978 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.978 | 56097 | Assigned run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.978 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.978 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.seJ6ib +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.978 | 57334 | Added a new run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.979 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.982 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.982 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.983 | 57337 | Added a new run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.984 | 56101 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.984 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.985 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.986 | 56101 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.986 | 57340 | Added a new worker 13 to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.986 | 56097 | Removed run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.986 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.986 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.986 | 56097 | Assigned run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.985 | 56098 | Waiting for a new command +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.986 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GOFtXE +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.988 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.988 | 57332 | Marked run 89 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.988 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.991 | 57342 | Added a new run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.991 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.991 | 56098 | Checking out revision HEAD +2024-01-28 10:55:50 | INFO | 56098/cimple-worker: 2024-01-28 10:55:50.992 | 56098 | Going to run: ./ci +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.995 | 57338 | Marked run 90 as finished +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.995 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.996 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.997 | 56101 | Recursively removing directory: /tmp/git.seJ6ib/ +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.997 | 57352 | Added a new run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:50 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:50 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:50 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:50 | INFO | 56095/cimple-server: 2024-01-28 10:55:50.998 | 56095 | Waiting for new connections +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.999 | 56101 | Process exit code: 0 +2024-01-28 10:55:50 | INFO | 56101/cimple-worker: 2024-01-28 10:55:50.999 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.000 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.002 | 57359 | Added a new run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.002 | 56098 | Recursively removing directory: /tmp/git.GOFtXE/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.002 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.003 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.004 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.004 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.005 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.006 | 57362 | Added a new run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.006 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.007 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.007 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ICIO4X +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.007 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.007 | 57363 | Added a new worker 10 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.007 | 56097 | Removed run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.007 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.007 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.007 | 56097 | Assigned run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.007 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.010 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.010 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.011 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.011 | 57367 | Added a new worker 15 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.011 | 56097 | Removed run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.011 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.011 | 56097 | Assigned run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.012 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.012 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.82v9fP +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.012 | 57366 | Added a new run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.012 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.013 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.013 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.017 | 57361 | Marked run 91 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.017 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.018 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.019 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.020 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.021 | 57365 | Marked run 92 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.021 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.022 | 57372 | Added a new run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.022 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.023 | 56101 | Recursively removing directory: /tmp/git.ICIO4X/ +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.025 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.025 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.025 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.026 | 57381 | Added a new run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.027 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.029 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.029 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.030 | 56098 | Recursively removing directory: /tmp/git.82v9fP/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.032 | 57388 | Added a new run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.032 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.032 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.032 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.033 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.033 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.033 | 57390 | Added a new worker 10 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.033 | 56097 | Removed run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.033 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.033 | 56097 | Assigned run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.033 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qRp7eV +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.033 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.036 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.036 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.038 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.039 | 57391 | Added a new run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.039 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.039 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.040 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.040 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.040 | 57395 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.040 | 56097 | Removed run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.040 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.040 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.040 | 56097 | Assigned run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.040 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Aj4kuO +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.043 | 57387 | Marked run 93 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.043 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.044 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.046 | 57398 | Added a new run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.046 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.046 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.048 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.049 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.050 | 57392 | Marked run 94 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.050 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.051 | 56101 | Recursively removing directory: /tmp/git.qRp7eV/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.051 | 57405 | Added a new run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.051 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.052 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.052 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.053 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.055 | 57411 | Added a new run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.055 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.056 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.058 | 56098 | Recursively removing directory: /tmp/git.Aj4kuO/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.058 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.060 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.060 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.060 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.060 | 57416 | Added a new run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.060 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.060 | 57417 | Added a new worker 8 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.060 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.060 | 56097 | Removed run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.060 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.060 | 56097 | Assigned run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.060 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.f3dSaf +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.061 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.063 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.064 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.065 | 57419 | Added a new run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.066 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.066 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.067 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.067 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.067 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.068 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.068 | 57423 | Added a new worker 14 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.069 | 56097 | Removed run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.069 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.069 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.069 | 56097 | Assigned run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.069 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MjxwLW +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.070 | 57424 | Added a new run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.071 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.074 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.074 | 57415 | Marked run 95 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.074 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.076 | 57428 | Added a new run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.076 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.076 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.078 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.078 | 56101 | Recursively removing directory: /tmp/git.f3dSaf/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.079 | 57420 | Marked run 96 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.080 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.080 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.081 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.081 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.082 | 57436 | Added a new run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.082 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.084 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.085 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.086 | 57444 | Added a new run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.087 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.087 | 56098 | Recursively removing directory: /tmp/git.MjxwLW/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.088 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.088 | 57445 | Added a new worker 10 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.088 | 56097 | Removed run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.088 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.088 | 56097 | Assigned run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.088 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.088 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.088 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.X6t9s3 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.089 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.089 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.090 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.092 | 57447 | Added a new run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.093 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.094 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.094 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.095 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.095 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.097 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.097 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.098 | 57453 | Added a new worker 15 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.098 | 56097 | Removed run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.098 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.098 | 57443 | Marked run 97 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.098 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.098 | 56097 | Assigned run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.098 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.098 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gIq3kZ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.099 | 57450 | Added a new run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.099 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.102 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.104 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.105 | 57460 | Added a new run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.105 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.106 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.106 | 56101 | Recursively removing directory: /tmp/git.X6t9s3/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.108 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.108 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.108 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.109 | 57449 | Marked run 98 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.109 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.110 | 57464 | Added a new run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.111 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.112 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.113 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.114 | 57472 | Added a new run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.115 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.115 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.115 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.115 | 57473 | Added a new worker 10 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.115 | 56097 | Removed run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.115 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.115 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.115 | 56097 | Assigned run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.116 | 56098 | Recursively removing directory: /tmp/git.gIq3kZ/ +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.116 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NiPQqF +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.117 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.117 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.118 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.120 | 57475 | Added a new run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.120 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.121 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.122 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.122 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.123 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.124 | 57478 | Added a new run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.125 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.126 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.126 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.126 | 57482 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.126 | 56097 | Removed run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.126 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.126 | 56097 | Assigned run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.127 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.127 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0DENUr +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.127 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.128 | 57471 | Marked run 99 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.128 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.130 | 57483 | Added a new run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.130 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.133 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.134 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.135 | 56101 | Recursively removing directory: /tmp/git.NiPQqF/ +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.135 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.135 | 57477 | Marked run 100 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.135 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.137 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.137 | 57490 | Added a new run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.137 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.137 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.140 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.141 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.144 | 56098 | Recursively removing directory: /tmp/git.0DENUr/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.144 | 57497 | Added a new run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.145 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.145 | 57501 | Added a new worker 6 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.145 | 56097 | Removed run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.145 | 56097 | Removed worker 6 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.145 | 56097 | Assigned run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.146 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.145 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.145 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.148 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.144 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.145 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ANvYZv +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.150 | 57503 | Added a new run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.150 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.150 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.151 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.152 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.153 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.154 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.154 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.154 | 57508 | Added a new worker 15 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.154 | 56097 | Removed run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.154 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.154 | 56097 | Assigned run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.154 | 57500 | Marked run 101 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.154 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.154 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.154 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XbfeSc +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.156 | 57507 | Added a new run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.156 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.159 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.160 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.161 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.164 | 56101 | Recursively removing directory: /tmp/git.ANvYZv/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.164 | 57504 | Marked run 102 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.165 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.166 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.166 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.166 | 57516 | Added a new run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.166 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.169 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.170 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.171 | 56098 | Recursively removing directory: /tmp/git.XbfeSc/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.171 | 57525 | Added a new run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.172 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.172 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.172 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.173 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.173 | 57528 | Added a new worker 8 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.173 | 56097 | Removed run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.173 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.173 | 56097 | Assigned run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.173 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.173 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.174 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bXsRKc +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.175 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.176 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.177 | 57529 | Added a new run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.178 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.180 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.180 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.180 | 57532 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.180 | 56097 | Removed run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.180 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.180 | 56097 | Assigned run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.180 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.181 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.180 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.181 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vsptuH +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.182 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.186 | 57533 | Added a new run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.186 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.186 | 57526 | Marked run 103 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.186 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.188 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.188 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.190 | 57530 | Marked run 104 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.190 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.190 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.192 | 56101 | Recursively removing directory: /tmp/git.bXsRKc/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.193 | 57543 | Added a new run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.193 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.194 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.194 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.195 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.197 | 57551 | Added a new run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.197 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.198 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.198 | 56098 | Recursively removing directory: /tmp/git.vsptuH/ +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.200 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.200 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.200 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.201 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.201 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.201 | 57555 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.201 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.201 | 56097 | Removed run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.201 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.201 | 56097 | Assigned run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.201 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2PlaP2 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.202 | 57554 | Added a new run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.202 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.203 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.205 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.207 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.207 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.207 | 57558 | Added a new run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.207 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.207 | 57559 | Added a new worker 10 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.207 | 56097 | Removed run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.207 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.207 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.207 | 56097 | Assigned run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.207 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.208 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9VEt0Z +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.209 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.210 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.213 | 57553 | Marked run 105 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.213 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.214 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.215 | 57562 | Added a new run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.215 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.215 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.218 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.218 | 57557 | Marked run 106 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.219 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.220 | 56101 | Recursively removing directory: /tmp/git.2PlaP2/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.220 | 57571 | Added a new run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.221 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.222 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.222 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.223 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.225 | 57579 | Added a new run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.225 | 56098 | Recursively removing directory: /tmp/git.9VEt0Z/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.225 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.225 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.227 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.227 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.228 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.229 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.229 | 57583 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.229 | 56097 | Removed run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.229 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.229 | 56097 | Assigned run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.229 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.229 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.32Yu7h +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.230 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.231 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.231 | 57582 | Added a new run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.232 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.234 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.234 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.234 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.235 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.235 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.235 | 57587 | Added a new worker 15 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.235 | 56097 | Removed run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.235 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.235 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.235 | 56097 | Assigned run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.236 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QqtEVl +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.237 | 57586 | Added a new run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.237 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.241 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.241 | 57580 | Marked run 107 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.241 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.242 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.243 | 57592 | Added a new run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.244 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.243 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.246 | 56101 | Recursively removing directory: /tmp/git.32Yu7h/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.246 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.247 | 57584 | Marked run 108 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.247 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.248 | 57599 | Added a new run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.248 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.248 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.249 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.251 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.253 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.253 | 57607 | Added a new run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.253 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.254 | 56098 | Recursively removing directory: /tmp/git.QqtEVl/ +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.255 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.255 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.255 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.256 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.257 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.257 | 57611 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.257 | 56097 | Removed run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.257 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.257 | 56097 | Assigned run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.257 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.257 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UInPNc +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.259 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.261 | 57610 | Added a new run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.261 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.262 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.262 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.262 | 57614 | Added a new worker 14 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.262 | 56097 | Removed run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.262 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.262 | 56097 | Assigned run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.262 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.263 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SIytXb +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.264 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.265 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.265 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.266 | 57608 | Marked run 109 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.267 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.268 | 57615 | Added a new run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.268 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.269 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.270 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.271 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.273 | 57612 | Marked run 110 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.273 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.275 | 57620 | Added a new run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.275 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.276 | 56101 | Recursively removing directory: /tmp/git.UInPNc/ +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.277 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.277 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.277 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.279 | 57633 | Added a new run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.280 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.281 | 56098 | Recursively removing directory: /tmp/git.SIytXb/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.282 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.282 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.283 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.283 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.284 | 57636 | Added a new run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.284 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.285 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.285 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.285 | 57638 | Added a new worker 10 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.286 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.286 | 56097 | Removed run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.286 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.286 | 56097 | Assigned run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.286 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wMUXHX +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.287 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.287 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.289 | 57639 | Added a new run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.289 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.291 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.291 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.291 | 57642 | Added a new worker 10 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.291 | 56097 | Removed run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.291 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.291 | 56097 | Assigned run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.291 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kFBHHN +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.292 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.292 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.292 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.293 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.295 | 57635 | Marked run 111 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.295 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.297 | 57643 | Added a new run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.298 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.298 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.299 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.301 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.301 | 57640 | Marked run 112 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.302 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.303 | 57653 | Added a new run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.303 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.304 | 56101 | Recursively removing directory: /tmp/git.wMUXHX/ +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.306 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.306 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.306 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.308 | 57661 | Added a new run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.309 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.309 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.309 | 56098 | Recursively removing directory: /tmp/git.kFBHHN/ +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.311 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.311 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.311 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.313 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.313 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.313 | 57665 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.313 | 56097 | Removed run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.313 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.313 | 56097 | Assigned run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.313 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KVQKlL +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.313 | 57664 | Added a new run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.314 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.314 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.315 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.316 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.318 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.318 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.318 | 57669 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.318 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.318 | 56097 | Removed run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.318 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.319 | 56097 | Assigned run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.319 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.319 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dGDJKu +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.319 | 57668 | Added a new run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.319 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.319 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.323 | 57663 | Marked run 113 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.323 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.325 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.324 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.326 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.326 | 57676 | Added a new run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.327 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.329 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.330 | 56101 | Recursively removing directory: /tmp/git.KVQKlL/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.330 | 57667 | Marked run 114 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.330 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.332 | 57681 | Added a new run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.332 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.332 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.332 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.336 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.336 | 56098 | Recursively removing directory: /tmp/git.dGDJKu/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.336 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.338 | 57689 | Added a new run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.338 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.338 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.338 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.340 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.340 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.340 | 57692 | Added a new worker 8 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.340 | 56097 | Removed run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.340 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.340 | 56097 | Assigned run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.340 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.340 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A5gphK +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.341 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.342 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.343 | 57693 | Added a new run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.344 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.346 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.346 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.346 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.346 | 57696 | Added a new worker 8 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.346 | 56097 | Removed run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.346 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.346 | 56097 | Assigned run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.347 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.347 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.347 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.347 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RKBXuQ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.351 | 57690 | Marked run 115 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.351 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.353 | 57697 | Added a new run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.353 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.355 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.356 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.356 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.357 | 56101 | Recursively removing directory: /tmp/git.A5gphK/ +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.359 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.359 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.360 | 57694 | Marked run 116 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.360 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.361 | 57706 | Added a new run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.362 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.363 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.365 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.365 | 56098 | Recursively removing directory: /tmp/git.RKBXuQ/ +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.366 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.366 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.366 | 57717 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.366 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.367 | 57716 | Added a new run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.367 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.367 | 56098 | Process output: 415085 bytes +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.367 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rLajeB +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.367 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.367 | 56097 | Removed run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.367 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.367 | 56097 | Assigned run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.370 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.371 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.372 | 57719 | Added a new run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.372 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.373 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.374 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.375 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.375 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.375 | 57723 | Added a new worker 15 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.375 | 56097 | Removed run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.375 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.375 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.375 | 56097 | Assigned run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.375 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.376 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aB6ICj +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.377 | 57715 | Marked run 117 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.377 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.379 | 57724 | Added a new run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.380 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.383 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.383 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.383 | 57720 | Marked run 118 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.383 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.384 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.385 | 57732 | Added a new run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.385 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.385 | 56101 | Recursively removing directory: /tmp/git.rLajeB/ +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.387 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.387 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.388 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.389 | 57737 | Added a new run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.390 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.391 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.392 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.394 | 56098 | Recursively removing directory: /tmp/git.aB6ICj/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.394 | 57744 | Added a new run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.394 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.395 | 57746 | Added a new worker 8 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.395 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.395 | 56097 | Removed run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.395 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.395 | 56097 | Assigned run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.395 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.395 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.396 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.394 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.395 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7hkQ2t +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.397 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.399 | 57747 | Added a new run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.400 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.401 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.401 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.403 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.403 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.403 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.403 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.403 | 57751 | Added a new worker 15 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.404 | 56097 | Removed run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.404 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.404 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.404 | 56097 | Assigned run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.404 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lhRi96 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.405 | 57743 | Marked run 119 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.405 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.407 | 57750 | Added a new run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.407 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.409 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.410 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.411 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.412 | 57748 | Marked run 120 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.412 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.413 | 56101 | Recursively removing directory: /tmp/git.7hkQ2t/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.414 | 57760 | Added a new run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.414 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.415 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.415 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.417 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.419 | 57769 | Added a new run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.419 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.419 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.420 | 56098 | Recursively removing directory: /tmp/git.lhRi96/ +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.421 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.421 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.421 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.423 | 57772 | Added a new run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.423 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.423 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.423 | 57773 | Added a new worker 12 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.423 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.423 | 56097 | Removed run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.423 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.423 | 56097 | Assigned run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.423 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.423 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i0xjAY +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.425 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.426 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.427 | 57776 | Added a new run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.428 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.428 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.429 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.429 | 57778 | Added a new worker 12 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.429 | 56097 | Removed run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.429 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.429 | 56097 | Assigned run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.429 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.429 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RM9GCY +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.430 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.430 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.433 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.435 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.436 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.436 | 57770 | Marked run 121 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.436 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.438 | 57780 | Added a new run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.438 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.440 | 56101 | Recursively removing directory: /tmp/git.i0xjAY/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.441 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.442 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.442 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.442 | 57775 | Marked run 122 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.442 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.443 | 57791 | Added a new run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.444 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.446 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.446 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.446 | 56098 | Recursively removing directory: /tmp/git.RM9GCY/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.448 | 57798 | Added a new run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.448 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.448 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.448 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.449 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.450 | 57800 | Added a new worker 10 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.450 | 56097 | Removed run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.450 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.450 | 56097 | Assigned run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.450 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.451 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.449 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.450 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hVU1rM +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.452 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.453 | 57801 | Added a new run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.454 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.455 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.456 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.456 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.456 | 57804 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.456 | 56097 | Removed run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.456 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.456 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.456 | 56097 | Assigned run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.456 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.je3vHx +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.457 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.457 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.459 | 57797 | Marked run 123 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.460 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.461 | 57805 | Added a new run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.462 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.462 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.464 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.464 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.467 | 56101 | Recursively removing directory: /tmp/git.hVU1rM/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.467 | 57802 | Marked run 124 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.468 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.469 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.469 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.470 | 57814 | Added a new run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.470 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.473 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.473 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.475 | 57823 | Added a new run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.475 | 56098 | Recursively removing directory: /tmp/git.je3vHx/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.475 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.476 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.476 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.477 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.477 | 57826 | Added a new worker 8 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.477 | 56097 | Removed run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.477 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.477 | 56097 | Assigned run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.477 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.478 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.477 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.478 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AbMBS0 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.479 | 57827 | Added a new run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.480 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.480 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.483 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.483 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.484 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.484 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.484 | 57831 | Added a new worker 16 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.484 | 56097 | Removed run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.484 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.484 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.484 | 56097 | Assigned run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.484 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.484 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DLnciM +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.485 | 57830 | Added a new run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.486 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.489 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.490 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.491 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.492 | 57824 | Marked run 125 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.492 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.493 | 57836 | Added a new run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.494 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.494 | 56101 | Recursively removing directory: /tmp/git.AbMBS0/ +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.496 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.496 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.496 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.498 | 57829 | Marked run 126 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.498 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.499 | 57845 | Added a new run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.499 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.500 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.501 | 56098 | Recursively removing directory: /tmp/git.DLnciM/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.502 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.503 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.503 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.504 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.504 | 57853 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.504 | 56097 | Removed run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.504 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.504 | 56097 | Assigned run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.503 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.504 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lLwqPu +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.504 | 57852 | Added a new run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.505 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.506 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.507 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.507 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.509 | 57855 | Added a new run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.510 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.510 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.511 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.511 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.511 | 57858 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.511 | 56097 | Removed run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.511 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.511 | 56097 | Assigned run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.511 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gyu5WE +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.512 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.512 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.513 | 57851 | Marked run 127 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.513 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.513 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.515 | 57860 | Added a new run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.515 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.517 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.518 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.518 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.521 | 57856 | Marked run 128 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.521 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.522 | 56101 | Recursively removing directory: /tmp/git.lLwqPu/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.523 | 57867 | Added a new run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.523 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.524 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.524 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.526 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.527 | 57877 | Added a new run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.528 | 56098 | Recursively removing directory: /tmp/git.gyu5WE/ +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.528 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.528 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.529 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.529 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.530 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.532 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.532 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.532 | 57881 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.532 | 56097 | Removed run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.532 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.532 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.532 | 56097 | Assigned run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.533 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BiaqNC +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.533 | 57880 | Added a new run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.533 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.533 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.536 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.536 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.536 | 57884 | Added a new worker 11 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.536 | 56097 | Removed run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.536 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.536 | 56097 | Assigned run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.537 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.537 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HNttRt +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.537 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.539 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.539 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.541 | 57878 | Marked run 129 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.541 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.543 | 57885 | Added a new run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.543 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.543 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.545 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.546 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.547 | 57882 | Marked run 130 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.547 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.549 | 57895 | Added a new run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.549 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.550 | 56101 | Recursively removing directory: /tmp/git.BiaqNC/ +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.551 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.551 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.552 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.554 | 57903 | Added a new run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.554 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.555 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.558 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.558 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.558 | 57907 | Added a new worker 12 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.558 | 56097 | Removed run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.558 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.558 | 56097 | Assigned run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.558 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.558 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QxJ1OC +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.556 | 56098 | Recursively removing directory: /tmp/git.HNttRt/ +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.557 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.557 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.559 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.561 | 57906 | Added a new run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.561 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.562 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.564 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.564 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.565 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.565 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.566 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.566 | 57912 | Added a new worker 15 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.566 | 56097 | Removed run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.566 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.566 | 56097 | Assigned run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.566 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.566 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qM6zC5 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.567 | 57910 | Added a new run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.567 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.571 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.573 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.574 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.577 | 57905 | Marked run 131 as finished +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.578 | 56101 | Recursively removing directory: /tmp/git.QxJ1OC/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.578 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.579 | 57919 | Added a new run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.580 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.580 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.580 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.583 | 57908 | Marked run 132 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.583 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.583 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.584 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.584 | 56098 | Recursively removing directory: /tmp/git.qM6zC5/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.585 | 57930 | Added a new run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.585 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.586 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.586 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.587 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.588 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.588 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.588 | 57934 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.588 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.588 | 56097 | Removed run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.588 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.588 | 56097 | Assigned run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.588 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.O9R0pQ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.589 | 57933 | Added a new run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.590 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.590 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.592 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.593 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.594 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.595 | 57937 | Added a new run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.595 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.596 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.596 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.598 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.598 | 57940 | Added a new worker 15 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.599 | 56097 | Removed run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.599 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.599 | 56097 | Assigned run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.599 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.599 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lAZr2j +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.599 | 57931 | Marked run 133 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.599 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.601 | 57942 | Added a new run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.602 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.604 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.605 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.605 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.608 | 56101 | Recursively removing directory: /tmp/git.O9R0pQ/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.608 | 57936 | Marked run 134 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.609 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.610 | 57949 | Added a new run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.611 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.611 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.611 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.613 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.615 | 57958 | Added a new run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.615 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.615 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.616 | 56098 | Recursively removing directory: /tmp/git.lAZr2j/ +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.617 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.617 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.618 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.619 | 57961 | Added a new run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.619 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.619 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.619 | 57962 | Added a new worker 12 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.619 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.619 | 56097 | Removed run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.619 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.619 | 56097 | Assigned run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.620 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.620 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5YUi6H +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.621 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.622 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.624 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.624 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.625 | 57965 | Added a new run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.625 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.626 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.626 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.626 | 57966 | Added a new worker 11 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.626 | 56097 | Removed run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.626 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.626 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.626 | 56097 | Assigned run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.627 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.phDlRC +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.628 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.630 | 57959 | Marked run 135 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.631 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.633 | 57969 | Added a new run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.633 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.634 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.635 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.637 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.637 | 56101 | Recursively removing directory: /tmp/git.5YUi6H/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.638 | 57964 | Marked run 136 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.638 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.639 | 57978 | Added a new run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.640 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.640 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.640 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.642 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.643 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.644 | 56098 | Recursively removing directory: /tmp/git.phDlRC/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.645 | 57986 | Added a new run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.645 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.646 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.646 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.647 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.647 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.647 | 57989 | Added a new worker 8 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.647 | 56097 | Removed run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.647 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.647 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.647 | 56097 | Assigned run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.648 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uRfo0X +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.648 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.650 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.650 | 57990 | Added a new run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.651 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.653 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.653 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.653 | 57993 | Added a new worker 8 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.653 | 56097 | Removed run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.653 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.653 | 56097 | Assigned run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.654 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5CCUbE +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.653 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.654 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.655 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.655 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.659 | 57987 | Marked run 137 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.660 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.660 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.661 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.661 | 57995 | Added a new run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.661 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.664 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.665 | 57991 | Marked run 138 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.665 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.666 | 56101 | Recursively removing directory: /tmp/git.uRfo0X/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.667 | 58005 | Added a new run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.667 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.668 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.668 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.671 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.671 | 56098 | Recursively removing directory: /tmp/git.5CCUbE/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.672 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.673 | 58012 | Added a new run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.673 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.673 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.673 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.675 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.676 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.676 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.676 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.676 | 58017 | Added a new worker 15 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.676 | 56097 | Removed run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.676 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fXVY7k +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.676 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.676 | 56097 | Assigned run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.677 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.677 | 58015 | Added a new run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.678 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.679 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.679 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.680 | 58019 | Added a new worker 8 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.680 | 56097 | Removed run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.680 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.680 | 56097 | Assigned run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.680 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.680 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ovLSOS +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.681 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.683 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.684 | 58020 | Added a new run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.684 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.684 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.687 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.690 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.690 | 58013 | Marked run 139 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.691 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.691 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.693 | 56101 | Recursively removing directory: /tmp/git.fXVY7k/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.694 | 58016 | Marked run 140 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.694 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.696 | 58024 | Added a new run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.696 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.696 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.696 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.699 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.700 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.700 | 58038 | Added a new run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.701 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.701 | 56098 | Recursively removing directory: /tmp/git.ovLSOS/ +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.702 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.702 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.703 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.703 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.703 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.703 | 58042 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.704 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.704 | 56097 | Removed run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.704 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.704 | 56097 | Assigned run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.704 | 58041 | Added a new run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.704 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.emjQxN +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.706 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.708 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.708 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.709 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.710 | 58045 | Added a new run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.710 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.711 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.711 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.711 | 58047 | Added a new worker 8 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.711 | 56097 | Removed run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.711 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.711 | 56097 | Assigned run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.711 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.711 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.711 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Uv3SRO +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.714 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.715 | 58039 | Marked run 141 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.715 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.717 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.717 | 58049 | Added a new run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.717 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.717 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.720 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.721 | 58044 | Marked run 142 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.721 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.723 | 58058 | Added a new run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.723 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.723 | 56101 | Recursively removing directory: /tmp/git.emjQxN/ +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.725 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.725 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.726 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.727 | 58066 | Added a new run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.727 | 56098 | Recursively removing directory: /tmp/git.Uv3SRO/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.728 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.729 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.729 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.729 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.730 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.731 | 58069 | Added a new run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.731 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.732 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.732 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.732 | 58071 | Added a new worker 10 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.732 | 56097 | Removed run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.732 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.732 | 56097 | Assigned run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.732 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.r0V3bG +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.733 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.734 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.735 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.737 | 58073 | Added a new run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.737 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.738 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.738 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.738 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.738 | 58075 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.738 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.738 | 56097 | Removed run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.738 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.738 | 56097 | Assigned run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.739 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lQMbkx +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.739 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.740 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.743 | 58068 | Marked run 143 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.743 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.744 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.745 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.745 | 58077 | Added a new run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.746 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.748 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.749 | 58072 | Marked run 144 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.749 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.750 | 56101 | Recursively removing directory: /tmp/git.r0V3bG/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.752 | 58087 | Added a new run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.752 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.752 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.752 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.755 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.755 | 56098 | Recursively removing directory: /tmp/git.lQMbkx/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.756 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.757 | 58094 | Added a new run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.757 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.757 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.757 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.759 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.759 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.759 | 58097 | Added a new worker 8 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.759 | 56097 | Removed run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.759 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.759 | 56097 | Assigned run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.759 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.760 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.760 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vzgx4p +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.761 | 58098 | Added a new run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.761 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.762 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.764 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.765 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.765 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.765 | 58102 | Added a new worker 15 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.765 | 56097 | Removed run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.765 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.765 | 56097 | Assigned run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.765 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1o7xWV +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.766 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.767 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.767 | 58101 | Added a new run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.768 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.768 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.771 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.772 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.772 | 58095 | Marked run 145 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.772 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.772 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.775 | 58099 | Marked run 146 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.776 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.777 | 58106 | Added a new run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.777 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.777 | 56101 | Recursively removing directory: /tmp/git.vzgx4p/ +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.779 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.779 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.780 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.782 | 58120 | Added a new run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.782 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.782 | 56098 | Recursively removing directory: /tmp/git.1o7xWV/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.783 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.784 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.784 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.784 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.786 | 58123 | Added a new run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.786 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.787 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.787 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vfgOfl +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.787 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.787 | 58125 | Added a new worker 10 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.787 | 56097 | Removed run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.787 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.787 | 56097 | Assigned run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.788 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.789 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.789 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.791 | 58127 | Added a new run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.791 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.792 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.792 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.793 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.792 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.794 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.794 | 58129 | Added a new worker 14 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.794 | 56097 | Removed run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.794 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.794 | 56097 | Assigned run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.794 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.794 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6OEota +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.796 | 58131 | Added a new run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.796 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.799 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.802 | 58122 | Marked run 147 as finished +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.802 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.802 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.803 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.804 | 58135 | Added a new run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.804 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.804 | 56101 | Recursively removing directory: /tmp/git.vfgOfl/ +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.806 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.806 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.807 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.809 | 58142 | Added a new run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.809 | 58126 | Marked run 148 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.810 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.810 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.812 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.813 | 56098 | Recursively removing directory: /tmp/git.6OEota/ +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.814 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.814 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.814 | 58152 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.814 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.814 | 56097 | Removed run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.814 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.814 | 56097 | Assigned run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.814 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.naaKnA +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.815 | 58151 | Added a new run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.815 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.815 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.815 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.818 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.820 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.820 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.820 | 58154 | Added a new run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.821 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.821 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.823 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.823 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.824 | 58158 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.824 | 56097 | Removed run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.824 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.824 | 56097 | Assigned run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.824 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.824 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.824 | 58148 | Marked run 149 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.824 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.824 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gA9Ajw +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.826 | 58159 | Added a new run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.829 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.830 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.830 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.831 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.833 | 56101 | Recursively removing directory: /tmp/git.naaKnA/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.834 | 58155 | Marked run 150 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.834 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.835 | 58167 | Added a new run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.835 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.835 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.836 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.838 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.839 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.840 | 56098 | Recursively removing directory: /tmp/git.gA9Ajw/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.840 | 58176 | Added a new run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.840 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.841 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.841 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.843 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.843 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.843 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.843 | 58180 | Added a new worker 13 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.843 | 56097 | Removed run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.843 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.843 | 56097 | Assigned run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.844 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.844 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t2kuF3 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.844 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.845 | 58179 | Added a new run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.845 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.848 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.848 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.848 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.849 | 58184 | Added a new worker 15 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.849 | 56097 | Removed run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.849 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.849 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.849 | 56097 | Assigned run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.849 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CIdvEV +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.850 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.850 | 58183 | Added a new run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.851 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.851 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.854 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.855 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.855 | 58177 | Marked run 151 as finished +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.856 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.856 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.859 | 58181 | Marked run 152 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.859 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.860 | 58187 | Added a new run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.860 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.863 | 56101 | Recursively removing directory: /tmp/git.t2kuF3/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.863 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.865 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.865 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.865 | 56098 | Recursively removing directory: /tmp/git.CIdvEV/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.866 | 58202 | Added a new run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.866 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.867 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.867 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.869 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.869 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.870 | 58204 | Added a new run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.870 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.870 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.873 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.873 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.873 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.873 | 58209 | Added a new worker 15 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.873 | 56097 | Removed run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.873 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.873 | 56097 | Assigned run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.873 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.873 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GalOT7 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.874 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.874 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.874 | 58210 | Added a new worker 15 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.874 | 56097 | Removed run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.874 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.874 | 56097 | Assigned run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.874 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.875 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4WlME0 +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.875 | 58208 | Added a new run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.876 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.879 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.879 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.881 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.882 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.882 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.883 | 58205 | Marked run 153 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.883 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.887 | 58206 | Marked run 154 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.887 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.888 | 58214 | Added a new run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.888 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.890 | 56101 | Recursively removing directory: /tmp/git.GalOT7/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.891 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.892 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.892 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.893 | 58228 | Added a new run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.893 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.893 | 56098 | Recursively removing directory: /tmp/git.4WlME0/ +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.895 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.895 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.895 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.896 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.897 | 58231 | Added a new run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.898 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.898 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.898 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.898 | 58232 | Added a new worker 10 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.899 | 56097 | Removed run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.899 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.899 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.899 | 56097 | Assigned run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.899 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.899 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0IDW0s +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.901 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.902 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.903 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.903 | 58236 | Added a new worker 15 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.903 | 56097 | Removed run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.903 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.903 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.903 | 56097 | Assigned run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.903 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WOjJSg +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.904 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.905 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.906 | 58235 | Added a new run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.907 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.908 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.909 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.910 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.915 | 58230 | Marked run 155 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.915 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.917 | 58242 | Added a new run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.917 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.920 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.921 | 58234 | Marked run 156 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.921 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.923 | 56101 | Recursively removing directory: /tmp/git.0IDW0s/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.923 | 58254 | Added a new run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.923 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.923 | 56098 | Recursively removing directory: /tmp/git.WOjJSg/ +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.924 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.924 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.925 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.925 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.926 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.927 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.928 | 58256 | Added a new run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.928 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.929 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.931 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.931 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.931 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.931 | 58261 | Added a new worker 14 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.931 | 56097 | Removed run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.931 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.931 | 56097 | Assigned run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.931 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EKMtPH +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.932 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.932 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.932 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.932 | 58262 | Added a new worker 15 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.932 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.932 | 56097 | Removed run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.932 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.932 | 56097 | Assigned run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.933 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZalArd +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.935 | 58260 | Added a new run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.936 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.937 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.937 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.940 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.940 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.941 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.942 | 58258 | Marked run 158 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.942 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.946 | 58257 | Marked run 157 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.946 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.948 | 56101 | Recursively removing directory: /tmp/git.EKMtPH/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.948 | 58265 | Added a new run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.948 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.949 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.949 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.951 | 56098 | Recursively removing directory: /tmp/git.ZalArd/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.951 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.952 | 58280 | Added a new run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.953 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.953 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.953 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.955 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.956 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.957 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.957 | 58283 | Added a new run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.957 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.957 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.957 | 58285 | Added a new worker 6 to the queue +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.957 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.957 | 56097 | Removed run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.957 | 56097 | Removed worker 6 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.957 | 56097 | Assigned run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.958 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oFdp5m +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.959 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.960 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.960 | 58287 | Added a new worker 10 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.960 | 56097 | Removed run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.960 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.960 | 56097 | Assigned run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.960 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.960 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.960 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.L1GsGZ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.963 | 58288 | Added a new run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.964 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.965 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.966 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.967 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.967 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.967 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.968 | 58281 | Marked run 159 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.969 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.970 | 58290 | Added a new run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.970 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.973 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.973 | 58284 | Marked run 160 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.974 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.976 | 58304 | Added a new run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.976 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.977 | 56098 | Recursively removing directory: /tmp/git.L1GsGZ/ +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.978 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.979 | 56101 | Recursively removing directory: /tmp/git.oFdp5m/ +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.980 | 56098 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.980 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.980 | 58308 | Added a new run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.980 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.981 | 56101 | Process exit code: 0 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.981 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.983 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.984 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.984 | 58310 | Added a new run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.985 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.985 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.987 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.988 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.988 | 56098 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.988 | 58315 | Added a new worker 15 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.988 | 56097 | Removed run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.988 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.988 | 56097 | Assigned run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.988 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xs9PMu +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.988 | 58314 | Added a new run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.989 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:51 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:51 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.989 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.989 | 58316 | Added a new worker 8 to the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.990 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.990 | 56097 | Removed run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.990 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.990 | 56097 | Assigned run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.989 | 56101 | Waiting for a new command +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.990 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6hYSWy +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.995 | 56098 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.995 | 56101 | Checking out revision HEAD +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.996 | 56095 | Waiting for new connections +2024-01-28 10:55:51 | INFO | 56098/cimple-worker: 2024-01-28 10:55:51.996 | 56098 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56101/cimple-worker: 2024-01-28 10:55:51.997 | 56101 | Going to run: ./ci +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.999 | 58311 | Marked run 162 as finished +2024-01-28 10:55:51 | INFO | 56095/cimple-server: 2024-01-28 10:55:51.999 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.000 | 58318 | Added a new run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.000 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.003 | 58313 | Marked run 161 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.004 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.004 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.006 | 58334 | Added a new run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.006 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.007 | 56101 | Recursively removing directory: /tmp/git.6hYSWy/ +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.007 | 56098 | Recursively removing directory: /tmp/git.xs9PMu/ +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.009 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.009 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.009 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.009 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.009 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.010 | 58336 | Added a new run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.011 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.012 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.012 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.013 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.014 | 58340 | Added a new run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.014 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.016 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.016 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.016 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.016 | 58343 | Added a new worker 14 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.016 | 56097 | Removed run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.016 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.016 | 56097 | Assigned run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.016 | 58342 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.016 | 56097 | Removed run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.016 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.016 | 56097 | Assigned run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.016 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.016 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BUXtKv +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.017 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.017 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.017 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AjpgRG +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.021 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.017 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.022 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.022 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.025 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.026 | 58344 | Added a new run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.026 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.028 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.029 | 58338 | Marked run 163 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.030 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.033 | 56101 | Recursively removing directory: /tmp/git.BUXtKv/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.033 | 58339 | Marked run 164 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.033 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.035 | 56098 | Recursively removing directory: /tmp/git.AjpgRG/ +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.035 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.035 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.035 | 58353 | Added a new run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.035 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.036 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.036 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.038 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.038 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.039 | 58363 | Added a new run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.040 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.040 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.042 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.042 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.042 | 58366 | Added a new worker 12 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.042 | 56097 | Removed run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.042 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.042 | 56097 | Assigned run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.042 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4Z4vie +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.042 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.043 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.043 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.043 | 58368 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.043 | 56097 | Removed run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.043 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.043 | 56097 | Assigned run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.044 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.043 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.044 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qx6zR0 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.046 | 58367 | Added a new run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.047 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.049 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.050 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.050 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.051 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.052 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.053 | 58362 | Marked run 166 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.053 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.057 | 58364 | Marked run 165 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.057 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.058 | 58372 | Added a new run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.059 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.060 | 56101 | Recursively removing directory: /tmp/git.4Z4vie/ +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.061 | 56098 | Recursively removing directory: /tmp/git.qx6zR0/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.061 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.062 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.062 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.063 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.063 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.063 | 58386 | Added a new run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.063 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.065 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.066 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.066 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.067 | 58389 | Added a new run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.067 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.069 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.069 | 58392 | Added a new worker 10 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.069 | 56097 | Removed run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.069 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.069 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.069 | 56097 | Assigned run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.069 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.069 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.069 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2uX2Zy +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.069 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.070 | 58393 | Added a new worker 10 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.071 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.071 | 56097 | Removed run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.071 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.072 | 56097 | Assigned run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.072 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.073 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OVCUMz +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.075 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.076 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.076 | 58394 | Added a new run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.077 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.079 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.079 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.080 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.080 | 58388 | Marked run 167 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.080 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.082 | 58398 | Added a new run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.082 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.085 | 58390 | Marked run 168 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.085 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.086 | 56101 | Recursively removing directory: /tmp/git.2uX2Zy/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.087 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.089 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.089 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.089 | 58411 | Added a new run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.089 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.091 | 56098 | Recursively removing directory: /tmp/git.OVCUMz/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.091 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.092 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.092 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.093 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.093 | 58414 | Added a new run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.093 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.096 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.096 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.096 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.096 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.096 | 58419 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.096 | 56097 | Removed run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.096 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.097 | 56097 | Assigned run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.097 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8POf6N +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.097 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.097 | 58417 | Added a new run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.100 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.100 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.101 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.101 | 58421 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.101 | 56097 | Removed run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.101 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.101 | 56097 | Assigned run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.102 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VTA0zG +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.101 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.102 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.103 | 58422 | Added a new run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.104 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.104 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.107 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.108 | 58415 | Marked run 169 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.108 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.109 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.110 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.110 | 58425 | Added a new run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.111 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.113 | 58418 | Marked run 170 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.113 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.115 | 58435 | Added a new run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.115 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.115 | 56101 | Recursively removing directory: /tmp/git.8POf6N/ +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.117 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.117 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.118 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.119 | 56098 | Recursively removing directory: /tmp/git.VTA0zG/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.120 | 58442 | Added a new run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.120 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.121 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.121 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.121 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.123 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.124 | 58445 | Added a new run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.124 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.125 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.125 | 58446 | Added a new worker 12 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.125 | 56097 | Removed run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.125 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.125 | 56097 | Assigned run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.125 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.126 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.125 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6xZufs +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.126 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.128 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.129 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.129 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.129 | 58450 | Added a new worker 16 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.129 | 56097 | Removed run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.129 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.129 | 56097 | Assigned run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.130 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.130 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BONcvA +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.130 | 58449 | Added a new run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.130 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.131 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.133 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.134 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.135 | 58444 | Marked run 171 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.135 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.139 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.139 | 58453 | Added a new run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.139 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.140 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.142 | 56101 | Recursively removing directory: /tmp/git.6xZufs/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.142 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.143 | 58448 | Marked run 172 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.143 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.144 | 58462 | Added a new run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.144 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.145 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.145 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.147 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.149 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.150 | 56098 | Recursively removing directory: /tmp/git.BONcvA/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.150 | 58470 | Added a new run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.150 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.151 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.151 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.152 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.152 | 58473 | Added a new worker 8 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.152 | 56097 | Removed run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.152 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.152 | 56097 | Assigned run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.152 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.152 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UZ8tbf +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.153 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.153 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.155 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.155 | 58474 | Added a new run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.155 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.158 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.158 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.158 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.159 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.159 | 58478 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.159 | 56097 | Removed run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.159 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.159 | 56097 | Assigned run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.159 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.159 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mif371 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.160 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.162 | 58471 | Marked run 173 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.162 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.164 | 58477 | Added a new run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.164 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.165 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.166 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.167 | 58475 | Marked run 174 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.168 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.168 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.169 | 58488 | Added a new run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.170 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.170 | 56101 | Recursively removing directory: /tmp/git.UZ8tbf/ +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.172 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.172 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.172 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.174 | 58494 | Added a new run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.174 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.176 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.176 | 56098 | Recursively removing directory: /tmp/git.mif371/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.177 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.178 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.178 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.178 | 58499 | Added a new run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.179 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.179 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.179 | 58501 | Added a new worker 10 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.179 | 56097 | Removed run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.179 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.179 | 56097 | Assigned run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.179 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.179 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DXmhEO +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.180 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.182 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.182 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.183 | 58502 | Added a new run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.183 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.185 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.185 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.186 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.187 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.187 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VVmF3I +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.187 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.187 | 58507 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.187 | 56097 | Removed run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.187 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.187 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.187 | 56097 | Assigned run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.188 | 58498 | Marked run 175 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.189 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.190 | 58506 | Added a new run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.190 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.193 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.193 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.195 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.196 | 56101 | Recursively removing directory: /tmp/git.DXmhEO/ +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.197 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.197 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.198 | 58503 | Marked run 176 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.198 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.200 | 58515 | Added a new run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.200 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.201 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.203 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.204 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.204 | 58526 | Added a new worker 11 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.204 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.204 | 56097 | Removed run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.204 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.204 | 56097 | Assigned run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.204 | 58525 | Added a new run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.205 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.204 | 56098 | Recursively removing directory: /tmp/git.VVmF3I/ +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.204 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.204 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B0PdvV +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.206 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.206 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.208 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.210 | 58528 | Added a new run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.210 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.211 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.211 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.212 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.213 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.214 | 58524 | Marked run 177 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.214 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.214 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.215 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.215 | 58534 | Added a new worker 13 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.215 | 56097 | Removed run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.215 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.215 | 56097 | Assigned run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.215 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.215 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Fg7kPK +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.215 | 58532 | Added a new run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.215 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.220 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.220 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.221 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.223 | 56101 | Recursively removing directory: /tmp/git.B0PdvV/ +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.224 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.224 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.225 | 58530 | Marked run 178 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.225 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.226 | 58541 | Added a new run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.226 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.229 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.229 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.230 | 56098 | Recursively removing directory: /tmp/git.Fg7kPK/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.231 | 58550 | Added a new run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.231 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.231 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.231 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.233 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.233 | 58553 | Added a new worker 10 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.233 | 56097 | Removed run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.233 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.233 | 56097 | Assigned run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.233 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.233 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FccHSZ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.233 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.234 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.236 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.236 | 58554 | Added a new run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.237 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.238 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.239 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.239 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.240 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.240 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.240 | 58558 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.240 | 56097 | Removed run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.240 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.240 | 56097 | Assigned run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.241 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.241 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SoTD0J +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.243 | 58551 | Marked run 179 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.244 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.245 | 58559 | Added a new run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.245 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.247 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.248 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.248 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.251 | 58555 | Marked run 180 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.252 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.253 | 56101 | Recursively removing directory: /tmp/git.FccHSZ/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.253 | 58568 | Added a new run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.253 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.254 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.254 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.255 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.257 | 58573 | Added a new run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.258 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.258 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.260 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.261 | 56098 | Recursively removing directory: /tmp/git.SoTD0J/ +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.261 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.262 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.262 | 58580 | Added a new worker 11 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.262 | 56097 | Removed run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.262 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.262 | 56097 | Assigned run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.262 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QxeHqD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.262 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.262 | 58579 | Added a new run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.262 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.263 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.263 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.266 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.266 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.267 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.267 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.268 | 58582 | Added a new run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.269 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.271 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.271 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.271 | 58587 | Added a new worker 13 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.271 | 56097 | Removed run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.271 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.271 | 56097 | Assigned run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.271 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.271 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LWIZHp +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.272 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.272 | 58578 | Marked run 181 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.272 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.274 | 58589 | Added a new run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.275 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.277 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.278 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.278 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.279 | 58595 | Added a new run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.280 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.280 | 56101 | Recursively removing directory: /tmp/git.QxeHqD/ +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.282 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.282 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.283 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.283 | 58583 | Marked run 182 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.283 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.284 | 58602 | Added a new run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.285 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.285 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.287 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.288 | 56098 | Recursively removing directory: /tmp/git.LWIZHp/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.289 | 58607 | Added a new run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.289 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.289 | 58608 | Added a new worker 12 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.289 | 56097 | Removed run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.289 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.289 | 56097 | Assigned run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.290 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.290 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.290 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.290 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.289 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.289 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kMJAkh +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.292 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.294 | 58610 | Added a new run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.295 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.295 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.295 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.296 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.297 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.299 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.299 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.299 | 58615 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.299 | 56097 | Removed run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.299 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.299 | 56097 | Assigned run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.299 | 58606 | Marked run 183 as finished +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.299 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qATALB +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.299 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.300 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.301 | 58614 | Added a new run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.301 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.304 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.305 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.306 | 58622 | Added a new run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.306 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.306 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.309 | 56101 | Recursively removing directory: /tmp/git.kMJAkh/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.309 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.310 | 58611 | Marked run 184 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.311 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.311 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.311 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.312 | 58627 | Added a new run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.312 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.315 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.315 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.316 | 56098 | Recursively removing directory: /tmp/git.qATALB/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.316 | 58635 | Added a new run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.316 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.318 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.318 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.318 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.318 | 58637 | Added a new worker 10 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.318 | 56097 | Removed run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.318 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.318 | 56097 | Assigned run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.318 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.319 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.318 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.319 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Iryyi8 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.321 | 58638 | Added a new run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.322 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.322 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.324 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.324 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.325 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.325 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.325 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.325 | 58642 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.326 | 56097 | Removed run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.326 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.326 | 56097 | Assigned run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.326 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.N3C0F4 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.326 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.331 | 58641 | Added a new run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.331 | 58634 | Marked run 185 as finished +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.331 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.331 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.333 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.334 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.335 | 58639 | Marked run 186 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.336 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.337 | 56101 | Recursively removing directory: /tmp/git.Iryyi8/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.337 | 58652 | Added a new run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.337 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.338 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.338 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.340 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.341 | 58660 | Added a new run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.341 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.342 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.343 | 56098 | Recursively removing directory: /tmp/git.N3C0F4/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.344 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.345 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.345 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.346 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.346 | 58664 | Added a new worker 13 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.346 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.346 | 56097 | Removed run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.346 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.346 | 56097 | Assigned run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.346 | 58663 | Added a new run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.346 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.347 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.347 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lZGgHw +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.349 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.349 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.350 | 58666 | Added a new run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.351 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.352 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.353 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.353 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.353 | 58669 | Added a new worker 13 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.353 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.353 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.354 | 56097 | Removed run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.354 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.354 | 56097 | Assigned run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.354 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.354 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VOiOiI +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.357 | 58662 | Marked run 187 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.358 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.359 | 58671 | Added a new run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.359 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.361 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.362 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.363 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.364 | 56101 | Recursively removing directory: /tmp/git.lZGgHw/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.364 | 58667 | Marked run 188 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.365 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.366 | 58679 | Added a new run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.366 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.366 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.366 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.369 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.370 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.371 | 58688 | Added a new run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.371 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.372 | 56098 | Recursively removing directory: /tmp/git.VOiOiI/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.373 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.374 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.374 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.374 | 58692 | Added a new worker 13 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.374 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.374 | 56097 | Removed run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.374 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.374 | 56097 | Assigned run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.374 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KD5UZE +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.374 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.374 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.375 | 58691 | Added a new run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.376 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.378 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.378 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.380 | 58695 | Added a new run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.380 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.380 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.382 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.382 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.382 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.382 | 58697 | Added a new worker 13 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.382 | 56097 | Removed run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.382 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.382 | 56097 | Assigned run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.382 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LpZ9SY +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.383 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.384 | 58689 | Marked run 189 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.384 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.384 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.386 | 58699 | Added a new run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.387 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.388 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.390 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.390 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.392 | 58694 | Marked run 190 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.393 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.393 | 56101 | Recursively removing directory: /tmp/git.KD5UZE/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.394 | 58707 | Added a new run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.394 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.395 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.395 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.396 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.398 | 58716 | Added a new run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.398 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.399 | 56098 | Recursively removing directory: /tmp/git.LpZ9SY/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.400 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.401 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.401 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.401 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.402 | 58719 | Added a new run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.402 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.404 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.404 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.404 | 58721 | Added a new worker 10 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.404 | 56097 | Removed run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.404 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.404 | 56097 | Assigned run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.404 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8Ny4Yw +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.404 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.405 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.406 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.408 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.409 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.409 | 58724 | Added a new worker 12 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.409 | 56097 | Removed run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.409 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.409 | 56097 | Assigned run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.409 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cJmNKO +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.409 | 58723 | Added a new run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.409 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.410 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.410 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.412 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.412 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.413 | 58718 | Marked run 191 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.413 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.415 | 58726 | Added a new run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.415 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.415 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.416 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.418 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.419 | 58722 | Marked run 192 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.419 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.421 | 58733 | Added a new run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.421 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.424 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.425 | 56101 | Recursively removing directory: /tmp/git.8Ny4Yw/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.425 | 58744 | Added a new run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.426 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.426 | 56098 | Recursively removing directory: /tmp/git.cJmNKO/ +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.427 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.427 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.427 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.427 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.429 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.430 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.430 | 58746 | Added a new run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.430 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.431 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.433 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.433 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.433 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.433 | 58751 | Added a new worker 14 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.433 | 56097 | Removed run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.433 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.433 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.433 | 56097 | Assigned run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.433 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vk2f7H +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.434 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.434 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.435 | 58752 | Added a new worker 16 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.435 | 56097 | Removed run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.435 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.435 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.435 | 56097 | Assigned run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.435 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vkZxAZ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.436 | 58750 | Added a new run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.436 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.440 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.441 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.441 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.441 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.443 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.445 | 58747 | Marked run 193 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.445 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.447 | 58754 | Added a new run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.448 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.450 | 58749 | Marked run 194 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.450 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.452 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.452 | 56098 | Recursively removing directory: /tmp/git.vkZxAZ/ +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.453 | 56101 | Recursively removing directory: /tmp/git.vk2f7H/ +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.454 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.454 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.454 | 58770 | Added a new run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.454 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.454 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.454 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.457 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.457 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.458 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.458 | 58772 | Added a new run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.459 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.461 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.461 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.461 | 58776 | Added a new worker 8 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.461 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.461 | 56097 | Removed run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.461 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.461 | 56097 | Assigned run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.461 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.461 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.E1022l +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.462 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.462 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.462 | 58778 | Added a new worker 6 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.462 | 56097 | Removed run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.462 | 56097 | Removed worker 6 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.462 | 56097 | Assigned run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.463 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.463 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HXFARQ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.468 | 58777 | Added a new run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.468 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.469 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.470 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.471 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.472 | 58773 | Marked run 195 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.472 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.472 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.473 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.476 | 58774 | Marked run 196 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.476 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.478 | 58781 | Added a new run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.478 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.481 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.481 | 56101 | Recursively removing directory: /tmp/git.E1022l/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.483 | 58796 | Added a new run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.483 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.483 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.483 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.485 | 56098 | Recursively removing directory: /tmp/git.HXFARQ/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.486 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.486 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.486 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.487 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.487 | 58798 | Added a new run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.487 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.489 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.490 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.491 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.491 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.491 | 58803 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.491 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.491 | 56097 | Removed run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.491 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.491 | 56097 | Assigned run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.491 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nDyFjJ +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.492 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.492 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.493 | 58802 | Added a new run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.493 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.493 | 58804 | Added a new worker 8 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.493 | 56097 | Removed run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.493 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.493 | 56097 | Assigned run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.494 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pjfx7Q +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.497 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.498 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.498 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.499 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.499 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.500 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.502 | 58799 | Marked run 197 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.502 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.503 | 58807 | Added a new run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.504 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.507 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.507 | 58801 | Marked run 198 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.507 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.509 | 56101 | Recursively removing directory: /tmp/git.nDyFjJ/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.509 | 58822 | Added a new run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.509 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.510 | 56098 | Recursively removing directory: /tmp/git.pjfx7Q/ +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.510 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.510 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.511 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.512 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.512 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.513 | 58824 | Added a new run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.513 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.515 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.515 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.516 | 58827 | Added a new run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.516 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.516 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.518 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.518 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.518 | 58830 | Added a new worker 12 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.518 | 56097 | Removed run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.518 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.518 | 56097 | Assigned run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.519 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.519 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SCcsHI +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.519 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.520 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.520 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.520 | 58832 | Added a new worker 16 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.520 | 56097 | Removed run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.520 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.520 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.520 | 56097 | Assigned run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.520 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.f4smkD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.521 | 58831 | Added a new run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.522 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.524 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.525 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.526 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.527 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.530 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.531 | 58826 | Marked run 199 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.531 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.535 | 56101 | Recursively removing directory: /tmp/git.SCcsHI/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.535 | 58828 | Marked run 200 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.535 | 58839 | Added a new run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.536 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.537 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.537 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.537 | 56098 | Recursively removing directory: /tmp/git.f4smkD/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.539 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.539 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.539 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.540 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.540 | 58850 | Added a new run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.541 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.542 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.543 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.543 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.543 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.544 | 58855 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.544 | 56097 | Removed run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.544 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.544 | 56097 | Assigned run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.544 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.544 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zAfGEt +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.545 | 58854 | Added a new run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.545 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.545 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.546 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.548 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.548 | 58857 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.548 | 56097 | Removed run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.548 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.548 | 56097 | Assigned run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.549 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.549 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0yVApE +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.549 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.550 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.552 | 58858 | Added a new run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.552 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.555 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.556 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.556 | 58851 | Marked run 201 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.556 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.556 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.559 | 56101 | Recursively removing directory: /tmp/git.zAfGEt/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.560 | 58853 | Marked run 202 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.560 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.561 | 58866 | Added a new run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.561 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.562 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.562 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.564 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.566 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.566 | 58876 | Added a new run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.566 | 56098 | Recursively removing directory: /tmp/git.0yVApE/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.566 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.568 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.568 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.569 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.569 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.569 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.569 | 58880 | Added a new worker 13 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.569 | 56097 | Removed run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.569 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.569 | 56097 | Assigned run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.569 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qVFFQs +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.570 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.571 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.574 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.574 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.574 | 58882 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.574 | 56097 | Removed run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.574 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.574 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.574 | 56097 | Assigned run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.574 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kcaXdz +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.577 | 58879 | Added a new run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.577 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.581 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.581 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.581 | 58877 | Marked run 203 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.582 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.581 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.582 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.582 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.584 | 58884 | Added a new run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.584 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.587 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.587 | 58881 | Marked run 204 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.587 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.588 | 58892 | Added a new run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.589 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.591 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.592 | 56101 | Recursively removing directory: /tmp/git.qVFFQs/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.593 | 58902 | Added a new run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.593 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.594 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.594 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.595 | 56098 | Recursively removing directory: /tmp/git.kcaXdz/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.596 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.596 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.596 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.597 | 58904 | Added a new run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.598 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.598 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.600 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.600 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.601 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.601 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.601 | 58909 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.601 | 56097 | Removed run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.601 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.601 | 56097 | Assigned run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.601 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IdnSvF +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.602 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.603 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.603 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.603 | 58910 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.603 | 56097 | Removed run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.603 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.604 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.604 | 56097 | Assigned run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.604 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DifgRj +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.605 | 58908 | Added a new run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.606 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.607 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.608 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.610 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.610 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.611 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.613 | 58905 | Marked run 205 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.614 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.615 | 58913 | Added a new run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.615 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.618 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.618 | 58907 | Marked run 206 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.618 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.619 | 56101 | Recursively removing directory: /tmp/git.IdnSvF/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.620 | 58926 | Added a new run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.621 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.621 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.621 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.623 | 56098 | Recursively removing directory: /tmp/git.DifgRj/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.623 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.624 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.625 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.625 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.625 | 58930 | Added a new run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.625 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.628 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.628 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.628 | 58933 | Added a new worker 12 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.628 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.628 | 56097 | Removed run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.628 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.628 | 56097 | Assigned run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.628 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.628 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.628 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.y0ENO6 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.630 | 58934 | Added a new run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.630 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.632 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.632 | 58937 | Added a new worker 10 to the queue +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.632 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.632 | 56097 | Removed run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.632 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.632 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.632 | 56097 | Assigned run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.632 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.z6ZJAH +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.635 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.636 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.637 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.638 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.639 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.639 | 58931 | Marked run 207 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.639 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.640 | 58938 | Added a new run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.641 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.643 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.644 | 58935 | Marked run 208 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.644 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.645 | 58949 | Added a new run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.646 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.648 | 56098 | Recursively removing directory: /tmp/git.z6ZJAH/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.649 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.649 | 56101 | Recursively removing directory: /tmp/git.y0ENO6/ +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.650 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.650 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.651 | 58956 | Added a new run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.651 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.651 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.651 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.653 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.653 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.655 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.655 | 58959 | Added a new run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.655 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.656 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.656 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.656 | 58962 | Added a new worker 10 to the queue +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.657 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2GthpR +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.656 | 56097 | Removed run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.656 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.656 | 56097 | Assigned run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.658 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.658 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.658 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.658 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.659 | 58963 | Added a new worker 8 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.659 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.659 | 56097 | Removed run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.659 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.659 | 56097 | Assigned run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.660 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jDBZrj +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.662 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.663 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.665 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.666 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.667 | 58958 | Marked run 210 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.667 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.667 | 58964 | Added a new run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.668 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.670 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.671 | 58960 | Marked run 209 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.671 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.673 | 58976 | Added a new run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.674 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.674 | 56098 | Recursively removing directory: /tmp/git.2GthpR/ +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.675 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.675 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.675 | 56101 | Recursively removing directory: /tmp/git.jDBZrj/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.677 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.677 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.677 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.678 | 58982 | Added a new run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.678 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.679 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.680 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.681 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.682 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.683 | 58987 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.683 | 56097 | Removed run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.683 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.683 | 56097 | Assigned run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.683 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.682 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.683 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qNXPX9 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.684 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.684 | 58986 | Added a new run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.684 | 58988 | Added a new worker 14 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.684 | 56097 | Removed run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.684 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.684 | 56097 | Assigned run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.684 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.684 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.685 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rpBo5k +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.687 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.689 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.690 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.690 | 58990 | Added a new run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.691 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.692 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.693 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.693 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.694 | 58985 | Marked run 212 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.695 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.695 | 58994 | Added a new run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.696 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.699 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.699 | 58984 | Marked run 211 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.699 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.701 | 56098 | Recursively removing directory: /tmp/git.qNXPX9/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.701 | 59006 | Added a new run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.701 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.702 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.702 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.703 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.704 | 56101 | Recursively removing directory: /tmp/git.rpBo5k/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.705 | 59010 | Added a new run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.705 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.706 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.706 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.706 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.708 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.709 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.709 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.709 | 59014 | Added a new worker 13 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.709 | 56097 | Removed run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.709 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.709 | 56097 | Assigned run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.709 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.710 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.s7QQfk +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.710 | 59013 | Added a new run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.710 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.710 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.713 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.714 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.714 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.714 | 59018 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.714 | 56097 | Removed run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.714 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.714 | 56097 | Assigned run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.714 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EegFVY +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.715 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.716 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.717 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.719 | 59011 | Marked run 213 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.719 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.721 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.722 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.723 | 59015 | Marked run 214 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.723 | 59017 | Added a new run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.723 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.726 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.727 | 56098 | Recursively removing directory: /tmp/git.s7QQfk/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.727 | 59030 | Added a new run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.729 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.729 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.729 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.731 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.731 | 56101 | Recursively removing directory: /tmp/git.EegFVY/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.733 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.733 | 59036 | Added a new run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.733 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.733 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.733 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.735 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.736 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.736 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.736 | 59040 | Added a new worker 13 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.736 | 56097 | Removed run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.736 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.736 | 56097 | Assigned run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.736 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.736 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OBvL9Q +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.737 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.738 | 59039 | Added a new run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.739 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.740 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.741 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.741 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.742 | 59044 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.742 | 56097 | Removed run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.742 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.742 | 56097 | Assigned run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.742 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.742 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LJ3L37 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.743 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.744 | 59043 | Added a new run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.744 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.744 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.747 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.747 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.748 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.749 | 59037 | Marked run 215 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.750 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.750 | 59041 | Marked run 216 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.750 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.753 | 59048 | Added a new run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.753 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.754 | 56098 | Recursively removing directory: /tmp/git.OBvL9Q/ +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.756 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.756 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.757 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.759 | 56101 | Recursively removing directory: /tmp/git.LJ3L37/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.759 | 59062 | Added a new run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.760 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.760 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.760 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.760 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.762 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.763 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.763 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.763 | 59065 | Added a new run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.763 | 59066 | Added a new worker 10 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.764 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.764 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.764 | 56097 | Removed run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.764 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.764 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.764 | 56097 | Assigned run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.765 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lFLMmO +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.766 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.767 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.767 | 59070 | Added a new worker 12 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.767 | 56097 | Removed run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.767 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.767 | 56097 | Assigned run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.767 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.767 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.767 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i0WJNg +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.771 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.771 | 59069 | Added a new run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.771 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.772 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.773 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.774 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.775 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.775 | 59064 | Marked run 217 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.775 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.777 | 59075 | Added a new run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.777 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.779 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.780 | 59068 | Marked run 218 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.781 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.782 | 59084 | Added a new run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.783 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.785 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.785 | 56101 | Recursively removing directory: /tmp/git.i0WJNg/ +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.785 | 56098 | Recursively removing directory: /tmp/git.lFLMmO/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.787 | 59090 | Added a new run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.787 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.787 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.787 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.787 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.788 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.790 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.790 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.791 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.792 | 59092 | Added a new run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.792 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.794 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.794 | 59096 | Added a new worker 8 to the queue +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.794 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.794 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lfuKqg +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.794 | 56097 | Removed run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.794 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.794 | 56097 | Assigned run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.795 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.795 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.795 | 59097 | Added a new worker 6 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.795 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.794 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.796 | 56097 | Removed run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.796 | 56097 | Removed worker 6 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.796 | 56097 | Assigned run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.796 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6BwuWo +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.801 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.801 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.802 | 59098 | Added a new run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.802 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.803 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.803 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.805 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.806 | 59093 | Marked run 219 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.806 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.807 | 59102 | Added a new run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.807 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.810 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.811 | 59094 | Marked run 220 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.811 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.813 | 59114 | Added a new run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.813 | 56101 | Recursively removing directory: /tmp/git.6BwuWo/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.814 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.814 | 56098 | Recursively removing directory: /tmp/git.lfuKqg/ +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.815 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.815 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.816 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.816 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.816 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.818 | 59118 | Added a new run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.818 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.818 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.819 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.821 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.822 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.822 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.822 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.822 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.822 | 59122 | Added a new run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.823 | 59124 | Added a new worker 12 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.823 | 56097 | Removed run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.823 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.823 | 56097 | Assigned run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.823 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t8wU47 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.823 | 59123 | Added a new worker 17 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.823 | 56097 | Removed run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.823 | 56097 | Removed worker 17 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.823 | 56097 | Assigned run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.824 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tVzCrS +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.824 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.824 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.828 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.828 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.829 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.831 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.832 | 59119 | Marked run 222 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.832 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.832 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.836 | 59121 | Marked run 221 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.836 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.838 | 59126 | Added a new run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.838 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.838 | 56101 | Recursively removing directory: /tmp/git.t8wU47/ +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.840 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.840 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.841 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.842 | 56098 | Recursively removing directory: /tmp/git.tVzCrS/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.843 | 59142 | Added a new run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.844 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.844 | 56098 | Process output: 415085 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.844 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.844 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.846 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.847 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.848 | 59147 | Added a new worker 12 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.848 | 56097 | Removed run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.848 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.848 | 56097 | Assigned run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.848 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.848 | 59146 | Added a new run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.847 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.848 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.z75HDK +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.849 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.849 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.851 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.852 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.852 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.852 | 59151 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.852 | 56097 | Removed run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.852 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.852 | 56097 | Assigned run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.852 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.853 | 59150 | Added a new run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.853 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.854 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.852 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t9Y6f3 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.855 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.857 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.858 | 59143 | Marked run 223 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.858 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.860 | 59154 | Added a new run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.860 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.861 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.862 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.863 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.864 | 59148 | Marked run 224 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.864 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.865 | 56101 | Recursively removing directory: /tmp/git.z75HDK/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.866 | 59162 | Added a new run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.866 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.867 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.867 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.869 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.871 | 59171 | Added a new run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.871 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.871 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.873 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.873 | 56098 | Recursively removing directory: /tmp/git.t9Y6f3/ +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.875 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.875 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.875 | 59175 | Added a new worker 14 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.875 | 56097 | Removed run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.875 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.875 | 56097 | Assigned run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.875 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ysrtip +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.876 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.876 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.878 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.879 | 59174 | Added a new run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.879 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.880 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.881 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.881 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.882 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.884 | 59173 | Marked run 225 as finished +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.884 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.884 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.884 | 59181 | Added a new worker 6 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.884 | 56097 | Removed run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.884 | 56097 | Removed worker 6 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.884 | 56097 | Assigned run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.885 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OyG2gw +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.885 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.887 | 59179 | Added a new run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.887 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.890 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.891 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.891 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.892 | 59188 | Added a new run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.893 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.893 | 56101 | Recursively removing directory: /tmp/git.Ysrtip/ +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.895 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.895 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.895 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.897 | 59177 | Marked run 226 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.897 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.898 | 59192 | Added a new run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.899 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.901 | 56098 | Recursively removing directory: /tmp/git.OyG2gw/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.901 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.903 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.903 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.903 | 59201 | Added a new worker 14 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.903 | 56097 | Removed run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.903 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.903 | 56097 | Assigned run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.903 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.903 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XJZr9Y +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.903 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.903 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.904 | 59200 | Added a new run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.904 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.906 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.908 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.910 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.911 | 59203 | Added a new run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.911 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.911 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CMNv4z +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.911 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.911 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.911 | 59205 | Added a new worker 6 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.911 | 56097 | Removed run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.911 | 56097 | Removed worker 6 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.911 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.911 | 56097 | Assigned run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.915 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.916 | 59198 | Marked run 227 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.916 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.917 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.918 | 59209 | Added a new run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.918 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.918 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.921 | 59204 | Marked run 228 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.921 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.922 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.922 | 56101 | Recursively removing directory: /tmp/git.XJZr9Y/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.924 | 59218 | Added a new run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.924 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.924 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.924 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.927 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.927 | 56098 | Recursively removing directory: /tmp/git.CMNv4z/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.928 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.929 | 59225 | Added a new run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.929 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.929 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.929 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.932 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.932 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.932 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.932 | 59229 | Added a new worker 13 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.932 | 56097 | Removed run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.932 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.932 | 56097 | Assigned run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.932 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.933 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FD0thr +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.933 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.933 | 59228 | Added a new run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.934 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.936 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.937 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.937 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.937 | 59233 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.937 | 56097 | Removed run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.937 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.937 | 56097 | Assigned run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.938 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5WBnVY +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.939 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.939 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.940 | 59232 | Added a new run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.940 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.940 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.943 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.944 | 59226 | Marked run 229 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.944 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.944 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.945 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.948 | 59230 | Marked run 230 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.948 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.949 | 59239 | Added a new run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.950 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.950 | 56101 | Recursively removing directory: /tmp/git.FD0thr/ +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.952 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.952 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.953 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.954 | 56098 | Recursively removing directory: /tmp/git.5WBnVY/ +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.954 | 59251 | Added a new run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.955 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.955 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.955 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.956 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.958 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.958 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.959 | 59254 | Added a new run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.959 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.959 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.959 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.959 | 59256 | Added a new worker 8 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.960 | 56097 | Removed run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.960 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.960 | 56097 | Assigned run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.960 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.960 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Amu0xg +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.962 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.962 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.962 | 59258 | Added a new worker 10 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.962 | 56097 | Removed run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.962 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.962 | 56097 | Assigned run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.963 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qfFNmy +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.963 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.965 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.967 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.968 | 59259 | Added a new run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.968 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.968 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.968 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.970 | 56098 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.971 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.972 | 59252 | Marked run 231 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.972 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.976 | 59255 | Marked run 232 as finished +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.976 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.978 | 59263 | Added a new run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.978 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.979 | 56101 | Recursively removing directory: /tmp/git.Amu0xg/ +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.980 | 56098 | Recursively removing directory: /tmp/git.qfFNmy/ +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.981 | 56101 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.981 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.981 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.982 | 59277 | Added a new run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.982 | 56098 | Process exit code: 0 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.982 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.983 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.984 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.985 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.986 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.986 | 59280 | Added a new run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.987 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.987 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.988 | 59283 | Added a new worker 10 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.988 | 56097 | Removed run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.988 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.988 | 56097 | Assigned run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.987 | 56101 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.988 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.P81RiS +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.988 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.990 | 56098 | Waiting for a new command +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.990 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.990 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.990 | 59285 | Added a new worker 15 to the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.990 | 56097 | Removed run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.990 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.990 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.990 | 56097 | Assigned run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.991 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GhXIlK +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.993 | 56101 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.994 | 59284 | Added a new run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:52 | INFO | 56101/cimple-worker: 2024-01-28 10:55:52.994 | 56101 | Going to run: ./ci +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.994 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:52 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:52 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.997 | 56098 | Checking out revision HEAD +2024-01-28 10:55:52 | INFO | 56095/cimple-server: 2024-01-28 10:55:52.997 | 56095 | Waiting for new connections +2024-01-28 10:55:52 | INFO | 56098/cimple-worker: 2024-01-28 10:55:52.998 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.001 | 59289 | Added a new run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.001 | 59279 | Marked run 233 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.001 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.004 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.004 | 56101 | Recursively removing directory: /tmp/git.P81RiS/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.005 | 59281 | Marked run 234 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.006 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.007 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.007 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.007 | 59301 | Added a new run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.008 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.009 | 56098 | Recursively removing directory: /tmp/git.GhXIlK/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.010 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.011 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.011 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.011 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.012 | 59305 | Added a new run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.012 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.014 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.014 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.014 | 59308 | Added a new worker 8 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.014 | 56097 | Removed run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.014 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.014 | 56097 | Assigned run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.014 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.014 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mN7Mz0 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.015 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.016 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.016 | 59309 | Added a new run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.017 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.019 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.019 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.019 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.019 | 59312 | Added a new worker 8 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.020 | 56097 | Removed run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.020 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.020 | 56097 | Assigned run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.020 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.020 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.020 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2ybVhN +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.020 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.022 | 59313 | Added a new run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.022 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.025 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.026 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.027 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.028 | 59306 | Marked run 235 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.029 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.030 | 59320 | Added a new run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.030 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.031 | 56101 | Recursively removing directory: /tmp/git.mN7Mz0/ +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.033 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.033 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.033 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.034 | 59310 | Marked run 236 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.034 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.036 | 59329 | Added a new run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.036 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.038 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.037 | 56098 | Recursively removing directory: /tmp/git.2ybVhN/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.039 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.039 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.039 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.040 | 59334 | Added a new run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.040 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.041 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.041 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.041 | 59335 | Added a new worker 10 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.041 | 56097 | Removed run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.041 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.041 | 56097 | Assigned run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.041 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.041 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4mg87v +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.043 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.043 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.045 | 59338 | Added a new run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.046 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.046 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.046 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.046 | 59340 | Added a new worker 13 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.046 | 56097 | Removed run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.046 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.046 | 56097 | Assigned run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.046 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.047 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zE2UwY +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.048 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.049 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.050 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.051 | 59333 | Marked run 237 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.051 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.053 | 59342 | Added a new run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.053 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.054 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.053 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.056 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.058 | 59337 | Marked run 238 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.058 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.059 | 59352 | Added a new run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.059 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.060 | 56101 | Recursively removing directory: /tmp/git.4mg87v/ +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.062 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.062 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.062 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.064 | 56098 | Recursively removing directory: /tmp/git.zE2UwY/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.064 | 59359 | Added a new run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.064 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.066 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.066 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.066 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.067 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.068 | 59362 | Added a new run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.068 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.069 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.069 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.069 | 59364 | Added a new worker 10 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.069 | 56097 | Removed run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.069 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.069 | 56097 | Assigned run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.069 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.069 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yaD36X +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.070 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.071 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.073 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.074 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.074 | 59366 | Added a new run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.075 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.075 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.075 | 59367 | Added a new worker 10 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.075 | 56097 | Removed run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.075 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.075 | 56097 | Assigned run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.075 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.076 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.076 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.J6QWqb +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.078 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.081 | 59361 | Marked run 239 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.081 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.083 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.084 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.086 | 59365 | Marked run 240 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.086 | 59370 | Added a new run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.086 | 56101 | Recursively removing directory: /tmp/git.yaD36X/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.086 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.088 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.088 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.088 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.090 | 59381 | Added a new run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.090 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.092 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.093 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.093 | 56098 | Recursively removing directory: /tmp/git.J6QWqb/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.095 | 59388 | Added a new run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.095 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.095 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.095 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.095 | 59389 | Added a new worker 10 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.095 | 56097 | Removed run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.095 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.095 | 56097 | Assigned run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.095 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CC3TyM +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.095 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.095 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.096 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.098 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.099 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.100 | 59391 | Added a new run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.101 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.101 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.102 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.103 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.103 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.103 | 59395 | Added a new worker 13 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.103 | 56097 | Removed run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.103 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.103 | 56097 | Assigned run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.103 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.104 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.K3ujLB +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.104 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.105 | 59387 | Marked run 241 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.105 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.107 | 59396 | Added a new run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.108 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.111 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.111 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.112 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.112 | 56101 | Recursively removing directory: /tmp/git.CC3TyM/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.114 | 59392 | Marked run 242 as finished +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.114 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.114 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.114 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.115 | 59404 | Added a new run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.115 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.118 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.118 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.121 | 59414 | Added a new run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.121 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.121 | 56098 | Recursively removing directory: /tmp/git.K3ujLB/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.122 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.122 | 59415 | Added a new worker 10 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.122 | 56097 | Removed run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.122 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.122 | 56097 | Assigned run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.123 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.123 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.122 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.122 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Kmeunl +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.123 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.124 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.127 | 59417 | Added a new run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.127 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.127 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.128 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.128 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.130 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.131 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.131 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.131 | 59423 | Added a new worker 15 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.131 | 56097 | Removed run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.131 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.131 | 56097 | Assigned run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.131 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.131 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Aa5hdC +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.132 | 59413 | Marked run 243 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.133 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.135 | 59421 | Added a new run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.135 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.137 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.138 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.138 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.140 | 56101 | Recursively removing directory: /tmp/git.Kmeunl/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.141 | 59418 | Marked run 244 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.141 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.143 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.143 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.143 | 59431 | Added a new run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.143 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.146 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.147 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.147 | 56098 | Recursively removing directory: /tmp/git.Aa5hdC/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.148 | 59439 | Added a new run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.148 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.149 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.149 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.151 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.151 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.151 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.151 | 59443 | Added a new worker 13 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.151 | 56097 | Removed run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.151 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.151 | 56097 | Assigned run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.151 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.151 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8FttZK +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.153 | 59442 | Added a new run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.153 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.153 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.156 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.156 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.156 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.156 | 59447 | Added a new worker 15 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.156 | 56097 | Removed run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.156 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.156 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.157 | 56097 | Assigned run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.157 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.157 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yaAGNu +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.158 | 59446 | Added a new run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.158 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.158 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.162 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.163 | 59440 | Marked run 245 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.163 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.164 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.165 | 59451 | Added a new run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.165 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.166 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.168 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.168 | 59444 | Marked run 246 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.168 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.170 | 59459 | Added a new run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.170 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.170 | 56101 | Recursively removing directory: /tmp/git.8FttZK/ +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.172 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.172 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.173 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.175 | 59467 | Added a new run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.175 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.176 | 56098 | Recursively removing directory: /tmp/git.yaAGNu/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.176 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.177 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.177 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.177 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.179 | 59470 | Added a new run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.179 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.180 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.180 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bfjCXz +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.180 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.180 | 59472 | Added a new worker 10 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.180 | 56097 | Removed run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.180 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.180 | 56097 | Assigned run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.181 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.182 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.183 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.185 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.185 | 59474 | Added a new run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.185 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.186 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.186 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.186 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.186 | 59476 | Added a new worker 10 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.186 | 56097 | Removed run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.186 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.186 | 56097 | Assigned run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.186 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.186 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8E4qWf +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.189 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.191 | 59469 | Marked run 247 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.191 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.193 | 59478 | Added a new run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.193 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.193 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.195 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.197 | 56101 | Recursively removing directory: /tmp/git.bfjCXz/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.197 | 59473 | Marked run 248 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.197 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.197 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.198 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.198 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.199 | 59487 | Added a new run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.199 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.201 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.202 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.203 | 59495 | Added a new run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.204 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.204 | 56098 | Recursively removing directory: /tmp/git.8E4qWf/ +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.205 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.206 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.206 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.206 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.206 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.206 | 59499 | Added a new worker 13 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.206 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.207 | 56097 | Removed run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.207 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.207 | 56097 | Assigned run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.207 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DoYkHf +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.208 | 59498 | Added a new run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.208 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.210 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.211 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.213 | 59502 | Added a new run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.213 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.213 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.213 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.213 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.214 | 59504 | Added a new worker 8 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.214 | 56097 | Removed run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.214 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.214 | 56097 | Assigned run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.214 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Wm2Fto +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.214 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.214 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.217 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.220 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.221 | 59506 | Added a new run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.221 | 59496 | Marked run 249 as finished +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.221 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.222 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.225 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.225 | 56101 | Recursively removing directory: /tmp/git.DoYkHf/ +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.226 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.226 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.228 | 59501 | Marked run 250 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.228 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.230 | 59516 | Added a new run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.230 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.232 | 56098 | Recursively removing directory: /tmp/git.Wm2Fto/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.233 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.233 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.233 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.233 | 59525 | Added a new worker 13 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.233 | 56097 | Removed run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.233 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.233 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.233 | 56097 | Assigned run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.234 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EAEame +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.234 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.234 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.235 | 59524 | Added a new run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.236 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.238 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.239 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.239 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.240 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.241 | 59527 | Added a new run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.241 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.243 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.243 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.243 | 59531 | Added a new worker 13 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.243 | 56097 | Removed run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.243 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.243 | 56097 | Assigned run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.243 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Lx0mMa +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.244 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.244 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.245 | 59522 | Marked run 251 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.246 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.247 | 59532 | Added a new run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.248 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.249 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.249 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.250 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.253 | 59528 | Marked run 252 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.253 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.254 | 56101 | Recursively removing directory: /tmp/git.EAEame/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.255 | 59541 | Added a new run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.255 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.256 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.256 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.258 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.260 | 59549 | Added a new run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.260 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.260 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.260 | 56098 | Recursively removing directory: /tmp/git.Lx0mMa/ +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.261 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.261 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.262 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.264 | 59552 | Added a new run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.264 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.265 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.265 | 59554 | Added a new worker 8 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.265 | 56097 | Removed run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.265 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.265 | 56097 | Assigned run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.265 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.266 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.265 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oDr5Kg +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.267 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.269 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.269 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.269 | 59557 | Added a new worker 15 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.270 | 56097 | Removed run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.270 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.270 | 56097 | Assigned run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.270 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.270 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sPRj0s +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.270 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.272 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.274 | 59550 | Marked run 253 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.274 | 59556 | Added a new run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.274 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.274 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.276 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.277 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.278 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.279 | 59555 | Marked run 254 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.279 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.280 | 59562 | Added a new run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.281 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.282 | 56101 | Recursively removing directory: /tmp/git.oDr5Kg/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.283 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.285 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.285 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.286 | 59573 | Added a new run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.286 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.287 | 56098 | Recursively removing directory: /tmp/git.sPRj0s/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.288 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.288 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.288 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.289 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.290 | 59577 | Added a new run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.290 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.292 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.292 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.293 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.293 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.293 | 59581 | Added a new worker 15 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.293 | 56097 | Removed run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.293 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.293 | 56097 | Assigned run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.293 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.293 | 59580 | Added a new run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.293 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LCqxce +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.294 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.296 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.296 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.296 | 59584 | Added a new worker 8 to the queue +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.297 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eCHgUl +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.297 | 56097 | Removed run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.297 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.297 | 56097 | Assigned run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.298 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.298 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.299 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.300 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.303 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.303 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.305 | 59578 | Marked run 255 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.305 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.306 | 59586 | Added a new run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.307 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.310 | 59582 | Marked run 256 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.310 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.310 | 56101 | Recursively removing directory: /tmp/git.LCqxce/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.311 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.313 | 59601 | Added a new run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.313 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.313 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.313 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.313 | 56098 | Recursively removing directory: /tmp/git.eCHgUl/ +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.315 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.315 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.315 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.317 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.317 | 59603 | Added a new run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.317 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.319 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.320 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.321 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.321 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.321 | 59608 | Added a new worker 15 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.321 | 56097 | Removed run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.321 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.321 | 56097 | Assigned run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.321 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jpMsRe +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.321 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.323 | 59607 | Added a new run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.323 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.323 | 59609 | Added a new worker 14 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.323 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.323 | 56097 | Removed run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.323 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.323 | 56097 | Assigned run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.325 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.323 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.324 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aPxlhd +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.328 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.328 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.330 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.330 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.331 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.332 | 59604 | Marked run 257 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.333 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.334 | 59611 | Added a new run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.334 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.337 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.338 | 59606 | Marked run 258 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.338 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.341 | 56101 | Recursively removing directory: /tmp/git.jpMsRe/ +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.342 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.342 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.341 | 56098 | Recursively removing directory: /tmp/git.aPxlhd/ +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.342 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.342 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.345 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.345 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.348 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.348 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.348 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.348 | 59630 | Added a new worker 17 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.348 | 56097 | Removed run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.348 | 56097 | Removed worker 17 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.348 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.348 | 56097 | Assigned run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.348 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.G1BtWB +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.349 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.349 | 59631 | Added a new worker 13 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.349 | 56097 | Removed run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.349 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.349 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.349 | 56097 | Assigned run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.349 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Dr2dd0 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.353 | 59627 | Added a new run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.354 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.356 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.358 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.358 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.359 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.359 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.360 | 59628 | Marked run 259 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.360 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.364 | 59629 | Marked run 260 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.364 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.365 | 59633 | Added a new run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.366 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.368 | 56098 | Recursively removing directory: /tmp/git.Dr2dd0/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.369 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.370 | 56101 | Recursively removing directory: /tmp/git.G1BtWB/ +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.370 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.370 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.371 | 59649 | Added a new run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.371 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.372 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.372 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.374 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.374 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.374 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.376 | 59651 | Added a new run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.376 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.378 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.378 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.378 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.378 | 59656 | Added a new worker 14 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.378 | 56097 | Removed run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.378 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.378 | 56097 | Assigned run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.378 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.378 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.379 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zF2HgE +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.379 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.379 | 59655 | Added a new worker 15 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.379 | 56097 | Removed run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.379 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.379 | 56097 | Assigned run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.379 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xvqTwE +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.380 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.384 | 59657 | Added a new run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.385 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.385 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.386 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.386 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.387 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.388 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.390 | 59653 | Marked run 261 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.390 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.394 | 59652 | Marked run 262 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.394 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.396 | 59660 | Added a new run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.396 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.396 | 56098 | Recursively removing directory: /tmp/git.xvqTwE/ +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.399 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.397 | 56101 | Recursively removing directory: /tmp/git.zF2HgE/ +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.398 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.398 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.399 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.399 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.400 | 59675 | Added a new run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.400 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.401 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.403 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.403 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.404 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.405 | 59679 | Added a new run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.405 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.405 | 59680 | Added a new worker 12 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.405 | 56097 | Removed run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.405 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.405 | 56097 | Assigned run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.405 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mRdjlo +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.406 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.408 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.408 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.408 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.408 | 59682 | Added a new worker 14 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.408 | 56097 | Removed run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.408 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.408 | 56097 | Assigned run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.409 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6QjVUt +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.410 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.410 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.411 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.415 | 59677 | Marked run 264 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.415 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.415 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.417 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.420 | 56098 | Recursively removing directory: /tmp/git.mRdjlo/ +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.421 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.421 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.422 | 59678 | Marked run 263 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.422 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.423 | 59683 | Added a new run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.424 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.425 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.426 | 56101 | Recursively removing directory: /tmp/git.6QjVUt/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.426 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.428 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.428 | 59700 | Added a new run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.428 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.428 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.428 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.429 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.429 | 59701 | Added a new worker 8 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.429 | 56097 | Removed run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.429 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.429 | 56097 | Assigned run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.429 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tgm4lx +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.430 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.432 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.433 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.434 | 59703 | Added a new run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.435 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.435 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.436 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.437 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.437 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.437 | 59706 | Added a new worker 13 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.437 | 56097 | Removed run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.437 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.437 | 56097 | Assigned run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.437 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.437 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.437 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WpR3GJ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.438 | 59699 | Marked run 265 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.438 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.441 | 59708 | Added a new run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.441 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.443 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.444 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.445 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.446 | 59704 | Marked run 266 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.446 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.446 | 56098 | Recursively removing directory: /tmp/git.tgm4lx/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.448 | 59716 | Added a new run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.448 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.449 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.449 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.451 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.453 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.455 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.455 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.455 | 59727 | Added a new worker 13 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.456 | 56097 | Removed run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.456 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.456 | 56097 | Assigned run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.456 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Nqen6p +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.454 | 56101 | Recursively removing directory: /tmp/git.WpR3GJ/ +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.455 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.455 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.456 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.458 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.461 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.461 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.461 | 59725 | Added a new run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.461 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.462 | 59729 | Added a new worker 6 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.462 | 56097 | Removed run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.462 | 56097 | Removed worker 6 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.462 | 56097 | Assigned run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.462 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Dqxlcg +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.462 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.465 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.465 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.466 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.466 | 59726 | Marked run 267 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.466 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.468 | 59731 | Added a new run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.469 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.469 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.470 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.471 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.472 | 59728 | Marked run 268 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.473 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.474 | 59739 | Added a new run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.474 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.475 | 56098 | Recursively removing directory: /tmp/git.Nqen6p/ +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.477 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.477 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.477 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.479 | 59749 | Added a new run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.479 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.480 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.480 | 56101 | Recursively removing directory: /tmp/git.Dqxlcg/ +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.482 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.482 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.482 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.484 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.484 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.484 | 59753 | Added a new worker 13 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.484 | 56097 | Removed run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.484 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.484 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.484 | 56097 | Assigned run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.484 | 59752 | Added a new run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.484 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vCczzR +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.484 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.485 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.487 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.489 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.489 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.489 | 59757 | Added a new worker 13 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.489 | 56097 | Removed run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.489 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.489 | 56097 | Assigned run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.489 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.490 | 59756 | Added a new run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.490 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.491 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.491 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Q8DBC9 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.491 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.493 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.499 | 56098 | Recursively removing directory: /tmp/git.vCczzR/ +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.500 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.500 | 59751 | Marked run 269 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.501 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.501 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.502 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.502 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.504 | 59755 | Marked run 270 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.504 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.505 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.505 | 59760 | Added a new run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.505 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.508 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.508 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.508 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.508 | 59777 | Added a new worker 13 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.508 | 56097 | Removed run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.508 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.509 | 56097 | Assigned run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.509 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.509 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mBWjcN +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.511 | 59776 | Added a new run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.511 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.512 | 56101 | Recursively removing directory: /tmp/git.Q8DBC9/ +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.514 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.514 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.514 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.515 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.516 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.516 | 59779 | Added a new run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.517 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.517 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.519 | 59770 | Marked run 271 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.519 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.520 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.521 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.521 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.521 | 59788 | Added a new worker 13 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.521 | 56097 | Removed run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.521 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.521 | 56097 | Assigned run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.521 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i4kvbB +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.522 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.524 | 59785 | Added a new run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.524 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.526 | 56098 | Recursively removing directory: /tmp/git.mBWjcN/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.527 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.527 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.528 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.529 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.529 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.531 | 59781 | Marked run 272 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.531 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.532 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.533 | 59792 | Added a new run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.533 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.536 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.536 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.536 | 59803 | Added a new worker 13 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.536 | 56097 | Removed run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.536 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.536 | 56097 | Assigned run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.536 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.536 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.536 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Z57vN8 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.538 | 56101 | Recursively removing directory: /tmp/git.i4kvbB/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.538 | 59802 | Added a new run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.540 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.540 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.540 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.541 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.542 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.543 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.544 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.545 | 59798 | Marked run 273 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.545 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.546 | 59805 | Added a new run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.546 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.548 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.548 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.548 | 59811 | Added a new worker 8 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.548 | 56097 | Removed run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.548 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.548 | 56097 | Assigned run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.548 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KEnPSj +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.549 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.549 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.553 | 59814 | Added a new run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.553 | 56098 | Recursively removing directory: /tmp/git.Z57vN8/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.554 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.555 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.555 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.554 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.556 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.556 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.558 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.558 | 59807 | Marked run 274 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.559 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.560 | 59818 | Added a new run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.560 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.562 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.562 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.562 | 59826 | Added a new worker 9 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.562 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.563 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.563 | 56097 | Removed run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.563 | 56097 | Removed worker 9 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.563 | 56097 | Assigned run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.564 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GAJIrg +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.565 | 56101 | Recursively removing directory: /tmp/git.KEnPSj/ +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.567 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.567 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.569 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.572 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.572 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.572 | 59831 | Added a new worker 15 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.572 | 56097 | Removed run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.572 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.572 | 56097 | Assigned run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.572 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.573 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7xjdqK +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.590 | 59829 | Added a new run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.590 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.593 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.593 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.594 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.594 | 59820 | Marked run 275 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.594 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.595 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.596 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.596 | 59833 | Added a new run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.597 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.599 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.600 | 59830 | Marked run 276 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.600 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.602 | 59842 | Added a new run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.602 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.605 | 56098 | Recursively removing directory: /tmp/git.GAJIrg/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.605 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.607 | 56101 | Recursively removing directory: /tmp/git.7xjdqK/ +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.607 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.607 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.607 | 59851 | Added a new run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.607 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.609 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.609 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.610 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.610 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.611 | 59853 | Added a new run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.611 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.612 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.613 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.613 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.613 | 59857 | Added a new worker 12 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.614 | 56097 | Removed run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.614 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.614 | 56097 | Assigned run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.614 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.614 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.614 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BbJ8T3 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.616 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.616 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.616 | 59859 | Added a new worker 16 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.616 | 56097 | Removed run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.616 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.616 | 56097 | Assigned run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.616 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.617 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IBQwtj +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.618 | 59858 | Added a new run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.619 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.621 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.621 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.622 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.622 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.623 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.625 | 59856 | Marked run 278 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.625 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.629 | 59854 | Marked run 277 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.629 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.630 | 59861 | Added a new run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.630 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.633 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.633 | 56098 | Recursively removing directory: /tmp/git.BbJ8T3/ +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.634 | 56101 | Recursively removing directory: /tmp/git.IBQwtj/ +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.635 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.635 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.635 | 59877 | Added a new run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.636 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.636 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.636 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.638 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.639 | 59879 | Added a new run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.639 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.640 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.640 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.642 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.643 | 59883 | Added a new run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.644 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.644 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.648 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.648 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.648 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.649 | 59885 | Added a new worker 14 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.649 | 56097 | Removed run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.649 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.649 | 56097 | Assigned run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.649 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eI9rRc +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.649 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.650 | 59884 | Added a new worker 12 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.651 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.651 | 56097 | Removed run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.651 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.651 | 56097 | Assigned run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.651 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.651 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nnTcoC +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.654 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.654 | 59882 | Marked run 280 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.654 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.655 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.656 | 59887 | Added a new run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.656 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.658 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.659 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.659 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.660 | 59881 | Marked run 279 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.660 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.661 | 59892 | Added a new run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.661 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.664 | 56101 | Recursively removing directory: /tmp/git.eI9rRc/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.664 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.666 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.666 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.667 | 59902 | Added a new run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.667 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.669 | 56098 | Recursively removing directory: /tmp/git.nnTcoC/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.670 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.670 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.671 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.671 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.674 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.674 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.674 | 59909 | Added a new worker 13 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.674 | 56097 | Removed run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.674 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.674 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.674 | 56097 | Assigned run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.674 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y9TuMG +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.675 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.675 | 59907 | Added a new run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.676 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.678 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.679 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.679 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.679 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.679 | 59913 | Added a new worker 15 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.679 | 56097 | Removed run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.679 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.679 | 56097 | Assigned run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.680 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8u9ZVf +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.680 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.681 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.682 | 59912 | Added a new run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.683 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.685 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.685 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.687 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.687 | 59908 | Marked run 281 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.687 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.688 | 59918 | Added a new run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.689 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.690 | 56101 | Recursively removing directory: /tmp/git.Y9TuMG/ +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.692 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.692 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.693 | 59910 | Marked run 282 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.693 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.693 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.696 | 59931 | Added a new run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.696 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.696 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.696 | 56098 | Recursively removing directory: /tmp/git.8u9ZVf/ +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.698 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.698 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.699 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.700 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.700 | 59934 | Added a new run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.700 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.700 | 59935 | Added a new worker 10 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.700 | 56097 | Removed run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.700 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.700 | 56097 | Assigned run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.700 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.701 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pSiUsc +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.701 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.701 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.703 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.705 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.705 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.705 | 59939 | Added a new worker 16 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.705 | 56097 | Removed run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.705 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.705 | 56097 | Assigned run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.705 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.705 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.l0h21Z +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.706 | 59938 | Added a new run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.706 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.709 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.710 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.710 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.711 | 59932 | Marked run 283 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.711 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.712 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.713 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.717 | 59936 | Marked run 284 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.717 | 59941 | Added a new run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.717 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.719 | 56101 | Recursively removing directory: /tmp/git.pSiUsc/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.720 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.721 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.721 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.723 | 56098 | Recursively removing directory: /tmp/git.l0h21Z/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.723 | 59957 | Added a new run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.724 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.725 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.725 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.725 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.726 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.728 | 59960 | Added a new run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.728 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.728 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.728 | 59962 | Added a new worker 10 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.728 | 56097 | Removed run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.728 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.729 | 56097 | Assigned run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.728 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.729 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.guUFCx +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.729 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.731 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.731 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.733 | 59964 | Added a new run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.733 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.733 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.734 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.735 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.735 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.734 | 59965 | Added a new worker 8 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.736 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.736 | 56097 | Removed run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.736 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.736 | 56097 | Assigned run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.736 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.736 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nx20nz +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.738 | 59967 | Added a new run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.738 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.741 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.743 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.742 | 59959 | Marked run 285 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.743 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.744 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.744 | 59972 | Added a new run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.745 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.746 | 56101 | Recursively removing directory: /tmp/git.guUFCx/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.747 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.748 | 59963 | Marked run 286 as finished +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.749 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.749 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.749 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.750 | 59980 | Added a new run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.751 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.753 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.753 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.755 | 56098 | Recursively removing directory: /tmp/git.nx20nz/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.755 | 59987 | Added a new run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.755 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.756 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.756 | 59990 | Added a new worker 8 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.756 | 56097 | Removed run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.756 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.756 | 56097 | Assigned run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.757 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.757 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.757 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.756 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.756 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hiklun +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.759 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.760 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.761 | 59991 | Added a new run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.762 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.762 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.764 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.764 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.764 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.764 | 59994 | Added a new worker 11 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.764 | 56097 | Removed run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.764 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.764 | 56097 | Assigned run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.765 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IGjp3Z +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.765 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.765 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.766 | 59988 | Marked run 287 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.766 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.768 | 59996 | Added a new run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.769 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.771 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.772 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.772 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.774 | 59992 | Marked run 288 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.774 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.774 | 56101 | Recursively removing directory: /tmp/git.hiklun/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.776 | 60004 | Added a new run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.776 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.776 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.778 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.779 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.780 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.781 | 56098 | Recursively removing directory: /tmp/git.IGjp3Z/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.781 | 60013 | Added a new run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.782 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.783 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.783 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.784 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.784 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.784 | 60016 | Added a new worker 8 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.784 | 56097 | Removed run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.784 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.784 | 56097 | Assigned run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.784 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.784 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QHA08I +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.784 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.786 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.787 | 60017 | Added a new run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.787 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.790 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.790 | 60020 | Added a new worker 8 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.790 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.790 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.790 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.791 | 56097 | Removed run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.791 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.791 | 56097 | Assigned run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.791 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.k0A6ZK +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.791 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.794 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.796 | 60021 | Added a new run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.796 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.799 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.799 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.800 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.800 | 60014 | Marked run 289 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.800 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.801 | 60018 | Marked run 290 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.801 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.804 | 56101 | Recursively removing directory: /tmp/git.QHA08I/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.804 | 60027 | Added a new run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.805 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.806 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.806 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.807 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.809 | 60039 | Added a new run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.809 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.810 | 56098 | Recursively removing directory: /tmp/git.k0A6ZK/ +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.810 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.811 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.811 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.812 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.813 | 60042 | Added a new run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.813 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.814 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.814 | 60043 | Added a new worker 12 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.814 | 56097 | Removed run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.814 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.814 | 56097 | Assigned run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.814 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pECE7x +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.814 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.816 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.816 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.816 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.818 | 60046 | Added a new run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.819 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.819 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.819 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.819 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.819 | 60048 | Added a new worker 12 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.819 | 56097 | Removed run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.819 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.819 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.819 | 56097 | Assigned run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.820 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.820 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DCAx8i +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.822 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.825 | 60041 | Marked run 291 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.825 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.825 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.826 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.827 | 60051 | Added a new run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.827 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.830 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.830 | 56101 | Recursively removing directory: /tmp/git.pECE7x/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.831 | 60045 | Marked run 292 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.831 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.833 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.833 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.834 | 60060 | Added a new run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.834 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.836 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.837 | 56098 | Recursively removing directory: /tmp/git.DCAx8i/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.837 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.838 | 60067 | Added a new run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.839 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.839 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.839 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.841 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.841 | 60070 | Added a new worker 8 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.841 | 56097 | Removed run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.841 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.841 | 56097 | Assigned run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.841 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.841 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.M3nnMs +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.841 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.841 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.843 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.843 | 60071 | Added a new run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.844 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.846 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.846 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.846 | 60074 | Added a new worker 8 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.846 | 56097 | Removed run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.846 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.846 | 56097 | Assigned run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.846 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.847 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.neGLMJ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.847 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.848 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.849 | 60075 | Added a new run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.849 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.850 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.853 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.853 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.854 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.855 | 60068 | Marked run 293 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.855 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.855 | 60072 | Marked run 294 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.856 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.859 | 60079 | Added a new run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.859 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.859 | 56101 | Recursively removing directory: /tmp/git.M3nnMs/ +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.861 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.861 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.863 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.864 | 56098 | Recursively removing directory: /tmp/git.neGLMJ/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.865 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.865 | 60093 | Added a new run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.865 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.866 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.866 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.868 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.868 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.869 | 60097 | Added a new worker 13 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.869 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.869 | 56097 | Removed run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.869 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.869 | 56097 | Assigned run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.869 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.868 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.869 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.T7POQD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.871 | 60096 | Added a new run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.872 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.872 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.872 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.875 | 60099 | Added a new worker 13 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.875 | 56097 | Removed run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.875 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.875 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.875 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.875 | 56097 | Assigned run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.875 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8K2It4 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.877 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.878 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.878 | 60094 | Marked run 295 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.879 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.880 | 60101 | Added a new run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.880 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.882 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.882 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.883 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.885 | 60098 | Marked run 296 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.885 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.886 | 60109 | Added a new run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.886 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.888 | 56101 | Recursively removing directory: /tmp/git.T7POQD/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.889 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.890 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.890 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.891 | 60119 | Added a new run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.891 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.892 | 56098 | Recursively removing directory: /tmp/git.8K2It4/ +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.893 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.893 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.894 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.894 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.896 | 60121 | Added a new run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.896 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.897 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.898 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.898 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.898 | 60125 | Added a new worker 12 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.898 | 56097 | Removed run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.898 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.898 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.898 | 56097 | Assigned run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.898 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.899 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MROVfC +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.900 | 60126 | Added a new run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.901 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.901 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.901 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.901 | 60127 | Added a new worker 8 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.901 | 56097 | Removed run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.901 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.901 | 56097 | Assigned run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.901 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vYYESh +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.902 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.904 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.917 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.918 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.920 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.920 | 60122 | Marked run 297 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.921 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.921 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.922 | 60129 | Added a new run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.923 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.925 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.926 | 60124 | Marked run 298 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.926 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.927 | 60141 | Added a new run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.928 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.930 | 56101 | Recursively removing directory: /tmp/git.MROVfC/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.930 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.932 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.932 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.932 | 56098 | Recursively removing directory: /tmp/git.vYYESh/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.932 | 60147 | Added a new run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.933 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.933 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.933 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.935 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.935 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.937 | 60150 | Added a new run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.937 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.938 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.938 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.938 | 60153 | Added a new worker 12 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.938 | 56097 | Removed run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.938 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.938 | 56097 | Assigned run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.938 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.939 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3aNt8d +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.939 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.941 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.941 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.941 | 60155 | Added a new worker 16 to the queue +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.941 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NTqETl +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.941 | 56097 | Removed run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.941 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.941 | 56097 | Assigned run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.943 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.944 | 60154 | Added a new run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.945 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.946 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.946 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.947 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.947 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.948 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.951 | 60149 | Marked run 299 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.951 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.954 | 60151 | Marked run 300 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.954 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.956 | 60158 | Added a new run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.956 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.956 | 56101 | Recursively removing directory: /tmp/git.3aNt8d/ +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.958 | 56101 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.958 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.958 | 56098 | Recursively removing directory: /tmp/git.NTqETl/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.958 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.960 | 56098 | Process exit code: 0 +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.960 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.960 | 60173 | Added a new run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.961 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.961 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.963 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.963 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.965 | 60176 | Added a new run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.965 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.966 | 60178 | Added a new worker 8 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.966 | 56097 | Removed run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.966 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.966 | 56097 | Assigned run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.965 | 56101 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.966 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wdtAAQ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.967 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.967 | 56098 | Waiting for a new command +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.967 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.967 | 60180 | Added a new worker 10 to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.967 | 56097 | Removed run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.967 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.967 | 56097 | Assigned run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.967 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.967 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0U2CEo +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.969 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.985 | 60181 | Added a new run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.985 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.987 | 56101 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.988 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.988 | 56101 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.988 | 56098 | Checking out revision HEAD +2024-01-28 10:55:53 | INFO | 56098/cimple-worker: 2024-01-28 10:55:53.989 | 56098 | Going to run: ./ci +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.989 | 60175 | Marked run 301 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.990 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.991 | 60183 | Added a new run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.991 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.994 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.996 | 60177 | Marked run 302 as finished +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.997 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.998 | 56101 | Recursively removing directory: /tmp/git.wdtAAQ/ +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.998 | 60195 | Added a new run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:53 | INFO | 56095/cimple-server: 2024-01-28 10:55:53.998 | 56095 | Waiting for new connections +2024-01-28 10:55:53 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:53 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:53 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.999 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:53.999 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.000 | 56098 | Recursively removing directory: /tmp/git.0U2CEo/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.001 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.001 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.001 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.003 | 60201 | Added a new run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.003 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.003 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.005 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.005 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.007 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.007 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.007 | 60206 | Added a new worker 15 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.007 | 56097 | Removed run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.007 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.007 | 56097 | Assigned run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.007 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.007 | 60205 | Added a new run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.007 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dHJA4e +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.008 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.008 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.008 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.008 | 60208 | Added a new worker 10 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.008 | 56097 | Removed run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.008 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.009 | 56097 | Assigned run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.009 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.010 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0rldlx +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.011 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.017 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.018 | 60209 | Added a new run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.018 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.018 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.020 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.021 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.022 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.022 | 60202 | Marked run 303 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.022 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.023 | 60214 | Added a new run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.024 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.027 | 60204 | Marked run 304 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.027 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.027 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.028 | 60226 | Added a new run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.028 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.030 | 56101 | Recursively removing directory: /tmp/git.dHJA4e/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.031 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.032 | 56098 | Recursively removing directory: /tmp/git.0rldlx/ +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.033 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.033 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.033 | 60229 | Added a new run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.033 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.033 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.033 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.035 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.036 | 60231 | Added a new run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.037 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.037 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.038 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.039 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.040 | 60235 | Added a new run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.040 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.041 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.041 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.041 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.041 | 60237 | Added a new worker 14 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.041 | 56097 | Removed run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.041 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.041 | 56097 | Assigned run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.042 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.042 | 60238 | Added a new worker 14 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.042 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.042 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nYzJ3u +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.043 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.043 | 56097 | Removed run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.043 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.043 | 56097 | Assigned run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.046 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.043 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AyETB4 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.047 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.048 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.049 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.050 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.051 | 60233 | Marked run 305 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.051 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.054 | 60234 | Marked run 306 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.054 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.055 | 60242 | Added a new run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.056 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.057 | 56101 | Recursively removing directory: /tmp/git.nYzJ3u/ +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.058 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.058 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.059 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.060 | 56098 | Recursively removing directory: /tmp/git.AyETB4/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.061 | 60255 | Added a new run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.061 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.062 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.062 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.062 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.064 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.065 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.065 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.066 | 60258 | Added a new run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.066 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.066 | 60260 | Added a new worker 10 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.066 | 56097 | Removed run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.066 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.066 | 56097 | Assigned run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.066 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.066 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9OJ2pU +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.068 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.068 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.069 | 60262 | Added a new worker 10 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.069 | 56097 | Removed run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.069 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.069 | 56097 | Assigned run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.069 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.070 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.068 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.069 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UEXxzf +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.073 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.074 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.075 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.075 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.076 | 60257 | Marked run 307 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.077 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.078 | 60263 | Added a new run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.078 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.082 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.082 | 60259 | Marked run 308 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.082 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.085 | 60279 | Added a new run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.085 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.085 | 56098 | Recursively removing directory: /tmp/git.UEXxzf/ +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.086 | 56101 | Recursively removing directory: /tmp/git.9OJ2pU/ +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.087 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.087 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.087 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.087 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.088 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.089 | 60281 | Added a new run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.089 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.090 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.090 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.092 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.093 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.093 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.093 | 60286 | Added a new worker 15 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.093 | 60285 | Added a new run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.094 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.094 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.094 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.094 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.095 | 56097 | Removed run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.095 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.095 | 56097 | Assigned run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.096 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.02qvPC +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.096 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.096 | 60288 | Added a new worker 14 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.096 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.097 | 56097 | Removed run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.097 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.097 | 56097 | Assigned run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.097 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XpRnLC +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.101 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.101 | 60289 | Added a new run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.102 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.102 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.102 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.103 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.104 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.105 | 60283 | Marked run 309 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.105 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.107 | 60292 | Added a new run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.108 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.110 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.111 | 60284 | Marked run 310 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.112 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.113 | 56101 | Recursively removing directory: /tmp/git.02qvPC/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.113 | 60307 | Added a new run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.113 | 56098 | Recursively removing directory: /tmp/git.XpRnLC/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.114 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.115 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.115 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.115 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.115 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.116 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.117 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.118 | 60309 | Added a new run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.119 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.119 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.121 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.121 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.121 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.121 | 60314 | Added a new worker 15 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.122 | 56097 | Removed run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.122 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.122 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.122 | 56097 | Assigned run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.122 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7ADgs3 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.122 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.122 | 60315 | Added a new worker 15 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.122 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.122 | 56097 | Removed run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.122 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.122 | 56097 | Assigned run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.122 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.123 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aWxIIs +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.128 | 60313 | Added a new run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.128 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.129 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.130 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.130 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.131 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.131 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.132 | 60310 | Marked run 311 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.132 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.133 | 60318 | Added a new run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.134 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.137 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.137 | 60311 | Marked run 312 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.137 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.138 | 60331 | Added a new run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.138 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.141 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.141 | 56098 | Recursively removing directory: /tmp/git.aWxIIs/ +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.142 | 56101 | Recursively removing directory: /tmp/git.7ADgs3/ +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.143 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.143 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.143 | 60335 | Added a new run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.144 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.144 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.144 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.146 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.147 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.147 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.148 | 60337 | Added a new run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.148 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.150 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.151 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.151 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.151 | 60341 | Added a new worker 14 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.151 | 56097 | Removed run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.151 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.151 | 56097 | Assigned run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.151 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.151 | 60342 | Added a new worker 6 to the queue +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.152 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ndfxjt +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.152 | 56097 | Removed run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.152 | 56097 | Removed worker 6 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.152 | 56097 | Assigned run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.152 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.151 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.152 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PzukOU +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.154 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.156 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.157 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.158 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.158 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.160 | 60339 | Marked run 313 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.160 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.161 | 60343 | Added a new run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.162 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.164 | 60338 | Marked run 314 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.164 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.165 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.167 | 60358 | Added a new run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.168 | 56098 | Recursively removing directory: /tmp/git.ndfxjt/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.168 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.168 | 56101 | Recursively removing directory: /tmp/git.PzukOU/ +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.169 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.169 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.170 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.170 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.170 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.172 | 60361 | Added a new run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.172 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.174 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.174 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.174 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.175 | 60364 | Added a new run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.175 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.177 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.177 | 60367 | Added a new worker 10 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.177 | 56097 | Removed run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.177 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.177 | 56097 | Assigned run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.178 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.178 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.177 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.178 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LG3Eus +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.178 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.179 | 60369 | Added a new worker 9 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.179 | 56097 | Removed run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.179 | 56097 | Removed worker 9 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.179 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.179 | 56097 | Assigned run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.179 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.H2nEuK +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.181 | 60368 | Added a new run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.182 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.183 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.184 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.186 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.187 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.187 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.189 | 60365 | Marked run 316 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.189 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.192 | 60363 | Marked run 315 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.192 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.193 | 56098 | Recursively removing directory: /tmp/git.LG3Eus/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.194 | 60374 | Added a new run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.194 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.195 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.195 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.197 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.197 | 56101 | Recursively removing directory: /tmp/git.H2nEuK/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.198 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.199 | 60387 | Added a new run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.199 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.199 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.199 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.202 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.202 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.202 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.202 | 60391 | Added a new worker 13 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.202 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.202 | 56097 | Removed run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.202 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.202 | 56097 | Assigned run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.203 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9ZMiOD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.203 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.204 | 60390 | Added a new run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.205 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.206 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.206 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.208 | 60394 | Added a new worker 14 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.208 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.208 | 56097 | Removed run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.208 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.208 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.208 | 56097 | Assigned run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.208 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.V7SOQN +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.209 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.210 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.210 | 60395 | Added a new run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.211 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.214 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.215 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.215 | 60388 | Marked run 317 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.215 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.216 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.219 | 60392 | Marked run 318 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.219 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.220 | 60398 | Added a new run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.220 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.220 | 56098 | Recursively removing directory: /tmp/git.9ZMiOD/ +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.222 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.222 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.223 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.224 | 60413 | Added a new run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.225 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.226 | 56101 | Recursively removing directory: /tmp/git.V7SOQN/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.226 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.227 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.227 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.227 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.228 | 60416 | Added a new run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.228 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.229 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.230 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.230 | 60418 | Added a new worker 10 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.230 | 56097 | Removed run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.230 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.230 | 56097 | Assigned run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.230 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rqugOE +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.231 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.231 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.232 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.235 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.235 | 60419 | Added a new run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.235 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.235 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.235 | 60421 | Added a new worker 8 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.235 | 56097 | Removed run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.235 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.235 | 56097 | Assigned run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.235 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OqHgrh +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.238 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.238 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.239 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.239 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.241 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.242 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.243 | 60415 | Marked run 319 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.243 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.247 | 60420 | Marked run 320 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.247 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.247 | 56098 | Recursively removing directory: /tmp/git.rqugOE/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.249 | 60424 | Added a new run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.249 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.250 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.250 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.252 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.252 | 56101 | Recursively removing directory: /tmp/git.OqHgrh/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.253 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.254 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.254 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.254 | 60439 | Added a new run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.255 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.257 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.257 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.257 | 60442 | Added a new worker 12 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.257 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.257 | 56097 | Removed run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.257 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.257 | 56097 | Assigned run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.257 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HjNF4G +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.258 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.259 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.259 | 60443 | Added a new run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.260 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.262 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.262 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.263 | 60446 | Added a new worker 13 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.263 | 56097 | Removed run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.263 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.263 | 56097 | Assigned run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.263 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.263 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0agpwA +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.264 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.264 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.264 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.267 | 60440 | Marked run 321 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.268 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.270 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.271 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.273 | 60444 | Marked run 322 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.274 | 60447 | Added a new run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.274 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.274 | 56098 | Recursively removing directory: /tmp/git.HjNF4G/ +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.276 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.276 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.277 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.278 | 60461 | Added a new run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.278 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.280 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.280 | 56101 | Recursively removing directory: /tmp/git.0agpwA/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.281 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.282 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.282 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.282 | 60466 | Added a new run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.283 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.283 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.283 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.284 | 60468 | Added a new worker 10 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.284 | 56097 | Removed run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.284 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.284 | 56097 | Assigned run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.284 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bsOq5I +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.284 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.286 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.286 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.288 | 60470 | Added a new run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.289 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.289 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.290 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.290 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.290 | 60472 | Added a new worker 10 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.290 | 56097 | Removed run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.290 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.290 | 56097 | Assigned run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.290 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.290 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5Izzos +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.291 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.292 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.294 | 60465 | Marked run 323 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.294 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.296 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.297 | 60474 | Added a new run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.297 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.297 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.300 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.301 | 60469 | Marked run 324 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.301 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.301 | 56098 | Recursively removing directory: /tmp/git.bsOq5I/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.303 | 60483 | Added a new run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.303 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.304 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.304 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.306 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.306 | 56101 | Recursively removing directory: /tmp/git.5Izzos/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.308 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.308 | 60491 | Added a new run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.308 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.309 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.309 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.311 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.312 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.312 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.312 | 60496 | Added a new worker 15 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.312 | 56097 | Removed run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.312 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.312 | 56097 | Assigned run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.312 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.312 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.312 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nlOr8B +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.313 | 60494 | Added a new run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.314 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.316 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.316 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.317 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.316 | 60498 | Added a new worker 8 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.317 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.317 | 56097 | Removed run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.317 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.317 | 56097 | Assigned run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.317 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.317 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aRQ0ax +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.318 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.318 | 60499 | Added a new run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.319 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.322 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.323 | 60492 | Marked run 325 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.323 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.325 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.326 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.326 | 60495 | Marked run 326 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.326 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.328 | 60503 | Added a new run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.328 | 56098 | Recursively removing directory: /tmp/git.nlOr8B/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.328 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.330 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.330 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.331 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.333 | 60515 | Added a new run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.333 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.334 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.335 | 56101 | Recursively removing directory: /tmp/git.aRQ0ax/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.336 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.336 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.336 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.337 | 60520 | Added a new run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.337 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.338 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.338 | 60521 | Added a new worker 12 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.338 | 56097 | Removed run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.338 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.338 | 56097 | Assigned run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.338 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.13zdRu +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.339 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.339 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.340 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.341 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.343 | 60524 | Added a new run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.343 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.344 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.344 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.344 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.345 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.346 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.346 | 60526 | Added a new worker 15 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.346 | 56097 | Removed run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.346 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.346 | 56097 | Assigned run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.346 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.346 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uJp1iV +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.350 | 60519 | Marked run 327 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.351 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.355 | 56098 | Recursively removing directory: /tmp/git.13zdRu/ +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.355 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.356 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.356 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.356 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.358 | 60523 | Marked run 328 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.358 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.359 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.360 | 60528 | Added a new run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.360 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.363 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.363 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.364 | 60545 | Added a new worker 13 to the queue +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.363 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.364 | 56097 | Removed run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.364 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.364 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.364 | 56097 | Assigned run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.364 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UTcxhc +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.365 | 60544 | Added a new run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.365 | 56101 | Recursively removing directory: /tmp/git.uJp1iV/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.365 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.367 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.367 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.368 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.370 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.370 | 60547 | Added a new run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.370 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.371 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.372 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.373 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.373 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.373 | 60551 | Added a new worker 13 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.373 | 56097 | Removed run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.373 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.374 | 56097 | Assigned run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.374 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.374 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.374 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HVAtjE +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.375 | 60538 | Marked run 329 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.375 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.377 | 60552 | Added a new run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.377 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.380 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.380 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.381 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.382 | 60560 | Added a new run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.383 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.384 | 56098 | Recursively removing directory: /tmp/git.UTcxhc/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.385 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.385 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.385 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.386 | 60548 | Marked run 330 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.387 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.388 | 60565 | Added a new run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.388 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.389 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.390 | 56101 | Recursively removing directory: /tmp/git.HVAtjE/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.391 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.392 | 60572 | Added a new run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.392 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.392 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.393 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.393 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.393 | 60574 | Added a new worker 8 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.393 | 56097 | Removed run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.393 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.393 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.393 | 56097 | Assigned run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.393 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.393 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wi5YUI +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.396 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.397 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.398 | 60575 | Added a new run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.398 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.399 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.400 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.401 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.401 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.401 | 60579 | Added a new worker 11 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.401 | 56097 | Removed run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.401 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.401 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.401 | 56097 | Assigned run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.401 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.L8eEBk +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.402 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.404 | 60571 | Marked run 331 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.404 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.406 | 60580 | Added a new run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.406 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.408 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.409 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.409 | 60576 | Marked run 332 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.410 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.410 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.411 | 56098 | Recursively removing directory: /tmp/git.wi5YUI/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.411 | 60588 | Added a new run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.412 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.412 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.412 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.414 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.416 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.418 | 60593 | Added a new run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.418 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.419 | 56101 | Recursively removing directory: /tmp/git.L8eEBk/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.419 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.419 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.420 | 60600 | Added a new worker 8 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.420 | 56097 | Removed run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.420 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.420 | 56097 | Assigned run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.420 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.420 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.420 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.421 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fWLFXt +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.421 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.423 | 60601 | Added a new run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.424 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.425 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.426 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.427 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.427 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.429 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.429 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.429 | 60606 | Added a new worker 15 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.429 | 56097 | Removed run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.429 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.429 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.429 | 56097 | Assigned run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.429 | 60604 | Added a new run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.429 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KJKM8u +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.430 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.433 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.433 | 60598 | Marked run 333 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.434 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.436 | 60612 | Added a new run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.437 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.438 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.438 | 56098 | Recursively removing directory: /tmp/git.fWLFXt/ +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.439 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.439 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.439 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.440 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.440 | 60603 | Marked run 334 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.440 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.442 | 60617 | Added a new run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.442 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.443 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.445 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.447 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.447 | 60626 | Added a new run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.447 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.447 | 60627 | Added a new worker 12 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.447 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.448 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0YeEzH +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.448 | 56101 | Recursively removing directory: /tmp/git.KJKM8u/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.447 | 56097 | Removed run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.447 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.447 | 56097 | Assigned run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.448 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.450 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.450 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.451 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.453 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.453 | 60629 | Added a new run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.453 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.453 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.454 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.456 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.457 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.457 | 60636 | Added a new worker 15 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.457 | 56097 | Removed run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.457 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.457 | 56097 | Assigned run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.457 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.457 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.o6Oqp4 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.458 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.459 | 60621 | Marked run 335 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.459 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.462 | 56098 | Recursively removing directory: /tmp/git.0YeEzH/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.463 | 60634 | Added a new run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.463 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.464 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.464 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.464 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.464 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.466 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.468 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.469 | 60630 | Marked run 336 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.469 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.471 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.472 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Mh6oBk +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.472 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.472 | 60651 | Added a new worker 11 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.472 | 56097 | Removed run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.472 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.472 | 56097 | Assigned run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.472 | 60643 | Added a new run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.472 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.472 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.478 | 56101 | Recursively removing directory: /tmp/git.o6Oqp4/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.478 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.480 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.480 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.481 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.482 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.483 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.484 | 60646 | Marked run 337 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.484 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.485 | 60653 | Added a new run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.485 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.487 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.487 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.487 | 60661 | Added a new worker 8 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.487 | 56097 | Removed run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.487 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.487 | 56097 | Assigned run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.487 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RlbTY6 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.488 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.488 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.491 | 60664 | Added a new run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.492 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.493 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.493 | 56098 | Recursively removing directory: /tmp/git.Mh6oBk/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.494 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.494 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.495 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.495 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.497 | 60655 | Marked run 338 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.498 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.499 | 60666 | Added a new run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.499 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.499 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.501 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.503 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.503 | 60677 | Added a new worker 11 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.503 | 56097 | Removed run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.503 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.503 | 56097 | Assigned run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.503 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.503 | 60676 | Added a new run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.504 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.503 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.503 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rcQrXp +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.504 | 56101 | Recursively removing directory: /tmp/git.RlbTY6/ +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.507 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.506 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.506 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.509 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.509 | 60679 | Added a new run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.510 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.510 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.511 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.512 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.513 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.513 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.513 | 60684 | Added a new worker 15 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.513 | 56097 | Removed run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.513 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.513 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.513 | 56097 | Assigned run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.513 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EI9dKb +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.514 | 60671 | Marked run 339 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.514 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.516 | 60683 | Added a new run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.516 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.520 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.521 | 56098 | Recursively removing directory: /tmp/git.rcQrXp/ +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.521 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.521 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.522 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.522 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.523 | 60680 | Marked run 340 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.523 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.524 | 60692 | Added a new run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.524 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.526 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.527 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.529 | 60702 | Added a new run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.530 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.530 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.530 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.530 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3TaDof +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.530 | 60703 | Added a new worker 8 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.530 | 56097 | Removed run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.530 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.530 | 56097 | Assigned run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.531 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.531 | 56101 | Recursively removing directory: /tmp/git.EI9dKb/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.532 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.533 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.533 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.534 | 60705 | Added a new run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.535 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.536 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.536 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.537 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.538 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.540 | 60699 | Marked run 341 as finished +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.540 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.540 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.540 | 60711 | Added a new worker 15 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.540 | 56097 | Removed run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.540 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.540 | 56097 | Assigned run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.540 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Z2Fmup +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.541 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.541 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.541 | 60709 | Added a new run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.541 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.544 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.546 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.547 | 60716 | Added a new run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.547 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.547 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.549 | 56098 | Recursively removing directory: /tmp/git.3TaDof/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.550 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.550 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.550 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.551 | 60708 | Marked run 342 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.551 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.552 | 60722 | Added a new run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.552 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.554 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.555 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.557 | 60730 | Added a new run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.557 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.558 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.558 | 60732 | Added a new worker 10 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.558 | 56097 | Removed run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.558 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.558 | 56097 | Assigned run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.558 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.558 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GHcL8J +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.559 | 56101 | Recursively removing directory: /tmp/git.Z2Fmup/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.559 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.560 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.560 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.560 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.563 | 60733 | Added a new run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.564 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.565 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.566 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.566 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.567 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.568 | 60729 | Marked run 343 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.568 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.568 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.568 | 60738 | Added a new worker 13 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.568 | 56097 | Removed run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.569 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.569 | 56097 | Assigned run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.569 | 60736 | Added a new run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.568 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.569 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.569 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.p4FICe +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.570 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.572 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.573 | 60743 | Added a new run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.574 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.576 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.576 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.577 | 56098 | Recursively removing directory: /tmp/git.GHcL8J/ +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.577 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.578 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.578 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.579 | 60735 | Marked run 344 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.579 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.581 | 60748 | Added a new run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.581 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.582 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.584 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.585 | 60758 | Added a new run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.586 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.586 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.586 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.586 | 60759 | Added a new worker 10 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.586 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.586 | 56097 | Removed run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.586 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.586 | 56097 | Assigned run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.587 | 56101 | Recursively removing directory: /tmp/git.p4FICe/ +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.587 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.O2ZwCj +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.588 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.588 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.588 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.591 | 60761 | Added a new run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.591 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.592 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.593 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.594 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.594 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.595 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.595 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.596 | 60766 | Added a new worker 15 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.596 | 56097 | Removed run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.596 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.596 | 56097 | Assigned run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.596 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.596 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ONbfKr +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.596 | 60755 | Marked run 345 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.597 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.598 | 60764 | Added a new run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.598 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.601 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.601 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.603 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.604 | 60763 | Marked run 346 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.604 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.605 | 56098 | Recursively removing directory: /tmp/git.O2ZwCj/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.606 | 60774 | Added a new run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.607 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.607 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.607 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.609 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.611 | 60783 | Added a new run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.611 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.611 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.612 | 56101 | Recursively removing directory: /tmp/git.ONbfKr/ +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.613 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.613 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.614 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.615 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.615 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.615 | 60787 | Added a new worker 13 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.615 | 56097 | Removed run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.615 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.615 | 56097 | Assigned run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.615 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ljIjYH +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.615 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.616 | 60786 | Added a new run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.616 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.617 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.619 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.620 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.620 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.620 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.621 | 60791 | Added a new worker 16 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.621 | 56097 | Removed run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.621 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.621 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.621 | 56097 | Assigned run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.621 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SIi7N2 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.621 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.622 | 60790 | Added a new run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.622 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.626 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.626 | 60784 | Marked run 347 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.626 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.627 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.628 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.630 | 60789 | Marked run 348 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.630 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.631 | 60795 | Added a new run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.631 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.632 | 56098 | Recursively removing directory: /tmp/git.ljIjYH/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.633 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.634 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.634 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.635 | 60807 | Added a new run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.636 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.638 | 56101 | Recursively removing directory: /tmp/git.SIi7N2/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.638 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.638 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.639 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.639 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.640 | 60812 | Added a new run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.641 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.641 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.641 | 60813 | Added a new worker 10 to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.641 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.641 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TzMf2Q +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.641 | 56097 | Removed run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.641 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.641 | 56097 | Assigned run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.641 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.642 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.644 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.646 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.646 | 60817 | Added a new worker 12 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.646 | 56097 | Removed run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.646 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.646 | 56097 | Assigned run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.646 | 60816 | Added a new run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.646 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.646 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Fki0PK +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.647 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.647 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.648 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.651 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.651 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.652 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.654 | 60811 | Marked run 349 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.655 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.657 | 60820 | Added a new run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.657 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.660 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.660 | 56098 | Recursively removing directory: /tmp/git.TzMf2Q/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.661 | 60815 | Marked run 350 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.661 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.663 | 60835 | Added a new run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.663 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.663 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.663 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.665 | 56101 | Recursively removing directory: /tmp/git.Fki0PK/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.665 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.667 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.667 | 60837 | Added a new run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.667 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.667 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.668 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.670 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.670 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.670 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.670 | 60841 | Added a new worker 13 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.670 | 56097 | Removed run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.670 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.670 | 56097 | Assigned run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.670 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.671 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fMW3eq +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.672 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.674 | 60840 | Added a new run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.674 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.674 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.675 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.675 | 60844 | Added a new worker 6 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.675 | 56097 | Removed run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.675 | 56097 | Removed worker 6 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.675 | 56097 | Assigned run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.676 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.676 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZKhfEF +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.678 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.679 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.679 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.681 | 60838 | Marked run 351 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.681 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.683 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.683 | 60845 | Added a new run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.683 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.684 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.687 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.687 | 60842 | Marked run 352 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.687 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.690 | 60856 | Added a new run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.690 | 56098 | Recursively removing directory: /tmp/git.fMW3eq/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.690 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.692 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.692 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.693 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.694 | 60863 | Added a new run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.694 | 56101 | Recursively removing directory: /tmp/git.ZKhfEF/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.695 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.695 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.696 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.696 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.698 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.698 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.699 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.699 | 60867 | Added a new worker 13 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.699 | 56097 | Removed run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.699 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.699 | 56097 | Assigned run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.699 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.699 | 60866 | Added a new run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.700 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.699 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gUD7Y7 +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.702 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.703 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.703 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.703 | 60871 | Added a new worker 15 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.704 | 56097 | Removed run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.704 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.704 | 56097 | Assigned run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.704 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.704 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4LGQ1b +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.705 | 60870 | Added a new run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.705 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.706 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.706 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.710 | 60864 | Marked run 353 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.710 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.710 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.711 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.711 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.713 | 60868 | Marked run 354 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.713 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.715 | 60876 | Added a new run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.715 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.716 | 56098 | Recursively removing directory: /tmp/git.gUD7Y7/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.718 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.718 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.718 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.719 | 60889 | Added a new run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.720 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.721 | 56101 | Recursively removing directory: /tmp/git.4LGQ1b/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.721 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.722 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.722 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.723 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.724 | 60892 | Added a new run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.724 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.724 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.725 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.725 | 60893 | Added a new worker 8 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.725 | 56097 | Removed run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.725 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.725 | 56097 | Assigned run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.725 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fPrtUy +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.725 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.726 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.728 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.729 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.729 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.729 | 60897 | Added a new worker 16 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.729 | 56097 | Removed run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.729 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.729 | 56097 | Assigned run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.730 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cMFDTG +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.730 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.730 | 60896 | Added a new run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.730 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.732 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.733 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.733 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.736 | 60891 | Marked run 355 as finished +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.736 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.737 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.737 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.738 | 60899 | Added a new run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.738 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.741 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.741 | 60895 | Marked run 356 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.741 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.743 | 60910 | Added a new run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.743 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.744 | 56098 | Recursively removing directory: /tmp/git.fPrtUy/ +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.745 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.745 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.746 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.748 | 60917 | Added a new run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.748 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.748 | 56101 | Recursively removing directory: /tmp/git.cMFDTG/ +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.749 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.749 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.749 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.750 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.752 | 60920 | Added a new run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.752 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.752 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.753 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.753 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.753 | 60923 | Added a new worker 12 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.753 | 56097 | Removed run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.753 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.753 | 56097 | Assigned run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.753 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.753 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CDdzxj +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.755 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.757 | 60924 | Added a new run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.757 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.758 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.758 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.758 | 60926 | Added a new worker 10 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.758 | 56097 | Removed run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.758 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.758 | 56097 | Assigned run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.758 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.758 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Smdiyv +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.758 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.759 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.760 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.762 | 60928 | Added a new run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.762 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.765 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.766 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.767 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.768 | 60921 | Marked run 358 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.768 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.770 | 60932 | Added a new run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.770 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.771 | 56098 | Recursively removing directory: /tmp/git.CDdzxj/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.772 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.772 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.772 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.774 | 60919 | Marked run 357 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.775 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.776 | 60941 | Added a new run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.776 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.778 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.778 | 56101 | Recursively removing directory: /tmp/git.Smdiyv/ +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.779 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.779 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.780 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.780 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.780 | 60949 | Added a new worker 13 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.780 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.780 | 56097 | Removed run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.780 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.780 | 56097 | Assigned run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.780 | 60948 | Added a new run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.780 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VnLDPy +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.781 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.783 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.784 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.786 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.786 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.787 | 60953 | Added a new worker 15 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.787 | 56097 | Removed run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.787 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.787 | 56097 | Assigned run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.787 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.787 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OYT8Vr +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.788 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.788 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.788 | 60951 | Added a new run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.788 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.793 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.793 | 60946 | Marked run 359 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.793 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.794 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.795 | 60958 | Added a new run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.795 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.795 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.798 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.799 | 60952 | Marked run 360 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.800 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.800 | 56098 | Recursively removing directory: /tmp/git.VnLDPy/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.801 | 60966 | Added a new run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.802 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.802 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.802 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.804 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.806 | 56101 | Recursively removing directory: /tmp/git.OYT8Vr/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.806 | 60973 | Added a new run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.806 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.806 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.807 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.807 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.809 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.809 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.810 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.810 | 60977 | Added a new worker 13 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.810 | 56097 | Removed run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.810 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.810 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.810 | 56097 | Assigned run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.810 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cHzorp +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.810 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.811 | 60976 | Added a new run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.811 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.813 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.814 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.815 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.815 | 60981 | Added a new worker 15 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.815 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.815 | 56097 | Removed run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.815 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.815 | 56097 | Assigned run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.816 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TRZgbD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.816 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.817 | 60980 | Added a new run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.817 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.817 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.820 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.822 | 60974 | Marked run 361 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.822 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.822 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.824 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.826 | 60978 | Marked run 362 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.826 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.827 | 56098 | Recursively removing directory: /tmp/git.cHzorp/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.828 | 60985 | Added a new run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.828 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.829 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.829 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.831 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.833 | 60999 | Added a new run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.833 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.833 | 56101 | Recursively removing directory: /tmp/git.TRZgbD/ +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.833 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.835 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.835 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.836 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.836 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.836 | 61003 | Added a new worker 12 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.836 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.836 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.836 | 56097 | Removed run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.836 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.836 | 56097 | Assigned run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.837 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zQmRI7 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.838 | 61002 | Added a new run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.838 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.838 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.840 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.842 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.842 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.842 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.842 | 61007 | Added a new worker 13 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.843 | 61006 | Added a new run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.843 | 56097 | Removed run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.843 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.843 | 56097 | Assigned run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.843 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JVYQ1V +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.843 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.844 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.846 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.847 | 61000 | Marked run 363 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.847 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.849 | 61010 | Added a new run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.849 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.850 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.851 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.852 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.853 | 61004 | Marked run 364 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.854 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.854 | 56098 | Recursively removing directory: /tmp/git.zQmRI7/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.854 | 61018 | Added a new run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.855 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.856 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.856 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.857 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.859 | 61026 | Added a new run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.859 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.860 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.861 | 56101 | Recursively removing directory: /tmp/git.JVYQ1V/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.862 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.862 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.862 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.863 | 61030 | Added a new run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.864 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.864 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.864 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.864 | 61031 | Added a new worker 10 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.864 | 56097 | Removed run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.864 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.864 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.864 | 56097 | Assigned run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.865 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ep6E3y +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.866 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.867 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.869 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.869 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.869 | 61034 | Added a new run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.869 | 61035 | Added a new worker 12 to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.869 | 56097 | Removed run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.869 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.869 | 56097 | Assigned run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.869 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.870 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.871 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.872 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bY3vYH +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.872 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.872 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.875 | 61029 | Marked run 365 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.876 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.877 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.877 | 61037 | Added a new run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.878 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.878 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.881 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.882 | 61033 | Marked run 366 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.882 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.883 | 56098 | Recursively removing directory: /tmp/git.Ep6E3y/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.884 | 61048 | Added a new run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.884 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.885 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.885 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.887 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.888 | 61055 | Added a new run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.889 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.889 | 56101 | Recursively removing directory: /tmp/git.bY3vYH/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.889 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.890 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.890 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.891 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.892 | 61058 | Added a new run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.892 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.892 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.892 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.893 | 61059 | Added a new worker 10 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.893 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.893 | 56097 | Removed run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.893 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.893 | 56097 | Assigned run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.893 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x6t3SW +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.894 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.895 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.897 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.898 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.898 | 61063 | Added a new worker 13 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.898 | 61062 | Added a new run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.898 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.898 | 56097 | Removed run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.898 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.898 | 56097 | Assigned run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.899 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.900 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sUwbpz +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.901 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.902 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.902 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.903 | 61056 | Marked run 367 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.903 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.905 | 61065 | Added a new run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.905 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.906 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.907 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.908 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.909 | 61061 | Marked run 368 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.909 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.910 | 61073 | Added a new run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.911 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.912 | 56098 | Recursively removing directory: /tmp/git.x6t3SW/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.913 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.914 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.914 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.915 | 61083 | Added a new run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.916 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.918 | 56101 | Recursively removing directory: /tmp/git.sUwbpz/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.918 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.918 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.920 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.920 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.920 | 61086 | Added a new run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.920 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.921 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.921 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.921 | 61088 | Added a new worker 10 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.921 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.922 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.go7Ulg +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.921 | 56097 | Removed run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.921 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.921 | 56097 | Assigned run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.923 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.923 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.925 | 61089 | Added a new run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.925 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.927 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.927 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.927 | 61092 | Added a new worker 10 to the queue +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.927 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.927 | 56097 | Removed run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.927 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.927 | 56097 | Assigned run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.927 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.928 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TYh6XQ +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.928 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.929 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.934 | 61093 | Added a new run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.934 | 61085 | Marked run 369 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.934 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.935 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.935 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.937 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.939 | 61090 | Marked run 370 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.939 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.939 | 56098 | Recursively removing directory: /tmp/git.go7Ulg/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.941 | 61103 | Added a new run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.941 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.942 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.942 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.944 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.945 | 56101 | Recursively removing directory: /tmp/git.TYh6XQ/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.946 | 61111 | Added a new run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.946 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.946 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.947 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.947 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.948 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.950 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.950 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.950 | 61115 | Added a new worker 10 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.950 | 56097 | Removed run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.950 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.950 | 56097 | Assigned run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.950 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.951 | 61114 | Added a new run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.951 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.950 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fWiY7E +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.951 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.954 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.954 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.954 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.955 | 61118 | Added a new worker 14 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.955 | 56097 | Removed run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.955 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.955 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.955 | 56097 | Assigned run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.955 | 61112 | Marked run 371 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.955 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.955 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tkq4Hy +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.955 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.957 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.960 | 61119 | Added a new run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.960 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.961 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.963 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.962 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.965 | 61116 | Marked run 372 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.966 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.966 | 56098 | Recursively removing directory: /tmp/git.fWiY7E/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.967 | 61128 | Added a new run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.968 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.968 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.969 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.970 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.972 | 56101 | Recursively removing directory: /tmp/git.tkq4Hy/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.972 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.972 | 61137 | Added a new run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.973 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.973 | 56101 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.973 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.975 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.976 | 56098 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.976 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.976 | 61141 | Added a new worker 13 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.976 | 56097 | Removed run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.976 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.976 | 56097 | Assigned run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.976 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.976 | 61140 | Added a new run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.977 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kIOZtX +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.977 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.977 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.979 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.981 | 56101 | Waiting for a new command +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.981 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.981 | 61145 | Added a new worker 16 to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.981 | 56097 | Removed run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.981 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.981 | 56097 | Assigned run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.981 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CMeCOb +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.982 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.983 | 56098 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.983 | 61144 | Added a new run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.984 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.984 | 56098 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.986 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.987 | 56101 | Checking out revision HEAD +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.988 | 56101 | Going to run: ./ci +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.988 | 61138 | Marked run 373 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.988 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.990 | 61148 | Added a new run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.990 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.993 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.994 | 61143 | Marked run 374 as finished +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.994 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.995 | 56098 | Recursively removing directory: /tmp/git.kIOZtX/ +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.996 | 61161 | Added a new run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:54 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:54 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:54 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.996 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.997 | 56098 | Process exit code: 0 +2024-01-28 10:55:54 | INFO | 56098/cimple-worker: 2024-01-28 10:55:54.997 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:54 | INFO | 56095/cimple-server: 2024-01-28 10:55:54.998 | 56095 | Waiting for new connections +2024-01-28 10:55:54 | INFO | 56101/cimple-worker: 2024-01-28 10:55:54.999 | 56101 | Recursively removing directory: /tmp/git.CMeCOb/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.001 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.001 | 61165 | Added a new run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.001 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.001 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.001 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.003 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.004 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.004 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.004 | 61169 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.004 | 56097 | Removed run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.004 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.004 | 56097 | Assigned run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.004 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.005 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uZGE6S +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.005 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.005 | 61168 | Added a new run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.006 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.008 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.009 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.009 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.009 | 61173 | Added a new worker 15 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.009 | 56097 | Removed run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.009 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.009 | 56097 | Assigned run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.009 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8JceiZ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.010 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.015 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.016 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.016 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.017 | 61166 | Marked run 375 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.017 | 61172 | Added a new run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.017 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.017 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.018 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.020 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.021 | 61170 | Marked run 376 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.021 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.022 | 61178 | Added a new run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.022 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.025 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.026 | 56098 | Recursively removing directory: /tmp/git.uZGE6S/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.027 | 61189 | Added a new run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.027 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.028 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.028 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.030 | 56101 | Recursively removing directory: /tmp/git.8JceiZ/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.030 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.031 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.031 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.032 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.032 | 61193 | Added a new run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.033 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.035 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.035 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.036 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.036 | 61197 | Added a new worker 14 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.036 | 56097 | Removed run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.036 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.036 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.036 | 56097 | Assigned run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.036 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3kDXjY +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.037 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.038 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.038 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.038 | 61199 | Added a new worker 15 to the queue +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.039 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GK1KVL +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.038 | 56097 | Removed run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.038 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.038 | 56097 | Assigned run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.039 | 61198 | Added a new run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.042 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.042 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.043 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.043 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.044 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.045 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.045 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.046 | 61194 | Marked run 377 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.047 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.050 | 61196 | Marked run 378 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.050 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.051 | 61202 | Added a new run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.051 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.055 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.055 | 56101 | Recursively removing directory: /tmp/git.GK1KVL/ +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.055 | 56098 | Recursively removing directory: /tmp/git.3kDXjY/ +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.056 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.056 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.057 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.057 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.058 | 61217 | Added a new run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.058 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.060 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.060 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.061 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.062 | 61221 | Added a new run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.062 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.063 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.063 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.064 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.064 | 61224 | Added a new worker 14 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.064 | 56097 | Removed run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.064 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.064 | 56097 | Assigned run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.064 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.065 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.063 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.065 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jXLFOU +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.065 | 61223 | Added a new worker 15 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.065 | 56097 | Removed run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.065 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.065 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.065 | 56097 | Assigned run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.066 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HyT1jE +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.070 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.070 | 61225 | Added a new run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.070 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.071 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.071 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.073 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.073 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.074 | 61219 | Marked run 380 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.074 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.076 | 61229 | Added a new run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.076 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.079 | 61220 | Marked run 379 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.080 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.080 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.082 | 61243 | Added a new run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.082 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.082 | 56101 | Recursively removing directory: /tmp/git.HyT1jE/ +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.083 | 56098 | Recursively removing directory: /tmp/git.jXLFOU/ +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.084 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.084 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.085 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.085 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.085 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.087 | 61245 | Added a new run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.087 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.088 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.088 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.090 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.091 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.091 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.091 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.091 | 61250 | Added a new worker 16 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.091 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.091 | 56097 | Removed run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.091 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.091 | 56097 | Assigned run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.091 | 61251 | Added a new worker 16 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.092 | 56097 | Removed run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.092 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.092 | 56097 | Assigned run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.092 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.092 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.092 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.V4TLVc +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.092 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jeJBOm +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.093 | 61249 | Added a new run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.093 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.096 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.099 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.100 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.100 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.101 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.102 | 61247 | Marked run 382 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.102 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.105 | 61248 | Marked run 381 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.105 | 61253 | Added a new run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.106 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.106 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.109 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.109 | 56101 | Recursively removing directory: /tmp/git.jeJBOm/ +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.111 | 56098 | Recursively removing directory: /tmp/git.V4TLVc/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.111 | 61269 | Added a new run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.111 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.111 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.111 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.113 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.113 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.114 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.115 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.116 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.116 | 61271 | Added a new run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.116 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.118 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.119 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.119 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.119 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.119 | 61277 | Added a new worker 17 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.119 | 56097 | Removed run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.119 | 56097 | Removed worker 17 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.119 | 56097 | Assigned run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.119 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.119 | 61276 | Added a new worker 15 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.119 | 56097 | Removed run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.119 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.119 | 56097 | Assigned run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.118 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.119 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.G8VMBd +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.120 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ac3k1A +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.120 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.125 | 61275 | Added a new run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.125 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.128 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.128 | 61273 | Marked run 384 as finished +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.128 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.128 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.129 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.129 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.130 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.131 | 61279 | Added a new run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.131 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.134 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.134 | 61272 | Marked run 383 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.134 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.135 | 61286 | Added a new run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.135 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.138 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.140 | 61297 | Added a new run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.141 | 56098 | Recursively removing directory: /tmp/git.ac3k1A/ +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.143 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.143 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.141 | 56101 | Recursively removing directory: /tmp/git.G8VMBd/ +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.142 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.142 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.141 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.143 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.145 | 61299 | Added a new run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.145 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.146 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.146 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.147 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.148 | 61303 | Added a new run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.149 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.149 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.149 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.149 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.150 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3UlaJB +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.150 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.150 | 61306 | Added a new worker 14 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.150 | 56097 | Removed run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.150 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.150 | 56097 | Assigned run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.150 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.151 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.152 | 61305 | Added a new worker 15 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.152 | 56097 | Removed run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.152 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.152 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.152 | 56097 | Assigned run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.153 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Au7u0H +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.155 | 61307 | Added a new run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.155 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.157 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.159 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.159 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.160 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.161 | 61301 | Marked run 386 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.161 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.161 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.163 | 61309 | Added a new run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.163 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.166 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.167 | 61302 | Marked run 385 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.167 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.168 | 61323 | Added a new run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.169 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.170 | 56098 | Recursively removing directory: /tmp/git.Au7u0H/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.171 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.171 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.171 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.172 | 56101 | Recursively removing directory: /tmp/git.3UlaJB/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.173 | 61327 | Added a new run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.174 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.174 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.174 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.175 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.175 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.177 | 61330 | Added a new run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.177 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.177 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.178 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.179 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.179 | 61333 | Added a new worker 12 to the queue +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.179 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.97rT6z +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.179 | 56097 | Removed run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.179 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.179 | 56097 | Assigned run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.180 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.180 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.181 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.181 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.181 | 61335 | Added a new worker 15 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.181 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.181 | 56097 | Removed run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.181 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.181 | 56097 | Assigned run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.181 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ftAuL4 +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.182 | 61334 | Added a new run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.183 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.186 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.187 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.187 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.187 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.188 | 61329 | Marked run 388 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.188 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.189 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.190 | 61338 | Added a new run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.191 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.193 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.194 | 61331 | Marked run 387 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.194 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.196 | 61348 | Added a new run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.196 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.197 | 56098 | Recursively removing directory: /tmp/git.97rT6z/ +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.198 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.199 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.199 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.199 | 56101 | Recursively removing directory: /tmp/git.ftAuL4/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.201 | 61355 | Added a new run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.201 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.201 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.201 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.202 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.204 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.205 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.205 | 61358 | Added a new run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.205 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.205 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.206 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.208 | 61360 | Added a new worker 8 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.208 | 56097 | Removed run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.208 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.208 | 56097 | Assigned run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.208 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.208 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.208 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jHIGXf +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.209 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.209 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.209 | 61363 | Added a new worker 15 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.209 | 56097 | Removed run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.209 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.209 | 56097 | Assigned run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.210 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JDgBBf +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.210 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.212 | 61362 | Added a new run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.212 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.215 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.215 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.216 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.216 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.216 | 61357 | Marked run 389 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.217 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.217 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.218 | 61366 | Added a new run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.219 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.221 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.221 | 61359 | Marked run 390 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.222 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.223 | 61374 | Added a new run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.223 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.225 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.227 | 61383 | Added a new run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.227 | 56098 | Recursively removing directory: /tmp/git.jHIGXf/ +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.228 | 56101 | Recursively removing directory: /tmp/git.JDgBBf/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.228 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.229 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.229 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.229 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.229 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.230 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.232 | 61385 | Added a new run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.232 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.232 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.233 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.234 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.235 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.235 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.235 | 61390 | Added a new worker 15 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.235 | 56097 | Removed run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.235 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.235 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.235 | 56097 | Assigned run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.236 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tE7z9Y +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.237 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.239 | 61389 | Added a new run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.240 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.240 | 61391 | Added a new worker 10 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.240 | 56097 | Removed run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.240 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.240 | 56097 | Assigned run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.240 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.241 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hHtxHv +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.241 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.242 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.243 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.244 | 61386 | Marked run 391 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.245 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.246 | 61394 | Added a new run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.247 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.248 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.249 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.250 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.251 | 61388 | Marked run 392 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.251 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.253 | 56098 | Recursively removing directory: /tmp/git.tE7z9Y/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.253 | 61403 | Added a new run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.253 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.254 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.254 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.256 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.258 | 61411 | Added a new run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.258 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.258 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.259 | 56101 | Recursively removing directory: /tmp/git.hHtxHv/ +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.260 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.260 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.261 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.261 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.262 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.262 | 61415 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.262 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.262 | 56097 | Removed run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.262 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.262 | 56097 | Assigned run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.262 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ijls2S +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.263 | 61414 | Added a new run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.264 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.264 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.266 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.267 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.268 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.268 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.756nbg +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.268 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.268 | 61419 | Added a new worker 16 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.268 | 56097 | Removed run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.268 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.268 | 56097 | Assigned run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.269 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.269 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.269 | 61418 | Added a new run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.269 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.272 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.274 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.275 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.276 | 61423 | Added a new run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.276 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.276 | 61412 | Marked run 393 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.277 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.279 | 56098 | Recursively removing directory: /tmp/git.ijls2S/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.279 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.280 | 61416 | Marked run 394 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.281 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.281 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.281 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.282 | 61433 | Added a new run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.283 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.285 | 56101 | Recursively removing directory: /tmp/git.756nbg/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.285 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.286 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.287 | 61439 | Added a new run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.287 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.287 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.287 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.289 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.290 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.290 | 61442 | Added a new worker 12 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.290 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.290 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.290 | 56097 | Removed run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.290 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.290 | 56097 | Assigned run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.290 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mvskCz +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.291 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.292 | 61443 | Added a new run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.293 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.295 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.295 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.296 | 61446 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.296 | 56097 | Removed run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.296 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.296 | 56097 | Assigned run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.296 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.296 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.296 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.297 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QH7AYh +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.298 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.300 | 61440 | Marked run 395 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.300 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.302 | 61447 | Added a new run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.303 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.303 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.304 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.305 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.307 | 61444 | Marked run 396 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.307 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.308 | 61457 | Added a new run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.309 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.309 | 56098 | Recursively removing directory: /tmp/git.mvskCz/ +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.311 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.311 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.311 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.313 | 61465 | Added a new run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.313 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.314 | 56101 | Recursively removing directory: /tmp/git.QH7AYh/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.314 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.315 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.315 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.316 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.317 | 61468 | Added a new run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.317 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.317 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.318 | 61469 | Added a new worker 12 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.318 | 56097 | Removed run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.318 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.318 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.318 | 56097 | Assigned run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.318 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tOaaDd +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.319 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.320 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.322 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.322 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.322 | 61473 | Added a new worker 15 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.323 | 61472 | Added a new run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.323 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.323 | 56097 | Removed run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.323 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.323 | 56097 | Assigned run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.323 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.324 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.znB9s5 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.324 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.325 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.326 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.328 | 61476 | Added a new run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.329 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.332 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.332 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.332 | 61467 | Marked run 397 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.332 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.333 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.335 | 56098 | Recursively removing directory: /tmp/git.tOaaDd/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.336 | 61471 | Marked run 398 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.336 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.338 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.338 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.338 | 61484 | Added a new run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.338 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.341 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.342 | 56101 | Recursively removing directory: /tmp/git.znB9s5/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.342 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.343 | 61493 | Added a new run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.343 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.344 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.344 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.345 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.346 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.346 | 61497 | Added a new worker 12 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.346 | 56097 | Removed run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.346 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.346 | 56097 | Assigned run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.346 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.346 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TtsEcn +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.346 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.347 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.348 | 61496 | Added a new run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.348 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.351 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.351 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.351 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.352 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.352 | 61501 | Added a new worker 15 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.352 | 56097 | Removed run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.352 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.352 | 56097 | Assigned run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.352 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ytqTyj +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.352 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.352 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.357 | 61500 | Added a new run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.357 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.360 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.361 | 61494 | Marked run 399 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.361 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.361 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.363 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.363 | 61508 | Added a new run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.363 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.365 | 56098 | Recursively removing directory: /tmp/git.TtsEcn/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.366 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.367 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.367 | 56098 | Process output: 415085 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.367 | 61498 | Marked run 400 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.367 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.368 | 61514 | Added a new run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.368 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.371 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.371 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.372 | 56101 | Recursively removing directory: /tmp/git.ytqTyj/ +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.374 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.374 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.374 | 61521 | Added a new run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.375 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.375 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.375 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.375 | 61523 | Added a new worker 6 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.375 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.375 | 56097 | Removed run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.375 | 56097 | Removed worker 6 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.375 | 56097 | Assigned run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.376 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ym21rN +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.378 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.378 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.379 | 61526 | Added a new run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.380 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.381 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.381 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.381 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.382 | 61528 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.382 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.382 | 56097 | Removed run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.382 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.383 | 56097 | Assigned run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.383 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.383 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.383 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EKRw33 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.386 | 61522 | Marked run 401 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.386 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.388 | 61530 | Added a new run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.388 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.390 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.391 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.391 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.392 | 61525 | Marked run 402 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.392 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.394 | 56098 | Recursively removing directory: /tmp/git.ym21rN/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.394 | 61539 | Added a new run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.395 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.395 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.395 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.397 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.399 | 61547 | Added a new run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.399 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.399 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.401 | 56101 | Recursively removing directory: /tmp/git.EKRw33/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.402 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.402 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.402 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.402 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.402 | 61551 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.402 | 56097 | Removed run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.402 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.402 | 56097 | Assigned run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.403 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.402 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.403 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KfZCal +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.405 | 61550 | Added a new run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.405 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.406 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.408 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.408 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.409 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.410 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.410 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.410 | 61556 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.410 | 56097 | Removed run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.410 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.410 | 56097 | Assigned run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.410 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wEpoZM +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.411 | 61554 | Added a new run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.412 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.414 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.415 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.415 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.416 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.419 | 56098 | Recursively removing directory: /tmp/git.KfZCal/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.420 | 61561 | Added a new run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.420 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.421 | 61548 | Marked run 403 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.421 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.422 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.422 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.423 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.423 | 61553 | Marked run 404 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.424 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.425 | 61573 | Added a new run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.426 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.426 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.427 | 56101 | Recursively removing directory: /tmp/git.wEpoZM/ +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.428 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.428 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.428 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.429 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.429 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.429 | 61577 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.429 | 56097 | Removed run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.429 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.429 | 56097 | Assigned run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.429 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.430 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VLRGtq +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.431 | 61576 | Added a new run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.431 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.432 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.434 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.435 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.436 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.436 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.436 | 61581 | Added a new worker 16 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.436 | 56097 | Removed run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.436 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.436 | 56097 | Assigned run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.436 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.436 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2NnZcK +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.437 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.437 | 61580 | Added a new run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.437 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.440 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.444 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.445 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.446 | 61575 | Marked run 405 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.446 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.448 | 61585 | Added a new run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.449 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.450 | 56098 | Recursively removing directory: /tmp/git.VLRGtq/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.451 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.452 | 61579 | Marked run 406 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.452 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.452 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.452 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.454 | 61597 | Added a new run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.454 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.455 | 56101 | Recursively removing directory: /tmp/git.2NnZcK/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.456 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.456 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.456 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.456 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.458 | 61602 | Added a new run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.459 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.459 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.459 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.460 | 61604 | Added a new worker 10 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.460 | 56097 | Removed run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.460 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.460 | 56097 | Assigned run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.460 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.460 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.460 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cQXDos +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.461 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.463 | 61606 | Added a new run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.463 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.464 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.464 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.465 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.466 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.466 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.466 | 61607 | Added a new worker 14 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.466 | 56097 | Removed run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.466 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.466 | 56097 | Assigned run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.467 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.467 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.it62bz +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.471 | 61601 | Marked run 407 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.472 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.473 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.474 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.473 | 61610 | Added a new run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.474 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.475 | 56098 | Recursively removing directory: /tmp/git.cQXDos/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.477 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.477 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.477 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.478 | 61605 | Marked run 408 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.478 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.480 | 61619 | Added a new run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.480 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.481 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.483 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.484 | 56101 | Recursively removing directory: /tmp/git.it62bz/ +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.485 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.485 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.485 | 61629 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.485 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.485 | 56097 | Removed run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.485 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.485 | 56097 | Assigned run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.485 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VmgA0d +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.486 | 61628 | Added a new run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.486 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.486 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.486 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.489 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.490 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.491 | 61631 | Added a new run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.491 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.491 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.492 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.494 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.494 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.494 | 61635 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.494 | 56097 | Removed run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.494 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.494 | 56097 | Assigned run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.494 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.494 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.494 | 61627 | Marked run 409 as finished +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.495 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ps03MW +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.495 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.496 | 61637 | Added a new run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.497 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.499 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.501 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.501 | 61644 | Added a new run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.502 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.502 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.503 | 56098 | Recursively removing directory: /tmp/git.VmgA0d/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.505 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.505 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.505 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.507 | 61632 | Marked run 410 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.507 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.508 | 61648 | Added a new run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.508 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.509 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.511 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.512 | 56101 | Recursively removing directory: /tmp/git.Ps03MW/ +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.512 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.512 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.512 | 61657 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.512 | 56097 | Removed run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.512 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.512 | 56097 | Assigned run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.512 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.512 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y3dXHE +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.514 | 61656 | Added a new run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.514 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.514 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.515 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.518 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.518 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.518 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.518 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.520 | 61660 | Added a new run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.520 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.522 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.522 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.522 | 61664 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.523 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.523 | 56097 | Removed run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.523 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.523 | 56097 | Assigned run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.523 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.524 | 61654 | Marked run 411 as finished +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.523 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HFqIfh +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.524 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.526 | 61665 | Added a new run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.527 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.529 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.530 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.531 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.531 | 56098 | Recursively removing directory: /tmp/git.Y3dXHE/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.532 | 61659 | Marked run 412 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.532 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.533 | 61673 | Added a new run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.533 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.534 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.534 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.536 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.538 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.538 | 61681 | Added a new run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.539 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.539 | 56101 | Recursively removing directory: /tmp/git.HFqIfh/ +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.541 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.541 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.541 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.541 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.541 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.541 | 61685 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.541 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.542 | 56097 | Removed run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.542 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.542 | 56097 | Assigned run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.542 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.V3zhKZ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.543 | 61684 | Added a new run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.543 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.545 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.546 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.547 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.548 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.548 | 61688 | Added a new run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.548 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.549 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.549 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.549 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YrM525 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.549 | 61691 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.549 | 56097 | Removed run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.549 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.549 | 56097 | Assigned run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.551 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.551 | 61682 | Marked run 413 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.552 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.552 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.557 | 61693 | Added a new run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.557 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.557 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.558 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.557 | 56098 | Recursively removing directory: /tmp/git.V3zhKZ/ +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.560 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.560 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.560 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.562 | 61687 | Marked run 414 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.562 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.563 | 61702 | Added a new run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.563 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.566 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.567 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.567 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.567 | 61711 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.567 | 56097 | Removed run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.567 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.567 | 56097 | Assigned run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.567 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.567 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.M0XPh4 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.568 | 56101 | Recursively removing directory: /tmp/git.YrM525/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.568 | 61710 | Added a new run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.568 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.571 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.570 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.570 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.573 | 61713 | Added a new run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.573 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.573 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.574 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.574 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.576 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.576 | 61708 | Marked run 415 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.576 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.578 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.578 | 61719 | Added a new worker 6 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.578 | 56097 | Removed run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.578 | 56097 | Removed worker 6 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.578 | 56097 | Assigned run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.578 | 61717 | Added a new run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.578 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.578 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.578 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mc5qnl +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.579 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.581 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.582 | 61724 | Added a new run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.583 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.584 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.585 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.586 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.587 | 56098 | Recursively removing directory: /tmp/git.M0XPh4/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.588 | 61714 | Marked run 416 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.588 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.590 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.590 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.590 | 61729 | Added a new run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.590 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.593 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.594 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.594 | 56101 | Recursively removing directory: /tmp/git.mc5qnl/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.596 | 61737 | Added a new run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.596 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.596 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.596 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.597 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.597 | 61740 | Added a new worker 8 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.597 | 56097 | Removed run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.597 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.597 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.598 | 56097 | Assigned run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.597 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.598 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mHB8Qw +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.599 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.600 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.601 | 61741 | Added a new run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.601 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.603 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.604 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.604 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.604 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.604 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.604 | 61744 | Added a new worker 15 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.604 | 56097 | Removed run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.604 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.604 | 56097 | Assigned run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.604 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.605 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EBvrQ8 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.608 | 61738 | Marked run 417 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.608 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.610 | 61745 | Added a new run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.610 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.612 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.613 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.613 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.614 | 61742 | Marked run 418 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.614 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.615 | 56098 | Recursively removing directory: /tmp/git.mHB8Qw/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.615 | 61755 | Added a new run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.615 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.617 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.617 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.618 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.619 | 61761 | Added a new run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.620 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.620 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.622 | 56101 | Recursively removing directory: /tmp/git.EBvrQ8/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.623 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.624 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.624 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.624 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.624 | 61766 | Added a new run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.624 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.624 | 61767 | Added a new worker 8 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.624 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.625 | 56097 | Removed run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.625 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.625 | 56097 | Assigned run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.624 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.625 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rdHgYe +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.628 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.628 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.629 | 61769 | Added a new run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.630 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.630 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.631 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.632 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.632 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.632 | 61773 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.632 | 56097 | Removed run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.632 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.632 | 56097 | Assigned run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.632 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.632 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sA48ik +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.633 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.633 | 61765 | Marked run 419 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.633 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.635 | 61774 | Added a new run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.635 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.638 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.638 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.640 | 61782 | Added a new run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.640 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.640 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.642 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.644 | 56098 | Recursively removing directory: /tmp/git.rdHgYe/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.644 | 61770 | Marked run 420 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.644 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.645 | 61786 | Added a new run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.646 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.646 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.646 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.649 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.650 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.650 | 56101 | Recursively removing directory: /tmp/git.sA48ik/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.651 | 61793 | Added a new run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.651 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.652 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.652 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.654 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.654 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.654 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.654 | 61797 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.654 | 56097 | Removed run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.654 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.654 | 56097 | Assigned run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.654 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DuSMra +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.654 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.655 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.656 | 61796 | Added a new run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.657 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.659 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.659 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.659 | 61800 | Added a new worker 12 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.659 | 56097 | Removed run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.659 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.659 | 56097 | Assigned run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.659 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.K6Rxim +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.660 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.660 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.661 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.663 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.666 | 61794 | Marked run 421 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.667 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.667 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.668 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.670 | 61798 | Marked run 422 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.670 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.671 | 61801 | Added a new run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.671 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.672 | 56098 | Recursively removing directory: /tmp/git.DuSMra/ +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.674 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.674 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.674 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.676 | 61817 | Added a new run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.676 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.677 | 56101 | Recursively removing directory: /tmp/git.K6Rxim/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.678 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.679 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.679 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.679 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.680 | 61820 | Added a new run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.680 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.681 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.681 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.681 | 61821 | Added a new worker 10 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.681 | 56097 | Removed run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.681 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.681 | 56097 | Assigned run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.681 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.682 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EPUauu +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.682 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.684 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.686 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.686 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.686 | 61825 | Added a new worker 15 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.686 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.686 | 56097 | Removed run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.686 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.686 | 56097 | Assigned run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.686 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1Zve1U +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.687 | 61824 | Added a new run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.688 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.689 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.690 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.690 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.691 | 61819 | Marked run 423 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.691 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.692 | 61828 | Added a new run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.693 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.694 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.695 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.695 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.699 | 61823 | Marked run 424 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.699 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.700 | 56098 | Recursively removing directory: /tmp/git.EPUauu/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.700 | 61834 | Added a new run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.701 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.702 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.702 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.703 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.705 | 56101 | Recursively removing directory: /tmp/git.1Zve1U/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.705 | 61845 | Added a new run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.705 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.706 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.707 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.707 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.708 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.709 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.709 | 61849 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.709 | 56097 | Removed run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.709 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.709 | 56097 | Assigned run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.709 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.709 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.709 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TofFL5 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.709 | 61848 | Added a new run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.710 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.710 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.712 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.714 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.714 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.714 | 61853 | Added a new worker 15 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.714 | 56097 | Removed run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.714 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.714 | 56097 | Assigned run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.714 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.714 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NHtih9 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.715 | 61852 | Added a new run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.715 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.716 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.717 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.718 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.719 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.721 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.721 | 61847 | Marked run 425 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.721 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.722 | 61856 | Added a new run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.723 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.725 | 61851 | Marked run 426 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.726 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.726 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.728 | 61869 | Added a new run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.728 | 56098 | Recursively removing directory: /tmp/git.TofFL5/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.729 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.730 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.730 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.731 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.731 | 56101 | Recursively removing directory: /tmp/git.NHtih9/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.732 | 61873 | Added a new run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.733 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.733 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.733 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.734 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.735 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.736 | 61876 | Added a new run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.736 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.737 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.737 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.737 | 61878 | Added a new worker 12 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.737 | 56097 | Removed run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.737 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.737 | 56097 | Assigned run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.738 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.738 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WSrQ9A +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.739 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.740 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.741 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.741 | 61880 | Added a new run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.741 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.741 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.743 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.744 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.744 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.744 | 61881 | Added a new worker 14 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.744 | 56097 | Removed run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.744 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.744 | 56097 | Assigned run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.745 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UFCps3 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.745 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.747 | 61883 | Added a new run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.747 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.750 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.751 | 61875 | Marked run 427 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.751 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.751 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.752 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.754 | 56098 | Recursively removing directory: /tmp/git.WSrQ9A/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.755 | 61879 | Marked run 428 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.755 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.757 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.757 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.757 | 61889 | Added a new run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.757 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.760 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.761 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.762 | 56101 | Recursively removing directory: /tmp/git.UFCps3/ +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.763 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.763 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.764 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.764 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.764 | 61903 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.764 | 56097 | Removed run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.764 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.764 | 56097 | Assigned run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.764 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.764 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ho0au5 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.765 | 61901 | Added a new run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.765 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.768 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.768 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.770 | 61906 | Added a new run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.770 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.771 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.771 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.771 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.771 | 61908 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.771 | 56097 | Removed run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.771 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.771 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.771 | 56097 | Assigned run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.772 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kYBHOd +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.772 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.773 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.777 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.777 | 61902 | Marked run 429 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.778 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.779 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.779 | 61910 | Added a new run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.779 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.783 | 56098 | Recursively removing directory: /tmp/git.Ho0au5/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.783 | 61905 | Marked run 430 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.783 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.785 | 61921 | Added a new run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.785 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.785 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.786 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.788 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.789 | 56101 | Recursively removing directory: /tmp/git.kYBHOd/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.789 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.790 | 61927 | Added a new run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.791 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.791 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.791 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.792 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.793 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.793 | 61930 | Added a new worker 8 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.793 | 56097 | Removed run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.793 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.793 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.793 | 56097 | Assigned run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.793 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jKs78E +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.793 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.795 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.796 | 61931 | Added a new run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.796 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.798 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.799 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.799 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.799 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.799 | 61935 | Added a new worker 15 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.799 | 56097 | Removed run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.799 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.799 | 56097 | Assigned run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.800 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EHPuip +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.800 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.800 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.801 | 61934 | Added a new run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.801 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.805 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.805 | 61928 | Marked run 431 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.805 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.806 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.807 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.810 | 61932 | Marked run 432 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.810 | 61939 | Added a new run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.810 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.811 | 56098 | Recursively removing directory: /tmp/git.jKs78E/ +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.813 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.813 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.813 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.815 | 61953 | Added a new run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.816 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.816 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.817 | 56101 | Recursively removing directory: /tmp/git.EHPuip/ +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.818 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.818 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.818 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.820 | 61956 | Added a new run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.820 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.820 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.820 | 61957 | Added a new worker 12 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.820 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.821 | 56097 | Removed run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.821 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.821 | 56097 | Assigned run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.821 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UUgxGJ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.821 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.822 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.823 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.825 | 61960 | Added a new run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.825 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.825 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.826 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.826 | 61961 | Added a new worker 10 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.826 | 56097 | Removed run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.826 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.826 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.826 | 56097 | Assigned run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.826 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NCFD2r +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.826 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.827 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.829 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.832 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.832 | 61955 | Marked run 433 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.832 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.833 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.834 | 61964 | Added a new run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.834 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.837 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.837 | 61959 | Marked run 434 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.837 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.837 | 56098 | Recursively removing directory: /tmp/git.UUgxGJ/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.839 | 61974 | Added a new run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.839 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.840 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.840 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.842 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.843 | 61981 | Added a new run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.844 | 56101 | Recursively removing directory: /tmp/git.NCFD2r/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.844 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.844 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.845 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.845 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.846 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.847 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.847 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.847 | 61985 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.847 | 56097 | Removed run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.847 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.847 | 56097 | Assigned run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.847 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.847 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kiCTWm +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.849 | 61984 | Added a new run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.849 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.852 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.853 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.853 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.853 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.853 | 61989 | Added a new worker 16 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.853 | 56097 | Removed run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.853 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.854 | 56097 | Assigned run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.854 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.854 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qv0B9y +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.854 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.855 | 61988 | Added a new run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.855 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.859 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.859 | 61982 | Marked run 435 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.859 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.861 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.861 | 61993 | Added a new run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.861 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.862 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.864 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.865 | 61986 | Marked run 436 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.865 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.866 | 62001 | Added a new run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.866 | 56098 | Recursively removing directory: /tmp/git.kiCTWm/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.867 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.868 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.868 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.869 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.871 | 62009 | Added a new run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.872 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.872 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.872 | 56101 | Recursively removing directory: /tmp/git.qv0B9y/ +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.873 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.873 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.874 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.875 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.875 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.875 | 62013 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.875 | 56097 | Removed run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.875 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.875 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.875 | 56097 | Assigned run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.876 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HX2ckF +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.877 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.878 | 62012 | Added a new run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.879 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.880 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.880 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.880 | 62016 | Added a new worker 10 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.880 | 56097 | Removed run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.880 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.880 | 56097 | Assigned run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.881 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Dlq06V +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.881 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.882 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.882 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.883 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.886 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.886 | 62011 | Marked run 437 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.887 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.888 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.888 | 62017 | Added a new run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.889 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.891 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.892 | 62014 | Marked run 438 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.893 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.894 | 56098 | Recursively removing directory: /tmp/git.HX2ckF/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.895 | 62028 | Added a new run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.895 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.896 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.896 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.898 | 56101 | Recursively removing directory: /tmp/git.Dlq06V/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.898 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.900 | 62035 | Added a new run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.900 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.900 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.900 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.901 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.902 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.903 | 62038 | Added a new run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.903 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.904 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.904 | 62040 | Added a new worker 10 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.904 | 56097 | Removed run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.904 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.904 | 56097 | Assigned run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.904 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.904 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ySbyhX +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.904 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.907 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.908 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.908 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.908 | 62043 | Added a new worker 16 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.908 | 56097 | Removed run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.908 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.908 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.908 | 56097 | Assigned run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.908 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5HQmM2 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.909 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.910 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.910 | 62042 | Added a new run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.911 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.914 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.914 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.915 | 62037 | Marked run 439 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.915 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.915 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.917 | 62048 | Added a new run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.917 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.920 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.920 | 56098 | Recursively removing directory: /tmp/git.ySbyhX/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.920 | 62041 | Marked run 440 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.921 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.923 | 62057 | Added a new run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.923 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.923 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.923 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.925 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.926 | 56101 | Recursively removing directory: /tmp/git.5HQmM2/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.927 | 62063 | Added a new run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.927 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.927 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.928 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.928 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.929 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.931 | 62066 | Added a new run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.931 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.931 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.931 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.931 | 62068 | Added a new worker 14 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.931 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.931 | 56097 | Removed run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.931 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.931 | 56097 | Assigned run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.931 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.932 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.znfqQV +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.933 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.934 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.934 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.934 | 62071 | Added a new worker 15 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.934 | 56097 | Removed run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.934 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.934 | 56097 | Assigned run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.934 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.935 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Xv8YAK +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.938 | 62070 | Added a new run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.938 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.939 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.940 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.941 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.942 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.942 | 62064 | Marked run 441 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.943 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.943 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.946 | 62067 | Marked run 442 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.946 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.947 | 62076 | Added a new run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.947 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.950 | 56098 | Recursively removing directory: /tmp/git.znfqQV/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.951 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.952 | 56101 | Recursively removing directory: /tmp/git.Xv8YAK/ +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.952 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.952 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.953 | 62089 | Added a new run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.954 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.954 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.954 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.955 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.956 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.957 | 62092 | Added a new run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.957 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.958 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.958 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.959 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.959 | 62095 | Added a new worker 12 to the queue +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.959 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CxNmXk +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.959 | 56097 | Removed run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.959 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.959 | 56097 | Assigned run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.960 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.961 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.962 | 62096 | Added a new run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.964 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.964 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.964 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.965 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.965 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.965 | 62098 | Added a new worker 15 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.965 | 56097 | Removed run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.966 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.966 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.966 | 56097 | Assigned run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.966 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5AYdQ9 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.967 | 62099 | Added a new run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.968 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.971 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.971 | 62091 | Marked run 443 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.971 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.972 | 56101 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.973 | 56101 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.974 | 56098 | Recursively removing directory: /tmp/git.CxNmXk/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.975 | 62093 | Marked run 444 as finished +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.975 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.976 | 62108 | Added a new run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.976 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.977 | 56098 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.977 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.979 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.980 | 62117 | Added a new run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.981 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.981 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.983 | 56101 | Recursively removing directory: /tmp/git.5AYdQ9/ +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.983 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.985 | 56098 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.985 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.985 | 62121 | Added a new worker 13 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.985 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.985 | 56101 | Process exit code: 0 +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.985 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.988 | 56097 | Removed run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.988 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.988 | 56097 | Assigned run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.988 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aso2TA +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.988 | 62120 | Added a new run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.989 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.989 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.992 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.993 | 56101 | Waiting for a new command +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.993 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.993 | 62125 | Added a new worker 16 to the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.993 | 56097 | Removed run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.993 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.993 | 56097 | Assigned run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.993 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.994 | 56098 | Checking out revision HEAD +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.994 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aYhvE1 +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.994 | 62124 | Added a new run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:55 | INFO | 56098/cimple-worker: 2024-01-28 10:55:55.995 | 56098 | Going to run: ./ci +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.995 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:55 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:55 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:55 | INFO | 56095/cimple-server: 2024-01-28 10:55:55.997 | 56095 | Waiting for new connections +2024-01-28 10:55:55 | INFO | 56101/cimple-worker: 2024-01-28 10:55:55.999 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.001 | 62118 | Marked run 445 as finished +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.001 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.001 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.004 | 62123 | Marked run 446 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.004 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.006 | 56098 | Recursively removing directory: /tmp/git.aso2TA/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.006 | 62128 | Added a new run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.006 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.007 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.007 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.009 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.011 | 62143 | Added a new run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.011 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.011 | 56101 | Recursively removing directory: /tmp/git.aYhvE1/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.011 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.013 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.013 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.014 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.015 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.015 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.015 | 62147 | Added a new worker 13 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.015 | 56097 | Removed run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.015 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.015 | 56097 | Assigned run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.015 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.016 | 62146 | Added a new run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.016 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.016 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.016 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.r7E1tH +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.018 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.020 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.020 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.020 | 62151 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.020 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.020 | 56097 | Removed run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.020 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.020 | 56097 | Assigned run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.020 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zkq9Br +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.023 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.024 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.024 | 62144 | Marked run 447 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.024 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.024 | 62150 | Added a new run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.025 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.027 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.028 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.028 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.030 | 62148 | Marked run 448 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.030 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.031 | 62155 | Added a new run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.031 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.034 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.034 | 56098 | Recursively removing directory: /tmp/git.r7E1tH/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.036 | 62167 | Added a new run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.037 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.037 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.037 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.038 | 56101 | Recursively removing directory: /tmp/git.zkq9Br/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.039 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.040 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.040 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.040 | 62171 | Added a new run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.041 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.041 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.043 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.044 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.044 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.044 | 62175 | Added a new worker 13 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.044 | 56097 | Removed run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.044 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.044 | 56097 | Assigned run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.044 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.044 | 62174 | Added a new run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.045 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.045 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CWoKd9 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.045 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.047 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.049 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.049 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.049 | 62179 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.049 | 56097 | Removed run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.049 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.049 | 56097 | Assigned run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.050 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.050 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.J4cZ2V +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.050 | 62178 | Added a new run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.051 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.052 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.053 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.054 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.055 | 62172 | Marked run 449 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.056 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.057 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.058 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.059 | 62177 | Marked run 450 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.060 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.061 | 62181 | Added a new run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.061 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.063 | 56098 | Recursively removing directory: /tmp/git.CWoKd9/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.064 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.065 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.065 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.066 | 62197 | Added a new run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.066 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.067 | 56101 | Recursively removing directory: /tmp/git.J4cZ2V/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.068 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.069 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.069 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.069 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.070 | 62200 | Added a new run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.071 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.071 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.072 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.072 | 62202 | Added a new worker 10 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.072 | 56097 | Removed run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.072 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.072 | 56097 | Assigned run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.072 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.L6yB6p +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.073 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.073 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.074 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.075 | 62204 | Added a new run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.076 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.076 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.076 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.076 | 62205 | Added a new worker 12 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.077 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.077 | 56097 | Removed run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.077 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.077 | 56097 | Assigned run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.077 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hLNrVU +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.077 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.079 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.080 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.082 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.082 | 62199 | Marked run 451 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.083 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.083 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.085 | 62208 | Added a new run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.085 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.088 | 62203 | Marked run 452 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.088 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.088 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.090 | 62220 | Added a new run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.090 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.091 | 56098 | Recursively removing directory: /tmp/git.L6yB6p/ +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.092 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.092 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.093 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.094 | 56101 | Recursively removing directory: /tmp/git.hLNrVU/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.095 | 62225 | Added a new run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.095 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.095 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.095 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.096 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.097 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.098 | 62228 | Added a new run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.099 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.099 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.099 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.099 | 62230 | Added a new worker 12 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.099 | 56097 | Removed run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.099 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.099 | 56097 | Assigned run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.099 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.099 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.099 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oGY8Bk +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.102 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.103 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.103 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.103 | 62233 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.103 | 56097 | Removed run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.103 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.103 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.103 | 56097 | Assigned run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.103 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.G8zjvP +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.106 | 62232 | Added a new run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.106 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.107 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.108 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.108 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.109 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.110 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.111 | 62227 | Marked run 453 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.111 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.114 | 62229 | Marked run 454 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.115 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.116 | 62237 | Added a new run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.116 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.119 | 56098 | Recursively removing directory: /tmp/git.oGY8Bk/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.119 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.120 | 56101 | Recursively removing directory: /tmp/git.G8zjvP/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.121 | 62251 | Added a new run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.121 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.121 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.121 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.122 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.122 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.124 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.125 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.125 | 62253 | Added a new run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.125 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.125 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.128 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.128 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.128 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.128 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.128 | 62258 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.129 | 56097 | Removed run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.129 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.129 | 56097 | Assigned run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.129 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.129 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Rb0mmi +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.129 | 62259 | Added a new worker 12 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.129 | 56097 | Removed run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.129 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.129 | 56097 | Assigned run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.130 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.130 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XdgjY7 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.134 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.135 | 62257 | Added a new run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.135 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.135 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.136 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.137 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.138 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.140 | 62255 | Marked run 456 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.140 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.144 | 62254 | Marked run 455 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.144 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.145 | 56098 | Recursively removing directory: /tmp/git.Rb0mmi/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.146 | 62263 | Added a new run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.146 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.147 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.147 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.147 | 56101 | Recursively removing directory: /tmp/git.XdgjY7/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.148 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.149 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.149 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.150 | 62277 | Added a new run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.150 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.150 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.152 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.153 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.153 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.153 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.153 | 62282 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.153 | 56097 | Removed run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.153 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.153 | 56097 | Assigned run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.153 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.153 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XEi3DR +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.154 | 62280 | Added a new run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.155 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.156 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.156 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.157 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.157 | 62284 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.157 | 56097 | Removed run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.157 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.158 | 56097 | Assigned run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.158 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.158 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.H2BaeL +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.159 | 62285 | Added a new run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.159 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.160 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.161 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.163 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.165 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.166 | 62278 | Marked run 457 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.166 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.167 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.170 | 62281 | Marked run 458 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.170 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.172 | 62288 | Added a new run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.172 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.173 | 56098 | Recursively removing directory: /tmp/git.XEi3DR/ +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.174 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.174 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.175 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.176 | 62303 | Added a new run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.177 | 56101 | Recursively removing directory: /tmp/git.H2BaeL/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.177 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.178 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.178 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.178 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.179 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.181 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.181 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.181 | 62307 | Added a new worker 13 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.181 | 56097 | Removed run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.181 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.181 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.181 | 56097 | Assigned run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.181 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zvLSqP +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.182 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.182 | 62306 | Added a new run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.183 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.185 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.186 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.186 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.186 | 62311 | Added a new worker 16 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.187 | 56097 | Removed run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.187 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.187 | 56097 | Assigned run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.187 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.187 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.187 | 62310 | Added a new run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.188 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.188 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.188 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.g4t9Ap +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.191 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.192 | 62305 | Marked run 459 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.193 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.194 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.194 | 62315 | Added a new run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.195 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.196 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.198 | 56098 | Recursively removing directory: /tmp/git.zvLSqP/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.198 | 62308 | Marked run 460 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.199 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.199 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.200 | 62323 | Added a new run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.200 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.201 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.201 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.203 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.205 | 62331 | Added a new run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.205 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.205 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.206 | 56101 | Recursively removing directory: /tmp/git.g4t9Ap/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.207 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.208 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.208 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.208 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.208 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.208 | 62335 | Added a new worker 13 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.209 | 56097 | Removed run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.209 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.209 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.209 | 56097 | Assigned run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.209 | 62334 | Added a new run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.209 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QGHPZH +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.210 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.212 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.213 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.215 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.215 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.215 | 62339 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.215 | 56097 | Removed run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.215 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.215 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.215 | 56097 | Assigned run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.216 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A5MbWm +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.218 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.219 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.219 | 62338 | Added a new run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.220 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.223 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.223 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.225 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.226 | 62343 | Added a new run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.226 | 62332 | Marked run 461 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.226 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.226 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.229 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.230 | 62337 | Marked run 462 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.230 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.230 | 56098 | Recursively removing directory: /tmp/git.QGHPZH/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.231 | 62353 | Added a new run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.232 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.233 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.233 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.235 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.235 | 56101 | Recursively removing directory: /tmp/git.A5MbWm/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.236 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.237 | 62359 | Added a new run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.237 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.237 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.237 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.240 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.240 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.240 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.240 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.240 | 62364 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.240 | 56097 | Removed run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.240 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.241 | 56097 | Assigned run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.241 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.241 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ocfAPK +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.242 | 62362 | Added a new run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.244 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.244 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.244 | 62366 | Added a new worker 6 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.244 | 56097 | Removed run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.244 | 56097 | Removed worker 6 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.244 | 56097 | Assigned run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.245 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fWXtFY +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.245 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.246 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.246 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.247 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.248 | 62367 | Added a new run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.249 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.250 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.251 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.252 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.254 | 62360 | Marked run 463 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.255 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.258 | 56098 | Recursively removing directory: /tmp/git.ocfAPK/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.258 | 62363 | Marked run 464 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.258 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.260 | 62371 | Added a new run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.260 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.260 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.260 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.262 | 56101 | Recursively removing directory: /tmp/git.fWXtFY/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.263 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.264 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.264 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.264 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.265 | 62385 | Added a new run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.265 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.267 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.268 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.268 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.268 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.268 | 62390 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.268 | 56097 | Removed run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.268 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.268 | 56097 | Assigned run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.268 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8HDGLV +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.269 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.270 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.270 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.271 | 62391 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.271 | 56097 | Removed run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.271 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.271 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.271 | 56097 | Assigned run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.272 | 62389 | Added a new run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.272 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.272 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.S07BlD +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.274 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.275 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.277 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.279 | 62386 | Marked run 465 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.279 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.279 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.280 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.282 | 62388 | Marked run 466 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.282 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.284 | 62394 | Added a new run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.284 | 56098 | Recursively removing directory: /tmp/git.8HDGLV/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.284 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.286 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.286 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.287 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.288 | 62409 | Added a new run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.289 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.290 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.290 | 56101 | Recursively removing directory: /tmp/git.S07BlD/ +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.291 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.291 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.292 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.293 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.293 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.293 | 62413 | Added a new worker 13 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.293 | 56097 | Removed run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.293 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.293 | 56097 | Assigned run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.293 | 62412 | Added a new run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.293 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.945gWe +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.294 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.295 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.296 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.298 | 62416 | Added a new run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.298 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.299 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.299 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.299 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.300 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.300 | 62418 | Added a new worker 13 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.301 | 56097 | Removed run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.301 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.301 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.301 | 56097 | Assigned run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.301 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XJ3MNf +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.302 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.304 | 62411 | Marked run 467 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.305 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.306 | 62420 | Added a new run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.306 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.308 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.309 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.310 | 62415 | Marked run 468 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.310 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.310 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.310 | 56098 | Recursively removing directory: /tmp/git.945gWe/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.312 | 62429 | Added a new run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.312 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.312 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.312 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.314 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.316 | 62435 | Added a new run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.316 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.316 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.318 | 56101 | Recursively removing directory: /tmp/git.XJ3MNf/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.319 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.320 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.320 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.320 | 62441 | Added a new worker 14 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.320 | 56097 | Removed run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.320 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.320 | 56097 | Assigned run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.320 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mLU22b +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.320 | 62440 | Added a new run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.321 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.321 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.321 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.321 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.324 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.325 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.327 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.327 | 62443 | Added a new run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.328 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.328 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.329 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.329 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.330 | 62447 | Added a new worker 13 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.330 | 56097 | Removed run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.330 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.330 | 56097 | Assigned run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.330 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ys8dEu +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.331 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.331 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.332 | 62438 | Marked run 469 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.333 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.334 | 62449 | Added a new run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.334 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.336 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.337 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.337 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.339 | 56098 | Recursively removing directory: /tmp/git.mLU22b/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.340 | 62444 | Marked run 470 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.340 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.341 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.341 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.342 | 62457 | Added a new run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.342 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.345 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.345 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.346 | 56101 | Recursively removing directory: /tmp/git.Ys8dEu/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.347 | 62465 | Added a new run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.348 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.348 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.347 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.349 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.349 | 62468 | Added a new worker 10 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.349 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.349 | 56097 | Removed run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.349 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.349 | 56097 | Assigned run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.350 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.349 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.349 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xPt32j +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.351 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.352 | 62469 | Added a new run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.352 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.355 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.355 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.356 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.356 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.356 | 62473 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.356 | 56097 | Removed run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.356 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.356 | 56097 | Assigned run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.356 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.356 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.H9bLtB +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.357 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.358 | 62472 | Added a new run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.358 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.362 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.362 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.363 | 62466 | Marked run 471 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.363 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.364 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.365 | 62478 | Added a new run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.365 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.368 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.368 | 56098 | Recursively removing directory: /tmp/git.xPt32j/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.368 | 62470 | Marked run 472 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.369 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.370 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.370 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.371 | 62486 | Added a new run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.371 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.374 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.374 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.375 | 56101 | Recursively removing directory: /tmp/git.H9bLtB/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.375 | 62493 | Added a new run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.376 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.377 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.377 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.378 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.378 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.378 | 62496 | Added a new worker 8 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.378 | 56097 | Removed run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.378 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.378 | 56097 | Assigned run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.378 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.378 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kObCOW +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.378 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.380 | 62497 | Added a new run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.381 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.381 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.384 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.384 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.385 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.385 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.385 | 62501 | Added a new worker 16 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.385 | 56097 | Removed run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.385 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.385 | 56097 | Assigned run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.385 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.386 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4m1dUS +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.386 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.386 | 62500 | Added a new run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.386 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.389 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.390 | 62494 | Marked run 473 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.390 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.392 | 62504 | Added a new run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.392 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.394 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.394 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.396 | 62499 | Marked run 474 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.396 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.396 | 56098 | Recursively removing directory: /tmp/git.kObCOW/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.397 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.398 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.398 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.399 | 62513 | Added a new run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.399 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.402 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.402 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.404 | 56101 | Recursively removing directory: /tmp/git.4m1dUS/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.404 | 62521 | Added a new run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.405 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.405 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.405 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.406 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.406 | 62524 | Added a new worker 10 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.406 | 56097 | Removed run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.406 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.406 | 56097 | Assigned run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.406 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.406 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nhWFhR +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.407 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.407 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.409 | 62525 | Added a new run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.410 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.410 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.411 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.412 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.413 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.414 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.414 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.414 | 62530 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.414 | 56097 | Removed run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.414 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.414 | 56097 | Assigned run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.414 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.415 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xenEJy +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.415 | 62528 | Added a new run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.415 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.418 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.420 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.422 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.422 | 62522 | Marked run 475 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.422 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.423 | 56098 | Recursively removing directory: /tmp/git.nhWFhR/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.423 | 62536 | Added a new run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.424 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.426 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.426 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.426 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.427 | 62526 | Marked run 476 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.427 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.428 | 62543 | Added a new run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.429 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.430 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.431 | 56101 | Recursively removing directory: /tmp/git.xenEJy/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.431 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.433 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.433 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.433 | 62550 | Added a new run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.433 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.433 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.433 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.434 | 62551 | Added a new worker 10 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.434 | 56097 | Removed run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.434 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.434 | 56097 | Assigned run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.434 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.434 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Th5JVf +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.436 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.437 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.439 | 62553 | Added a new run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.440 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.441 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.441 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.441 | 62556 | Added a new worker 14 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.441 | 56097 | Removed run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.441 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.441 | 56097 | Assigned run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.441 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.442 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7FgC9o +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.442 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.443 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.443 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.445 | 62549 | Marked run 477 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.445 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.447 | 62557 | Added a new run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.447 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.448 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.448 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.450 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.451 | 62554 | Marked run 478 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.452 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.453 | 56098 | Recursively removing directory: /tmp/git.Th5JVf/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.453 | 62567 | Added a new run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.454 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.455 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.455 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.457 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.458 | 56101 | Recursively removing directory: /tmp/git.7FgC9o/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.459 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.459 | 62575 | Added a new run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.459 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.460 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.460 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.462 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.462 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.463 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.463 | 62579 | Added a new worker 13 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.463 | 56097 | Removed run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.463 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.463 | 56097 | Assigned run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.463 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.463 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2O6OfO +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.463 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.464 | 62578 | Added a new run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.465 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.466 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.466 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.466 | 62582 | Added a new worker 8 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.466 | 56097 | Removed run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.466 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.466 | 56097 | Assigned run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.466 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3OXjwl +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.467 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.468 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.469 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.469 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.471 | 62583 | Added a new run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.472 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.472 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.473 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.475 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.475 | 62576 | Marked run 479 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.475 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.477 | 62589 | Added a new run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.477 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.479 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.480 | 62580 | Marked run 480 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.480 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.481 | 62597 | Added a new run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.481 | 56098 | Recursively removing directory: /tmp/git.2O6OfO/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.482 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.483 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.483 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.484 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.485 | 56101 | Recursively removing directory: /tmp/git.3OXjwl/ +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.487 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.487 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.487 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.488 | 62603 | Added a new run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.488 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.490 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.490 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.491 | 62606 | Added a new worker 8 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.491 | 56097 | Removed run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.491 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.491 | 56097 | Assigned run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.491 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.491 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x8H9yx +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.491 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.492 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.493 | 62607 | Added a new run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.493 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.496 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.496 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.496 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.496 | 62611 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.496 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.496 | 56097 | Removed run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.496 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.496 | 56097 | Assigned run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.496 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.496 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EcVaw5 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.498 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.498 | 62610 | Added a new run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.498 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.503 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.503 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.503 | 62604 | Marked run 481 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.503 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.505 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.505 | 62616 | Added a new run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.506 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.508 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.509 | 62608 | Marked run 482 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.509 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.509 | 56098 | Recursively removing directory: /tmp/git.x8H9yx/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.511 | 62624 | Added a new run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.511 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.512 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.512 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.514 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.515 | 56101 | Recursively removing directory: /tmp/git.EcVaw5/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.516 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.516 | 62631 | Added a new run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.517 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.517 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.517 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.519 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.519 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.519 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.520 | 62635 | Added a new worker 13 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.520 | 56097 | Removed run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.520 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.520 | 56097 | Assigned run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.520 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.520 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BYbMof +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.520 | 62634 | Added a new run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.521 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.522 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.524 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.524 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.525 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.525 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.525 | 62639 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.525 | 56097 | Removed run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.525 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.525 | 56097 | Assigned run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.525 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mnbvGp +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.526 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.527 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.527 | 62638 | Added a new run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.528 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.530 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.531 | 62632 | Marked run 483 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.531 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.532 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.533 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.535 | 62637 | Marked run 484 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.535 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.537 | 62643 | Added a new run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.537 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.537 | 56098 | Recursively removing directory: /tmp/git.BYbMof/ +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.539 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.539 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.540 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.542 | 56101 | Recursively removing directory: /tmp/git.mnbvGp/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.542 | 62657 | Added a new run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.542 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.543 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.543 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.543 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.544 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.545 | 62660 | Added a new run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.546 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.547 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.547 | 62662 | Added a new worker 10 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.547 | 56097 | Removed run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.547 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.547 | 56097 | Assigned run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.547 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.547 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Jzn4Bs +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.547 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.548 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.549 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.551 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.551 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.551 | 62665 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.551 | 56097 | Removed run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.551 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.551 | 56097 | Assigned run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.551 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.W2puoh +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.552 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.553 | 62664 | Added a new run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.553 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.556 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.557 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.557 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.557 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.558 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.559 | 62659 | Marked run 485 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.559 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.561 | 62667 | Added a new run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.561 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.563 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.564 | 62663 | Marked run 486 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.565 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.567 | 56098 | Recursively removing directory: /tmp/git.Jzn4Bs/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.567 | 62681 | Added a new run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.567 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.568 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.568 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.570 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.568 | 56101 | Recursively removing directory: /tmp/git.W2puoh/ +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.570 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.570 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.572 | 62685 | Added a new run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.572 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.572 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.573 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.575 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.575 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.575 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.575 | 62690 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.575 | 56097 | Removed run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.575 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.576 | 56097 | Assigned run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.576 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.576 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OdZyKv +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.576 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.576 | 62691 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.576 | 56097 | Removed run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.576 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.576 | 56097 | Assigned run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.576 | 62689 | Added a new run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.576 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.577 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yhOnkU +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.577 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.577 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.579 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.583 | 62693 | Added a new run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.583 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.583 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.584 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.584 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.585 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.586 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.588 | 62686 | Marked run 487 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.588 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.590 | 62696 | Added a new run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.590 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.592 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.593 | 62688 | Marked run 488 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.593 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.595 | 62711 | Added a new run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.595 | 56101 | Recursively removing directory: /tmp/git.yhOnkU/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.596 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.596 | 56098 | Recursively removing directory: /tmp/git.OdZyKv/ +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.597 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.597 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.597 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.597 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.599 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.600 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.601 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.601 | 62713 | Added a new run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.601 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.603 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.604 | 62717 | Added a new worker 14 to the queue +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.603 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.604 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.604 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.604 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IRqQIU +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.604 | 56097 | Removed run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.604 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.604 | 56097 | Assigned run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.604 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.604 | 62719 | Added a new worker 17 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.604 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.604 | 56097 | Removed run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.604 | 56097 | Removed worker 17 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.605 | 56097 | Assigned run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.605 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.605 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F9A7hI +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.606 | 62718 | Added a new run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.606 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.609 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.611 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.612 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.613 | 62714 | Marked run 489 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.614 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.614 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.615 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.617 | 62715 | Marked run 490 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.617 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.618 | 62721 | Added a new run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.618 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.621 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.621 | 56098 | Recursively removing directory: /tmp/git.IRqQIU/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.623 | 62737 | Added a new run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.623 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.623 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.623 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.625 | 56101 | Recursively removing directory: /tmp/git.F9A7hI/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.626 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.626 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.626 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.627 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.628 | 62739 | Added a new run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.628 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.629 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.630 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.630 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.630 | 62743 | Added a new worker 12 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.630 | 56097 | Removed run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.630 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.630 | 56097 | Assigned run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.630 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ePYTTP +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.631 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.632 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.633 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.633 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.633 | 62745 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.633 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.633 | 56097 | Removed run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.633 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.633 | 56097 | Assigned run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.633 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CbLgYC +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.634 | 62744 | Added a new run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.635 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.637 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.638 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.638 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.639 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.639 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.642 | 62740 | Marked run 491 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.642 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.646 | 62742 | Marked run 492 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.646 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.646 | 56098 | Recursively removing directory: /tmp/git.ePYTTP/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.648 | 62748 | Added a new run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.648 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.648 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.648 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.650 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.650 | 56101 | Recursively removing directory: /tmp/git.CbLgYC/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.652 | 62763 | Added a new run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.652 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.653 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.652 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.652 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.655 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.655 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.656 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.656 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9JMQaA +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.656 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.656 | 62768 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.656 | 56097 | Removed run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.656 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.656 | 56097 | Assigned run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.656 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.657 | 62766 | Added a new run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.657 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.659 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.659 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.660 | 62770 | Added a new worker 10 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.660 | 56097 | Removed run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.660 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.660 | 56097 | Assigned run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.660 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.660 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cCp6er +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.662 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.666 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.667 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.668 | 62764 | Marked run 493 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.669 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.670 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.670 | 62771 | Added a new run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.670 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.671 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.673 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.674 | 62767 | Marked run 494 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.674 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.675 | 62779 | Added a new run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.675 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.677 | 56098 | Recursively removing directory: /tmp/git.9JMQaA/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.679 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.679 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.679 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.681 | 62789 | Added a new run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.681 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.682 | 56101 | Recursively removing directory: /tmp/git.cCp6er/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.683 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.683 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.683 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.683 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.685 | 62792 | Added a new run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.685 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.687 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.687 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.687 | 62794 | Added a new worker 10 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.687 | 56097 | Removed run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.687 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.687 | 56097 | Assigned run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.687 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.687 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2C6pD8 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.688 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.688 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.690 | 62795 | Added a new run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.690 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.692 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.692 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.692 | 62798 | Added a new worker 13 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.693 | 56097 | Removed run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.693 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.693 | 56097 | Assigned run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.693 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.693 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.693 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fxV8jk +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.694 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.696 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.696 | 62791 | Marked run 495 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.696 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.698 | 62799 | Added a new run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.698 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.699 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.700 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.700 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.703 | 62796 | Marked run 496 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.703 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.704 | 62803 | Added a new run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.704 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.707 | 56098 | Recursively removing directory: /tmp/git.2C6pD8/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.707 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.709 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.709 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.709 | 62817 | Added a new run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.710 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.710 | 56101 | Recursively removing directory: /tmp/git.fxV8jk/ +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.712 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.712 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.712 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.713 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.714 | 62819 | Added a new run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.714 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.715 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.716 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.716 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.717 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.717 | 62823 | Added a new worker 14 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.717 | 56097 | Removed run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.717 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.717 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.717 | 56097 | Assigned run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.717 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gw9zhS +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.718 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.718 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.718 | 62825 | Added a new worker 14 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.719 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.719 | 56097 | Removed run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.719 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.719 | 56097 | Assigned run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.719 | 62824 | Added a new run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.719 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jOPa2p +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.720 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.723 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.725 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.725 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.726 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.726 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.729 | 62820 | Marked run 497 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.729 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.732 | 62822 | Marked run 498 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.732 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.734 | 62828 | Added a new run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.734 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.736 | 56101 | Recursively removing directory: /tmp/git.jOPa2p/ +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.736 | 56098 | Recursively removing directory: /tmp/git.gw9zhS/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.737 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.737 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.737 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.738 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.738 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.738 | 62843 | Added a new run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.738 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.741 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.742 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.742 | 62845 | Added a new run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.742 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.742 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.744 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.745 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.746 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.746 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.746 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.746 | 62851 | Added a new worker 17 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.746 | 56097 | Removed run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.746 | 56097 | Removed worker 17 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.746 | 56097 | Assigned run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.746 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.747 | 62849 | Added a new run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.746 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uN4vVA +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.747 | 62850 | Added a new worker 18 to the queue +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.748 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.748 | 56097 | Removed run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.748 | 56097 | Removed worker 18 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.748 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.748 | 56097 | Assigned run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.750 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pFINHH +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.750 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.752 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.753 | 62853 | Added a new run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.753 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.753 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.755 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.757 | 62847 | Marked run 499 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.758 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.758 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.759 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.761 | 62846 | Marked run 500 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.761 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.762 | 56098 | Recursively removing directory: /tmp/git.uN4vVA/ +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.763 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.763 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.764 | 62856 | Added a new run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.764 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.767 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.767 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.768 | 56101 | Recursively removing directory: /tmp/git.pFINHH/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.769 | 62871 | Added a new run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.769 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.770 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.770 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.771 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.771 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.771 | 62874 | Added a new worker 8 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.771 | 56097 | Removed run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.771 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.771 | 56097 | Assigned run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.771 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CWOkol +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.772 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.772 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.773 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.776 | 62875 | Added a new run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.776 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.777 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tkrA09 +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.776 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.776 | 62877 | Added a new worker 6 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.776 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.776 | 56097 | Removed run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.776 | 56097 | Removed worker 6 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.777 | 56097 | Assigned run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.779 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.781 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.782 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.782 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.783 | 62872 | Marked run 501 as finished +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.783 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.784 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.785 | 62879 | Added a new run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.785 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.788 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.788 | 62876 | Marked run 502 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.789 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.791 | 62893 | Added a new run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.791 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.792 | 56098 | Recursively removing directory: /tmp/git.CWOkol/ +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.794 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.794 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.794 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.795 | 56101 | Recursively removing directory: /tmp/git.tkrA09/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.796 | 62897 | Added a new run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.796 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.796 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.797 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.798 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.798 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.799 | 62900 | Added a new run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.800 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.801 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.801 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.802 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.802 | 62903 | Added a new worker 14 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.803 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.803 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.803 | 56097 | Removed run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.803 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.803 | 56097 | Assigned run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.803 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kLjeN9 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.804 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.804 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.804 | 62905 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.804 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.804 | 56097 | Removed run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.804 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.804 | 56097 | Assigned run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.805 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gQmskt +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.808 | 62904 | Added a new run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.809 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.809 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.811 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.811 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.811 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.812 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.813 | 62899 | Marked run 503 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.813 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.816 | 62902 | Marked run 504 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.817 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.818 | 62909 | Added a new run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.818 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.820 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.822 | 56101 | Recursively removing directory: /tmp/git.gQmskt/ +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.822 | 56098 | Recursively removing directory: /tmp/git.kLjeN9/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.822 | 62923 | Added a new run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.823 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.823 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.823 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.823 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.823 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.825 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.826 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.827 | 62925 | Added a new run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.827 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.827 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.830 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.830 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.830 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.830 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.830 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.830 | 62931 | Added a new worker 17 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.831 | 56097 | Removed run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.831 | 56097 | Removed worker 17 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.831 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.831 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t8PNmg +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.831 | 56097 | Assigned run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.831 | 62930 | Added a new worker 18 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.831 | 56097 | Removed run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.831 | 56097 | Removed worker 18 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.831 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.831 | 56097 | Assigned run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 18 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.832 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.022fzN +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.837 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.837 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.837 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.837 | 62929 | Added a new run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.838 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.838 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.841 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.841 | 62926 | Marked run 506 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.841 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.844 | 62927 | Marked run 505 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.844 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.846 | 62936 | Added a new run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.846 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.848 | 56101 | Recursively removing directory: /tmp/git.t8PNmg/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.849 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.849 | 56098 | Recursively removing directory: /tmp/git.022fzN/ +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.849 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.849 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.851 | 62949 | Added a new run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.851 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.851 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.852 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.853 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.854 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.855 | 62952 | Added a new run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.856 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.856 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.857 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.857 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.857 | 62955 | Added a new worker 12 to the queue +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.857 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lKR1nE +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.857 | 56097 | Removed run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.857 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.857 | 56097 | Assigned run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.859 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.859 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.859 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.860 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.860 | 62957 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.860 | 56097 | Removed run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.860 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.860 | 56097 | Assigned run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.860 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.861 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Vn5Mrb +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.863 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.864 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.864 | 62956 | Added a new run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.864 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.866 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.867 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.868 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.869 | 62951 | Marked run 507 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.870 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.873 | 62953 | Marked run 508 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.873 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.875 | 62963 | Added a new run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.875 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.874 | 56101 | Recursively removing directory: /tmp/git.lKR1nE/ +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.876 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.876 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.878 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.877 | 56098 | Recursively removing directory: /tmp/git.Vn5Mrb/ +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.878 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.878 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.880 | 62975 | Added a new run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.880 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.880 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.881 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.883 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.883 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.883 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.883 | 62980 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.883 | 56097 | Removed run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.883 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.883 | 56097 | Assigned run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.883 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.884 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IUhqEA +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.884 | 62979 | Added a new run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.885 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.885 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.885 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.885 | 62982 | Added a new worker 12 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.886 | 56097 | Removed run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.886 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.886 | 56097 | Assigned run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.886 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.886 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vDEaAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.887 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.892 | 62983 | Added a new run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.893 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.895 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.895 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.896 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.896 | 62976 | Marked run 509 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.897 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.897 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.897 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.900 | 62978 | Marked run 510 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.900 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.901 | 62985 | Added a new run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.901 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.904 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.905 | 63001 | Added a new run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.905 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.907 | 56101 | Recursively removing directory: /tmp/git.IUhqEA/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.908 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.909 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.909 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.909 | 56098 | Recursively removing directory: /tmp/git.vDEaAD/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.910 | 63003 | Added a new run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.910 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.911 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.911 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.912 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.913 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.914 | 63006 | Added a new run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.915 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.915 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.916 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.916 | 63009 | Added a new worker 12 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.916 | 56097 | Removed run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.916 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.916 | 56097 | Assigned run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.916 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.916 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0Y1p3x +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.916 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.918 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.918 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.918 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.918 | 63011 | Added a new worker 15 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.919 | 56097 | Removed run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.919 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.919 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.919 | 56097 | Assigned run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.919 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9tcGJ7 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.920 | 63010 | Added a new run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.921 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.922 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.923 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.924 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.927 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.927 | 63005 | Marked run 511 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.927 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.928 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.929 | 63014 | Added a new run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.929 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.932 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.934 | 63007 | Marked run 512 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.934 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.935 | 56101 | Recursively removing directory: /tmp/git.0Y1p3x/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.936 | 63025 | Added a new run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.936 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.937 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.937 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.939 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.939 | 56098 | Recursively removing directory: /tmp/git.9tcGJ7/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.940 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.941 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.941 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.941 | 63031 | Added a new run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.941 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.944 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.944 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.944 | 63034 | Added a new worker 12 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.944 | 56097 | Removed run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.944 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.944 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.944 | 56097 | Assigned run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.944 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.944 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OxyqPA +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.945 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.946 | 63035 | Added a new run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.947 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.948 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.948 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.950 | 63039 | Added a new worker 13 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.950 | 56097 | Removed run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.950 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.951 | 56097 | Assigned run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.951 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.951 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ADSmqz +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.951 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.953 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.954 | 63032 | Marked run 513 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.955 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.955 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.956 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.957 | 63040 | Added a new run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.957 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.957 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.960 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.960 | 63036 | Marked run 514 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.961 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.962 | 63047 | Added a new run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.962 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.965 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.967 | 56101 | Recursively removing directory: /tmp/git.OxyqPA/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.967 | 63058 | Added a new run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.967 | 56098 | Recursively removing directory: /tmp/git.ADSmqz/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.967 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.968 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.968 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.969 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.969 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.970 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.971 | 63060 | Added a new run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.972 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.972 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.972 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.974 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.975 | 63064 | Added a new run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.975 | 56098 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.975 | 56101 | Waiting for a new command +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.976 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.976 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.976 | 63065 | Added a new worker 14 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.976 | 56097 | Removed run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.976 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.976 | 56097 | Assigned run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.976 | 63066 | Added a new worker 14 to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.976 | 56097 | Removed run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.976 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.976 | 56097 | Assigned run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.976 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HqkQKI +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.977 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.977 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.977 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.c62crj +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.982 | 56101 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.982 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.983 | 56101 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.983 | 56098 | Checking out revision HEAD +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.984 | 56098 | Going to run: ./ci +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.984 | 63068 | Added a new run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.985 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.988 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.988 | 63061 | Marked run 515 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.988 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.992 | 63063 | Marked run 516 as finished +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.992 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.993 | 56101 | Recursively removing directory: /tmp/git.HqkQKI/ +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.993 | 63077 | Added a new run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.994 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:56 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:56 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.994 | 56098 | Recursively removing directory: /tmp/git.c62crj/ +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.996 | 56098 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56098/cimple-worker: 2024-01-28 10:55:56.996 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.995 | 56101 | Process exit code: 0 +2024-01-28 10:55:56 | INFO | 56101/cimple-worker: 2024-01-28 10:55:56.995 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.996 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.999 | 56095 | Waiting for new connections +2024-01-28 10:55:56 | INFO | 56095/cimple-server: 2024-01-28 10:55:56.999 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.000 | 63086 | Added a new run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.001 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.001 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.001 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.001 | 63090 | Added a new worker 8 to the queue +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.002 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EX8uwD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.003 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.002 | 56097 | Removed run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.002 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.002 | 56097 | Assigned run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.003 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.003 | 63091 | Added a new worker 6 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.005 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.005 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.005 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8mbQxS +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.005 | 56097 | Removed run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.005 | 56097 | Removed worker 6 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.005 | 56097 | Assigned run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.006 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.008 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.009 | 63092 | Added a new run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.009 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.012 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.012 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.013 | 63087 | Marked run 518 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.013 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.014 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.017 | 63088 | Marked run 517 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.017 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.018 | 63097 | Added a new run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.018 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.018 | 56101 | Recursively removing directory: /tmp/git.EX8uwD/ +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.020 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.020 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.021 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.023 | 56098 | Recursively removing directory: /tmp/git.8mbQxS/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.024 | 63110 | Added a new run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.024 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.024 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.025 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.025 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.027 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.027 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.027 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.027 | 63114 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.027 | 56097 | Removed run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.027 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.027 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.027 | 56097 | Assigned run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.028 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XXdded +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.028 | 63113 | Added a new run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.029 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.030 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.031 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.033 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.033 | 63117 | Added a new run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.033 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.033 | 63118 | Added a new worker 15 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.033 | 56097 | Removed run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.034 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B4o4zy +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.033 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.033 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.033 | 56097 | Assigned run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.034 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.034 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.035 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.037 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.038 | 63111 | Marked run 519 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.038 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.040 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.041 | 63121 | Added a new run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.041 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.041 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.043 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.045 | 56101 | Recursively removing directory: /tmp/git.XXdded/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.046 | 63116 | Marked run 520 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.046 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.048 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.048 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.048 | 63130 | Added a new run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.048 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.051 | 56098 | Recursively removing directory: /tmp/git.B4o4zy/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.051 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.052 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.053 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.053 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.053 | 63138 | Added a new run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.053 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.055 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.055 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.055 | 63141 | Added a new worker 8 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.056 | 56097 | Removed run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.056 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.056 | 56097 | Assigned run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.056 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CwfQ53 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.056 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.056 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.057 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.058 | 63142 | Added a new run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.058 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.061 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.061 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.061 | 63145 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.061 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.062 | 56097 | Removed run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.062 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.062 | 56097 | Assigned run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.062 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RQIrJF +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.062 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.062 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.063 | 63139 | Marked run 521 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.063 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.063 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.067 | 63146 | Added a new run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.067 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.068 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.069 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.070 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.071 | 63143 | Marked run 522 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.071 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.072 | 63156 | Added a new run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.073 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.074 | 56101 | Recursively removing directory: /tmp/git.CwfQ53/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.075 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.076 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.080 | 63164 | Added a new run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.080 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.082 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.084 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.084 | 63168 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.084 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.084 | 56097 | Removed run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.084 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.084 | 56097 | Assigned run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.084 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.088 | 63167 | Added a new run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.089 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.091 | 63170 | Added a new worker 7 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.091 | 56097 | Removed run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.091 | 56097 | Removed worker 7 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.091 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.091 | 56097 | Assigned run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.094 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.094 | 63165 | Marked run 523 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.095 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.097 | 63173 | Added a new run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.097 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.101 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.103 | 63169 | Marked run 524 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.104 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.079 | 56098 | Recursively removing directory: /tmp/git.RQIrJF/ +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.081 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.081 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.088 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.091 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uE6Wcv +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.097 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.099 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.076 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.083 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.084 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Xqpoju +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.089 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.090 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.104 | 56101 | Recursively removing directory: /tmp/git.Xqpoju/ +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.106 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.106 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.106 | 63182 | Added a new run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.106 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.109 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.110 | 56098 | Recursively removing directory: /tmp/git.uE6Wcv/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.110 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.112 | 63190 | Added a new run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.112 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.113 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.113 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.114 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.114 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.114 | 63193 | Added a new worker 8 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.114 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.114 | 56097 | Removed run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.114 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.114 | 56097 | Assigned run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.115 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9jymTU +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.114 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.116 | 63194 | Added a new run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.117 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.117 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.119 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.120 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.120 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.120 | 63198 | Added a new worker 15 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.121 | 56097 | Removed run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.121 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.121 | 56097 | Assigned run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.121 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.121 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qVqe0Y +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.121 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.122 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.122 | 63197 | Added a new run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.123 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.126 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.127 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.128 | 63191 | Marked run 525 as finished +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.128 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.128 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.132 | 63195 | Marked run 526 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.132 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.133 | 56101 | Recursively removing directory: /tmp/git.9jymTU/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.133 | 63202 | Added a new run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.134 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.135 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.135 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.137 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.138 | 56098 | Recursively removing directory: /tmp/git.qVqe0Y/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.138 | 63216 | Added a new run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.139 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.139 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.140 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.140 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.141 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.141 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.144 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.144 | 63220 | Added a new worker 12 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.144 | 56097 | Removed run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.144 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.144 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.144 | 56097 | Assigned run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.144 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xyO0wf +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.144 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.146 | 63219 | Added a new run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.146 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.148 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.148 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.148 | 63223 | Added a new worker 10 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.148 | 56097 | Removed run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.148 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.148 | 56097 | Assigned run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.149 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.149 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lZ9Fai +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.149 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.149 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.151 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.154 | 63224 | Added a new run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.154 | 63217 | Marked run 527 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.155 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.155 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.156 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.158 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.160 | 63221 | Marked run 528 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.160 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.162 | 56101 | Recursively removing directory: /tmp/git.xyO0wf/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.162 | 63234 | Added a new run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.162 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.163 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.163 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.164 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.166 | 63242 | Added a new run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.166 | 56098 | Recursively removing directory: /tmp/git.lZ9Fai/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.166 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.167 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.168 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.168 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.169 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.170 | 63245 | Added a new run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.170 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.171 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.171 | 63246 | Added a new worker 10 to the queue +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.171 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.171 | 56097 | Removed run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.171 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.172 | 56097 | Assigned run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.172 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.172 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.172 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DnTpBI +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.173 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.175 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.175 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.175 | 63250 | Added a new worker 15 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.175 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.175 | 56097 | Removed run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.175 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.175 | 56097 | Assigned run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.176 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tGleVu +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.176 | 63249 | Added a new run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.176 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.178 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.179 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.180 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.181 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.182 | 63244 | Marked run 529 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.183 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.183 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.184 | 63252 | Added a new run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.184 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.186 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.187 | 63248 | Marked run 530 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.187 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.188 | 63261 | Added a new run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.189 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.191 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.192 | 56101 | Recursively removing directory: /tmp/git.DnTpBI/ +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.193 | 56098 | Recursively removing directory: /tmp/git.tGleVu/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.194 | 63270 | Added a new run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.194 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.194 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.194 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.195 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.195 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.197 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.197 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.198 | 63272 | Added a new run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.198 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.199 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.200 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.200 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.200 | 63276 | Added a new worker 12 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.200 | 56097 | Removed run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.200 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.200 | 56097 | Assigned run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.200 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qKeXYn +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.201 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.201 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.203 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.203 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.203 | 63278 | Added a new worker 10 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.203 | 56097 | Removed run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.203 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.203 | 56097 | Assigned run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.204 | 63277 | Added a new run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.203 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GOlmlj +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.205 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.205 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.205 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.207 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.208 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.211 | 63273 | Marked run 531 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.211 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.211 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.213 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.215 | 63274 | Marked run 532 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.216 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.216 | 56101 | Recursively removing directory: /tmp/git.qKeXYn/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.217 | 63281 | Added a new run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.217 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.218 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.218 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.219 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.221 | 63296 | Added a new run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.222 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.222 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.223 | 56098 | Recursively removing directory: /tmp/git.GOlmlj/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.224 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.224 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.224 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.225 | 63299 | Added a new run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.225 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.226 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.226 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.226 | 63300 | Added a new worker 10 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.226 | 56097 | Removed run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.226 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.226 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.226 | 56097 | Assigned run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.226 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5BmL79 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.228 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.228 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.230 | 63302 | Added a new run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.231 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.232 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.232 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.232 | 63305 | Added a new worker 12 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.232 | 56097 | Removed run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.232 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.232 | 56097 | Assigned run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.232 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.232 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.233 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gU0KF2 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.233 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.235 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.238 | 63298 | Marked run 533 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.238 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.240 | 63307 | Added a new run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.240 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.241 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.242 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.243 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.243 | 56101 | Recursively removing directory: /tmp/git.5BmL79/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.244 | 63303 | Marked run 534 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.244 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.245 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.245 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.246 | 63315 | Added a new run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.246 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.249 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.249 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.251 | 63324 | Added a new run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.251 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.252 | 56098 | Recursively removing directory: /tmp/git.gU0KF2/ +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.253 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.253 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.253 | 63327 | Added a new worker 8 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.253 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.253 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FfyVMV +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.253 | 56097 | Removed run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.253 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.253 | 56097 | Assigned run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.254 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.254 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.254 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.256 | 63328 | Added a new run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.257 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.258 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.258 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.259 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.259 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.262 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.262 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.262 | 63334 | Added a new worker 15 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.262 | 56097 | Removed run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.262 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.262 | 56097 | Assigned run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.262 | 63325 | Marked run 535 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.262 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.263 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.263 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uegjjg +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.265 | 63332 | Added a new run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.266 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.269 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.269 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.271 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.271 | 56101 | Recursively removing directory: /tmp/git.FfyVMV/ +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.272 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.272 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.273 | 63330 | Marked run 536 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.273 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.274 | 63341 | Added a new run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.274 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.275 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.277 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.279 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.279 | 63351 | Added a new run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.280 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.44dr1d +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.280 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.280 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.280 | 63352 | Added a new worker 8 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.280 | 56097 | Removed run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.280 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.280 | 56097 | Assigned run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.280 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.280 | 56098 | Recursively removing directory: /tmp/git.uegjjg/ +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.282 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.282 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.285 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.285 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.286 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.286 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.289 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.289 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.289 | 63358 | Added a new worker 15 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.289 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.289 | 56097 | Removed run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.289 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.289 | 56097 | Assigned run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.289 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y5R9Iq +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.290 | 63346 | Marked run 537 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.290 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.292 | 63355 | Added a new run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.292 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.295 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.295 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.296 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.297 | 56101 | Recursively removing directory: /tmp/git.44dr1d/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.297 | 63365 | Added a new run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.298 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.300 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.300 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.300 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.302 | 63354 | Marked run 538 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.302 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.303 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.303 | 63369 | Added a new run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.304 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.306 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.306 | 56098 | Recursively removing directory: /tmp/git.Y5R9Iq/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.307 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.307 | 63378 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.307 | 56097 | Removed run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.307 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.307 | 56097 | Assigned run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.307 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.307 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.308 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.80aOam +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.309 | 63377 | Added a new run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.309 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.309 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.310 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.312 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.313 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.314 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.314 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.314 | 63380 | Added a new run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.314 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.317 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.317 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.317 | 63385 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.317 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.318 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.318 | 56097 | Removed run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.318 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.318 | 56097 | Assigned run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.318 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wn4WK7 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.322 | 63375 | Marked run 539 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.322 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.324 | 63386 | Added a new run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.324 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.324 | 56101 | Recursively removing directory: /tmp/git.80aOam/ +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.325 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.326 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.326 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.326 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.327 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.329 | 63381 | Marked run 540 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.329 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.329 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.330 | 63394 | Added a new run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.331 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.333 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.333 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.333 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.333 | 63403 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.333 | 56097 | Removed run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.333 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.333 | 56097 | Assigned run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.334 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Tn1fdl +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.334 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.336 | 56098 | Recursively removing directory: /tmp/git.wn4WK7/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.336 | 63404 | Added a new run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.337 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.338 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.338 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.339 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.340 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.340 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.341 | 63406 | Added a new run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.341 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.342 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.344 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.345 | 63396 | Marked run 541 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.345 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.346 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.346 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.346 | 63417 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.347 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.347 | 56097 | Removed run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.347 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.347 | 56097 | Assigned run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.347 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.r4KW5t +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.347 | 63412 | Added a new run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.347 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.351 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.352 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.352 | 56101 | Recursively removing directory: /tmp/git.Tn1fdl/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.353 | 63419 | Added a new run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.353 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.353 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.355 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.355 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.356 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.357 | 63408 | Marked run 542 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.357 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.358 | 63423 | Added a new run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.358 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.359 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.361 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.363 | 56098 | Recursively removing directory: /tmp/git.r4KW5t/ +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.363 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.363 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.363 | 63432 | Added a new worker 11 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.363 | 56097 | Removed run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.363 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.363 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.363 | 56097 | Assigned run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.363 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AuVoLu +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.364 | 63431 | Added a new run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.364 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.364 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.364 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.367 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.368 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.369 | 63434 | Added a new run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.369 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.369 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.370 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.372 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.373 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.373 | 63441 | Added a new worker 15 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.373 | 56097 | Removed run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.373 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.373 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.373 | 56097 | Assigned run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.373 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.373 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aw4bYJ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.374 | 63429 | Marked run 543 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.374 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.375 | 63439 | Added a new run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.376 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.379 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.380 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.380 | 56101 | Recursively removing directory: /tmp/git.AuVoLu/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.381 | 63447 | Added a new run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.381 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.381 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.383 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.383 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.384 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.385 | 63435 | Marked run 544 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.385 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.386 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.387 | 63451 | Added a new run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.387 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.390 | 56098 | Recursively removing directory: /tmp/git.aw4bYJ/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.390 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.390 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.390 | 63460 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.390 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.391 | 56097 | Removed run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.391 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.391 | 56097 | Assigned run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.390 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.391 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MsaT3L +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.392 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.392 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.392 | 63459 | Added a new run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.392 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.395 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.396 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.397 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.397 | 63462 | Added a new run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.398 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.398 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.399 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.400 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.400 | 63466 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.400 | 56097 | Removed run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.400 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.400 | 56097 | Assigned run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.401 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.401 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.401 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yF9tx2 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.401 | 63455 | Marked run 545 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.401 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.403 | 63468 | Added a new run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.403 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.406 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.407 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.408 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.408 | 56101 | Recursively removing directory: /tmp/git.MsaT3L/ +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.410 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.410 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.410 | 63463 | Marked run 546 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.411 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.412 | 63476 | Added a new run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.412 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.413 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.414 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.416 | 63485 | Added a new run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.416 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.416 | 56098 | Recursively removing directory: /tmp/git.yF9tx2/ +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.417 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.417 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.417 | 63487 | Added a new worker 10 to the queue +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.418 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.De09E0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.418 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.418 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.417 | 56097 | Removed run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.417 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.418 | 56097 | Assigned run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.419 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.419 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.421 | 63488 | Added a new run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.421 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.422 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.423 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.424 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.424 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.425 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.426 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.426 | 63493 | Added a new worker 15 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.426 | 56097 | Removed run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.426 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.426 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.426 | 56097 | Assigned run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.426 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2YIa2i +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.428 | 63484 | Marked run 547 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.428 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.430 | 63492 | Added a new run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.430 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.433 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.433 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.434 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.435 | 56101 | Recursively removing directory: /tmp/git.De09E0/ +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.436 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.436 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.437 | 63489 | Marked run 548 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.437 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.438 | 63501 | Added a new run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.439 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.439 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.441 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.443 | 63511 | Added a new run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.443 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.444 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.443 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.443 | 56098 | Recursively removing directory: /tmp/git.2YIa2i/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.444 | 63512 | Added a new worker 8 to the queue +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.444 | 56097 | Removed run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.444 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.444 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.444 | 56097 | Assigned run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.445 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.445 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.444 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.j1WYLs +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.447 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.449 | 63514 | Added a new run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.450 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.450 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.451 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.451 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.453 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.454 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.454 | 63520 | Added a new worker 15 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.454 | 63508 | Marked run 549 as finished +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.454 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.454 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.454 | 56097 | Removed run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.454 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.454 | 56097 | Assigned run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.454 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rzpVUX +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.455 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.456 | 63518 | Added a new run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.457 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.459 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.460 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.462 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.462 | 63527 | Added a new run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.462 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.463 | 56101 | Recursively removing directory: /tmp/git.j1WYLs/ +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.465 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.465 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.465 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.466 | 63516 | Marked run 550 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.466 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.468 | 63531 | Added a new run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.468 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.468 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.471 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.471 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.471 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.471 | 63540 | Added a new worker 12 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.471 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.472 | 56097 | Removed run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.472 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.472 | 56097 | Assigned run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.472 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2f5Pkb +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.474 | 63539 | Added a new run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.474 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.475 | 56098 | Recursively removing directory: /tmp/git.rzpVUX/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.477 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.477 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.477 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.478 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.479 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.479 | 63542 | Added a new run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.480 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.481 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.482 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.483 | 63537 | Marked run 551 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.483 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.484 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.484 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.484 | 63549 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.484 | 56097 | Removed run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.484 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.484 | 56097 | Assigned run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.484 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.484 | 63546 | Added a new run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.485 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.485 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UfrH6w +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.487 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.489 | 63555 | Added a new run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.490 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.492 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.493 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.492 | 56101 | Recursively removing directory: /tmp/git.2f5Pkb/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.494 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.494 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.494 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.494 | 63545 | Marked run 552 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.495 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.496 | 63558 | Added a new run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.496 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.497 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.499 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.500 | 63567 | Added a new run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.501 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.501 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.501 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.502 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.18pK1P +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.501 | 63568 | Added a new worker 10 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.501 | 56097 | Removed run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.501 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.501 | 56097 | Assigned run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.502 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.504 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.502 | 56098 | Recursively removing directory: /tmp/git.UfrH6w/ +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.504 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.504 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.506 | 63570 | Added a new run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.507 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.507 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.508 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.508 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.510 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.510 | 63562 | Marked run 553 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.511 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.511 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.511 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.511 | 63576 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.511 | 56097 | Removed run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.511 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.511 | 56097 | Assigned run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.511 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.511 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RPxH28 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.512 | 63574 | Added a new run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.514 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.516 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.517 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.518 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.519 | 63583 | Added a new run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.519 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.520 | 56101 | Recursively removing directory: /tmp/git.18pK1P/ +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.522 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.522 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.522 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.523 | 63572 | Marked run 554 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.523 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.524 | 63587 | Added a new run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.524 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.526 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.527 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.528 | 63595 | Added a new run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.528 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.528 | 56098 | Recursively removing directory: /tmp/git.RPxH28/ +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.530 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.530 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.530 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.530 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.530 | 63597 | Added a new worker 10 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.530 | 56097 | Removed run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.530 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.530 | 56097 | Assigned run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.530 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XbQKsB +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.531 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.532 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.533 | 63598 | Added a new run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.534 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.534 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.535 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.536 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.536 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.538 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.538 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.538 | 63603 | Added a new worker 15 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.538 | 56097 | Removed run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.538 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.538 | 56097 | Assigned run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.538 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kDXqip +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.539 | 63601 | Added a new run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.539 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.539 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.542 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.545 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.546 | 63594 | Marked run 555 as finished +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.547 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.547 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.547 | 56101 | Recursively removing directory: /tmp/git.XbQKsB/ +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.549 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.549 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.550 | 63599 | Marked run 556 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.550 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.551 | 63609 | Added a new run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.552 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.553 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.554 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.555 | 56098 | Recursively removing directory: /tmp/git.kDXqip/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.556 | 63621 | Added a new run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.556 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.557 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.557 | 63623 | Added a new worker 10 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.557 | 56097 | Removed run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.557 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.557 | 56097 | Assigned run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.557 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.557 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.557 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.557 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.557 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zYoo7D +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.559 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.561 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.561 | 63624 | Added a new run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.562 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.563 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.564 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.565 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.565 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.565 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.565 | 63629 | Added a new worker 15 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.565 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.565 | 56097 | Removed run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.565 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.565 | 56097 | Assigned run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.565 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VeffhI +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.567 | 63620 | Marked run 557 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.568 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.571 | 63627 | Added a new run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.571 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.571 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.572 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.574 | 56101 | Recursively removing directory: /tmp/git.zYoo7D/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.575 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.576 | 63625 | Marked run 558 as finished +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.576 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.576 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.576 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.578 | 63639 | Added a new run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.578 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.580 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.581 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.581 | 56098 | Recursively removing directory: /tmp/git.VeffhI/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.583 | 63647 | Added a new run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.583 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.583 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.584 | 63648 | Added a new worker 8 to the queue +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.583 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.583 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.584 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XyCc4v +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.584 | 56097 | Removed run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.584 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.584 | 56097 | Assigned run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.588 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.588 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.588 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.589 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.590 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.590 | 63650 | Added a new run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.590 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.591 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.591 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.591 | 63654 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.591 | 56097 | Removed run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.591 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.591 | 56097 | Assigned run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.592 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.592 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3YLY3o +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.593 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.595 | 63646 | Marked run 559 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.595 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.596 | 63656 | Added a new run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.597 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.597 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.599 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.600 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.601 | 63651 | Marked run 560 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.601 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.602 | 56101 | Recursively removing directory: /tmp/git.XyCc4v/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.603 | 63664 | Added a new run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.603 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.604 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.604 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.606 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.608 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.608 | 63672 | Added a new run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.608 | 56098 | Recursively removing directory: /tmp/git.3YLY3o/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.609 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.610 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.610 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.611 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.612 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.612 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.612 | 63676 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.612 | 56097 | Removed run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.612 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.612 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.612 | 56097 | Assigned run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.612 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Pbauim +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.613 | 63675 | Added a new run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.614 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.617 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.617 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.617 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.617 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.618 | 63680 | Added a new worker 15 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.618 | 56097 | Removed run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.618 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.618 | 56097 | Assigned run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.618 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.618 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SFUU48 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.619 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.620 | 63679 | Added a new run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.620 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.624 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.625 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.626 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.626 | 63685 | Added a new run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.626 | 63673 | Marked run 561 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.626 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.630 | 63677 | Marked run 562 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.630 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.630 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.631 | 56101 | Recursively removing directory: /tmp/git.Pbauim/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.632 | 63694 | Added a new run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.632 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.633 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.633 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.635 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.636 | 56098 | Recursively removing directory: /tmp/git.SFUU48/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.636 | 63700 | Added a new run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.637 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.637 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.638 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.638 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.639 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.640 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.640 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.640 | 63704 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.640 | 56097 | Removed run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.640 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.641 | 56097 | Assigned run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.641 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xKOWBR +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.641 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.641 | 63703 | Added a new run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.641 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.644 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.645 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.645 | 63708 | Added a new worker 15 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.645 | 56097 | Removed run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.645 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.645 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.645 | 56097 | Assigned run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.645 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.645 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2WbmsI +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.646 | 63707 | Added a new run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.647 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.648 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.649 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.651 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.652 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.653 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.654 | 63701 | Marked run 563 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.654 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.658 | 56101 | Recursively removing directory: /tmp/git.xKOWBR/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.660 | 63705 | Marked run 564 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.660 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.660 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.660 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.661 | 63712 | Added a new run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.662 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.662 | 56098 | Recursively removing directory: /tmp/git.2WbmsI/ +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.663 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.663 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.664 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.666 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.666 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.667 | 63727 | Added a new run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.667 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.668 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.668 | 63729 | Added a new worker 10 to the queue +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.668 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.668 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CA2OG4 +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.668 | 56097 | Removed run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.668 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.668 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.668 | 56097 | Assigned run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.670 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.670 | 63731 | Added a new worker 10 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.670 | 56097 | Removed run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.670 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.670 | 56097 | Assigned run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.671 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.670 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.671 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zwbDa3 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.673 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.673 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.674 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.677 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.677 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.679 | 63726 | Marked run 565 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.679 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.680 | 63732 | Added a new run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.681 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.683 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.684 | 56101 | Recursively removing directory: /tmp/git.CA2OG4/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.684 | 63728 | Marked run 566 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.685 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.686 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.686 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.686 | 63746 | Added a new run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.687 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.689 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.689 | 56098 | Recursively removing directory: /tmp/git.zwbDa3/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.690 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.692 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.692 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.692 | 63750 | Added a new run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.692 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.693 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.693 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.693 | 63753 | Added a new worker 8 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.694 | 56097 | Removed run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.694 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.694 | 56097 | Assigned run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.694 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.694 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5uxZlk +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.694 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.696 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.696 | 63754 | Added a new run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.697 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.699 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.699 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.700 | 63757 | Added a new worker 14 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.700 | 56097 | Removed run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.700 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.700 | 56097 | Assigned run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.700 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IGkqop +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.700 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.700 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.700 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.702 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.705 | 63751 | Marked run 567 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.705 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.705 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.707 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.707 | 63758 | Added a new run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.707 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.710 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.711 | 63755 | Marked run 568 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.711 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.712 | 63769 | Added a new run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.713 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.714 | 56101 | Recursively removing directory: /tmp/git.5uxZlk/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.715 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.716 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.716 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.717 | 56098 | Recursively removing directory: /tmp/git.IGkqop/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.717 | 63776 | Added a new run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.717 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.718 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.718 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.720 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.720 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.721 | 63778 | Added a new run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.721 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.723 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.723 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.724 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.724 | 63782 | Added a new worker 14 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.724 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.724 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.724 | 56097 | Removed run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.724 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.724 | 56097 | Assigned run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.724 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wawTyc +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.725 | 63783 | Added a new run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.726 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.726 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.726 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.729 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.729 | 63784 | Added a new worker 14 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.729 | 56097 | Removed run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.729 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.729 | 56097 | Assigned run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.729 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.729 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wyUutq +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.730 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.731 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.735 | 63779 | Marked run 569 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.735 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.735 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.736 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.739 | 63781 | Marked run 570 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.739 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.739 | 63786 | Added a new run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.739 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.740 | 56101 | Recursively removing directory: /tmp/git.wawTyc/ +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.742 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.742 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.742 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.743 | 63799 | Added a new run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.744 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.746 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.746 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.747 | 56098 | Recursively removing directory: /tmp/git.wyUutq/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.748 | 63804 | Added a new run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.748 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.749 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.749 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.749 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.749 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.749 | 63807 | Added a new worker 10 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.749 | 56097 | Removed run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.749 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.749 | 56097 | Assigned run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.749 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.750 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZPLsoJ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.751 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.753 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.754 | 63808 | Added a new run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.754 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.755 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.756 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.757 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.757 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.757 | 63812 | Added a new worker 14 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.757 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.757 | 56097 | Removed run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.757 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.757 | 56097 | Assigned run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.757 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FVK0r5 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.758 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.759 | 63813 | Added a new run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.759 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.762 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.764 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.765 | 63805 | Marked run 571 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.765 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.765 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.768 | 56101 | Recursively removing directory: /tmp/git.ZPLsoJ/ +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.769 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.769 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.772 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.772 | 63809 | Marked run 572 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.773 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.774 | 56098 | Recursively removing directory: /tmp/git.FVK0r5/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.774 | 63818 | Added a new run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.774 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.775 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.776 | 63831 | Added a new worker 10 to the queue +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.776 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.776 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.776 | 56097 | Removed run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.776 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.776 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.776 | 56097 | Assigned run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.775 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.776 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ASODMc +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.777 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.779 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.780 | 63832 | Added a new run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.780 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.781 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.782 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.782 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.784 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.784 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.784 | 63837 | Added a new worker 15 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.784 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.784 | 56097 | Removed run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.784 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.784 | 56097 | Assigned run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.784 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ea34TD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.789 | 63829 | Marked run 573 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.789 | 63835 | Added a new run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.789 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.790 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.791 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.791 | 56101 | Recursively removing directory: /tmp/git.ASODMc/ +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.792 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.793 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.793 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.793 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.794 | 63833 | Marked run 574 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.794 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.796 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.796 | 63845 | Added a new run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.796 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.799 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.799 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.799 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.800 | 63856 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.800 | 56097 | Removed run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.800 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ufkacb +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.800 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.800 | 56097 | Assigned run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.801 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.802 | 56098 | Recursively removing directory: /tmp/git.ea34TD/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.803 | 63855 | Added a new run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.803 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.804 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.804 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.805 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.806 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.806 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.808 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.809 | 63848 | Marked run 575 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.809 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.810 | 63859 | Added a new run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.811 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.811 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.811 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.811 | 63866 | Added a new worker 8 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.811 | 56097 | Removed run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.811 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.811 | 56097 | Assigned run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.811 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.812 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XWr0dv +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.814 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.816 | 63869 | Added a new run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.816 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.817 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.818 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.818 | 56101 | Recursively removing directory: /tmp/git.Ufkacb/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.819 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.821 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.821 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.822 | 63860 | Marked run 576 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.823 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.823 | 63872 | Added a new run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.823 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.824 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.826 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.827 | 63881 | Added a new run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.828 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.828 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.828 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.828 | 63882 | Added a new worker 10 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.829 | 56097 | Removed run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.829 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.829 | 56097 | Assigned run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.829 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Dk1Ukm +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.829 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.829 | 56098 | Recursively removing directory: /tmp/git.XWr0dv/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.830 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.831 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.831 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.832 | 63884 | Added a new run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.833 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.834 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.835 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.835 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.836 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.837 | 63887 | Added a new run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.837 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.839 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.840 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.840 | 63880 | Marked run 577 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.840 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.840 | 63893 | Added a new worker 6 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.840 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.840 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dVfdaQ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.840 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.840 | 56097 | Removed run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.840 | 56097 | Removed worker 6 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.840 | 56097 | Assigned run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.842 | 63891 | Added a new run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.842 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.845 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.846 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.847 | 63899 | Added a new run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.847 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.848 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.849 | 56101 | Recursively removing directory: /tmp/git.Dk1Ukm/ +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.850 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.850 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.851 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.851 | 63888 | Marked run 578 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.851 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.853 | 63903 | Added a new run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.853 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.854 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.856 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.857 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.857 | 56098 | Recursively removing directory: /tmp/git.dVfdaQ/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.857 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.857 | 63912 | Added a new worker 11 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.857 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.857 | 56097 | Removed run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.857 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.857 | 56097 | Assigned run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.857 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LHJoHQ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.858 | 63911 | Added a new run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.859 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.859 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.859 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.861 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.863 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.863 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.863 | 63914 | Added a new run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.864 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.864 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.867 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.867 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.867 | 63919 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.867 | 56097 | Removed run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.867 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.867 | 56097 | Assigned run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.867 | 63909 | Marked run 579 as finished +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.867 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CLrkls +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.867 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.868 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.870 | 63920 | Added a new run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.870 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.873 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.873 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.874 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.875 | 56101 | Recursively removing directory: /tmp/git.LHJoHQ/ +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.877 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.877 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.877 | 63915 | Marked run 580 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.878 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.879 | 63927 | Added a new run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.879 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.881 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.882 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.883 | 63937 | Added a new run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.884 | 56098 | Recursively removing directory: /tmp/git.CLrkls/ +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.884 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.885 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.885 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.odaNVT +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.885 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.885 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.885 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.885 | 63939 | Added a new worker 10 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.885 | 56097 | Removed run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.885 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.885 | 56097 | Assigned run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.886 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.887 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.889 | 63940 | Added a new run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.889 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.890 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.890 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.891 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.893 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.893 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.893 | 63944 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.893 | 56097 | Removed run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.893 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.893 | 56097 | Assigned run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.893 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9EMiDn +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.894 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.894 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.894 | 63936 | Marked run 581 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.894 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.896 | 63945 | Added a new run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.896 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.898 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.899 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.900 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.903 | 56101 | Recursively removing directory: /tmp/git.odaNVT/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.904 | 63941 | Marked run 582 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.904 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.906 | 63954 | Added a new run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.906 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.906 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.906 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.908 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.910 | 56098 | Recursively removing directory: /tmp/git.9EMiDn/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.910 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.910 | 63962 | Added a new run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.910 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.911 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.911 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.914 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.913 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.914 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.914 | 63966 | Added a new worker 12 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.914 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.914 | 56097 | Removed run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.914 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.914 | 56097 | Assigned run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.914 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.11A1Sw +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.914 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.916 | 63965 | Added a new run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.917 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.918 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.918 | 63969 | Added a new worker 12 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.918 | 56097 | Removed run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.918 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.918 | 56097 | Assigned run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.919 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.920 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.918 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.919 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nTpRgj +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.921 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.923 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.924 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.925 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.926 | 63963 | Marked run 583 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.927 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.929 | 63967 | Marked run 584 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.930 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.931 | 63971 | Added a new run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.931 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.931 | 56101 | Recursively removing directory: /tmp/git.11A1Sw/ +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.933 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.933 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.934 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.935 | 56098 | Recursively removing directory: /tmp/git.nTpRgj/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.936 | 63986 | Added a new run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.937 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.937 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.937 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.937 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.939 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.940 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.940 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.941 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.941 | 63989 | Added a new run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.941 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.941 | 63991 | Added a new worker 8 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.941 | 56097 | Removed run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.941 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.941 | 56097 | Assigned run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.941 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Tjf4r2 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.942 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.944 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.944 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.944 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.945 | 63994 | Added a new worker 15 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.945 | 56097 | Removed run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.945 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.945 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.945 | 56097 | Assigned run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.945 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.frqKT2 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.946 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.947 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.948 | 63993 | Added a new run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.949 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.952 | 63987 | Marked run 585 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.952 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.952 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.953 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.954 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.957 | 63990 | Marked run 586 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.957 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.958 | 56101 | Recursively removing directory: /tmp/git.Tjf4r2/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.959 | 63999 | Added a new run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.959 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.960 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.960 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.962 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.963 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.964 | 56098 | Recursively removing directory: /tmp/git.frqKT2/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.964 | 64012 | Added a new run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.964 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.965 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.965 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.967 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.967 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.967 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.967 | 64016 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.967 | 56097 | Removed run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.967 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.967 | 56097 | Assigned run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.967 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.967 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fRdpUF +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.969 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.969 | 64015 | Added a new run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.970 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.973 | 56098 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.973 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.973 | 64019 | Added a new worker 8 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.973 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.973 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.973 | 56097 | Removed run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.973 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.973 | 56097 | Assigned run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.974 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BcmnUk +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.974 | 56101 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.975 | 56101 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.976 | 64020 | Added a new run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.976 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.979 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.979 | 64013 | Marked run 587 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.980 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.981 | 56098 | Checking out revision HEAD +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.982 | 56098 | Going to run: ./ci +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.984 | 64017 | Marked run 588 as finished +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.984 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.985 | 64023 | Added a new run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.985 | 56101 | Recursively removing directory: /tmp/git.fRdpUF/ +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.986 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.987 | 56101 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.987 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.988 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.990 | 64036 | Added a new run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.990 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.991 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.993 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.993 | 56098 | Recursively removing directory: /tmp/git.BcmnUk/ +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.994 | 56101 | Waiting for a new command +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.994 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.994 | 64042 | Added a new worker 13 to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.994 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.994 | 56097 | Removed run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.994 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.994 | 56097 | Assigned run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:57 | INFO | 56101/cimple-worker: 2024-01-28 10:55:57.995 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jkoqWk +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.995 | 56098 | Process exit code: 0 +2024-01-28 10:55:57 | INFO | 56098/cimple-worker: 2024-01-28 10:55:57.995 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.997 | 64041 | Added a new run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:57 | INFO | 56095/cimple-server: 2024-01-28 10:55:57.997 | 56095 | Waiting for new connections +2024-01-28 10:55:57 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:57 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:57 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.000 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.001 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.001 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.002 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.003 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.003 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.003 | 64045 | Added a new run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.003 | 64047 | Added a new worker 12 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.003 | 56097 | Removed run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.003 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.003 | 56097 | Assigned run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.004 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.004 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.006 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.006 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rE79J7 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.008 | 64040 | Marked run 589 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.008 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.010 | 64051 | Added a new run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.011 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.013 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.013 | 56101 | Recursively removing directory: /tmp/git.jkoqWk/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.013 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.014 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.014 | 64044 | Marked run 590 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.015 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.015 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.015 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.016 | 64057 | Added a new run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.017 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.019 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.019 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.021 | 64066 | Added a new run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.021 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.023 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.023 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.023 | 64069 | Added a new worker 10 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.023 | 56097 | Removed run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.023 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.023 | 56097 | Assigned run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.023 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.024 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JCOL0q +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.024 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.024 | 56098 | Recursively removing directory: /tmp/git.rE79J7/ +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.026 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.026 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.027 | 64070 | Added a new run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.027 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.029 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.030 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.030 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.030 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.032 | 64064 | Marked run 591 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.032 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.033 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.034 | 64076 | Added a new worker 13 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.034 | 56097 | Removed run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.034 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.034 | 56097 | Assigned run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.034 | 64072 | Added a new run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.034 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.033 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.034 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gN6AfS +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.037 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.038 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.039 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.039 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.040 | 64083 | Added a new run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.040 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.042 | 56101 | Recursively removing directory: /tmp/git.JCOL0q/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.043 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.044 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.044 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.046 | 64087 | Added a new run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.046 | 64073 | Marked run 592 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.046 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.048 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.049 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.050 | 56098 | Recursively removing directory: /tmp/git.gN6AfS/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.050 | 64095 | Added a new run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.051 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.051 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.051 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.051 | 64097 | Added a new worker 10 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.052 | 56097 | Removed run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.052 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.052 | 56097 | Assigned run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.052 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IqQNmg +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.052 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.052 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.052 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.054 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.056 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.057 | 64098 | Added a new run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.057 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.058 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.059 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.060 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.060 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.060 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.R82AaU +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.060 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.060 | 64103 | Added a new worker 16 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.060 | 56097 | Removed run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.060 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.060 | 56097 | Assigned run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.060 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.062 | 64094 | Marked run 593 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.063 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.064 | 64102 | Added a new run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.064 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.066 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.067 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.068 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.069 | 64099 | Marked run 594 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.069 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.070 | 56101 | Recursively removing directory: /tmp/git.IqQNmg/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.072 | 64112 | Added a new run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.072 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.072 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.072 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.074 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.076 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.077 | 56098 | Recursively removing directory: /tmp/git.R82AaU/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.077 | 64120 | Added a new run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.077 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.078 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.078 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.080 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.080 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.080 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.080 | 64124 | Added a new worker 13 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.080 | 56097 | Removed run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.080 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.080 | 56097 | Assigned run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.080 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.080 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KAMWfI +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.082 | 64123 | Added a new run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.082 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.082 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.085 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.086 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.086 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.086 | 64128 | Added a new worker 15 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.086 | 56097 | Removed run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.086 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.086 | 56097 | Assigned run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.086 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.086 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qtRd3p +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.087 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.087 | 64127 | Added a new run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.088 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.089 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.091 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.093 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.093 | 64121 | Marked run 595 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.093 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.094 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.095 | 64131 | Added a new run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.095 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.098 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.100 | 56101 | Recursively removing directory: /tmp/git.KAMWfI/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.101 | 64125 | Marked run 596 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.102 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.102 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.102 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.103 | 64142 | Added a new run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.104 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.104 | 56098 | Recursively removing directory: /tmp/git.qtRd3p/ +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.105 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.105 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.106 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.106 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.107 | 64149 | Added a new run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.107 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.109 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.109 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.109 | 64151 | Added a new worker 10 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.110 | 56097 | Removed run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.110 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.110 | 56097 | Assigned run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.110 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.110 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.110 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aiUFUb +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.112 | 64152 | Added a new run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.113 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.114 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.114 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.114 | 64155 | Added a new worker 10 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.114 | 56097 | Removed run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.114 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.114 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.114 | 56097 | Assigned run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.114 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wONFqi +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.116 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.117 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.120 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.120 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.121 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.121 | 64148 | Marked run 597 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.122 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.124 | 64153 | Marked run 598 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.125 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.126 | 64158 | Added a new run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.126 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.127 | 56101 | Recursively removing directory: /tmp/git.aiUFUb/ +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.129 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.129 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.130 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.131 | 56098 | Recursively removing directory: /tmp/git.wONFqi/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.131 | 64172 | Added a new run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.131 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.132 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.132 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.133 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.134 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.135 | 64175 | Added a new run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.135 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.136 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.136 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.137 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.137 | 64177 | Added a new worker 12 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.137 | 56097 | Removed run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.137 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.137 | 56097 | Assigned run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.137 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.137 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uS3DgH +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.138 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.139 | 64179 | Added a new run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.140 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.140 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.141 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.142 | 64180 | Added a new worker 9 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.142 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.142 | 56097 | Removed run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.142 | 56097 | Removed worker 9 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.142 | 56097 | Assigned run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.142 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.143 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fSVbLH +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.143 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.144 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.147 | 64182 | Added a new run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.148 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.148 | 64174 | Marked run 599 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.148 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.150 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.150 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.151 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.152 | 64178 | Marked run 600 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.152 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.154 | 64189 | Added a new run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.154 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.154 | 56101 | Recursively removing directory: /tmp/git.uS3DgH/ +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.156 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.156 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.157 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.158 | 64198 | Added a new run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.158 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.160 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.160 | 56098 | Recursively removing directory: /tmp/git.fSVbLH/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.161 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.162 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.162 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.163 | 64203 | Added a new run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.163 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.164 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.164 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.164 | 64205 | Added a new worker 10 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.164 | 56097 | Removed run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.164 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.164 | 56097 | Assigned run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.165 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3s2A7I +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.165 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.166 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.166 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.167 | 64207 | Added a new run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.169 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.169 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.169 | 64209 | Added a new worker 12 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.169 | 56097 | Removed run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.169 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.169 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.169 | 56097 | Assigned run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.169 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.169 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WCTAmB +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.170 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.170 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.172 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.174 | 64202 | Marked run 601 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.174 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.175 | 64210 | Added a new run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.176 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.176 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.177 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.179 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.180 | 64206 | Marked run 602 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.181 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.182 | 56101 | Recursively removing directory: /tmp/git.3s2A7I/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.182 | 64220 | Added a new run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.182 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.183 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.183 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.185 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.187 | 64228 | Added a new run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.187 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.187 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.188 | 56098 | Recursively removing directory: /tmp/git.WCTAmB/ +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.189 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.189 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.190 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.191 | 64231 | Added a new run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.191 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.191 | 64232 | Added a new worker 12 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.191 | 56097 | Removed run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.191 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.191 | 56097 | Assigned run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.192 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.191 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.192 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rrZ5VD +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.192 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.194 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.194 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.196 | 64235 | Added a new run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.197 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.197 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.198 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.198 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.198 | 64237 | Added a new worker 13 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.198 | 56097 | Removed run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.198 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.198 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.198 | 56097 | Assigned run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.198 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.199 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.K2J2In +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.201 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.205 | 64229 | Marked run 603 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.205 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.206 | 64240 | Added a new run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.207 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.207 | 56101 | Recursively removing directory: /tmp/git.rrZ5VD/ +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.208 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.209 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.209 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.210 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.210 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.211 | 64234 | Marked run 604 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.211 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.212 | 64247 | Added a new run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.212 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.213 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.215 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.217 | 64257 | Added a new run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.217 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.217 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mG4Hep +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.217 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.217 | 64258 | Added a new worker 12 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.217 | 56097 | Removed run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.217 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.217 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.217 | 56097 | Assigned run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.219 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.220 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.221 | 56098 | Recursively removing directory: /tmp/git.K2J2In/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.222 | 64260 | Added a new run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.222 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.223 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.224 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.223 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.223 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.226 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.227 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.227 | 64252 | Marked run 605 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.228 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.228 | 64263 | Added a new run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.229 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.230 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.231 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.232 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.232 | 64272 | Added a new worker 10 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.232 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.232 | 56097 | Removed run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.232 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.232 | 56097 | Assigned run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.232 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UynGik +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.233 | 56101 | Recursively removing directory: /tmp/git.mG4Hep/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.235 | 64273 | Added a new run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.235 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.235 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.235 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.238 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.238 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.239 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.239 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.240 | 64266 | Marked run 606 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.240 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.242 | 64275 | Added a new run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.242 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.242 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.242 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.242 | 64280 | Added a new worker 8 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.242 | 56097 | Removed run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.242 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.243 | 56097 | Assigned run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.243 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ex8CEB +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.243 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.245 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.247 | 64284 | Added a new run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.248 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.248 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.249 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.251 | 56098 | Recursively removing directory: /tmp/git.UynGik/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.251 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.252 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.252 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.254 | 64277 | Marked run 607 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.254 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.256 | 64289 | Added a new run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.256 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.257 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.259 | 56101 | Recursively removing directory: /tmp/git.ex8CEB/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.259 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.260 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.260 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.260 | 64299 | Added a new worker 13 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.260 | 56097 | Removed run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.260 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.260 | 56097 | Assigned run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.260 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.260 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zR6Bnp +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.261 | 64298 | Added a new run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.262 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.262 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.262 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.264 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.266 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.267 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.267 | 64301 | Added a new run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.267 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.267 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.269 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.270 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.270 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.270 | 64306 | Added a new worker 15 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.270 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.270 | 56097 | Removed run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.270 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.270 | 56097 | Assigned run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.271 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4GwzgU +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.271 | 64296 | Marked run 608 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.272 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.273 | 64305 | Added a new run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.274 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.276 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.277 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.278 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.279 | 64302 | Marked run 609 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.279 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.280 | 56098 | Recursively removing directory: /tmp/git.zR6Bnp/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.281 | 64314 | Added a new run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.281 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.282 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.282 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.283 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.285 | 64320 | Added a new run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.286 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.286 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.288 | 56101 | Recursively removing directory: /tmp/git.4GwzgU/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.288 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.289 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.289 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.289 | 64327 | Added a new worker 13 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.289 | 56097 | Removed run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.289 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.289 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.289 | 56097 | Assigned run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.289 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zLn9ob +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.290 | 64326 | Added a new run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.291 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.291 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.291 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.293 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.295 | 64329 | Added a new run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.295 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.296 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.296 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.297 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.298 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.299 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.299 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.299 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2BXaoc +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.299 | 64334 | Added a new worker 15 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.299 | 56097 | Removed run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.299 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.299 | 56097 | Assigned run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.300 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.301 | 64324 | Marked run 610 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.301 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.302 | 64333 | Added a new run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.303 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.306 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.306 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.307 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.309 | 64330 | Marked run 611 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.309 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.309 | 56098 | Recursively removing directory: /tmp/git.zLn9ob/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.310 | 64342 | Added a new run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.311 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.311 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.311 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.313 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.316 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.316 | 56101 | Recursively removing directory: /tmp/git.2BXaoc/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.317 | 64351 | Added a new run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.317 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.318 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.318 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.319 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.319 | 64354 | Added a new worker 8 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.319 | 56097 | Removed run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.319 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.319 | 56097 | Assigned run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.320 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.319 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.320 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fjYXz5 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.320 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.322 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.323 | 64355 | Added a new run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.323 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.326 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.326 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.326 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.326 | 64358 | Added a new worker 15 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.326 | 56097 | Removed run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.326 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.326 | 56097 | Assigned run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.326 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.326 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.j5qqqD +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.327 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.327 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.330 | 64352 | Marked run 612 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.330 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.332 | 64359 | Added a new run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.332 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.332 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.333 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.336 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.337 | 64356 | Marked run 613 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.337 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.338 | 56098 | Recursively removing directory: /tmp/git.fjYXz5/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.339 | 64370 | Added a new run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.339 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.340 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.340 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.342 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.343 | 64377 | Added a new run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.344 | 56101 | Recursively removing directory: /tmp/git.j5qqqD/ +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.344 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.344 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.345 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.345 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.346 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.347 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.347 | 64381 | Added a new worker 13 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.347 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.348 | 64380 | Added a new run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.347 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.348 | 56097 | Removed run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.348 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.348 | 56097 | Assigned run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.348 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.349 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I0uZdm +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.349 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.350 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.352 | 64384 | Added a new run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.353 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.353 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gaD4QX +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.352 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.353 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.353 | 64385 | Added a new worker 12 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.353 | 56097 | Removed run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.353 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.353 | 56097 | Assigned run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.353 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.355 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.355 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.356 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.358 | 64379 | Marked run 614 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.359 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.360 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.361 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.361 | 64387 | Added a new run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.361 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.364 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.365 | 64383 | Marked run 615 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.365 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.366 | 56098 | Recursively removing directory: /tmp/git.I0uZdm/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.366 | 64398 | Added a new run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.367 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.368 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.368 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.370 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.371 | 56101 | Recursively removing directory: /tmp/git.gaD4QX/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.371 | 64405 | Added a new run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.372 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.372 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.373 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.373 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.374 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.375 | 64408 | Added a new run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.375 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.375 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.375 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.376 | 64409 | Added a new worker 8 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.376 | 56097 | Removed run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.376 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.376 | 56097 | Assigned run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.376 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.377 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.379 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.376 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZrLZBn +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.381 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.381 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.381 | 64412 | Added a new run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.381 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.382 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.381 | 64413 | Added a new worker 10 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.382 | 56097 | Removed run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.382 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.382 | 56097 | Assigned run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.382 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.382 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.382 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CIoAUP +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.385 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.385 | 64406 | Marked run 616 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.385 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.387 | 64417 | Added a new run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.387 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.388 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.389 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.390 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.393 | 56098 | Recursively removing directory: /tmp/git.ZrLZBn/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.393 | 64411 | Marked run 617 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.393 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.395 | 64425 | Added a new run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.395 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.395 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.395 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.397 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.399 | 64433 | Added a new run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.399 | 56101 | Recursively removing directory: /tmp/git.CIoAUP/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.399 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.399 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.401 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.401 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.402 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.403 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.403 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.403 | 64436 | Added a new run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.403 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.403 | 64437 | Added a new worker 13 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.404 | 56097 | Removed run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.404 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.404 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.404 | 56097 | Assigned run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.404 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.k1LW8c +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.405 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.407 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.408 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.408 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.408 | 64441 | Added a new worker 15 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.408 | 56097 | Removed run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.408 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.408 | 56097 | Assigned run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.408 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.409 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SUf846 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.409 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.409 | 64440 | Added a new run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.410 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.410 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.413 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.414 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.416 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.416 | 64434 | Marked run 618 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.416 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.419 | 64439 | Marked run 619 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.419 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.420 | 56098 | Recursively removing directory: /tmp/git.k1LW8c/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.421 | 64444 | Added a new run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.421 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.422 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.422 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.423 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.426 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.427 | 56101 | Recursively removing directory: /tmp/git.SUf846/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.429 | 64459 | Added a new run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.429 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.429 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.429 | 64461 | Added a new worker 8 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.429 | 56097 | Removed run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.429 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.429 | 56097 | Assigned run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.430 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.429 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.430 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RmdbSl +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.430 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.430 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.433 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.435 | 64463 | Added a new run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.435 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.435 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.436 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.437 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.438 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.438 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.438 | 64468 | Added a new worker 15 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.438 | 56097 | Removed run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.438 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.438 | 56097 | Assigned run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.438 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.438 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.439 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hCIOmz +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.440 | 64460 | Marked run 620 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.440 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.442 | 64467 | Added a new run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.442 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.445 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.445 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.446 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.448 | 56098 | Recursively removing directory: /tmp/git.RmdbSl/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.449 | 64464 | Marked run 621 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.449 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.450 | 64476 | Added a new run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.450 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.450 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.450 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.453 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.455 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.455 | 64485 | Added a new run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.455 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.455 | 56101 | Recursively removing directory: /tmp/git.hCIOmz/ +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.457 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.457 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.458 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.458 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.458 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.458 | 64489 | Added a new worker 12 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.458 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.458 | 56097 | Removed run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.458 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.458 | 56097 | Assigned run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.458 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5ALGAU +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.461 | 64488 | Added a new run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.461 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.461 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.464 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.464 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.464 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.464 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.464 | 64493 | Added a new worker 15 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.464 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.464 | 56097 | Removed run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.464 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.464 | 56097 | Assigned run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.465 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BaWeN6 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.465 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.467 | 64492 | Added a new run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.467 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.471 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.471 | 64486 | Marked run 622 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.472 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.473 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.473 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.474 | 64500 | Added a new run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.475 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.475 | 56098 | Recursively removing directory: /tmp/git.5ALGAU/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.477 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.477 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.477 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.478 | 64490 | Marked run 623 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.478 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.480 | 64507 | Added a new run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.480 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.482 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.482 | 56101 | Recursively removing directory: /tmp/git.BaWeN6/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.483 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.484 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.484 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.485 | 64514 | Added a new run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.485 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.485 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.485 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.485 | 64516 | Added a new worker 10 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.485 | 56097 | Removed run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.485 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.485 | 56097 | Assigned run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.486 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jS8Te3 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.486 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.487 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.489 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.491 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.491 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.491 | 64519 | Added a new worker 15 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.491 | 56097 | Removed run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.491 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.491 | 56097 | Assigned run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.491 | 64518 | Added a new run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.491 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.492 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.492 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bMXjq9 +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.493 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.494 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.496 | 64513 | Marked run 624 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.496 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.497 | 64522 | Added a new run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.498 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.500 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.500 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.501 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.503 | 64517 | Marked run 625 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.503 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.504 | 56098 | Recursively removing directory: /tmp/git.jS8Te3/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.505 | 64530 | Added a new run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.505 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.506 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.506 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.507 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.509 | 64539 | Added a new run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.509 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.510 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.511 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.513 | 56101 | Recursively removing directory: /tmp/git.bMXjq9/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.513 | 64542 | Added a new run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.513 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.513 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.513 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.514 | 64544 | Added a new worker 10 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.514 | 56097 | Removed run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.514 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.514 | 56097 | Assigned run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.514 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.514 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.514 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.514 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t5YnOF +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.516 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.518 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.519 | 64545 | Added a new run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.519 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.520 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.520 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.522 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.522 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.522 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.522 | 64550 | Added a new worker 15 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.523 | 56097 | Removed run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.523 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.523 | 56097 | Assigned run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.523 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Dm4f2H +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.524 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.524 | 64541 | Marked run 626 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.524 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.527 | 64549 | Added a new run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.527 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.528 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.529 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.530 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.532 | 64546 | Marked run 627 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.532 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.532 | 56098 | Recursively removing directory: /tmp/git.t5YnOF/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.534 | 64559 | Added a new run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.534 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.534 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.534 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.537 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.539 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.539 | 64567 | Added a new run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.540 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.540 | 56101 | Recursively removing directory: /tmp/git.Dm4f2H/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.542 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.542 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.542 | 64570 | Added a new worker 8 to the queue +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.542 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.542 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.542 | 56097 | Removed run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.542 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.542 | 56097 | Assigned run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.542 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gde0V8 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.542 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.543 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.545 | 64571 | Added a new run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.546 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.546 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.548 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.548 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.549 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.549 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.549 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.549 | 64576 | Added a new worker 15 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.549 | 56097 | Removed run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.549 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.549 | 56097 | Assigned run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.549 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kdWxCw +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.550 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.551 | 64568 | Marked run 628 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.551 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.553 | 64574 | Added a new run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.553 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.554 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.555 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.556 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.560 | 56098 | Recursively removing directory: /tmp/git.gde0V8/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.560 | 64573 | Marked run 629 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.560 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.562 | 64585 | Added a new run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.564 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.562 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.562 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.564 | 56101 | Recursively removing directory: /tmp/git.kdWxCw/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.565 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.566 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.567 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.567 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.567 | 64593 | Added a new run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.568 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.570 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.570 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.570 | 64596 | Added a new worker 8 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.570 | 56097 | Removed run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.570 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.570 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.570 | 56097 | Assigned run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.570 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.chjBTx +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.571 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.571 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.572 | 64597 | Added a new run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.573 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.575 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.575 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.576 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.576 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.576 | 64600 | Added a new worker 14 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.576 | 56097 | Removed run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.576 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.576 | 56097 | Assigned run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.576 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.577 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.577 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lwFDK3 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.579 | 64601 | Added a new run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.579 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.583 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.583 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.583 | 64594 | Marked run 630 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.584 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.585 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.587 | 64598 | Marked run 631 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.587 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.587 | 56098 | Recursively removing directory: /tmp/git.chjBTx/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.588 | 64608 | Added a new run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.589 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.589 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.589 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.591 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.593 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.594 | 64619 | Added a new run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.594 | 56101 | Recursively removing directory: /tmp/git.lwFDK3/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.594 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.596 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.596 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.596 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.597 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.597 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.597 | 64623 | Added a new worker 13 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.597 | 56097 | Removed run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.597 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.597 | 56097 | Assigned run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.597 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.598 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kMO91Z +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.598 | 64622 | Added a new run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.599 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.600 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.601 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.603 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.603 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.603 | 64627 | Added a new worker 13 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.603 | 56097 | Removed run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.603 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.603 | 56097 | Assigned run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.603 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2p36QR +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.604 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.604 | 64626 | Added a new run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.604 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.606 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.607 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.609 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.610 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.610 | 64620 | Marked run 632 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.610 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.611 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.612 | 64630 | Added a new run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.612 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.615 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.615 | 64625 | Marked run 633 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.615 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.617 | 64641 | Added a new run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.617 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.617 | 56098 | Recursively removing directory: /tmp/git.kMO91Z/ +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.619 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.619 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.621 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.621 | 56101 | Recursively removing directory: /tmp/git.2p36QR/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.622 | 64647 | Added a new run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.622 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.623 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.623 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.623 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.625 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.626 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.626 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.626 | 64651 | Added a new worker 13 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.626 | 56097 | Removed run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.626 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.626 | 56097 | Assigned run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.626 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.627 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.626 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bqPbWt +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.627 | 64650 | Added a new run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.627 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.630 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.630 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.631 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.631 | 64655 | Added a new worker 15 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.631 | 56097 | Removed run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.631 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.631 | 56097 | Assigned run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.631 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.632 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NFtEEV +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.632 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.633 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.632 | 64654 | Added a new run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.633 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.636 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.637 | 64648 | Marked run 634 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.638 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.639 | 64658 | Added a new run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.640 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.639 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.641 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.642 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.643 | 64652 | Marked run 635 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.643 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.643 | 56098 | Recursively removing directory: /tmp/git.bqPbWt/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.645 | 64667 | Added a new run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.645 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.646 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.646 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.648 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.650 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.651 | 56101 | Recursively removing directory: /tmp/git.NFtEEV/ +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.653 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.653 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.653 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.653 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.653 | 64677 | Added a new worker 11 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.653 | 56097 | Removed run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.653 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.653 | 56097 | Assigned run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.654 | 64675 | Added a new run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.654 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BKA8V5 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.654 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.654 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.657 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.658 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.659 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.660 | 64679 | Added a new run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.660 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.660 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.661 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.661 | 64683 | Added a new worker 13 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.662 | 56097 | Removed run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.662 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.662 | 56097 | Assigned run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.661 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.662 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6x3WvF +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.663 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.663 | 64676 | Marked run 636 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.663 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.665 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.667 | 64686 | Added a new run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.667 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.667 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.669 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.670 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.671 | 64680 | Marked run 637 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.672 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.672 | 56098 | Recursively removing directory: /tmp/git.BKA8V5/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.673 | 64693 | Added a new run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.673 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.674 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.674 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.676 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.678 | 64701 | Added a new run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.678 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.678 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.678 | 56101 | Recursively removing directory: /tmp/git.6x3WvF/ +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.680 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.680 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.680 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.681 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.682 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.682 | 64704 | Added a new run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.682 | 64705 | Added a new worker 10 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.682 | 56097 | Removed run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.682 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.682 | 56097 | Assigned run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.682 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.682 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F0sKhL +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.683 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.684 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.685 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.687 | 64708 | Added a new run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.688 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.687 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.688 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.688 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.688 | 64709 | Added a new worker 10 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.689 | 56097 | Removed run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.689 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.689 | 56097 | Assigned run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.689 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.689 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.690 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TdCddC +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.691 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.693 | 64702 | Marked run 638 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.693 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.694 | 64712 | Added a new run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.694 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.696 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.697 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.698 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.698 | 64707 | Marked run 639 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.698 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.700 | 64721 | Added a new run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.700 | 56098 | Recursively removing directory: /tmp/git.F0sKhL/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.701 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.702 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.702 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.703 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.705 | 64727 | Added a new run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.705 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.706 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.707 | 56101 | Recursively removing directory: /tmp/git.TdCddC/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.708 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.708 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.708 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.709 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.709 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.709 | 64733 | Added a new worker 13 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.709 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.709 | 56097 | Removed run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.709 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.709 | 56097 | Assigned run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.710 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FJ7Aj3 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.710 | 64732 | Added a new run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.711 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.713 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.714 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.715 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.716 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.716 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.716 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.716 | 64737 | Added a new worker 15 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.717 | 56097 | Removed run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.717 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.717 | 56097 | Assigned run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.717 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.717 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nRLMJt +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.719 | 64731 | Marked run 640 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.719 | 64736 | Added a new run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.720 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.720 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.722 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.723 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.723 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.725 | 64746 | Added a new run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.725 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.727 | 56098 | Recursively removing directory: /tmp/git.FJ7Aj3/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.728 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.729 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.729 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.730 | 64735 | Marked run 641 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.730 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.731 | 64751 | Added a new run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.731 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.732 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.734 | 56101 | Recursively removing directory: /tmp/git.nRLMJt/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.734 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.735 | 64758 | Added a new run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.736 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.736 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.736 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.736 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.736 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.736 | 64759 | Added a new worker 8 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.736 | 56097 | Removed run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.736 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.736 | 56097 | Assigned run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.736 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.736 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ob5Jms +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.739 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.740 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.741 | 64761 | Added a new run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.742 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.742 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.743 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.743 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.743 | 64765 | Added a new worker 13 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.743 | 56097 | Removed run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.743 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.744 | 56097 | Assigned run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.744 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.743 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.744 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QtXKKn +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.744 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.746 | 64757 | Marked run 642 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.747 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.748 | 64766 | Added a new run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.749 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.749 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.750 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.752 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.753 | 64762 | Marked run 643 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.753 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.754 | 56098 | Recursively removing directory: /tmp/git.Ob5Jms/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.755 | 64775 | Added a new run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.755 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.756 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.756 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.758 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.760 | 64783 | Added a new run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.760 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.760 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.760 | 56101 | Recursively removing directory: /tmp/git.QtXKKn/ +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.762 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.762 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.762 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.764 | 64786 | Added a new run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.764 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.764 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.764 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.764 | 64787 | Added a new worker 8 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.765 | 56097 | Removed run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.765 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.765 | 56097 | Assigned run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.765 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.765 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.43hTbS +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.766 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.767 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.769 | 64790 | Added a new run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.770 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.770 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.770 | 64791 | Added a new worker 10 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.770 | 56097 | Removed run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.770 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.770 | 56097 | Assigned run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.770 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qIzVD8 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.771 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.771 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.773 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.773 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.774 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.776 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.777 | 64784 | Marked run 644 as finished +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.777 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.777 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.778 | 64793 | Added a new run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.778 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.781 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.782 | 64789 | Marked run 645 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.782 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.784 | 64805 | Added a new run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.785 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.785 | 56098 | Recursively removing directory: /tmp/git.43hTbS/ +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.787 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.787 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.787 | 56101 | Recursively removing directory: /tmp/git.qIzVD8/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.787 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.789 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.789 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.789 | 64811 | Added a new run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.789 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.790 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.792 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.793 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.793 | 64814 | Added a new run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.794 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.794 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.794 | 64816 | Added a new worker 14 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.794 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.793 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.795 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YIt88V +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.794 | 56097 | Removed run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.794 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.794 | 56097 | Assigned run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.797 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.797 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.797 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.797 | 64819 | Added a new worker 15 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.797 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.798 | 56097 | Removed run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.798 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.798 | 56097 | Assigned run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.798 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IbukKv +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.801 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.802 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.803 | 64813 | Marked run 646 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.804 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.804 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.805 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.807 | 64815 | Marked run 647 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.807 | 64818 | Added a new run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.808 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.808 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.810 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.810 | 56098 | Recursively removing directory: /tmp/git.YIt88V/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.812 | 64831 | Added a new run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.812 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.813 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.813 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.815 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.815 | 56101 | Recursively removing directory: /tmp/git.IbukKv/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.817 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.817 | 64837 | Added a new run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.817 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.818 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.818 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.820 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.820 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.820 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.820 | 64841 | Added a new worker 12 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.820 | 56097 | Removed run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.820 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.820 | 56097 | Assigned run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.820 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.c0FaEe +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.820 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.821 | 64840 | Added a new run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.822 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.822 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.824 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.826 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.826 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.826 | 64845 | Added a new worker 13 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.826 | 56097 | Removed run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.826 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.826 | 56097 | Assigned run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.826 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.826 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.826 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1Zt97w +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.827 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.827 | 64844 | Added a new run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.828 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.831 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.831 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.833 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.834 | 64838 | Marked run 648 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.834 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.835 | 64849 | Added a new run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.835 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.839 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.839 | 64843 | Marked run 649 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.840 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.840 | 56098 | Recursively removing directory: /tmp/git.c0FaEe/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.841 | 64861 | Added a new run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.841 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.842 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.842 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.843 | 56101 | Recursively removing directory: /tmp/git.1Zt97w/ +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.844 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.844 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.844 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.846 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.846 | 64865 | Added a new run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.846 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.847 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.849 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.849 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.849 | 64870 | Added a new worker 15 to the queue +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.849 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.850 | 56097 | Removed run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.850 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.850 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.850 | 56097 | Assigned run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.850 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gsv7J6 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.851 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.851 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.851 | 64871 | Added a new worker 15 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.851 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.851 | 56097 | Removed run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.851 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.851 | 56097 | Assigned run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.852 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.scfGk4 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.852 | 64869 | Added a new run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.853 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.856 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.857 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.858 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.858 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.859 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.861 | 64866 | Marked run 650 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.861 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.862 | 64874 | Added a new run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.862 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.865 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.866 | 64868 | Marked run 651 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.866 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.867 | 56098 | Recursively removing directory: /tmp/git.gsv7J6/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.867 | 64887 | Added a new run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.868 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.868 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.868 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.870 | 56101 | Recursively removing directory: /tmp/git.scfGk4/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.870 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.872 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.872 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.872 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.874 | 64891 | Added a new run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.875 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.876 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.876 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y1DLwo +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.876 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.876 | 64894 | Added a new worker 8 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.876 | 56097 | Removed run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.876 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.876 | 56097 | Assigned run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.876 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.877 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.878 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.880 | 64896 | Added a new run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.880 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.880 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.880 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.881 | 64897 | Added a new worker 12 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.881 | 56097 | Removed run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.881 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.881 | 56097 | Assigned run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.881 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.882 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XZaCjc +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.883 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.883 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.884 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.887 | 64892 | Marked run 652 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.887 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.888 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.889 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.891 | 64895 | Marked run 653 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.892 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.893 | 64899 | Added a new run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.893 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.894 | 56098 | Recursively removing directory: /tmp/git.Y1DLwo/ +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.896 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.896 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.896 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.898 | 64915 | Added a new run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.898 | 56101 | Recursively removing directory: /tmp/git.XZaCjc/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.898 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.899 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.900 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.900 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.902 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.903 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.903 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.903 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.903 | 64921 | Added a new worker 15 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.903 | 56097 | Removed run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.903 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.903 | 56097 | Assigned run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.903 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.903 | 64919 | Added a new run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.904 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.904 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ItCKiE +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.907 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.907 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.907 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.907 | 64923 | Added a new worker 14 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.907 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.908 | 56097 | Removed run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.908 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.908 | 56097 | Assigned run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.908 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CzM86R +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.909 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.910 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.912 | 64924 | Added a new run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.912 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.913 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.914 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.915 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.916 | 64917 | Marked run 654 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.916 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.917 | 64930 | Added a new run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.918 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.919 | 56098 | Recursively removing directory: /tmp/git.ItCKiE/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.920 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.921 | 64920 | Marked run 655 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.921 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.922 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.922 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.922 | 64938 | Added a new run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.923 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.925 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.926 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.926 | 56101 | Recursively removing directory: /tmp/git.CzM86R/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.927 | 64944 | Added a new run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.927 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.928 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.928 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.929 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.929 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.930 | 64947 | Added a new worker 8 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.930 | 56097 | Removed run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.930 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.930 | 56097 | Assigned run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.930 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.930 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.930 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0xFFYY +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.932 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.932 | 64948 | Added a new run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.933 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.935 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.936 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.936 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.936 | 64952 | Added a new worker 16 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.936 | 56097 | Removed run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.936 | 56097 | Removed worker 16 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.936 | 56097 | Assigned run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.936 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.936 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.936 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zDo7wL +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.937 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.939 | 64945 | Marked run 656 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.939 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.941 | 64951 | Added a new run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.941 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.942 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.944 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.944 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.946 | 64949 | Marked run 657 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.946 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.948 | 56098 | Recursively removing directory: /tmp/git.0xFFYY/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.948 | 64962 | Added a new run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.949 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.949 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.949 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.951 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.953 | 56101 | Recursively removing directory: /tmp/git.zDo7wL/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.953 | 64970 | Added a new run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.954 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.954 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.954 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.956 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.957 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.958 | 64973 | Added a new run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.958 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.958 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.958 | 64974 | Added a new worker 6 to the queue +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.959 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MQ32RU +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.958 | 56097 | Removed run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.958 | 56097 | Removed worker 6 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.958 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.958 | 56097 | Assigned run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.961 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.961 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.961 | 64977 | Added a new worker 11 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.961 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.961 | 56097 | Removed run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.961 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.961 | 56097 | Assigned run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.962 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4kQd9Q +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.963 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.964 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.964 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.968 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.968 | 64971 | Marked run 658 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.968 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.969 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.970 | 64978 | Added a new run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.970 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.973 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.973 | 64975 | Marked run 659 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.973 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.974 | 64989 | Added a new run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.974 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.976 | 56098 | Recursively removing directory: /tmp/git.MQ32RU/ +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.977 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.978 | 56098 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.978 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.979 | 64996 | Added a new run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.979 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.980 | 56101 | Recursively removing directory: /tmp/git.4kQd9Q/ +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.981 | 56101 | Process exit code: 0 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.981 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.981 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.982 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.984 | 64999 | Added a new run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.984 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.984 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.985 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.985 | 65002 | Added a new worker 12 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.985 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.985 | 56097 | Removed run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.985 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.985 | 56097 | Assigned run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.984 | 56098 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.985 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EqJ508 +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.987 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.988 | 56101 | Waiting for a new command +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.988 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.988 | 65004 | Added a new worker 15 to the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.988 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.988 | 56097 | Removed run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.988 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.988 | 56097 | Assigned run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.989 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YOwcva +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.991 | 65003 | Added a new run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.992 | 56098 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.992 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:58 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:58 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:58 | INFO | 56098/cimple-worker: 2024-01-28 10:55:58.993 | 56098 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.995 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.995 | 56101 | Checking out revision HEAD +2024-01-28 10:55:58 | INFO | 56101/cimple-worker: 2024-01-28 10:55:58.996 | 56101 | Going to run: ./ci +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.996 | 64998 | Marked run 660 as finished +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.997 | 56095 | Waiting for new connections +2024-01-28 10:55:58 | INFO | 56095/cimple-server: 2024-01-28 10:55:58.999 | 65000 | Marked run 661 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.000 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.001 | 65007 | Added a new run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.002 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.005 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.006 | 65022 | Added a new run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.006 | 56098 | Recursively removing directory: /tmp/git.EqJ508/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.007 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.007 | 56101 | Recursively removing directory: /tmp/git.YOwcva/ +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.008 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.008 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.008 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.008 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.009 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.011 | 65024 | Added a new run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.011 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.013 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.013 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.013 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.014 | 65028 | Added a new run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.015 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.016 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.017 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.017 | 65031 | Added a new worker 14 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.017 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.016 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.017 | 65030 | Added a new worker 12 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.017 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.017 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.018 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Bxckb1 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.017 | 56097 | Removed run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.017 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.017 | 56097 | Assigned run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.017 | 56097 | Removed run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.017 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.018 | 56097 | Assigned run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.018 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.019 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lzG3D3 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.023 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.024 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.024 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.024 | 65032 | Added a new run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.025 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.025 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.027 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.028 | 65026 | Marked run 662 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.028 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.031 | 65027 | Marked run 663 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.031 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.033 | 65038 | Added a new run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.033 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.034 | 56101 | Recursively removing directory: /tmp/git.Bxckb1/ +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.035 | 56098 | Recursively removing directory: /tmp/git.lzG3D3/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.036 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.036 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.036 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.037 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.037 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.038 | 65050 | Added a new run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.038 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.040 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.040 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.041 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.042 | 65053 | Added a new run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.042 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.044 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.044 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.044 | 65056 | Added a new worker 10 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.044 | 56097 | Removed run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.044 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.044 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DwPSCX +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.045 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.044 | 56097 | Assigned run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.046 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.046 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.046 | 65058 | Added a new worker 14 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.046 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.046 | 56097 | Removed run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.046 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.046 | 56097 | Assigned run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.047 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Cx6qdw +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.049 | 65057 | Added a new run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.049 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.049 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.051 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.053 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.053 | 65052 | Marked run 664 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.053 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.055 | 65061 | Added a new run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.055 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.055 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.056 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.058 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.059 | 65054 | Marked run 665 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.059 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.060 | 65070 | Added a new run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.061 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.063 | 56101 | Recursively removing directory: /tmp/git.DwPSCX/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.063 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.065 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.065 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.066 | 65078 | Added a new run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.066 | 56098 | Recursively removing directory: /tmp/git.Cx6qdw/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.066 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.067 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.067 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.069 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.069 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.070 | 65080 | Added a new run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.070 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.070 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.073 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.073 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.073 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.073 | 65085 | Added a new worker 14 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.073 | 56097 | Removed run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.073 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.073 | 56097 | Assigned run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.073 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JxS30E +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.074 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.074 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.074 | 65086 | Added a new worker 15 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.074 | 56097 | Removed run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.074 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.074 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.074 | 56097 | Assigned run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.074 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.074 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SupAGQ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.079 | 65084 | Added a new run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.079 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.080 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.080 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.082 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.082 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.082 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.084 | 65081 | Marked run 666 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.084 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.086 | 65090 | Added a new run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.087 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.090 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.090 | 65082 | Marked run 667 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.090 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.092 | 56101 | Recursively removing directory: /tmp/git.JxS30E/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.092 | 65104 | Added a new run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.093 | 56098 | Recursively removing directory: /tmp/git.SupAGQ/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.093 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.094 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.094 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.094 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.094 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.095 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.096 | 65106 | Added a new run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.097 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.098 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.099 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.099 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.100 | 65109 | Added a new run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.100 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.102 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.102 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.102 | 65112 | Added a new worker 14 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.103 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.103 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.102 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.103 | 56097 | Removed run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.103 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.103 | 56097 | Assigned run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.103 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.103 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.m8qjk8 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.103 | 65113 | Added a new worker 15 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.104 | 56097 | Removed run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.104 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.104 | 56097 | Assigned run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.104 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.THgtZR +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.104 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.106 | 65114 | Added a new run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.106 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.110 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.111 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.111 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.111 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.111 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.112 | 65108 | Marked run 668 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.113 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.114 | 65116 | Added a new run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.114 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.117 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.118 | 65110 | Marked run 669 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.118 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.120 | 65130 | Added a new run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.120 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.122 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.123 | 56098 | Recursively removing directory: /tmp/git.THgtZR/ +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.123 | 56101 | Recursively removing directory: /tmp/git.m8qjk8/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.124 | 65134 | Added a new run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.125 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.125 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.125 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.125 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.125 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.127 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.128 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.129 | 65136 | Added a new run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.129 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.129 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.132 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.131 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.132 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.132 | 65141 | Added a new worker 14 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.132 | 56097 | Removed run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.132 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.132 | 56097 | Assigned run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.133 | 65140 | Added a new worker 15 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.133 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.133 | 56097 | Removed run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.133 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.133 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.133 | 56097 | Assigned run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.132 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.132 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8QiJ4v +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.133 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vMKFLC +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.138 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.138 | 65142 | Added a new run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.139 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.139 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.139 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.140 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.142 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.142 | 65138 | Marked run 671 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.143 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.146 | 65137 | Marked run 670 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.146 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.147 | 65147 | Added a new run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.148 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.150 | 56101 | Recursively removing directory: /tmp/git.vMKFLC/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.150 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.151 | 56098 | Recursively removing directory: /tmp/git.8QiJ4v/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.152 | 65160 | Added a new run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.152 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.152 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.152 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.153 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.153 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.154 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.156 | 65162 | Added a new run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.156 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.157 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.158 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.159 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.159 | 65166 | Added a new run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.160 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.160 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.160 | 65168 | Added a new worker 12 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.160 | 56097 | Removed run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.160 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.160 | 56097 | Assigned run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.161 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.160 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.160 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pOgrDc +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.162 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.162 | 65169 | Added a new worker 12 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.162 | 56097 | Removed run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.162 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.162 | 56097 | Assigned run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.162 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.162 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.162 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JKdvBU +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.166 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.166 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.167 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.168 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.170 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.172 | 65164 | Marked run 673 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.173 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.174 | 65173 | Added a new run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.174 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.177 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.177 | 65165 | Marked run 672 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.178 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.178 | 56101 | Recursively removing directory: /tmp/git.pOgrDc/ +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.179 | 56098 | Recursively removing directory: /tmp/git.JKdvBU/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.179 | 65186 | Added a new run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.180 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.180 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.180 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.180 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.180 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.182 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.183 | 65188 | Added a new run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.183 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.184 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.184 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.186 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.187 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.187 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.187 | 65193 | Added a new worker 14 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.187 | 56097 | Removed run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.187 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.187 | 56097 | Assigned run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.187 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.187 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RD9Uv1 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.188 | 65194 | Added a new worker 17 to the queue +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.187 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.188 | 56097 | Removed run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.188 | 56097 | Removed worker 17 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.188 | 56097 | Assigned run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.188 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.188 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OCFMIB +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.189 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.190 | 65192 | Added a new run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.191 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.194 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.195 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.195 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.196 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.196 | 65190 | Marked run 675 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.196 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.197 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.200 | 65189 | Marked run 674 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.200 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.201 | 65196 | Added a new run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.201 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.204 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.205 | 56098 | Recursively removing directory: /tmp/git.RD9Uv1/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.206 | 65212 | Added a new run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.206 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.207 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.207 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.208 | 56101 | Recursively removing directory: /tmp/git.OCFMIB/ +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.209 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.209 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.209 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.210 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.212 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.213 | 65214 | Added a new run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.213 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.213 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.213 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.213 | 65217 | Added a new worker 8 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.213 | 56097 | Removed run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.213 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.214 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.214 | 56097 | Assigned run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.214 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KbRzq3 +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.216 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.217 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.217 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.217 | 65219 | Added a new worker 15 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.217 | 56097 | Removed run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.217 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.217 | 56097 | Assigned run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.217 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.218 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0iM4n5 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.219 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.220 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.221 | 65220 | Added a new run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.222 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.224 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.224 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.225 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.225 | 65215 | Marked run 676 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.225 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.228 | 65216 | Marked run 677 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.228 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.230 | 65223 | Added a new run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.230 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.231 | 56098 | Recursively removing directory: /tmp/git.KbRzq3/ +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.233 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.233 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.233 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.235 | 56101 | Recursively removing directory: /tmp/git.0iM4n5/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.235 | 65238 | Added a new run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.236 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.236 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.236 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.236 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.238 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.239 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.239 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.239 | 65242 | Added a new worker 13 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.239 | 56097 | Removed run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.239 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.239 | 56097 | Assigned run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.240 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.240 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mPrae5 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.241 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.241 | 65241 | Added a new run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.241 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.244 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.244 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.245 | 65245 | Added a new worker 10 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.245 | 56097 | Removed run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.245 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.245 | 56097 | Assigned run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.245 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZHyrqG +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.245 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.246 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.246 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.247 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.250 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.252 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.253 | 65246 | Added a new run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.253 | 65240 | Marked run 678 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.254 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.256 | 56098 | Recursively removing directory: /tmp/git.mPrae5/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.256 | 65243 | Marked run 679 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.256 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.257 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.258 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.258 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.260 | 65258 | Added a new run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.260 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.262 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.262 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.263 | 56101 | Recursively removing directory: /tmp/git.ZHyrqG/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.264 | 65264 | Added a new run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.265 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.265 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.265 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.266 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.266 | 65267 | Added a new worker 10 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.266 | 56097 | Removed run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.266 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.266 | 56097 | Assigned run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.266 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.266 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I3pPDM +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.267 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.267 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.269 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.269 | 65268 | Added a new run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.269 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.272 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.272 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.272 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.272 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.272 | 65272 | Added a new worker 15 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.273 | 56097 | Removed run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.273 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.273 | 56097 | Assigned run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.273 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.273 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.273 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xq5P81 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.275 | 65271 | Added a new run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.276 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.279 | 65265 | Marked run 680 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.280 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.280 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.281 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.282 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.283 | 65269 | Marked run 681 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.283 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.285 | 65279 | Added a new run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.285 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.285 | 56098 | Recursively removing directory: /tmp/git.I3pPDM/ +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.287 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.287 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.287 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.289 | 65288 | Added a new run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.290 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.291 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.291 | 56101 | Recursively removing directory: /tmp/git.xq5P81/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.292 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.293 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.293 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.294 | 65293 | Added a new run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.294 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.294 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.294 | 65294 | Added a new worker 10 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.294 | 56097 | Removed run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.294 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.295 | 56097 | Assigned run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.296 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.297 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.297 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.294 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.295 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.T96bAq +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.299 | 65297 | Added a new run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.299 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.300 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.300 | 65299 | Added a new worker 12 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.300 | 56097 | Removed run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.300 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.301 | 56097 | Assigned run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.300 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.301 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6hJjB6 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.301 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.301 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.302 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.303 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.308 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.308 | 65301 | Added a new run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.308 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.308 | 65292 | Marked run 682 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.309 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.309 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.310 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.312 | 65296 | Marked run 683 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.312 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.313 | 56098 | Recursively removing directory: /tmp/git.T96bAq/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.314 | 65310 | Added a new run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.314 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.315 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.315 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.317 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.319 | 65318 | Added a new run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.319 | 56101 | Recursively removing directory: /tmp/git.6hJjB6/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.319 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.319 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.320 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.320 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.321 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.323 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.323 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.323 | 65322 | Added a new worker 13 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.323 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.323 | 56097 | Removed run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.323 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.323 | 56097 | Assigned run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.323 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fcJvgJ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.325 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.326 | 65321 | Added a new run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.326 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.329 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.329 | 65325 | Added a new worker 13 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.329 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.329 | 56097 | Removed run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.329 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.329 | 56097 | Assigned run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.329 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.329 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.n9DXzz +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.329 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.330 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.330 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.333 | 65319 | Marked run 684 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.333 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.335 | 65326 | Added a new run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.335 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.335 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.336 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.339 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.340 | 56098 | Recursively removing directory: /tmp/git.fcJvgJ/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.341 | 65323 | Marked run 685 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.342 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.342 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.342 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.343 | 65337 | Added a new run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.343 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.346 | 56101 | Recursively removing directory: /tmp/git.n9DXzz/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.346 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.347 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.347 | 65344 | Added a new run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.348 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.348 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.348 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.350 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.350 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.350 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.350 | 65348 | Added a new worker 13 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.350 | 56097 | Removed run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.350 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.351 | 56097 | Assigned run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.351 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.351 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.v4d3Aj +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.351 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.352 | 65347 | Added a new run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.353 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.356 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.356 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.356 | 65351 | Added a new worker 12 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.356 | 56097 | Removed run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.356 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.356 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.356 | 56097 | Assigned run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.357 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4W2lsJ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.357 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.356 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.357 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.360 | 65345 | Marked run 686 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.361 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.363 | 65353 | Added a new run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.363 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.364 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.365 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.366 | 65349 | Marked run 687 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.366 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.366 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.367 | 56098 | Recursively removing directory: /tmp/git.v4d3Aj/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.368 | 65362 | Added a new run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.368 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.369 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.369 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.371 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.372 | 65369 | Added a new run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.373 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.373 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.375 | 56101 | Recursively removing directory: /tmp/git.4W2lsJ/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.375 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.376 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.376 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.376 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.377 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.377 | 65374 | Added a new worker 14 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.377 | 56097 | Removed run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.377 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.377 | 56097 | Assigned run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.377 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.377 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cnAVck +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.378 | 65373 | Added a new run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.378 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.381 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.381 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.381 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.382 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.383 | 65377 | Added a new run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.383 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.385 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.385 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.385 | 65380 | Added a new worker 13 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.385 | 56097 | Removed run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.385 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.385 | 56097 | Assigned run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.385 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.386 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yKgsbp +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.386 | 65371 | Marked run 688 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.386 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.387 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.389 | 65383 | Added a new run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.389 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.391 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.392 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.392 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.395 | 56098 | Recursively removing directory: /tmp/git.cnAVck/ +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.396 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.396 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.396 | 65376 | Marked run 689 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.396 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.397 | 65389 | Added a new run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.397 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.400 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.400 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.402 | 65399 | Added a new run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.402 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.402 | 56101 | Recursively removing directory: /tmp/git.yKgsbp/ +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.404 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.404 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.404 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.404 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.404 | 65401 | Added a new worker 10 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.404 | 56097 | Removed run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.404 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.404 | 56097 | Assigned run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.404 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.404 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.56vRDC +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.405 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.407 | 65402 | Added a new run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.408 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.408 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.410 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.411 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.411 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.411 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.412 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.412 | 65407 | Added a new worker 15 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.412 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.412 | 56097 | Removed run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.412 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.412 | 56097 | Assigned run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.412 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x9oe4G +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.413 | 65405 | Added a new run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.414 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.418 | 65398 | Marked run 690 as finished +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.418 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.419 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.419 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.420 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.421 | 56098 | Recursively removing directory: /tmp/git.56vRDC/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.422 | 65403 | Marked run 691 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.422 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.424 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.424 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.424 | 65415 | Added a new run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.424 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.427 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.428 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.429 | 56101 | Recursively removing directory: /tmp/git.x9oe4G/ +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.430 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.430 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.430 | 65424 | Added a new run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.430 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.431 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.431 | 65427 | Added a new worker 8 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.432 | 56097 | Removed run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.432 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.432 | 56097 | Assigned run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.432 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.431 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.432 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.94fOxF +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.433 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.434 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.436 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.436 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.436 | 65430 | Added a new worker 15 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.437 | 56097 | Removed run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.437 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.437 | 56097 | Assigned run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.437 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.djzs23 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.437 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.439 | 65429 | Added a new run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.439 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.441 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.441 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.443 | 65425 | Marked run 692 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.443 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.443 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.444 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.445 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.447 | 65428 | Marked run 693 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.447 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.448 | 65433 | Added a new run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.449 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.450 | 56098 | Recursively removing directory: /tmp/git.94fOxF/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.451 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.453 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.453 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.453 | 65446 | Added a new run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.454 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.455 | 56101 | Recursively removing directory: /tmp/git.djzs23/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.456 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.457 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.457 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.457 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.458 | 65451 | Added a new run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.458 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.460 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.460 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.460 | 65453 | Added a new worker 10 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.460 | 56097 | Removed run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.460 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.460 | 56097 | Assigned run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.460 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UB7hVe +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.461 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.461 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.461 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.463 | 65455 | Added a new run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.464 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.464 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.464 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.466 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.466 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.466 | 65457 | Added a new worker 12 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.467 | 56097 | Removed run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.467 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.467 | 56097 | Assigned run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.467 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.467 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.O6172n +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.467 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.469 | 65458 | Added a new run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.469 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.473 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.473 | 65450 | Marked run 694 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.474 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.474 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.475 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.477 | 65454 | Marked run 695 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.477 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.478 | 56098 | Recursively removing directory: /tmp/git.UB7hVe/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.478 | 65465 | Added a new run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.478 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.479 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.479 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.481 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.483 | 65475 | Added a new run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.483 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.483 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.484 | 56101 | Recursively removing directory: /tmp/git.O6172n/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.485 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.486 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.486 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.487 | 65479 | Added a new run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.487 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.487 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.488 | 65480 | Added a new worker 8 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.488 | 56097 | Removed run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.488 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.488 | 56097 | Assigned run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.488 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qqXr1k +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.488 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.490 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.490 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.492 | 65482 | Added a new run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.493 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.494 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.494 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.494 | 65485 | Added a new worker 13 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.494 | 56097 | Removed run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.495 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.495 | 56097 | Assigned run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.495 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.495 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.496 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.494 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.495 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dl6EFv +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.496 | 65478 | Marked run 696 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.497 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.498 | 65487 | Added a new run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.499 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.500 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.501 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.502 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.504 | 65494 | Added a new run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.504 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.506 | 56098 | Recursively removing directory: /tmp/git.qqXr1k/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.507 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.507 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.507 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.508 | 65483 | Marked run 697 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.509 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.510 | 65502 | Added a new run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.510 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.511 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.512 | 56101 | Recursively removing directory: /tmp/git.dl6EFv/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.512 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.514 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.514 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.514 | 65507 | Added a new run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.514 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.515 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.515 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.515 | 65508 | Added a new worker 10 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.515 | 56097 | Removed run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.515 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.515 | 56097 | Assigned run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.515 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Mfplkg +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.518 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.518 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.519 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.520 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.520 | 65510 | Added a new run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.521 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.521 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.522 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.522 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.522 | 65514 | Added a new worker 11 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.522 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.522 | 56097 | Removed run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.522 | 56097 | Removed worker 11 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.522 | 56097 | Assigned run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.522 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7dFcif +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.526 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.526 | 65506 | Marked run 698 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.526 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.529 | 65517 | Added a new run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.529 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.529 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.530 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.532 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.533 | 65511 | Marked run 699 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.533 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.533 | 56098 | Recursively removing directory: /tmp/git.Mfplkg/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.534 | 65524 | Added a new run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.535 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.535 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.535 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.537 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.538 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.539 | 65532 | Added a new run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.539 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.540 | 56101 | Recursively removing directory: /tmp/git.7dFcif/ +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.541 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.541 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.542 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.542 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZWGv3f +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.542 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.542 | 65535 | Added a new worker 8 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.542 | 56097 | Removed run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.542 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.542 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.542 | 56097 | Assigned run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.542 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.545 | 65536 | Added a new run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.545 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.546 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.548 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.549 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.549 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.549 | 65540 | Added a new worker 15 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.549 | 56097 | Removed run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.549 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.549 | 56097 | Assigned run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.549 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.04Bcnp +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.549 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.552 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.553 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.555 | 65533 | Marked run 700 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.555 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.556 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.556 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.558 | 65537 | Marked run 701 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.558 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.560 | 65539 | Added a new run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.561 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.562 | 56098 | Recursively removing directory: /tmp/git.ZWGv3f/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.563 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.565 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.565 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.565 | 65556 | Added a new run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.566 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.566 | 56101 | Recursively removing directory: /tmp/git.04Bcnp/ +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.567 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.567 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.568 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.569 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.570 | 65558 | Added a new run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.570 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.571 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.572 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.572 | 65562 | Added a new worker 12 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.572 | 56097 | Removed run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.572 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.572 | 56097 | Assigned run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.572 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.572 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lJoZss +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.573 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.574 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.574 | 65564 | Added a new worker 15 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.574 | 56097 | Removed run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.574 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.574 | 56097 | Assigned run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.574 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.574 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.j129fh +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.574 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.578 | 65563 | Added a new run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.578 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.579 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.579 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.580 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.580 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.583 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.584 | 65559 | Marked run 702 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.584 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.587 | 65560 | Marked run 703 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.587 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.589 | 65570 | Added a new run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.589 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.590 | 56101 | Recursively removing directory: /tmp/git.j129fh/ +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.591 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.591 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.593 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.593 | 56098 | Recursively removing directory: /tmp/git.lJoZss/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.595 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.596 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.596 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.596 | 65582 | Added a new run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.596 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.599 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.599 | 65585 | Added a new worker 8 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.599 | 56097 | Removed run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.599 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.599 | 56097 | Assigned run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.599 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.599 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Jr0u3Q +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.599 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.600 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.600 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.602 | 65586 | Added a new run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.603 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.603 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.603 | 65589 | Added a new worker 12 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.603 | 56097 | Removed run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.603 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.603 | 56097 | Assigned run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.603 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wWMqdm +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.604 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.604 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.605 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.606 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.608 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.610 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.610 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.612 | 65583 | Marked run 705 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.612 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.615 | 56101 | Recursively removing directory: /tmp/git.Jr0u3Q/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.616 | 65587 | Marked run 704 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.616 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.617 | 65591 | Added a new run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.617 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.618 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.618 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.620 | 56098 | Recursively removing directory: /tmp/git.wWMqdm/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.621 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.622 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.622 | 65606 | Added a new run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.623 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.623 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.623 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.625 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.625 | 65609 | Added a new worker 8 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.625 | 56097 | Removed run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.625 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.625 | 56097 | Assigned run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.625 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.625 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bZWmEO +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.626 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.626 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.627 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.627 | 65610 | Added a new run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.628 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.630 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.630 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.631 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.631 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.631 | 65614 | Added a new worker 15 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.631 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.631 | 56097 | Removed run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.631 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.631 | 56097 | Assigned run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.633 | 65613 | Added a new run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.632 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sQIChH +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.632 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.633 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.637 | 65607 | Marked run 706 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.637 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.637 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.638 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.639 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.639 | 65621 | Added a new run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.640 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.642 | 56101 | Recursively removing directory: /tmp/git.bZWmEO/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.643 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.644 | 65611 | Marked run 707 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.644 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.645 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.645 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.646 | 65627 | Added a new run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.646 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.648 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.649 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.650 | 56098 | Recursively removing directory: /tmp/git.sQIChH/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.650 | 65634 | Added a new run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.650 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.651 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.651 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.652 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.653 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.653 | 65637 | Added a new worker 12 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.653 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.653 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.653 | 56097 | Removed run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.653 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.653 | 56097 | Assigned run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.653 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jba97Z +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.655 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.656 | 65638 | Added a new run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.658 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.658 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.659 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.659 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.659 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.659 | 65641 | Added a new worker 15 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.659 | 56097 | Removed run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.659 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.659 | 56097 | Assigned run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.660 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aOC45g +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.660 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.666 | 65635 | Marked run 708 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.666 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.668 | 65642 | Added a new run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.668 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.668 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.668 | 56101 | Recursively removing directory: /tmp/git.jba97Z/ +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.670 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.671 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.671 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.671 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.672 | 65639 | Marked run 709 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.672 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.673 | 65652 | Added a new run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.673 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.675 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.676 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.677 | 65661 | Added a new run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.678 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.678 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.678 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.J4dLOC +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.678 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.678 | 65662 | Added a new worker 10 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.678 | 56097 | Removed run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.678 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.678 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.678 | 56097 | Assigned run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.681 | 56098 | Recursively removing directory: /tmp/git.aOC45g/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.681 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.683 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.683 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.683 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.684 | 65664 | Added a new run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.684 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.684 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.686 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.687 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.688 | 65658 | Marked run 710 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.689 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.690 | 65667 | Added a new run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.690 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.691 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.691 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.691 | 65676 | Added a new worker 8 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.691 | 56097 | Removed run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.691 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.691 | 56097 | Assigned run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.691 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.691 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Tj2EZQ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.693 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.695 | 65677 | Added a new run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.696 | 56101 | Recursively removing directory: /tmp/git.J4dLOC/ +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.696 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.696 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.697 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.698 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.698 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.699 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.701 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.702 | 65669 | Marked run 711 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.702 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.703 | 65681 | Added a new run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.703 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.705 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.705 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zpJ4Bg +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.705 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.705 | 65689 | Added a new worker 8 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.705 | 56097 | Removed run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.705 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.705 | 56097 | Assigned run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.705 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.706 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.708 | 56098 | Recursively removing directory: /tmp/git.Tj2EZQ/ +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.709 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.709 | 56098 | Process output: 415088 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.710 | 65690 | Added a new run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.710 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.711 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.712 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.712 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.713 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.714 | 65684 | Marked run 712 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.714 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.715 | 65692 | Added a new run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.715 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.717 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.717 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.717 | 65698 | Added a new worker 8 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.717 | 56097 | Removed run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.717 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.717 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.717 | 56097 | Assigned run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.717 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NO4DiW +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.718 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.719 | 65700 | Added a new run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.720 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.722 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.723 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.723 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.725 | 56101 | Recursively removing directory: /tmp/git.zpJ4Bg/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.725 | 65705 | Added a new run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.725 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.727 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.727 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.728 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.729 | 65694 | Marked run 713 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.729 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.730 | 65710 | Added a new run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.730 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.731 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.733 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.734 | 56098 | Recursively removing directory: /tmp/git.NO4DiW/ +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.734 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.734 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.734 | 65718 | Added a new worker 13 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.734 | 56097 | Removed run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.734 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.734 | 56097 | Assigned run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.734 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.736 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.736 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.736 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PNqZ01 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.737 | 65717 | Added a new run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.738 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.740 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.741 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.742 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.742 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.744 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.744 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.744 | 65723 | Added a new worker 15 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.744 | 65715 | Marked run 714 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.744 | 56097 | Removed run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.744 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.744 | 56097 | Assigned run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.744 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.744 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.745 | 65721 | Added a new run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.745 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.745 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AYVk4G +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.748 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.750 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.750 | 65729 | Added a new run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.751 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.751 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.753 | 65720 | Marked run 715 as finished +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.754 | 56101 | Recursively removing directory: /tmp/git.PNqZ01/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.754 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.754 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.756 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.756 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.756 | 65736 | Added a new run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.757 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.759 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.760 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.760 | 56098 | Recursively removing directory: /tmp/git.AYVk4G/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.761 | 65742 | Added a new run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.762 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.762 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.762 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.763 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.763 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.763 | 65745 | Added a new worker 8 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.763 | 56097 | Removed run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.763 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.763 | 56097 | Assigned run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.763 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.764 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.764 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jEnCtp +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.765 | 65746 | Added a new run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.766 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.766 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.769 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.769 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.769 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.769 | 65750 | Added a new worker 15 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.769 | 56097 | Removed run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.769 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.769 | 56097 | Assigned run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.770 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ty6iO7 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.770 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.770 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.771 | 65749 | Added a new run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.771 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.771 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.774 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.777 | 65743 | Marked run 716 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.777 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.778 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.779 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.780 | 65747 | Marked run 717 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.780 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.782 | 65753 | Added a new run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.782 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.783 | 56101 | Recursively removing directory: /tmp/git.jEnCtp/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.784 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.785 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.785 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.786 | 65766 | Added a new run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.786 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.789 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.789 | 56098 | Recursively removing directory: /tmp/git.ty6iO7/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.789 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.791 | 65770 | Added a new run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.791 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.791 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.791 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.792 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.793 | 65773 | Added a new worker 10 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.793 | 56097 | Removed run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.793 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.793 | 56097 | Assigned run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.792 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.793 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tdRC3z +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.793 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.794 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.795 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.796 | 65774 | Added a new run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.797 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.798 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.798 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.798 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.798 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.799 | 65777 | Added a new worker 13 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.799 | 56097 | Removed run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.799 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.799 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.799 | 56097 | Assigned run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.799 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bf0h4N +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.800 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.804 | 65771 | Marked run 718 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.804 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.805 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.806 | 65779 | Added a new run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.807 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.807 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.809 | 56101 | Recursively removing directory: /tmp/git.tdRC3z/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.810 | 65775 | Marked run 719 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.810 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.811 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.812 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.812 | 56101 | Process output: 415086 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.812 | 65789 | Added a new run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.813 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.815 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.816 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.817 | 65796 | Added a new run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.817 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.818 | 56098 | Recursively removing directory: /tmp/git.bf0h4N/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.819 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.819 | 65799 | Added a new worker 8 to the queue +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.819 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.819 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.819 | 56097 | Removed run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.819 | 56097 | Removed worker 8 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.819 | 56097 | Assigned run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.819 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.820 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.819 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.820 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YmBcvm +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.822 | 65800 | Added a new run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.822 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.824 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.825 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.826 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.827 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.827 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.827 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.827 | 65804 | Added a new worker 15 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.827 | 56097 | Removed run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.827 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kaVHvT +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.827 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.827 | 56097 | Assigned run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.828 | 65803 | Added a new run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.829 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.829 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.831 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.832 | 65797 | Marked run 720 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.833 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.833 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.834 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.834 | 65808 | Added a new run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.835 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.838 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.838 | 65802 | Marked run 721 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.838 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.840 | 65817 | Added a new run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.840 | 56101 | Recursively removing directory: /tmp/git.YmBcvm/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.840 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.842 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.842 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.843 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.845 | 56098 | Recursively removing directory: /tmp/git.kaVHvT/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.845 | 65824 | Added a new run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.846 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.846 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.846 | 56098 | Process output: 415086 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.848 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.849 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.849 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.849 | 65828 | Added a new worker 13 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.849 | 56097 | Removed run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.849 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.849 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.849 | 56097 | Assigned run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.849 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YXSgap +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.849 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.850 | 65827 | Added a new run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.850 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.853 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.853 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.853 | 65831 | Added a new worker 10 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.853 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.853 | 56097 | Removed run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.853 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.853 | 56097 | Assigned run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.854 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.854 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CThUUP +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.855 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.857 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.857 | 65832 | Added a new run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.858 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.860 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.860 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.861 | 65826 | Marked run 722 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.861 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.861 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.863 | 65835 | Added a new run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.864 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.867 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.867 | 65829 | Marked run 723 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.867 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.869 | 65848 | Added a new run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.870 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.870 | 56101 | Recursively removing directory: /tmp/git.YXSgap/ +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.871 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.871 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.871 | 56098 | Recursively removing directory: /tmp/git.CThUUP/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.872 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.873 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.873 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.874 | 65852 | Added a new run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.874 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.876 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.876 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.877 | 65855 | Added a new run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.877 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.878 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.879 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.879 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.879 | 65858 | Added a new worker 12 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.879 | 56097 | Removed run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.879 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.879 | 56097 | Assigned run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.879 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qnSZOc +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.880 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.880 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.882 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.882 | 65860 | Added a new worker 15 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.882 | 56097 | Removed run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.882 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.882 | 56097 | Assigned run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.882 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.882 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.882 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NMTmJZ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.884 | 65859 | Added a new run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.884 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.886 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.887 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.888 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.889 | 65862 | Added a new run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.890 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.891 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.892 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.892 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.893 | 65854 | Marked run 724 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.893 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.894 | 65867 | Added a new run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.895 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.898 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.898 | 65857 | Marked run 725 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.898 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.899 | 56101 | Recursively removing directory: /tmp/git.qnSZOc/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.899 | 65878 | Added a new run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.900 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.901 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.901 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.902 | 56098 | Recursively removing directory: /tmp/git.NMTmJZ/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.902 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.904 | 65882 | Added a new run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.904 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.904 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.904 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.905 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.906 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.908 | 65885 | Added a new run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.908 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.908 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.908 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.908 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.909 | 65886 | Added a new worker 12 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.909 | 56097 | Removed run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.909 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.909 | 56097 | Assigned run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.909 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0ln8Wc +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.910 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.911 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.912 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.912 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.912 | 65890 | Added a new worker 13 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.912 | 56097 | Removed run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.912 | 56097 | Removed worker 13 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.912 | 56097 | Assigned run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.913 | 65889 | Added a new run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.915 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.912 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vLFgYe +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.916 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.916 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.916 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.918 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.919 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.920 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.920 | 65884 | Marked run 726 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.920 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.922 | 65895 | Added a new run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.922 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.925 | 65887 | Marked run 727 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.925 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.925 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.927 | 65908 | Added a new run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.927 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.929 | 56101 | Recursively removing directory: /tmp/git.0ln8Wc/ +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.930 | 56098 | Recursively removing directory: /tmp/git.vLFgYe/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.930 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.930 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.930 | 56101 | Process output: 415088 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.932 | 65910 | Added a new run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.932 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.932 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.933 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.934 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.935 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.936 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.936 | 65913 | Added a new run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.937 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.938 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.938 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.938 | 65916 | Added a new worker 12 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.938 | 56097 | Removed run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.938 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.938 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.938 | 56097 | Assigned run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.938 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GvYNyI +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.939 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.939 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.940 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.941 | 65917 | Added a new worker 15 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.941 | 56097 | Removed run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.941 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.941 | 56097 | Assigned run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.941 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.941 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dUkEKe +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.943 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.944 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.946 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.946 | 65918 | Added a new run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.946 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.947 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.949 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.950 | 65912 | Marked run 728 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.950 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.951 | 65926 | Added a new run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.951 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.954 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.955 | 56101 | Recursively removing directory: /tmp/git.GvYNyI/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.955 | 65914 | Marked run 729 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.955 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.957 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.957 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.957 | 65936 | Added a new run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.957 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.957 | 56098 | Recursively removing directory: /tmp/git.dUkEKe/ +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.959 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.959 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.959 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.961 | 65938 | Added a new run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.961 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.961 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.963 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.963 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.964 | 65941 | Added a new run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.964 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.965 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.965 | 65943 | Added a new worker 14 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.965 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.965 | 56097 | Removed run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.965 | 56097 | Removed worker 14 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.965 | 56097 | Assigned run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.965 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.965 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2ozanF +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.967 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.969 | 65945 | Added a new worker 10 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.969 | 56097 | Removed run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.969 | 56097 | Removed worker 10 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.969 | 56097 | Assigned run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.969 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.967 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.969 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uWUt5q +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.970 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.971 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.972 | 56101 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.973 | 65946 | Added a new run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.973 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.975 | 56098 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.977 | 65939 | Marked run 730 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.977 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.977 | 56098 | Going to run: ./ci +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.977 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.979 | 65942 | Marked run 731 as finished +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.980 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.981 | 65954 | Added a new run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.981 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.983 | 56101 | Recursively removing directory: /tmp/git.2ozanF/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.984 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.984 | 56101 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.984 | 56101 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.986 | 56098 | Recursively removing directory: /tmp/git.uWUt5q/ +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.986 | 65964 | Added a new run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.986 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.988 | 56098 | Process exit code: 0 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.988 | 56098 | Process output: 415087 bytes +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.988 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.989 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.990 | 65967 | Added a new run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.991 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.991 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.992 | 56101 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.992 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.992 | 65970 | Added a new worker 12 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.992 | 56097 | Removed run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.992 | 56097 | Removed worker 12 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.992 | 56097 | Assigned run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.992 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lOYNbe +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.994 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.994 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.994 | 56098 | Waiting for a new command +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.994 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.994 | 65972 | Added a new worker 15 to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.994 | 56097 | Removed run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.994 | 56097 | Removed worker 15 from the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.994 | 56097 | Assigned run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:55:59 | INFO | 56098/cimple-worker: 2024-01-28 10:55:59.994 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JZH33f +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.995 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | 56101/cimple-worker: 2024-01-28 10:55:59.999 | 56101 | Checking out revision HEAD +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.999 | 65971 | Added a new run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:55:59 | INFO | 56095/cimple-server: 2024-01-28 10:55:59.999 | 56095 | Waiting for new connections +2024-01-28 10:55:59 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:55:59 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:55:59 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.001 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.002 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.002 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.002 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.004 | 65966 | Marked run 732 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.004 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.007 | 65968 | Marked run 733 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.007 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.008 | 65975 | Added a new run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.008 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.011 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.013 | 56098 | Recursively removing directory: /tmp/git.JZH33f/ +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.013 | 56101 | Recursively removing directory: /tmp/git.lOYNbe/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.013 | 65990 | Added a new run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.014 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.015 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.015 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.015 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.015 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.016 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.017 | 65992 | Added a new run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.018 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.019 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.020 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.020 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.021 | 65996 | Added a new run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.021 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.023 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.023 | 65998 | Added a new worker 12 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.023 | 56097 | Removed run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.023 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.023 | 56097 | Assigned run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.023 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.023 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.023 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3AQm94 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.024 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.025 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.025 | 65999 | Added a new worker 15 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.025 | 56097 | Removed run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.025 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.025 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.025 | 56097 | Assigned run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.025 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.h0gmGh +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.029 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.029 | 66000 | Added a new run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.030 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.031 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.031 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.033 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.033 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.035 | 65994 | Marked run 735 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.035 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.036 | 66004 | Added a new run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.037 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.040 | 65995 | Marked run 734 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.040 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.040 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.042 | 66018 | Added a new run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.042 | 56098 | Recursively removing directory: /tmp/git.3AQm94/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.043 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.044 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.044 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.044 | 56101 | Recursively removing directory: /tmp/git.h0gmGh/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.046 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.046 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.046 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.047 | 66020 | Added a new run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.047 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.050 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.050 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.050 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.050 | 66025 | Added a new worker 15 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.050 | 56097 | Removed run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.050 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.050 | 56097 | Assigned run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.050 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.050 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.051 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DaZB7R +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.052 | 66023 | Added a new run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.053 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.053 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.053 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.055 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.056 | 66027 | Added a new worker 14 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.056 | 56097 | Removed run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.056 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.056 | 56097 | Assigned run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.056 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.roNO9O +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.056 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.057 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.057 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.061 | 66021 | Marked run 736 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.061 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.061 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.062 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.063 | 66028 | Added a new run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.063 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.066 | 66024 | Marked run 737 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.067 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.067 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.069 | 56098 | Recursively removing directory: /tmp/git.DaZB7R/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.069 | 66039 | Added a new run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.069 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.070 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.071 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.072 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.073 | 56101 | Recursively removing directory: /tmp/git.roNO9O/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.074 | 66046 | Added a new run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.074 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.075 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.075 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.075 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.077 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.078 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.078 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.078 | 66050 | Added a new worker 13 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.078 | 56097 | Removed run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.078 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.078 | 56097 | Assigned run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.078 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.078 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.INDx0O +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.079 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.079 | 66049 | Added a new run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.080 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.082 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.082 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.083 | 66053 | Added a new worker 10 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.083 | 56097 | Removed run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.083 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.083 | 56097 | Assigned run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.083 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.r3x0OJ +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.083 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.085 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.084 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.085 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.088 | 66047 | Marked run 738 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.089 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.089 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.090 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.091 | 66055 | Added a new run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.091 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.093 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.094 | 66051 | Marked run 739 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.094 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.096 | 66065 | Added a new run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.096 | 56098 | Recursively removing directory: /tmp/git.INDx0O/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.097 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.098 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.098 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.099 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.100 | 56101 | Recursively removing directory: /tmp/git.r3x0OJ/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.101 | 66072 | Added a new run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.101 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.102 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.102 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.102 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.104 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.105 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.105 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.105 | 66076 | Added a new worker 13 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.105 | 56097 | Removed run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.105 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.105 | 56097 | Assigned run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.105 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.106 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PBOeiz +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.106 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.106 | 66075 | Added a new run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.106 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.109 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.109 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.110 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.110 | 66080 | Added a new worker 15 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.110 | 56097 | Removed run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.110 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.110 | 56097 | Assigned run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.110 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1RtdDY +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.110 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.112 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.113 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.116 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.117 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.118 | 66074 | Marked run 740 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.118 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.120 | 66077 | Marked run 741 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.121 | 66079 | Added a new run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.121 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.121 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.122 | 56098 | Recursively removing directory: /tmp/git.PBOeiz/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.124 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.124 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.124 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.126 | 66096 | Added a new run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.127 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.127 | 56101 | Recursively removing directory: /tmp/git.1RtdDY/ +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.128 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.128 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.128 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.129 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.130 | 66099 | Added a new run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.131 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.131 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.131 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.132 | 66101 | Added a new worker 10 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.132 | 56097 | Removed run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.132 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.132 | 56097 | Assigned run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.132 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.l5lCDx +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.133 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.133 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.134 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.136 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.136 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.137 | 66104 | Added a new worker 16 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.137 | 56097 | Removed run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.137 | 56097 | Removed worker 16 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.137 | 56097 | Assigned run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.137 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.137 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.138 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.137 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7ZRUNJ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.139 | 66103 | Added a new run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.139 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.142 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.144 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.144 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.146 | 66098 | Marked run 742 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.146 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.148 | 56098 | Recursively removing directory: /tmp/git.l5lCDx/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.149 | 66102 | Marked run 743 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.149 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.150 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.150 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.151 | 66109 | Added a new run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.151 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.154 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.154 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.155 | 56101 | Recursively removing directory: /tmp/git.7ZRUNJ/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.155 | 66122 | Added a new run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.156 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.156 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.157 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.158 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.158 | 66125 | Added a new worker 8 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.158 | 56097 | Removed run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.158 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.158 | 56097 | Assigned run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.158 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.158 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.158 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dTQ770 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.158 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.160 | 66126 | Added a new run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.160 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.161 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.163 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.163 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.164 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.164 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.164 | 66130 | Added a new worker 15 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.164 | 56097 | Removed run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.164 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.164 | 56097 | Assigned run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.164 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MXOQvh +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.165 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.165 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.167 | 66129 | Added a new run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.167 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.171 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.171 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.172 | 66123 | Marked run 744 as finished +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.172 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.173 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.174 | 66135 | Added a new run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.174 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.177 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.177 | 66127 | Marked run 745 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.177 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.177 | 56098 | Recursively removing directory: /tmp/git.dTQ770/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.179 | 66144 | Added a new run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.179 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.179 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.179 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.182 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.183 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.184 | 56101 | Recursively removing directory: /tmp/git.MXOQvh/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.184 | 66150 | Added a new run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.184 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.185 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.185 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.186 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.186 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.187 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.187 | 66154 | Added a new worker 12 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.187 | 56097 | Removed run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.187 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.187 | 56097 | Assigned run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.187 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.188 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wC25qw +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.189 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.190 | 66153 | Added a new run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.191 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.193 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.193 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.193 | 66157 | Added a new worker 12 to the queue +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.193 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bHHfZT +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.193 | 56097 | Removed run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.193 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.193 | 56097 | Assigned run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.194 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.193 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.195 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.195 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.197 | 66151 | Marked run 746 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.197 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.199 | 66158 | Added a new run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.199 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.201 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.202 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.202 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.203 | 66155 | Marked run 747 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.203 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.205 | 66166 | Added a new run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.205 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.207 | 56098 | Recursively removing directory: /tmp/git.wC25qw/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.208 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.210 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.210 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.210 | 66176 | Added a new run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.210 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.212 | 56101 | Recursively removing directory: /tmp/git.bHHfZT/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.213 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.213 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.214 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.214 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.215 | 66178 | Added a new run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.215 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.217 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.217 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.217 | 66181 | Added a new worker 8 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.217 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.217 | 56097 | Removed run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.217 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.217 | 56097 | Assigned run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.217 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NWvMZP +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.218 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.218 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.220 | 66182 | Added a new run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.221 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.221 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.222 | 66185 | Added a new worker 14 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.222 | 56097 | Removed run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.222 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.222 | 56097 | Assigned run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.222 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.222 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.222 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sUJTQM +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.223 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.224 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.225 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.227 | 66179 | Marked run 748 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.228 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.229 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.229 | 66186 | Added a new run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.229 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.229 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.232 | 66183 | Marked run 749 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.233 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.233 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.234 | 66196 | Added a new run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.234 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.237 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.237 | 56098 | Recursively removing directory: /tmp/git.NWvMZP/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.238 | 66204 | Added a new run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.239 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.239 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.239 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.240 | 56101 | Recursively removing directory: /tmp/git.sUJTQM/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.241 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.242 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.242 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.243 | 66206 | Added a new run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.243 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.243 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.245 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.246 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.247 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.246 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.247 | 66211 | Added a new worker 15 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.247 | 56097 | Removed run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.247 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.247 | 56097 | Assigned run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.247 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FRnoB5 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.248 | 66210 | Added a new run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.248 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.248 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.248 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.248 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.249 | 66213 | Added a new worker 12 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.249 | 56097 | Removed run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.249 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.249 | 56097 | Assigned run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.249 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.250 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qfrLNl +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.251 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.255 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.256 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.256 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.256 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.258 | 66207 | Marked run 750 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.258 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.261 | 66209 | Marked run 751 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.261 | 66214 | Added a new run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.261 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.261 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.264 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.265 | 56098 | Recursively removing directory: /tmp/git.FRnoB5/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.266 | 66230 | Added a new run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.266 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.267 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.267 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.267 | 56101 | Recursively removing directory: /tmp/git.qfrLNl/ +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.269 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.269 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.269 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.270 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.270 | 66232 | Added a new run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.271 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.272 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.273 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.274 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.274 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.274 | 66237 | Added a new worker 15 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.274 | 56097 | Removed run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.274 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.274 | 56097 | Assigned run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.274 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.274 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EhfnsT +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.275 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.276 | 66238 | Added a new worker 16 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.276 | 56097 | Removed run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.276 | 56097 | Removed worker 16 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.276 | 56097 | Assigned run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.280 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.275 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.276 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.V7USTK +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.280 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.281 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.281 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.281 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.281 | 66236 | Added a new run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.282 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.285 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.285 | 66233 | Marked run 752 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.286 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.288 | 66235 | Marked run 753 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.289 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.290 | 66244 | Added a new run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.290 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.291 | 56101 | Recursively removing directory: /tmp/git.V7USTK/ +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.292 | 56098 | Recursively removing directory: /tmp/git.EhfnsT/ +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.293 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.293 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.293 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.295 | 66256 | Added a new run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.295 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.295 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.295 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.297 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.297 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.299 | 66258 | Added a new run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.299 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.299 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.301 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.303 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.303 | 66262 | Added a new worker 13 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.303 | 56097 | Removed run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.303 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.303 | 56097 | Assigned run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.303 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.303 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.303 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.303 | 66264 | Added a new worker 13 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.303 | 56097 | Removed run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.303 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.303 | 56097 | Assigned run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.303 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.303 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.304 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ijWUMX +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.304 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.M8rrYI +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.308 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.309 | 66263 | Added a new run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.309 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.310 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.310 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.311 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.313 | 66259 | Marked run 755 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.314 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.314 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.316 | 66261 | Marked run 754 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.316 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.317 | 66270 | Added a new run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.318 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.320 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.321 | 56101 | Recursively removing directory: /tmp/git.ijWUMX/ +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.321 | 56098 | Recursively removing directory: /tmp/git.M8rrYI/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.321 | 66282 | Added a new run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.322 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.323 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.323 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.323 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.323 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.324 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.326 | 66284 | Added a new run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.326 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.326 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.326 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.329 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.329 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.330 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.330 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.330 | 66290 | Added a new worker 17 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.330 | 56097 | Removed run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.330 | 56097 | Removed worker 17 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.330 | 56097 | Assigned run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 17 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.330 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.330 | 66289 | Added a new worker 15 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.330 | 56097 | Removed run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.330 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.330 | 56097 | Assigned run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.330 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.330 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AvZLg8 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.330 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.331 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UBLhvK +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.337 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.337 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.337 | 66288 | Added a new run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.338 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.338 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.338 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.341 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.342 | 66285 | Marked run 757 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.342 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.346 | 66286 | Marked run 756 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.346 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.348 | 56101 | Recursively removing directory: /tmp/git.AvZLg8/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.348 | 66296 | Added a new run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.348 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.349 | 56098 | Recursively removing directory: /tmp/git.UBLhvK/ +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.349 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.349 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.350 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.350 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.350 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.351 | 66308 | Added a new run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.352 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.353 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.353 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.354 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.356 | 66312 | Added a new run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.356 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.357 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.357 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.357 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.357 | 66314 | Added a new worker 14 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.357 | 56097 | Removed run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.357 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.357 | 56097 | Assigned run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.357 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.357 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rnm4xg +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.358 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.358 | 66313 | Added a new worker 10 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.359 | 56097 | Removed run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.359 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.359 | 56097 | Assigned run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.359 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.359 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TR6r1Z +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.359 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.363 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.364 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.364 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.364 | 66316 | Added a new run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.365 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.365 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.367 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.368 | 66310 | Marked run 758 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.369 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.370 | 66320 | Added a new run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.370 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.373 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.374 | 66311 | Marked run 759 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.374 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.376 | 56101 | Recursively removing directory: /tmp/git.rnm4xg/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.376 | 66334 | Added a new run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.376 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.377 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.377 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.377 | 56098 | Recursively removing directory: /tmp/git.TR6r1Z/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.378 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.379 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.379 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.379 | 66336 | Added a new run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.380 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.382 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.382 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.383 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.384 | 66339 | Added a new run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.384 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.385 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.385 | 66342 | Added a new worker 10 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.385 | 56097 | Removed run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.385 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.385 | 56097 | Assigned run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.387 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.387 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.387 | 66343 | Added a new worker 10 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.387 | 56097 | Removed run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.387 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.387 | 56097 | Assigned run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.387 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.387 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.387 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PyuRPD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.385 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.385 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xn60Pu +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.388 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.392 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.393 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.393 | 66344 | Added a new run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.393 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.395 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.395 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.396 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.397 | 66338 | Marked run 760 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.397 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.400 | 66340 | Marked run 761 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.400 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.402 | 66348 | Added a new run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.402 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.404 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.404 | 56101 | Recursively removing directory: /tmp/git.xn60Pu/ +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.406 | 56098 | Recursively removing directory: /tmp/git.PyuRPD/ +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.406 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.407 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.407 | 66362 | Added a new run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.407 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.407 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.407 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.409 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.410 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.411 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.411 | 66364 | Added a new run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.411 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.413 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.413 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.413 | 66368 | Added a new worker 10 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.413 | 56097 | Removed run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.413 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.413 | 56097 | Assigned run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.413 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i8bxYg +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.414 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.414 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.415 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.68HjAl +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.415 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.415 | 66369 | Added a new worker 10 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.415 | 56097 | Removed run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.415 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.415 | 56097 | Assigned run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.416 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.418 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.419 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.420 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.420 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.421 | 66370 | Added a new run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.421 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.421 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.424 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.424 | 66366 | Marked run 763 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.424 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.428 | 66365 | Marked run 762 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.429 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.431 | 66376 | Added a new run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.431 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.431 | 56101 | Recursively removing directory: /tmp/git.i8bxYg/ +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.431 | 56098 | Recursively removing directory: /tmp/git.68HjAl/ +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.432 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.432 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.432 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.432 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.433 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.435 | 66388 | Added a new run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.435 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.436 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.436 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.438 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.439 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.439 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.439 | 66393 | Added a new worker 15 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.439 | 56097 | Removed run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.439 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.439 | 56097 | Assigned run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.439 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.440 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.440 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eB8Pfx +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.440 | 66394 | Added a new worker 13 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.440 | 56097 | Removed run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.440 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.440 | 56097 | Assigned run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.440 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RWkizd +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.441 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.443 | 66392 | Added a new run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.444 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.446 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.447 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.448 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.449 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.449 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.451 | 66389 | Marked run 765 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.451 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.452 | 66398 | Added a new run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.452 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.455 | 66391 | Marked run 764 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.455 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.455 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.457 | 66410 | Added a new run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.458 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.459 | 56101 | Recursively removing directory: /tmp/git.eB8Pfx/ +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.460 | 56098 | Recursively removing directory: /tmp/git.RWkizd/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.460 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.461 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.461 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.462 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.462 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.462 | 66414 | Added a new run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.462 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.465 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.465 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.466 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.466 | 66416 | Added a new run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.467 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.469 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.469 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.469 | 66420 | Added a new worker 8 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.469 | 56097 | Removed run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.469 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.469 | 56097 | Assigned run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.469 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.469 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HrJokA +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.470 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.470 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.470 | 66421 | Added a new worker 6 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.470 | 56097 | Removed run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.470 | 56097 | Removed worker 6 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.470 | 56097 | Assigned run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.470 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.469 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.470 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YvozqT +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.475 | 66422 | Added a new run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.475 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.477 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.478 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.478 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.478 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.478 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.480 | 66417 | Marked run 766 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.480 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.481 | 66424 | Added a new run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.482 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.485 | 66418 | Marked run 767 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.485 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.486 | 66438 | Added a new run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.486 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.489 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.490 | 56098 | Recursively removing directory: /tmp/git.YvozqT/ +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.490 | 56101 | Recursively removing directory: /tmp/git.HrJokA/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.491 | 66442 | Added a new run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.491 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.492 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.492 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.492 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.492 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.494 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.495 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.495 | 66444 | Added a new run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.495 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.496 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.498 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.498 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.498 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.498 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.499 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.499 | 66449 | Added a new worker 16 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.499 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.499 | 66450 | Added a new worker 12 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.499 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.499 | 56097 | Removed run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.499 | 56097 | Removed worker 16 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.499 | 56097 | Assigned run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.499 | 56097 | Removed run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.499 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.499 | 56097 | Assigned run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.499 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Q7Jd91 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.500 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.u3lSp3 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.504 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.505 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.506 | 66448 | Added a new run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.506 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.506 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.506 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.509 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.510 | 66446 | Marked run 768 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.510 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.511 | 66455 | Added a new run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.512 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.514 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.515 | 66445 | Marked run 769 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.515 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.517 | 66468 | Added a new run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.517 | 56098 | Recursively removing directory: /tmp/git.Q7Jd91/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.517 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.517 | 56101 | Recursively removing directory: /tmp/git.u3lSp3/ +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.519 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.519 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.519 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.519 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.520 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.521 | 66470 | Added a new run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.522 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.522 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.523 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.524 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.525 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.525 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.525 | 66475 | Added a new worker 15 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.525 | 56097 | Removed run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.525 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.525 | 56097 | Assigned run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.525 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.526 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Kn5wNL +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.526 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.526 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.526 | 66476 | Added a new worker 15 to the queue +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.527 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Uoeh4U +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.526 | 56097 | Removed run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.526 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.526 | 56097 | Assigned run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.528 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.531 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.531 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.532 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.532 | 66474 | Added a new run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.533 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.533 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.536 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.536 | 66471 | Marked run 771 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.536 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.539 | 66473 | Marked run 770 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.540 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.541 | 66483 | Added a new run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.541 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.543 | 56101 | Recursively removing directory: /tmp/git.Uoeh4U/ +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.543 | 56098 | Recursively removing directory: /tmp/git.Kn5wNL/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.544 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.544 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.544 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.545 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.545 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.545 | 66494 | Added a new run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.546 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.548 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.549 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.549 | 66496 | Added a new run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.549 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.549 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.551 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.552 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.552 | 66500 | Added a new run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.552 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.553 | 66501 | Added a new worker 12 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.553 | 56097 | Removed run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.553 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.553 | 56097 | Assigned run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.553 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.553 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.553 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.553 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.553 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F6aNh9 +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.555 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.555 | 66503 | Added a new worker 13 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.556 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.556 | 56097 | Removed run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.556 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.556 | 56097 | Assigned run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.556 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mTuKUg +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.558 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.559 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.561 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.562 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.563 | 66498 | Marked run 772 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.563 | 66504 | Added a new run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.563 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.563 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.566 | 66497 | Marked run 773 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.566 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.566 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.568 | 66516 | Added a new run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.569 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.570 | 56101 | Recursively removing directory: /tmp/git.F6aNh9/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.571 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.572 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.572 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.573 | 66522 | Added a new run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.573 | 56098 | Recursively removing directory: /tmp/git.mTuKUg/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.574 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.575 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.575 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.576 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.576 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.577 | 66524 | Added a new run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.577 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.578 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.580 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.580 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.580 | 66528 | Added a new worker 12 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.580 | 56097 | Removed run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.580 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.580 | 56097 | Assigned run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.580 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.581 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GPXcAt +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.581 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.581 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.581 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.581 | 66530 | Added a new worker 15 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.581 | 56097 | Removed run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.582 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.582 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.582 | 56097 | Assigned run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.582 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4nCwuQ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.582 | 66529 | Added a new run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.583 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.586 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.587 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.587 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.587 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.590 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.592 | 66525 | Marked run 774 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.592 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.593 | 66534 | Added a new run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.594 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.597 | 66526 | Marked run 775 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.597 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.597 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.598 | 66548 | Added a new run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.599 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.598 | 56098 | Recursively removing directory: /tmp/git.4nCwuQ/ +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.600 | 56101 | Recursively removing directory: /tmp/git.GPXcAt/ +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.600 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.600 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.601 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.602 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.602 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.603 | 66550 | Added a new run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.603 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.603 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.605 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.606 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.607 | 66554 | Added a new run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.607 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.607 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.607 | 66555 | Added a new worker 14 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.607 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.607 | 56097 | Removed run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.607 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.607 | 56097 | Assigned run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.607 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.608 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8nGqiQ +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.609 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.609 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.610 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.611 | 66557 | Added a new worker 14 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.611 | 56097 | Removed run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.611 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.611 | 56097 | Assigned run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.611 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.611 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vIE8kV +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.613 | 66558 | Added a new run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.614 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.614 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.615 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.617 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.617 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.618 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.618 | 66551 | Marked run 777 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.619 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.620 | 66561 | Added a new run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.621 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.623 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.623 | 66553 | Marked run 776 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.624 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.625 | 66573 | Added a new run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.626 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.626 | 56098 | Recursively removing directory: /tmp/git.8nGqiQ/ +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.628 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.628 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.628 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.629 | 56101 | Recursively removing directory: /tmp/git.vIE8kV/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.630 | 66578 | Added a new run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.630 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.630 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.630 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.631 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.633 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.634 | 66581 | Added a new run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.634 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.634 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.634 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.635 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.635 | 66584 | Added a new worker 12 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.635 | 56097 | Removed run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.635 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.635 | 56097 | Assigned run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.635 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.635 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8HoiZD +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.637 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.638 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.638 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.639 | 66586 | Added a new worker 15 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.639 | 56097 | Removed run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.639 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.639 | 56097 | Assigned run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.639 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.640 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Hm12Sq +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.640 | 66585 | Added a new run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.640 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.641 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.642 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.644 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.646 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.647 | 66580 | Marked run 778 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.647 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.647 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.650 | 66582 | Marked run 779 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.650 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.651 | 56098 | Recursively removing directory: /tmp/git.8HoiZD/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.651 | 66589 | Added a new run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.652 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.653 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.653 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.654 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.657 | 56101 | Recursively removing directory: /tmp/git.Hm12Sq/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.657 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.658 | 66604 | Added a new run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.658 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.659 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.659 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.660 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.660 | 66607 | Added a new worker 8 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.660 | 56097 | Removed run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.660 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.660 | 56097 | Assigned run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.660 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.660 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8J2S4o +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.662 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.662 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.662 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.664 | 66608 | Added a new run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.665 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.665 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.666 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.666 | 66611 | Added a new worker 11 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.666 | 56097 | Removed run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.666 | 56097 | Removed worker 11 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.666 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.666 | 56097 | Assigned run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.666 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.666 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.668 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.668 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nokVQt +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.669 | 66613 | Added a new run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.670 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.673 | 66605 | Marked run 780 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.674 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.674 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.675 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.676 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.677 | 66609 | Marked run 781 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.677 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.677 | 56098 | Recursively removing directory: /tmp/git.8J2S4o/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.678 | 66621 | Added a new run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.678 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.679 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.679 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.680 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.682 | 66625 | Added a new run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.682 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.683 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.685 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.686 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.686 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.687 | 66633 | Added a new run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.687 | 56101 | Recursively removing directory: /tmp/git.nokVQt/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.687 | 66634 | Added a new worker 12 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.687 | 56097 | Removed run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.687 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.687 | 56097 | Assigned run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.687 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.687 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.687 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DhLAct +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.688 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.688 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.689 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.691 | 66636 | Added a new run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.692 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.693 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.693 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.694 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.694 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.696 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.696 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.696 | 66641 | Added a new worker 15 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.696 | 56097 | Removed run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.696 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.696 | 56097 | Assigned run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.696 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.697 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nLKXDu +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.697 | 66632 | Marked run 782 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.697 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.699 | 66639 | Added a new run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.699 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.702 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.703 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.703 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.705 | 56098 | Recursively removing directory: /tmp/git.DhLAct/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.706 | 66638 | Marked run 783 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.706 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.707 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.707 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.708 | 66650 | Added a new run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.708 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.711 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.711 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.712 | 66658 | Added a new run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.712 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.713 | 56101 | Recursively removing directory: /tmp/git.nLKXDu/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.714 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.715 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.715 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.715 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.715 | 66662 | Added a new worker 12 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.715 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.715 | 56097 | Removed run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.715 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.715 | 56097 | Assigned run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.715 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.715 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EIYuFo +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.716 | 66661 | Added a new run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.717 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.719 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.719 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.720 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.721 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.721 | 66665 | Added a new run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.722 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.722 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.722 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.722 | 66668 | Added a new worker 12 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.722 | 56097 | Removed run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.722 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.722 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.722 | 56097 | Assigned run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.723 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Jx1C5j +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.725 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.728 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.728 | 66659 | Marked run 784 as finished +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.729 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.729 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.730 | 66671 | Added a new run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.730 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.732 | 56098 | Recursively removing directory: /tmp/git.EIYuFo/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.733 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.734 | 66664 | Marked run 785 as finished +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.734 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.734 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.735 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.736 | 66680 | Added a new run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.736 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.738 | 56101 | Recursively removing directory: /tmp/git.Jx1C5j/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.739 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.739 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.739 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.739 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.740 | 66687 | Added a new run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.741 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.742 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.742 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.742 | 66689 | Added a new worker 10 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.742 | 56097 | Removed run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.742 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.742 | 56097 | Assigned run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.742 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yUHeyu +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.743 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.744 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.745 | 66691 | Added a new run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.746 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.746 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.746 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.748 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.748 | 66693 | Added a new worker 14 to the queue +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.749 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.749 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.749 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.749 | 56097 | Removed run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.749 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.749 | 56097 | Assigned run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.749 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t5leZD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.751 | 66694 | Added a new run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.752 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.755 | 66686 | Marked run 786 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.755 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.755 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.756 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.756 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.758 | 66690 | Marked run 787 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.759 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.760 | 66703 | Added a new run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.761 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.762 | 56098 | Recursively removing directory: /tmp/git.yUHeyu/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.763 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.763 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.763 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.765 | 66712 | Added a new run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.766 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.766 | 56101 | Recursively removing directory: /tmp/git.t5leZD/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.767 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.767 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.768 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.768 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.769 | 66715 | Added a new run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.770 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.771 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.771 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.771 | 66717 | Added a new worker 10 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.771 | 56097 | Removed run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.771 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.771 | 56097 | Assigned run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.771 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.772 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LTXVdz +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.773 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.774 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.774 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.775 | 66720 | Added a new worker 15 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.775 | 56097 | Removed run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.775 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.775 | 56097 | Assigned run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.775 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.baFbBJ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.776 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.777 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.777 | 66719 | Added a new run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.777 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.777 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.781 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.781 | 66714 | Marked run 788 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.782 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.781 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.782 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.785 | 66718 | Marked run 789 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.785 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.786 | 66723 | Added a new run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.786 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.788 | 56098 | Recursively removing directory: /tmp/git.LTXVdz/ +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.789 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.789 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.789 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.791 | 66738 | Added a new run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.791 | 56101 | Recursively removing directory: /tmp/git.baFbBJ/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.792 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.793 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.793 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.794 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.794 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.795 | 66741 | Added a new run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.795 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.797 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.798 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.798 | 66743 | Added a new worker 12 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.798 | 56097 | Removed run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.798 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.798 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.798 | 56097 | Assigned run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.798 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.798 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DKeYyX +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.799 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.800 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.800 | 66745 | Added a new run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.801 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.801 | 66746 | Added a new worker 12 to the queue +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.801 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.801 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fAAHFk +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.801 | 56097 | Removed run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.801 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.801 | 56097 | Assigned run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.803 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.804 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.805 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.807 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.808 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.808 | 66740 | Marked run 790 as finished +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.809 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.809 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.810 | 66751 | Added a new run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.810 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.813 | 66744 | Marked run 791 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.813 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.814 | 56098 | Recursively removing directory: /tmp/git.DKeYyX/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.814 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.817 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.817 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.817 | 66762 | Added a new run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.817 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.818 | 56101 | Recursively removing directory: /tmp/git.fAAHFk/ +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.819 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.819 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.820 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.821 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.821 | 66766 | Added a new run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.821 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.823 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.824 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.824 | 66770 | Added a new worker 12 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.824 | 56097 | Removed run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.824 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.824 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.824 | 56097 | Assigned run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.824 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.824 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.824 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lL2xJS +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.826 | 66771 | Added a new run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.826 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.827 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.827 | 66772 | Added a new worker 8 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.827 | 56097 | Removed run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.827 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.827 | 56097 | Assigned run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.827 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.827 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.u8ZfSn +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.829 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.829 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.830 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.832 | 66774 | Added a new run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.832 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.834 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.835 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.835 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.836 | 66767 | Marked run 792 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.836 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.837 | 66780 | Added a new run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.837 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.840 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.840 | 66769 | Marked run 793 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.841 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.842 | 66788 | Added a new run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.842 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.845 | 56098 | Recursively removing directory: /tmp/git.lL2xJS/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.845 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.846 | 56101 | Recursively removing directory: /tmp/git.u8ZfSn/ +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.846 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.846 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.847 | 66794 | Added a new run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.848 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.848 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.848 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.849 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.850 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.852 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.852 | 66797 | Added a new run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.852 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.852 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.852 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.853 | 66799 | Added a new worker 10 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.853 | 56097 | Removed run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.853 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.853 | 56097 | Assigned run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.853 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.853 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.idcNM1 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.854 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.855 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.856 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.856 | 66802 | Added a new worker 15 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.856 | 56097 | Removed run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.856 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.856 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.856 | 56097 | Assigned run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.856 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i2Pl6J +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.859 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.860 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.860 | 66801 | Added a new run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.861 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.863 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.864 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.864 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.865 | 66796 | Marked run 794 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.866 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.868 | 66798 | Marked run 795 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.868 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.870 | 66806 | Added a new run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.870 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.870 | 56098 | Recursively removing directory: /tmp/git.idcNM1/ +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.872 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.872 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.873 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.874 | 56101 | Recursively removing directory: /tmp/git.i2Pl6J/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.874 | 66820 | Added a new run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.874 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.875 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.875 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.876 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.877 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.878 | 66823 | Added a new run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.878 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.879 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.880 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.880 | 66826 | Added a new worker 12 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.880 | 56097 | Removed run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.880 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.880 | 56097 | Assigned run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.879 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.880 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xTMXe5 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.881 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.881 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.882 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.882 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.882 | 66828 | Added a new worker 15 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.882 | 56097 | Removed run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.882 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.882 | 56097 | Assigned run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.882 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.23d98S +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.883 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.887 | 66827 | Added a new run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.887 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.887 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.887 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.888 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.889 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.890 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.891 | 66822 | Marked run 796 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.892 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.895 | 66824 | Marked run 797 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.895 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.896 | 66832 | Added a new run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.896 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.899 | 56101 | Recursively removing directory: /tmp/git.23d98S/ +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.900 | 56098 | Recursively removing directory: /tmp/git.xTMXe5/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.900 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.901 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.901 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.902 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.902 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.902 | 66846 | Added a new run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.903 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.904 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.905 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.905 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.906 | 66849 | Added a new run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.907 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.907 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.907 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.907 | 66851 | Added a new worker 10 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.907 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.907 | 56097 | Removed run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.907 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.907 | 56097 | Assigned run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.908 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.l62Anu +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.909 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.909 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.910 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.911 | 66853 | Added a new worker 15 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.911 | 56097 | Removed run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.911 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.911 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.911 | 56097 | Assigned run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.912 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5NVTgj +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.914 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.914 | 66854 | Added a new run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.914 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.915 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.917 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.917 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.918 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.918 | 66848 | Marked run 799 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.919 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.923 | 66850 | Marked run 798 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.923 | 66857 | Added a new run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.924 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.924 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.926 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.927 | 56101 | Recursively removing directory: /tmp/git.l62Anu/ +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.928 | 56098 | Recursively removing directory: /tmp/git.5NVTgj/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.928 | 66872 | Added a new run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.929 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.929 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.929 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.929 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.929 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.931 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.932 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.933 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.933 | 66874 | Added a new run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.933 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.936 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.936 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.936 | 66878 | Added a new worker 8 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.936 | 56097 | Removed run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.936 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.936 | 56097 | Assigned run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.936 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.936 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.936 | 66879 | Added a new worker 8 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.936 | 56097 | Removed run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.936 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.936 | 56097 | Assigned run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.936 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.936 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.937 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qLQ1lo +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.936 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.936 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xVndkP +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.941 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.941 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.942 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.943 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.944 | 66880 | Added a new run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.945 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.947 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.948 | 66876 | Marked run 800 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.948 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.949 | 66890 | Added a new run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.950 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.952 | 56098 | Recursively removing directory: /tmp/git.xVndkP/ +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.953 | 66875 | Marked run 801 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.953 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.954 | 56101 | Recursively removing directory: /tmp/git.qLQ1lo/ +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.955 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.955 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.955 | 66898 | Added a new run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.955 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.956 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.956 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.958 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.958 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.959 | 66900 | Added a new run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.960 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.960 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.961 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.961 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.961 | 66904 | Added a new worker 12 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.961 | 56097 | Removed run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.962 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.962 | 56097 | Assigned run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.962 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.962 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.962 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IGEOY1 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.963 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.964 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.964 | 66906 | Added a new worker 16 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.964 | 56097 | Removed run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.964 | 56097 | Removed worker 16 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.964 | 56097 | Assigned run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.964 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0W4bHm +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.965 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.968 | 66905 | Added a new run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.968 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.968 | 56101 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.969 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.970 | 56098 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.970 | 56101 | Going to run: ./ci +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.972 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.973 | 66901 | Marked run 803 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.973 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.974 | 66910 | Added a new run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.975 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.978 | 66902 | Marked run 802 as finished +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.978 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.978 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.980 | 66924 | Added a new run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.981 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.981 | 56101 | Recursively removing directory: /tmp/git.0W4bHm/ +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.982 | 56098 | Recursively removing directory: /tmp/git.IGEOY1/ +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.983 | 56101 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.983 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.983 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.985 | 56098 | Process exit code: 0 +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.985 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.985 | 66926 | Added a new run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.986 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.986 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.988 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.988 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.989 | 66929 | Added a new run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.989 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.989 | 56101 | Waiting for a new command +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.990 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.990 | 66932 | Added a new worker 10 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.990 | 56097 | Removed run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.990 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.990 | 56097 | Assigned run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.990 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SnJDOm +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.990 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.992 | 56098 | Waiting for a new command +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.992 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.992 | 66933 | Added a new worker 10 to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.992 | 56097 | Removed run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.992 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.992 | 56097 | Assigned run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.992 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.993 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cHWJWY +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.993 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.997 | 66934 | Added a new run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:00 | INFO | 56095/cimple-server: 2024-01-28 10:56:00.997 | 56095 | Waiting for new connections +2024-01-28 10:56:00 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:00 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:00 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:00 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.999 | 56098 | Checking out revision HEAD +2024-01-28 10:56:00 | INFO | 56101/cimple-worker: 2024-01-28 10:56:00.999 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:00.999 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.000 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.000 | 66928 | Marked run 805 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.001 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.004 | 66930 | Marked run 804 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.004 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.005 | 66938 | Added a new run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.005 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.008 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.010 | 56098 | Recursively removing directory: /tmp/git.cHWJWY/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.010 | 66952 | Added a new run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.011 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.011 | 56101 | Recursively removing directory: /tmp/git.SnJDOm/ +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.012 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.012 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.013 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.013 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.013 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.015 | 66954 | Added a new run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.015 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.016 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.017 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.017 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.018 | 66957 | Added a new run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.018 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.020 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.020 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.020 | 66960 | Added a new worker 10 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.020 | 56097 | Removed run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.020 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.020 | 56097 | Assigned run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.020 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.O7UPJb +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.021 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.021 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.021 | 66961 | Added a new worker 15 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.022 | 56097 | Removed run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.022 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.022 | 56097 | Assigned run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.022 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QV4buX +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.022 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.025 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.026 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.027 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.027 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.028 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.031 | 66956 | Marked run 807 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.032 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.033 | 66962 | Added a new run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.033 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.036 | 66958 | Marked run 806 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.036 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.036 | 56098 | Recursively removing directory: /tmp/git.O7UPJb/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.038 | 66978 | Added a new run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.038 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.038 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.038 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.039 | 56101 | Recursively removing directory: /tmp/git.QV4buX/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.041 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.041 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.041 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.042 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.042 | 66980 | Added a new run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.042 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.044 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.045 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.045 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.045 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.045 | 66985 | Added a new worker 15 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.045 | 56097 | Removed run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.045 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.045 | 56097 | Assigned run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.046 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.keo6PU +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.046 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.047 | 66984 | Added a new run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.047 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.048 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.048 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.048 | 66986 | Added a new worker 12 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.048 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.051 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.051 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.051 | 56097 | Removed run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.051 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.051 | 56097 | Assigned run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.052 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d7ZtMv +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.052 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.054 | 66988 | Added a new run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.054 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.057 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.058 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.059 | 66981 | Marked run 808 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.059 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.060 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.061 | 66993 | Added a new run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.061 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.062 | 56098 | Recursively removing directory: /tmp/git.keo6PU/ +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.064 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.064 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.064 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.066 | 66983 | Marked run 809 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.066 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.067 | 67002 | Added a new run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.067 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.068 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.069 | 56101 | Recursively removing directory: /tmp/git.d7ZtMv/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.070 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.071 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.071 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.071 | 67010 | Added a new worker 13 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.072 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.072 | 56097 | Removed run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.072 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.072 | 56097 | Assigned run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.072 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.072 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.072 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lvpYRD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.072 | 67009 | Added a new run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.073 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.076 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.076 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.078 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.078 | 67012 | Added a new run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.078 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.079 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.080 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.080 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.080 | 67016 | Added a new worker 13 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.080 | 56097 | Removed run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.080 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.080 | 56097 | Assigned run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.081 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dkRJJO +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.081 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.082 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.082 | 67008 | Marked run 810 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.082 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.084 | 67017 | Added a new run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.084 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.086 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.087 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.088 | 67023 | Added a new run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.088 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.088 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.091 | 56098 | Recursively removing directory: /tmp/git.lvpYRD/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.091 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.091 | 67013 | Marked run 811 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.092 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.093 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.093 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.094 | 67028 | Added a new run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.094 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.096 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.097 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.098 | 67036 | Added a new run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.099 | 56101 | Recursively removing directory: /tmp/git.dkRJJO/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.099 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.101 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.101 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.101 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.101 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.101 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xIlnAA +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.101 | 67039 | Added a new worker 8 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.101 | 56097 | Removed run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.101 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.101 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.101 | 56097 | Assigned run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.101 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.103 | 67040 | Added a new run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.104 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.105 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.106 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.108 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.108 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.108 | 67044 | Added a new worker 15 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.108 | 56097 | Removed run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.108 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.108 | 56097 | Assigned run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.108 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FwNSda +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.109 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.110 | 67043 | Added a new run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.110 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.111 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.112 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.113 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.114 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.115 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.117 | 67037 | Marked run 812 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.117 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.120 | 67042 | Marked run 813 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.121 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.122 | 56098 | Recursively removing directory: /tmp/git.xIlnAA/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.122 | 67047 | Added a new run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.122 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.124 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.124 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.125 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.126 | 56101 | Recursively removing directory: /tmp/git.FwNSda/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.126 | 67062 | Added a new run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.127 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.128 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.128 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.129 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.130 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.130 | 67066 | Added a new worker 13 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.131 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.131 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BqDmwp +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.131 | 67065 | Added a new run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.131 | 56097 | Removed run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.131 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.131 | 56097 | Assigned run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.131 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.131 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.132 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.134 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.134 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.134 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.135 | 67070 | Added a new worker 14 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.135 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.135 | 56097 | Removed run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.135 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.135 | 56097 | Assigned run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.135 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cTk5go +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.137 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.138 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.139 | 67069 | Added a new run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.139 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.141 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.142 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.143 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.143 | 67064 | Marked run 814 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.143 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.146 | 67067 | Marked run 815 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.146 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.149 | 67074 | Added a new run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.149 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.150 | 56098 | Recursively removing directory: /tmp/git.BqDmwp/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.152 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.152 | 56101 | Recursively removing directory: /tmp/git.cTk5go/ +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.152 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.152 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.153 | 67088 | Added a new run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.154 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.154 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.154 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.156 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.156 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.157 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.157 | 67091 | Added a new run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.158 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.159 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.159 | 67094 | Added a new worker 10 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.159 | 56097 | Removed run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.159 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.159 | 56097 | Assigned run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.159 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.159 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MujQxw +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.160 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.161 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.161 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.163 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.163 | 67096 | Added a new worker 14 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.163 | 56097 | Removed run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.163 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.164 | 56097 | Assigned run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.164 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.164 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.164 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.C0FfCQ +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.165 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.169 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.170 | 67095 | Added a new run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.170 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.170 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.173 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.173 | 67092 | Marked run 817 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.174 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.174 | 67090 | Marked run 816 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.174 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.177 | 56098 | Recursively removing directory: /tmp/git.MujQxw/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.177 | 67107 | Added a new run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.177 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.178 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.178 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.180 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.180 | 56101 | Recursively removing directory: /tmp/git.C0FfCQ/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.182 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.182 | 67114 | Added a new run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.182 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.182 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.183 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.185 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.185 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.186 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.186 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.186 | 67119 | Added a new worker 15 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.186 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.186 | 56097 | Removed run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.186 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.186 | 56097 | Assigned run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.186 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cO41vF +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.187 | 67117 | Added a new run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.188 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.189 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.189 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.190 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.191 | 67121 | Added a new worker 15 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.191 | 56097 | Removed run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.191 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.191 | 56097 | Assigned run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.191 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.192 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ypQ4XW +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.192 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.193 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.195 | 67122 | Added a new run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.195 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.198 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.198 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.198 | 67115 | Marked run 818 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.199 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.200 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.200 | 67127 | Added a new run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.200 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.203 | 67118 | Marked run 819 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.203 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.204 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.204 | 56098 | Recursively removing directory: /tmp/git.cO41vF/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.206 | 67136 | Added a new run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.206 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.206 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.207 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.209 | 56101 | Recursively removing directory: /tmp/git.ypQ4XW/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.209 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.210 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.211 | 67142 | Added a new run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.211 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.211 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.212 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.214 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.214 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.214 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.214 | 67146 | Added a new worker 13 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.214 | 56097 | Removed run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.214 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.214 | 56097 | Assigned run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.214 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.214 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.215 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8WUZqt +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.215 | 67145 | Added a new run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.216 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.218 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.218 | 67149 | Added a new worker 8 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.218 | 56097 | Removed run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.218 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.218 | 56097 | Assigned run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.218 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.218 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.219 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HKH4jz +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.219 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.220 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.222 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.222 | 67150 | Added a new run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.223 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.226 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.226 | 67143 | Marked run 820 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.227 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.227 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.227 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.230 | 67147 | Marked run 821 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.231 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.231 | 56098 | Recursively removing directory: /tmp/git.8WUZqt/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.232 | 67156 | Added a new run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.232 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.233 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.233 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.235 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.236 | 56101 | Recursively removing directory: /tmp/git.HKH4jz/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.237 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.238 | 67168 | Added a new run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.238 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.238 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.239 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.240 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.240 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.240 | 67171 | Added a new worker 8 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.240 | 56097 | Removed run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.240 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.240 | 56097 | Assigned run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.240 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.y3t0YP +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.241 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.242 | 67172 | Added a new run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.243 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.243 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.246 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.246 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.246 | 67175 | Added a new worker 14 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.246 | 56097 | Removed run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.246 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.246 | 56097 | Assigned run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.246 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.246 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.246 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.246 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.n2engr +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.247 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.249 | 67176 | Added a new run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.249 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.253 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.253 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.254 | 67169 | Marked run 822 as finished +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.254 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.254 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.258 | 56098 | Recursively removing directory: /tmp/git.y3t0YP/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.259 | 67173 | Marked run 823 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.259 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.260 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.260 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.261 | 67183 | Added a new run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.262 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.263 | 56101 | Recursively removing directory: /tmp/git.n2engr/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.264 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.264 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.265 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.265 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.266 | 67195 | Added a new run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.266 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.268 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.268 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.268 | 67197 | Added a new worker 10 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.268 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.268 | 56097 | Removed run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.268 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.268 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.268 | 56097 | Assigned run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.269 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KdNeEy +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.269 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.271 | 67199 | Added a new run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.271 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.272 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.272 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.272 | 67201 | Added a new worker 10 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.272 | 56097 | Removed run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.272 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.272 | 56097 | Assigned run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.272 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.273 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eIROWB +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.274 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.276 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.277 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.278 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.279 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.280 | 67194 | Marked run 824 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.281 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.282 | 67203 | Added a new run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.282 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.285 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.286 | 67198 | Marked run 825 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.286 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.286 | 56098 | Recursively removing directory: /tmp/git.KdNeEy/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.287 | 67216 | Added a new run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.287 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.289 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.289 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.290 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.290 | 56101 | Recursively removing directory: /tmp/git.eIROWB/ +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.292 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.292 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.292 | 67220 | Added a new run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.292 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.295 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.296 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.296 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.296 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.296 | 67225 | Added a new worker 15 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.296 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.296 | 56097 | Removed run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.296 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.296 | 56097 | Assigned run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.296 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Vp3tGI +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.297 | 67223 | Added a new run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.297 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.299 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.299 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.300 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.300 | 67227 | Added a new worker 15 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.300 | 56097 | Removed run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.300 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.300 | 56097 | Assigned run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.300 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.301 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XJhw0y +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.301 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.303 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.303 | 67228 | Added a new run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.305 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.307 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.307 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.308 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.309 | 67221 | Marked run 826 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.309 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.310 | 67232 | Added a new run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.310 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.313 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.314 | 56098 | Recursively removing directory: /tmp/git.Vp3tGI/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.314 | 67224 | Marked run 827 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.315 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.316 | 67244 | Added a new run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.316 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.317 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.317 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.318 | 56101 | Recursively removing directory: /tmp/git.XJhw0y/ +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.319 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.319 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.319 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.320 | 67248 | Added a new run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.321 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.321 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.322 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.323 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.324 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.324 | 67252 | Added a new run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.325 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iNwodd +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.325 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.325 | 67253 | Added a new worker 10 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.325 | 56097 | Removed run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.325 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.325 | 56097 | Assigned run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.325 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.326 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.326 | 67255 | Added a new worker 12 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.326 | 56097 | Removed run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.326 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.326 | 56097 | Assigned run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.326 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.328 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KrgSfz +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.329 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.331 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.332 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.334 | 67256 | Added a new run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.335 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.335 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.336 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.337 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.338 | 67249 | Marked run 828 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.338 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.342 | 67251 | Marked run 829 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.342 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.342 | 56098 | Recursively removing directory: /tmp/git.iNwodd/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.343 | 67263 | Added a new run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.343 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.344 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.344 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.346 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.347 | 56101 | Recursively removing directory: /tmp/git.KrgSfz/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.348 | 67274 | Added a new run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.348 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.349 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.349 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.351 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.351 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.351 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.351 | 67278 | Added a new worker 13 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.351 | 56097 | Removed run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.351 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.351 | 56097 | Assigned run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.351 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.u1eG1v +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.352 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.353 | 67277 | Added a new run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.353 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.354 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.356 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.356 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.357 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.357 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.357 | 67282 | Added a new worker 15 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.357 | 56097 | Removed run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.357 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.357 | 56097 | Assigned run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.358 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.357 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.358 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9JVl5k +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.359 | 67281 | Added a new run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.360 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.363 | 67275 | Marked run 830 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.364 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.364 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.365 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.365 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.368 | 56098 | Recursively removing directory: /tmp/git.u1eG1v/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.368 | 67279 | Marked run 831 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.368 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.370 | 67291 | Added a new run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.370 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.370 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.370 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.373 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.374 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.374 | 67300 | Added a new run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.374 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.375 | 56101 | Recursively removing directory: /tmp/git.9JVl5k/ +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.376 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.376 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.377 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.378 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.378 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.378 | 67304 | Added a new worker 13 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.378 | 56097 | Removed run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.378 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.378 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.378 | 56097 | Assigned run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.378 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.l2EL0b +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.379 | 67303 | Added a new run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.380 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.380 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.382 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.383 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.384 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.384 | 67308 | Added a new worker 12 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.384 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.384 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.384 | 67307 | Added a new run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.384 | 56097 | Removed run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.384 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.385 | 56097 | Assigned run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.384 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.385 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5d9iyU +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.385 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.387 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.390 | 67301 | Marked run 832 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.390 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.391 | 67311 | Added a new run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.392 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.392 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.393 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.395 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.396 | 56098 | Recursively removing directory: /tmp/git.l2EL0b/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.396 | 67305 | Marked run 833 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.397 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.398 | 67320 | Added a new run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.398 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.398 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.398 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.401 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.402 | 67328 | Added a new run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.403 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.403 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.403 | 56101 | Recursively removing directory: /tmp/git.5d9iyU/ +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.405 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.405 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.405 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.406 | 67331 | Added a new run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.406 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.406 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.406 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.409 | 67332 | Added a new worker 6 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.409 | 56097 | Removed run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.409 | 56097 | Removed worker 6 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.409 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.409 | 56097 | Assigned run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.409 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.409 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.409 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vxwRTu +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.411 | 67335 | Added a new run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.411 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.413 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.413 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HgBXrZ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.413 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.413 | 67337 | Added a new worker 12 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.413 | 56097 | Removed run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.413 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.413 | 56097 | Assigned run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.414 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.415 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.416 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.416 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.419 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.419 | 67329 | Marked run 834 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.419 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.421 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.421 | 67338 | Added a new run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.421 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.424 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.425 | 67334 | Marked run 835 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.425 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.426 | 67349 | Added a new run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.427 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.427 | 56098 | Recursively removing directory: /tmp/git.vxwRTu/ +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.429 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.429 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.430 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.432 | 56101 | Recursively removing directory: /tmp/git.HgBXrZ/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.433 | 67357 | Added a new run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.434 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.434 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.436 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.436 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.437 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.437 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.437 | 67362 | Added a new worker 13 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.437 | 56097 | Removed run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.437 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.437 | 56097 | Assigned run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.437 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BRlwq8 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.438 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.439 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.439 | 67361 | Added a new run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.439 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.442 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.442 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.443 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.443 | 67366 | Added a new worker 15 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.443 | 56097 | Removed run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.443 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.443 | 56097 | Assigned run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.443 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZTJZ51 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.443 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.444 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.445 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.446 | 67365 | Added a new run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.446 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.449 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.449 | 67360 | Marked run 836 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.449 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.450 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.450 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.451 | 67371 | Added a new run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.452 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.455 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.455 | 67363 | Marked run 837 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.455 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.457 | 67380 | Added a new run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.457 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.459 | 56098 | Recursively removing directory: /tmp/git.BRlwq8/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.460 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.461 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.461 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.461 | 56101 | Recursively removing directory: /tmp/git.ZTJZ51/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.462 | 67386 | Added a new run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.462 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.463 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.463 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.465 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.465 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.466 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.466 | 67388 | Added a new run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.466 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.468 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.468 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.468 | 67392 | Added a new worker 8 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.468 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.469 | 56097 | Removed run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.469 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.469 | 56097 | Assigned run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.469 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.469 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6eFu1L +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.469 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.469 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.469 | 67394 | Added a new worker 14 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.469 | 56097 | Removed run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.469 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.469 | 56097 | Assigned run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.470 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.15wgzW +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.471 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.473 | 67393 | Added a new run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.473 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.475 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.476 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.477 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.477 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.478 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.479 | 67389 | Marked run 838 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.480 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.481 | 67398 | Added a new run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.481 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.484 | 67390 | Marked run 839 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.485 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.486 | 67412 | Added a new run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.487 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.487 | 56098 | Recursively removing directory: /tmp/git.6eFu1L/ +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.488 | 56101 | Recursively removing directory: /tmp/git.15wgzW/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.489 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.489 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.489 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.490 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.490 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.491 | 67414 | Added a new run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.491 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.493 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.494 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.494 | 67416 | Added a new run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.494 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.495 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.497 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.497 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.497 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.497 | 67421 | Added a new worker 15 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.497 | 56097 | Removed run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.497 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.497 | 56097 | Assigned run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.497 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.498 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Aik7Hq +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.498 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.498 | 67422 | Added a new worker 16 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.498 | 56097 | Removed run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.498 | 56097 | Removed worker 16 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.498 | 56097 | Assigned run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.498 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.498 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.498 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ninwNg +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.503 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.503 | 67420 | Added a new run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.503 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.504 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.504 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.505 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.508 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.508 | 67417 | Marked run 840 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.509 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.510 | 67428 | Added a new run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.511 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.513 | 67418 | Marked run 841 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.514 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.514 | 56098 | Recursively removing directory: /tmp/git.Aik7Hq/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.515 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.516 | 67440 | Added a new run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.517 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.517 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.517 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.517 | 56101 | Recursively removing directory: /tmp/git.ninwNg/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.519 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.519 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.519 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.520 | 67442 | Added a new run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.521 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.521 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.523 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.524 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.524 | 67445 | Added a new run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.524 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.525 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.525 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.525 | 67448 | Added a new worker 10 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.525 | 56097 | Removed run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.525 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.525 | 56097 | Assigned run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.525 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lqeJoz +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.525 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.527 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.527 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.528 | 67449 | Added a new worker 10 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.528 | 56097 | Removed run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.528 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.528 | 56097 | Assigned run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.528 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.528 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.529 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4Pb2nl +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.531 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.532 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.533 | 67450 | Added a new run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.533 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.536 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.536 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.537 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.538 | 67443 | Marked run 842 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.538 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.540 | 67454 | Added a new run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.540 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.543 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.543 | 67446 | Marked run 843 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.543 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.544 | 56098 | Recursively removing directory: /tmp/git.lqeJoz/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.545 | 67466 | Added a new run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.545 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.545 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.545 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.548 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.548 | 56101 | Recursively removing directory: /tmp/git.4Pb2nl/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.549 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.550 | 67470 | Added a new run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.550 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.550 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.550 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.552 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.553 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.553 | 67473 | Added a new worker 8 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.553 | 56097 | Removed run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.553 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.553 | 56097 | Assigned run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.553 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.554 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.554 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.553 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JFTQIM +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.556 | 67474 | Added a new run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.557 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.558 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.558 | 67477 | Added a new worker 11 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.558 | 56097 | Removed run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.558 | 56097 | Removed worker 11 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.558 | 56097 | Assigned run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.559 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.558 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rWjP5u +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.559 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.561 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.561 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.563 | 67471 | Marked run 844 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.564 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.564 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.565 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.565 | 67479 | Added a new run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.566 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.568 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.569 | 67475 | Marked run 845 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.570 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.571 | 67489 | Added a new run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.571 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.572 | 56098 | Recursively removing directory: /tmp/git.JFTQIM/ +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.574 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.574 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.574 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.575 | 56101 | Recursively removing directory: /tmp/git.rWjP5u/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.576 | 67496 | Added a new run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.576 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.577 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.577 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.577 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.579 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.580 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.580 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.580 | 67500 | Added a new worker 13 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.580 | 56097 | Removed run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.580 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.580 | 56097 | Assigned run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.580 | 67499 | Added a new run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.580 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.581 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.581 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.581 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.guOWbq +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.583 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.585 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.585 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.585 | 67503 | Added a new run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.586 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.587 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.587 | 67504 | Added a new worker 11 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.587 | 56097 | Removed run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.587 | 56097 | Removed worker 11 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.587 | 56097 | Assigned run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.587 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.587 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MAUTk8 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.589 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.589 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.590 | 67498 | Marked run 846 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.590 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.592 | 67506 | Added a new run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.593 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.593 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.595 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.595 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.597 | 67502 | Marked run 847 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.597 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.598 | 67514 | Added a new run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.598 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.599 | 56098 | Recursively removing directory: /tmp/git.guOWbq/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.601 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.601 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.601 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.603 | 67522 | Added a new run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.603 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.605 | 56101 | Recursively removing directory: /tmp/git.MAUTk8/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.605 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.607 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.607 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.607 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.608 | 67527 | Added a new run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.608 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.608 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.609 | 67528 | Added a new worker 12 to the queue +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.609 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.609 | 56097 | Removed run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.609 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.609 | 56097 | Assigned run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.609 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9KgW5P +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.610 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.611 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.611 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.612 | 67530 | Added a new run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.613 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.615 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.615 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.615 | 67533 | Added a new worker 13 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.615 | 56097 | Removed run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.615 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.615 | 56097 | Assigned run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.616 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OO6gGz +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.616 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.617 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.617 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.617 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.618 | 67526 | Marked run 848 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.618 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.619 | 67534 | Added a new run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.620 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.622 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.623 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.623 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.626 | 67531 | Marked run 849 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.626 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.626 | 56098 | Recursively removing directory: /tmp/git.9KgW5P/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.627 | 67541 | Added a new run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.628 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.628 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.628 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.630 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.631 | 67550 | Added a new run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.632 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.632 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.634 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.635 | 56101 | Recursively removing directory: /tmp/git.OO6gGz/ +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.636 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.636 | 67555 | Added a new run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.637 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.637 | 67556 | Added a new worker 8 to the queue +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.637 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LVT68e +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.637 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.637 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.637 | 56097 | Removed run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.637 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.637 | 56097 | Assigned run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.637 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.639 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.641 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.641 | 67558 | Added a new run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.642 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.642 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.643 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.644 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.644 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.645 | 67562 | Added a new worker 11 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.645 | 56097 | Removed run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.645 | 56097 | Removed worker 11 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.645 | 56097 | Assigned run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.645 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QRvGgq +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.646 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.646 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.646 | 67554 | Marked run 850 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.647 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.648 | 67563 | Added a new run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.649 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.651 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.652 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.653 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.655 | 67559 | Marked run 851 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.655 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.655 | 56098 | Recursively removing directory: /tmp/git.LVT68e/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.657 | 67571 | Added a new run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.658 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.658 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.658 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.660 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.662 | 56101 | Recursively removing directory: /tmp/git.QRvGgq/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.662 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.662 | 67580 | Added a new run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.662 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.663 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.663 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.665 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.666 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.666 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.666 | 67584 | Added a new worker 13 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.666 | 56097 | Removed run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.666 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.666 | 56097 | Assigned run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.666 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.666 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xtyNuO +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.667 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.670 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.670 | 67586 | Added a new worker 16 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.670 | 56097 | Removed run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.670 | 56097 | Removed worker 16 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.670 | 56097 | Assigned run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.670 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.670 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ySlE5j +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.671 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.674 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.675 | 67581 | Marked run 852 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.675 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.675 | 67583 | Added a new run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.675 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.676 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.676 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.677 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.679 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.680 | 67585 | Marked run 853 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.681 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.682 | 67591 | Added a new run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.682 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.685 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.686 | 67604 | Added a new run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.687 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.687 | 56101 | Recursively removing directory: /tmp/git.ySlE5j/ +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.688 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.688 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.689 | 56098 | Recursively removing directory: /tmp/git.xtyNuO/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.690 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.691 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.691 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.691 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.691 | 67606 | Added a new run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.692 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.694 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.695 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.695 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.695 | 67610 | Added a new worker 12 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.695 | 56097 | Removed run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.695 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.695 | 56097 | Assigned run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.695 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.695 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zuoMfT +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.695 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.697 | 67609 | Added a new run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.697 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.698 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.698 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.700 | 67613 | Added a new worker 10 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.700 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.700 | 56097 | Removed run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.700 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.700 | 56097 | Assigned run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.700 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.701 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.701 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tcqS6d +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.701 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.704 | 67607 | Marked run 855 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.705 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.706 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.707 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.708 | 67611 | Marked run 854 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.709 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.710 | 67614 | Added a new run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.710 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.713 | 56101 | Recursively removing directory: /tmp/git.zuoMfT/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.713 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.715 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.715 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.715 | 67630 | Added a new run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.716 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.717 | 56098 | Recursively removing directory: /tmp/git.tcqS6d/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.718 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.719 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.719 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.719 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.720 | 67632 | Added a new run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.720 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.722 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.722 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.722 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.723 | 67636 | Added a new worker 12 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.723 | 56097 | Removed run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.723 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.723 | 56097 | Assigned run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.723 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.723 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.723 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6cSR1I +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.724 | 67637 | Added a new run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.725 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.726 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.726 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.727 | 67639 | Added a new worker 13 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.728 | 56097 | Removed run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.728 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.728 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.728 | 56097 | Assigned run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.728 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.728 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wW3EwD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.731 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.731 | 67633 | Marked run 856 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.731 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.732 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.733 | 67640 | Added a new run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.734 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.734 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.736 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.737 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.738 | 67635 | Marked run 857 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.738 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.739 | 67646 | Added a new run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.740 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.742 | 56101 | Recursively removing directory: /tmp/git.6cSR1I/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.743 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.744 | 67658 | Added a new run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.745 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.745 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.745 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.746 | 56098 | Recursively removing directory: /tmp/git.wW3EwD/ +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.747 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.747 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.748 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.749 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.749 | 67660 | Added a new run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.749 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.750 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.752 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.752 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.752 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.753 | 67665 | Added a new worker 15 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.753 | 56097 | Removed run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.753 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.753 | 56097 | Assigned run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.753 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.753 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.753 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.02j1Tl +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.753 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.754 | 67666 | Added a new worker 16 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.754 | 56097 | Removed run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.754 | 56097 | Removed worker 16 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.754 | 56097 | Assigned run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.754 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KT0pfX +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.754 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.758 | 67664 | Added a new run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.759 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.759 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.760 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.760 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.761 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.764 | 67661 | Marked run 858 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.764 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.768 | 67663 | Marked run 859 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.770 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.771 | 67673 | Added a new run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.771 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.772 | 56098 | Recursively removing directory: /tmp/git.KT0pfX/ +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.773 | 56101 | Recursively removing directory: /tmp/git.02j1Tl/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.774 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.774 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.774 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.775 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.775 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.776 | 67684 | Added a new run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.777 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.778 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.779 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.780 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.781 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.781 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.782 | 67689 | Added a new worker 15 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.782 | 56097 | Removed run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.782 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.782 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.782 | 56097 | Assigned run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.782 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.D3rM54 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.782 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.782 | 67688 | Added a new run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.783 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.783 | 67690 | Added a new worker 14 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.784 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.784 | 56097 | Removed run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.784 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.784 | 56097 | Assigned run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.784 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bVVXpl +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.785 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.789 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.788 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.789 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.790 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.793 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.795 | 67696 | Added a new run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.795 | 67686 | Marked run 861 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.795 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.795 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.799 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.802 | 56101 | Recursively removing directory: /tmp/git.bVVXpl/ +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.803 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.803 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.805 | 56098 | Recursively removing directory: /tmp/git.D3rM54/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.805 | 67687 | Marked run 860 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.806 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.807 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.807 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.807 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.807 | 67706 | Added a new run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.808 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.811 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.810 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.811 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.811 | 67712 | Added a new worker 13 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.811 | 56097 | Removed run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.811 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.811 | 56097 | Assigned run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.811 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rrT9R4 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.812 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.812 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.814 | 67711 | Added a new run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.815 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.816 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.816 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.817 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.818 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.818 | 67714 | Added a new worker 7 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.818 | 56097 | Removed run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.818 | 56097 | Removed worker 7 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.818 | 56097 | Assigned run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 7 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.819 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aPQEDy +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.819 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.822 | 67709 | Marked run 863 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.822 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.827 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.828 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.829 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.829 | 67713 | Marked run 862 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.829 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.830 | 67723 | Added a new run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.830 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.830 | 56101 | Recursively removing directory: /tmp/git.rrT9R4/ +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.832 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.832 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.834 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.836 | 67728 | Added a new run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.837 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.837 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.839 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.840 | 56098 | Recursively removing directory: /tmp/git.aPQEDy/ +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.841 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.841 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.841 | 67736 | Added a new worker 13 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.841 | 56097 | Removed run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.841 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.841 | 56097 | Assigned run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.842 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UA5P6Y +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.842 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.842 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.842 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.844 | 67735 | Added a new run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.846 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.847 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.846 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.848 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.850 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.850 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.850 | 67741 | Added a new worker 13 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.850 | 56097 | Removed run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.850 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.850 | 56097 | Assigned run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.851 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TKqroR +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.851 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.851 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.852 | 67734 | Marked run 864 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.852 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.853 | 67742 | Added a new run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.854 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.857 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.857 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.859 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.859 | 67744 | Added a new run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.860 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.863 | 67737 | Marked run 865 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.863 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.864 | 56101 | Recursively removing directory: /tmp/git.UA5P6Y/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.865 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.866 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.866 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.867 | 67753 | Added a new run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.867 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.870 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.870 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.873 | 67760 | Added a new run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.873 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.874 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.874 | 67762 | Added a new worker 10 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.874 | 56097 | Removed run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.874 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.874 | 56097 | Assigned run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.874 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Dek1b7 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.875 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.875 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.876 | 56098 | Recursively removing directory: /tmp/git.TKqroR/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.878 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.879 | 67764 | Added a new run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.880 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.881 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.881 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.883 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.884 | 67761 | Marked run 866 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.885 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.886 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.886 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.887 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.887 | 67766 | Added a new run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.887 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.889 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.889 | 67770 | Added a new worker 10 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.889 | 56097 | Removed run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.889 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.889 | 56097 | Assigned run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.889 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.890 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TSVQb9 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.890 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.892 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.895 | 67775 | Added a new run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.895 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.897 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.898 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.898 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.900 | 67779 | Added a new run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.901 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.902 | 56101 | Recursively removing directory: /tmp/git.Dek1b7/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.903 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.904 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.904 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.908 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.908 | 67784 | Added a new run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.908 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.908 | 67767 | Marked run 867 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.909 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.909 | 56098 | Recursively removing directory: /tmp/git.TSVQb9/ +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.910 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.910 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.911 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.912 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.912 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.912 | 67792 | Added a new worker 13 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.912 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.912 | 56097 | Removed run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.912 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.912 | 56097 | Assigned run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.912 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VzLokz +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.913 | 67791 | Added a new run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.914 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.914 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.916 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.918 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.918 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.918 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.918 | 67796 | Added a new worker 13 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.918 | 56097 | Removed run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.918 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.918 | 56097 | Assigned run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.919 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.919 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eFmaSt +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.919 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.920 | 67795 | Added a new run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.921 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.923 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.924 | 67789 | Marked run 868 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.924 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.926 | 67799 | Added a new run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.926 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.926 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.927 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.928 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.930 | 67794 | Marked run 869 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.930 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.932 | 56101 | Recursively removing directory: /tmp/git.VzLokz/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.932 | 67808 | Added a new run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.932 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.933 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.933 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.935 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.937 | 67816 | Added a new run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.937 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.937 | 56098 | Recursively removing directory: /tmp/git.eFmaSt/ +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.937 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.938 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.938 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.939 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.941 | 67819 | Added a new run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.941 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.941 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qlWpqM +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.941 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.941 | 67820 | Added a new worker 12 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.941 | 56097 | Removed run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.941 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.941 | 56097 | Assigned run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.942 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.944 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.944 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.944 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.946 | 67823 | Added a new run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.947 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.947 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.947 | 67824 | Added a new worker 14 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.947 | 56097 | Removed run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.947 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.947 | 56097 | Assigned run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.947 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.948 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.948 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.948 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.caWMO6 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.948 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.951 | 67818 | Marked run 870 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.952 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.952 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.953 | 67828 | Added a new run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.954 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.956 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.957 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.957 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.959 | 67822 | Marked run 871 as finished +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.959 | 56101 | Recursively removing directory: /tmp/git.qlWpqM/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.959 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.960 | 67835 | Added a new run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.960 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.961 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.961 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.963 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.965 | 67842 | Added a new run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.965 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.965 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.967 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.968 | 56098 | Recursively removing directory: /tmp/git.caWMO6/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.969 | 67847 | Added a new run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.969 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.969 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.969 | 67848 | Added a new worker 12 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.969 | 56097 | Removed run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.969 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.969 | 56097 | Assigned run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.969 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RMlkod +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.970 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.970 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.970 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.972 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.974 | 67850 | Added a new run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.975 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.975 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.975 | 56101 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.976 | 56101 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.977 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.979 | 56098 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.979 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.979 | 67856 | Added a new worker 15 to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.979 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.979 | 56097 | Removed run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.979 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.979 | 56097 | Assigned run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.979 | 67845 | Marked run 872 as finished +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.980 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fhvVk4 +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.980 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.981 | 67854 | Added a new run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.981 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.984 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.986 | 67861 | Added a new run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.986 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.986 | 56098 | Checking out revision HEAD +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.987 | 56098 | Going to run: ./ci +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.989 | 56101 | Recursively removing directory: /tmp/git.RMlkod/ +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.989 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.990 | 67851 | Marked run 873 as finished +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.990 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.991 | 56101 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.991 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.992 | 67866 | Added a new run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.992 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.995 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.995 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.996 | 67874 | Added a new run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.996 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:01 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:01 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.997 | 56098 | Recursively removing directory: /tmp/git.fhvVk4/ +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.998 | 56098 | Process exit code: 0 +2024-01-28 10:56:01 | INFO | 56098/cimple-worker: 2024-01-28 10:56:01.998 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:01 | INFO | 56101/cimple-worker: 2024-01-28 10:56:01.999 | 56101 | Waiting for a new command +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.999 | 56095 | Waiting for new connections +2024-01-28 10:56:01 | INFO | 56095/cimple-server: 2024-01-28 10:56:01.999 | 67877 | Added a new worker 8 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.000 | 56097 | Removed run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.000 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.000 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.000 | 56097 | Assigned run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.000 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TEo3WB +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.000 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.002 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.005 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.005 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.005 | 67880 | Added a new worker 15 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.005 | 56097 | Removed run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.005 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.005 | 56097 | Assigned run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.005 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.005 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZArgrS +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.007 | 67878 | Added a new run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.007 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.008 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.009 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.011 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.013 | 67875 | Marked run 874 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.013 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.016 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.017 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.018 | 67879 | Marked run 875 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.018 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.019 | 67883 | Added a new run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.019 | 56101 | Recursively removing directory: /tmp/git.TEo3WB/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.019 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.021 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.021 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.022 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.023 | 67894 | Added a new run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.023 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.024 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.027 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.027 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.028 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.028 | 67902 | Added a new worker 13 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.028 | 56097 | Removed run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.028 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.028 | 56097 | Assigned run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.028 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SDu1cJ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.028 | 56098 | Recursively removing directory: /tmp/git.ZArgrS/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.028 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.030 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.030 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.033 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.033 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.033 | 67901 | Added a new run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.034 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.034 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.037 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.037 | 67907 | Added a new worker 13 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.037 | 56097 | Removed run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.037 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.037 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.037 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.037 | 56097 | Assigned run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.037 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.037 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.P9xhge +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.042 | 67908 | Added a new run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.042 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.042 | 67899 | Marked run 876 as finished +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.042 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.043 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.044 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.045 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.047 | 56101 | Recursively removing directory: /tmp/git.SDu1cJ/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.048 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.048 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.048 | 67903 | Marked run 877 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.048 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.050 | 67916 | Added a new run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.050 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.053 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.053 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.054 | 56098 | Recursively removing directory: /tmp/git.P9xhge/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.054 | 67924 | Added a new run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.054 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.055 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.055 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.056 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.056 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.057 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.057 | 67928 | Added a new worker 13 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.057 | 56097 | Removed run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.057 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.057 | 56097 | Assigned run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.057 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.057 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8TkvgI +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.059 | 67927 | Added a new run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.059 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.060 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.062 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.062 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.063 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.063 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.063 | 67932 | Added a new worker 15 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.063 | 56097 | Removed run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.063 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.063 | 56097 | Assigned run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.063 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Xx0cSM +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.063 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.064 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.064 | 67931 | Added a new run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.065 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.068 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.069 | 67925 | Marked run 878 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.069 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.069 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.071 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.071 | 67936 | Added a new run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.071 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.074 | 67929 | Marked run 879 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.074 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.075 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.077 | 56101 | Recursively removing directory: /tmp/git.8TkvgI/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.077 | 67946 | Added a new run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.077 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.078 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.078 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.080 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.081 | 56098 | Recursively removing directory: /tmp/git.Xx0cSM/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.081 | 67952 | Added a new run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.081 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.082 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.083 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.083 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.084 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.086 | 67955 | Added a new run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.086 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.086 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.086 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.087 | 67957 | Added a new worker 8 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.087 | 56097 | Removed run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.087 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.087 | 56097 | Assigned run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.087 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.087 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.088 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PLsG3Q +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.088 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.090 | 67959 | Added a new run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.091 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.091 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.091 | 67960 | Added a new worker 14 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.091 | 56097 | Removed run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.091 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.091 | 56097 | Assigned run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.091 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.091 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.091 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.j9L5Gt +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.093 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.093 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.094 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.097 | 67953 | Marked run 880 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.098 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.098 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.099 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.099 | 67962 | Added a new run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.100 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.102 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.103 | 67958 | Marked run 881 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.103 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.104 | 67973 | Added a new run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.105 | 56101 | Recursively removing directory: /tmp/git.PLsG3Q/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.105 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.107 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.107 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.107 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.109 | 56098 | Recursively removing directory: /tmp/git.j9L5Gt/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.110 | 67980 | Added a new run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.111 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.111 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.111 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.113 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.114 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.114 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.114 | 67984 | Added a new worker 13 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.114 | 56097 | Removed run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.114 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.114 | 56097 | Assigned run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.114 | 67983 | Added a new run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.114 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.114 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.115 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.711Pd8 +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.116 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.117 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.119 | 67987 | Added a new run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.120 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.120 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.120 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.121 | 67989 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.121 | 56097 | Removed run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.121 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.121 | 56097 | Assigned run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.121 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WSeOxw +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.121 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.122 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.122 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.123 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.124 | 67981 | Marked run 882 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.124 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.126 | 67990 | Added a new run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.126 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.127 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.128 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.129 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.131 | 67986 | Marked run 883 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.132 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.133 | 67998 | Added a new run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.134 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.134 | 56101 | Recursively removing directory: /tmp/git.711Pd8/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.136 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.136 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.136 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.138 | 56098 | Recursively removing directory: /tmp/git.WSeOxw/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.138 | 68008 | Added a new run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.139 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.139 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.139 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.140 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.141 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.142 | 68011 | Added a new run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.143 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.143 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.144 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.144 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.144 | 68014 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.144 | 56097 | Removed run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.144 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.144 | 56097 | Assigned run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.145 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.145 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bLZycF +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.145 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.146 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.147 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.147 | 68016 | Added a new worker 13 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.147 | 56097 | Removed run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.147 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.147 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.147 | 56097 | Assigned run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.147 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.g9KsJo +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.150 | 68015 | Added a new run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.150 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.151 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.153 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.153 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.154 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.154 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.156 | 68010 | Marked run 884 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.156 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.159 | 68012 | Marked run 885 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.159 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.160 | 68019 | Added a new run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.161 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.162 | 56098 | Recursively removing directory: /tmp/git.g9KsJo/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.163 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.164 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.164 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.164 | 56101 | Recursively removing directory: /tmp/git.bLZycF/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.165 | 68034 | Added a new run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.166 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.166 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.166 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.167 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.168 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.170 | 68037 | Added a new run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.170 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.170 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.170 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.171 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.171 | 68040 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.171 | 56097 | Removed run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.171 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.171 | 56097 | Assigned run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.172 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.172 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I2noa7 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.172 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.174 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.174 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.174 | 68042 | Added a new worker 16 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.174 | 56097 | Removed run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.174 | 56097 | Removed worker 16 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.174 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.174 | 56097 | Assigned run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.174 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ibm7hO +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.175 | 68041 | Added a new run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.175 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.179 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.180 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.180 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.180 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.181 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.182 | 68036 | Marked run 887 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.182 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.183 | 68044 | Added a new run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.183 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.186 | 68038 | Marked run 886 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.187 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.187 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.188 | 68056 | Added a new run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.188 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.191 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.192 | 56101 | Recursively removing directory: /tmp/git.Ibm7hO/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.192 | 68062 | Added a new run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.192 | 56098 | Recursively removing directory: /tmp/git.I2noa7/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.192 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.193 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.193 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.194 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.194 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.195 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.196 | 68064 | Added a new run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.196 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.197 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.197 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.199 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.200 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.200 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.200 | 68069 | Added a new worker 15 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.200 | 56097 | Removed run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.200 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.200 | 56097 | Assigned run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.200 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.200 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.v3F8At +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.201 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.201 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.201 | 68070 | Added a new worker 15 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.201 | 56097 | Removed run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.201 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.201 | 56097 | Assigned run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.202 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.202 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UL7vEr +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.205 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.206 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.206 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.207 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.207 | 68068 | Added a new run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.208 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.211 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.214 | 68065 | Marked run 889 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.214 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.215 | 56101 | Recursively removing directory: /tmp/git.v3F8At/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.215 | 68077 | Added a new run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.215 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.218 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.218 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.219 | 56098 | Recursively removing directory: /tmp/git.UL7vEr/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.219 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.220 | 68067 | Marked run 888 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.220 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.221 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.221 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.221 | 68088 | Added a new run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.222 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.222 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.224 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.224 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.225 | 68092 | Added a new run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.225 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.226 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.226 | 68093 | Added a new worker 14 to the queue +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.226 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.226 | 56097 | Removed run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.226 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.226 | 56097 | Assigned run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.227 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.227 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yZYTHD +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.228 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.229 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.228 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.229 | 68095 | Added a new worker 15 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.230 | 56097 | Removed run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.230 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.230 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.230 | 56097 | Assigned run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.230 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ik4Ysh +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.231 | 68096 | Added a new run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.232 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.234 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.235 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.235 | 68089 | Marked run 890 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.236 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.236 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.236 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.237 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.239 | 68091 | Marked run 891 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.239 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.240 | 68098 | Added a new run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.240 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.243 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.245 | 68114 | Added a new run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.246 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.247 | 56101 | Recursively removing directory: /tmp/git.yZYTHD/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.248 | 56098 | Recursively removing directory: /tmp/git.ik4Ysh/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.248 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.248 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.249 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.249 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.249 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.250 | 68116 | Added a new run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.250 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.252 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.253 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.253 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.254 | 68119 | Added a new run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.255 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.256 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.256 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.256 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.257 | 68122 | Added a new worker 14 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.257 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.257 | 56097 | Removed run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.257 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.257 | 56097 | Assigned run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.257 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VdBt2Y +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.257 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.258 | 68123 | Added a new worker 16 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.258 | 56097 | Removed run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.258 | 56097 | Removed worker 16 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.258 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.258 | 56097 | Assigned run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 16 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.258 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GVhc3Z +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.259 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.262 | 68118 | Marked run 892 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.262 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.262 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.263 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.264 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.264 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.266 | 68124 | Added a new run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.266 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.269 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.269 | 68120 | Marked run 893 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.269 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.271 | 68135 | Added a new run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.271 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.273 | 56101 | Recursively removing directory: /tmp/git.VdBt2Y/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.274 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.275 | 56098 | Recursively removing directory: /tmp/git.GVhc3Z/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.275 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.275 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.276 | 68142 | Added a new run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.276 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.277 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.277 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.279 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.279 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.280 | 68144 | Added a new run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.280 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.282 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.283 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.283 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.283 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.283 | 68149 | Added a new worker 15 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.283 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.283 | 56097 | Removed run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.283 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.283 | 56097 | Assigned run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.284 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AM57EZ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.284 | 68148 | Added a new run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.285 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.286 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.286 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.286 | 68151 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.286 | 56097 | Removed run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.286 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.286 | 56097 | Assigned run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.287 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.287 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I1FU9s +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.287 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.290 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.290 | 68152 | Added a new run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.291 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.291 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.294 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.295 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.295 | 68145 | Marked run 894 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.295 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.296 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.299 | 68147 | Marked run 895 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.299 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.300 | 68156 | Added a new run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.300 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.303 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.301 | 56101 | Recursively removing directory: /tmp/git.AM57EZ/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.303 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.303 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.305 | 68170 | Added a new run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.305 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.306 | 56098 | Recursively removing directory: /tmp/git.I1FU9s/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.306 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.307 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.308 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.308 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.309 | 68173 | Added a new run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.309 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.310 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.310 | 68174 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.310 | 56097 | Removed run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.310 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.310 | 56097 | Assigned run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.310 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.310 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d4JMP1 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.312 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.312 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.312 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.314 | 68177 | Added a new run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.315 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.315 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.315 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.315 | 68178 | Added a new worker 9 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.315 | 56097 | Removed run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.315 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.316 | 56097 | Assigned run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.316 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.315 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.316 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zIpPe0 +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.317 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.319 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.319 | 68172 | Marked run 896 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.319 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.321 | 68181 | Added a new run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.321 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.322 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.324 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.325 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.326 | 56101 | Recursively removing directory: /tmp/git.d4JMP1/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.328 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.328 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.328 | 68176 | Marked run 897 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.329 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.330 | 68189 | Added a new run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.331 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.332 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.333 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.334 | 56098 | Recursively removing directory: /tmp/git.zIpPe0/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.335 | 68199 | Added a new run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.335 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.335 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.335 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.336 | 68200 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.336 | 56097 | Removed run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.336 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.336 | 56097 | Assigned run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.336 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.336 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vg3DyZ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.336 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.336 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.338 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.340 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.341 | 68202 | Added a new run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.341 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.342 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.343 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.344 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.344 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.345 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.345 | 68207 | Added a new worker 15 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.345 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.345 | 56097 | Removed run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.345 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.345 | 56097 | Assigned run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.345 | 68198 | Marked run 898 as finished +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.345 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.G5JxpK +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.345 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.347 | 68206 | Added a new run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.348 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.350 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.351 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.352 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.353 | 68203 | Marked run 899 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.353 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.354 | 56101 | Recursively removing directory: /tmp/git.vg3DyZ/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.355 | 68215 | Added a new run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.355 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.355 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.355 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.358 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.359 | 68222 | Added a new run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.360 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.360 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.362 | 56098 | Recursively removing directory: /tmp/git.G5JxpK/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.363 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.363 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.363 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.363 | 68228 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.363 | 56097 | Removed run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.363 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.363 | 56097 | Assigned run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.363 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jACnbU +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.363 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.365 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.365 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.365 | 68227 | Added a new run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.365 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo', 'HEAD'] completed successfully +2024-01-28 10:56:02 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.369 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.371 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.372 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.372 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.372 | 68230 | Added a new worker 13 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.372 | 56097 | Removed run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.372 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.372 | 56097 | Assigned run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.372 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oEGKIN +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.373 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.373 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.374 | 68225 | Marked run 900 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.375 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.377 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.378 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.383 | 68229 | Marked run 901 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.383 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.386 | 56101 | Recursively removing directory: /tmp/git.jACnbU/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.387 | 56098 | Recursively removing directory: /tmp/git.oEGKIN/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.388 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.388 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.389 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.389 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.391 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.392 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.394 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.395 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.395 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.395 | 68247 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.396 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.396 | 68248 | Added a new worker 15 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.396 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.396 | 56097 | Removed run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.396 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.396 | 56097 | Assigned run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.396 | 56097 | Removed run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.396 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.396 | 56097 | Assigned run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.397 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zbJcYM +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.396 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HNQeuO +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.397 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.401 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.401 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.402 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.403 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.406 | 68246 | Marked run 902 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.406 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.410 | 68245 | Marked run 903 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.410 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.412 | 56098 | Recursively removing directory: /tmp/git.HNQeuO/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.412 | 56101 | Recursively removing directory: /tmp/git.zbJcYM/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.413 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.413 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.413 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.413 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.416 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.416 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.419 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.419 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.419 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.419 | 68265 | Added a new worker 14 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.419 | 56097 | Removed run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.419 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.419 | 56097 | Assigned run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.419 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.420 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.420 | 68266 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.420 | 56097 | Removed run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.420 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.420 | 56097 | Assigned run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.420 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.69w2Gm +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.420 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.420 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KuChyX +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.425 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.426 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.427 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.428 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.428 | 68264 | Marked run 905 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.428 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.432 | 68263 | Marked run 904 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.432 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.436 | 56101 | Recursively removing directory: /tmp/git.69w2Gm/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.437 | 56098 | Recursively removing directory: /tmp/git.KuChyX/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.438 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.438 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.438 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.438 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.442 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.443 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.446 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.446 | 68283 | Added a new worker 14 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.446 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.446 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.446 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.446 | 56097 | Removed run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.446 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.446 | 56097 | Assigned run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.446 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fiUwgV +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.446 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.447 | 68284 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.447 | 56097 | Removed run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.447 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.447 | 56097 | Assigned run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.447 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AZbLGL +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.448 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.451 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.452 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.452 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.453 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.457 | 68282 | Marked run 907 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.457 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.460 | 68281 | Marked run 906 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.460 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.462 | 56101 | Recursively removing directory: /tmp/git.fiUwgV/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.462 | 56098 | Recursively removing directory: /tmp/git.AZbLGL/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.463 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.463 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.464 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.464 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.466 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.467 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.469 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.469 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.469 | 68301 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.469 | 56097 | Removed run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.469 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.469 | 56097 | Assigned run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.470 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.469 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Uqdw8A +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.470 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.470 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.470 | 68302 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.470 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.471 | 56097 | Removed run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.471 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.471 | 56097 | Assigned run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.471 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.h8chTz +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.474 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.475 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.476 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.477 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.479 | 68300 | Marked run 909 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.479 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.482 | 68299 | Marked run 908 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.482 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.485 | 56101 | Recursively removing directory: /tmp/git.Uqdw8A/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.486 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.486 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.486 | 56098 | Recursively removing directory: /tmp/git.h8chTz/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.487 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.487 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.489 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.490 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.492 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.492 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.492 | 68319 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.492 | 56097 | Removed run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.492 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.492 | 56097 | Assigned run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.492 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZzI27T +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.493 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.493 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.493 | 68320 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.493 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.493 | 56097 | Removed run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.493 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.493 | 56097 | Assigned run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.493 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.493 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fX27xu +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.497 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.498 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.498 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.500 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.502 | 68317 | Marked run 910 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.502 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.505 | 68318 | Marked run 911 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.505 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.508 | 56101 | Recursively removing directory: /tmp/git.ZzI27T/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.509 | 56098 | Recursively removing directory: /tmp/git.fX27xu/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.510 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.510 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.511 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.511 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.514 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.515 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.518 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.518 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.518 | 68337 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.518 | 56097 | Removed run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.518 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.518 | 56097 | Assigned run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.518 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.518 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZS0ITi +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.519 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.519 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.519 | 68338 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.519 | 56097 | Removed run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.519 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.519 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.519 | 56097 | Assigned run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.520 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EPPcK6 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.523 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.524 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.524 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.526 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.528 | 68335 | Marked run 912 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.528 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.531 | 68336 | Marked run 913 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.532 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.533 | 56101 | Recursively removing directory: /tmp/git.ZS0ITi/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.535 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.535 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.535 | 56098 | Recursively removing directory: /tmp/git.EPPcK6/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.537 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.537 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.537 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.539 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.540 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.540 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.541 | 68355 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.541 | 56097 | Removed run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.541 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.541 | 56097 | Assigned run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.541 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.b4ETvd +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.542 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.542 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.542 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.543 | 68356 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.543 | 56097 | Removed run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.543 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.543 | 56097 | Assigned run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.543 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.543 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gQiyK1 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.545 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.546 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.548 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.549 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.552 | 68353 | Marked run 914 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.552 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.555 | 68354 | Marked run 915 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.555 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.555 | 56101 | Recursively removing directory: /tmp/git.b4ETvd/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.557 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.557 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.559 | 56098 | Recursively removing directory: /tmp/git.gQiyK1/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.560 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.560 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.560 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.564 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.564 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.564 | 68372 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.564 | 56097 | Removed run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.564 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.564 | 56097 | Assigned run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.564 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1VwwJ0 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.565 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.565 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.568 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.568 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.568 | 68374 | Added a new worker 13 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.568 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.568 | 56097 | Removed run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.568 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.568 | 56097 | Assigned run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.569 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.569 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.C0eeg1 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.570 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.572 | 68371 | Marked run 916 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.573 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.574 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.575 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.577 | 68373 | Marked run 917 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.578 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.580 | 56101 | Recursively removing directory: /tmp/git.1VwwJ0/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.581 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.581 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.583 | 56098 | Recursively removing directory: /tmp/git.C0eeg1/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.585 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.585 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.585 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.587 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.588 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.588 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.588 | 68391 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.588 | 56097 | Removed run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.588 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.588 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.588 | 56097 | Assigned run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.588 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6LHd5M +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.591 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.591 | 68392 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.591 | 56097 | Removed run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.591 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.591 | 56097 | Assigned run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.591 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.591 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.591 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Dc8iou +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.593 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.593 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.597 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.598 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.599 | 68389 | Marked run 918 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.599 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.602 | 68390 | Marked run 919 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.602 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.602 | 56101 | Recursively removing directory: /tmp/git.6LHd5M/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.603 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.604 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.607 | 56098 | Recursively removing directory: /tmp/git.Dc8iou/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.607 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.608 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.608 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.610 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.610 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.610 | 68408 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.610 | 56097 | Removed run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.610 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.610 | 56097 | Assigned run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.610 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.611 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fqNrVM +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.611 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.614 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.614 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.614 | 68410 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.614 | 56097 | Removed run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.614 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.614 | 56097 | Assigned run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.614 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.614 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LwnrwG +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.616 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.617 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.620 | 68407 | Marked run 920 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.620 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.620 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.621 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.624 | 68409 | Marked run 921 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.624 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.626 | 56101 | Recursively removing directory: /tmp/git.fqNrVM/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.627 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.627 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.630 | 56098 | Recursively removing directory: /tmp/git.LwnrwG/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.631 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.632 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.632 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.635 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.635 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.635 | 68426 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.635 | 56097 | Removed run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.635 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.635 | 56097 | Assigned run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.635 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.635 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MkAJyq +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.636 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.639 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.639 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.639 | 68428 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.639 | 56097 | Removed run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.639 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.639 | 56097 | Assigned run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.639 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.640 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bUoxKr +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.640 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.641 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.647 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.647 | 68425 | Marked run 922 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.648 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.648 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.649 | 56101 | Recursively removing directory: /tmp/git.MkAJyq/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.651 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.651 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.652 | 68427 | Marked run 923 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.653 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.655 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.656 | 56098 | Recursively removing directory: /tmp/git.bUoxKr/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.657 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.657 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.658 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.658 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.658 | 68444 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.658 | 56097 | Removed run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.658 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.658 | 56097 | Assigned run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.658 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.658 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Gtyc2o +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.661 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.662 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.663 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.665 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.665 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.665 | 68448 | Added a new worker 14 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.665 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.665 | 56097 | Removed run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.665 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.665 | 56097 | Assigned run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.665 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kiniX3 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.669 | 68443 | Marked run 924 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.669 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.671 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.671 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.672 | 56101 | Recursively removing directory: /tmp/git.Gtyc2o/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.673 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.673 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.676 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.677 | 68445 | Marked run 925 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.677 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.680 | 56098 | Recursively removing directory: /tmp/git.kiniX3/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.680 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.680 | 68462 | Added a new worker 9 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.680 | 56097 | Removed run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.680 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.680 | 56097 | Assigned run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.680 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.680 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.680 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RA0dD3 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.681 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.681 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.684 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.685 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.686 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.687 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.687 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.687 | 68465 | Added a new worker 13 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.687 | 56097 | Removed run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.687 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.687 | 56097 | Assigned run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.687 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.687 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Xu5Mwl +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.689 | 68459 | Marked run 926 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.689 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.692 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.693 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.695 | 56101 | Recursively removing directory: /tmp/git.RA0dD3/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.697 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.697 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.698 | 68463 | Marked run 927 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.698 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.700 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.702 | 56098 | Recursively removing directory: /tmp/git.Xu5Mwl/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.704 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.704 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.704 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.704 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.704 | 68480 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.704 | 56097 | Removed run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.704 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.704 | 56097 | Assigned run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.704 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.704 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KgwWA9 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.708 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.709 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.710 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.711 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.711 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.711 | 68483 | Added a new worker 13 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.711 | 56097 | Removed run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.711 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.711 | 56097 | Assigned run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.711 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GRVMY4 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.712 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.713 | 68479 | Marked run 928 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.713 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.716 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.717 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.719 | 56101 | Recursively removing directory: /tmp/git.KgwWA9/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.721 | 68481 | Marked run 929 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.721 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.721 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.721 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.725 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.726 | 56098 | Recursively removing directory: /tmp/git.GRVMY4/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.727 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.727 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.728 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.728 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.728 | 68498 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.728 | 56097 | Removed run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.728 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.728 | 56097 | Assigned run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.728 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.729 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mi2VFw +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.731 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.734 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.735 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.735 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.735 | 68500 | Added a new worker 13 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.735 | 56097 | Removed run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.735 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.735 | 56097 | Assigned run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.735 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.735 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FaaprI +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.735 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.736 | 68497 | Marked run 930 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.736 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.740 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.740 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.744 | 68499 | Marked run 931 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.744 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.744 | 56101 | Recursively removing directory: /tmp/git.mi2VFw/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.746 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.746 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.749 | 56098 | Recursively removing directory: /tmp/git.FaaprI/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.750 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.750 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.750 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.752 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.752 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.753 | 68516 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.753 | 56097 | Removed run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.753 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.753 | 56097 | Assigned run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.753 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9PxMko +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.753 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.753 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.756 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.756 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.757 | 68518 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.757 | 56097 | Removed run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.757 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.757 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.757 | 56097 | Assigned run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.757 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fd3MQj +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.758 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.758 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.762 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.763 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.763 | 68515 | Marked run 932 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.764 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.766 | 68517 | Marked run 933 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.766 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.768 | 56101 | Recursively removing directory: /tmp/git.9PxMko/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.769 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.769 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.772 | 56098 | Recursively removing directory: /tmp/git.fd3MQj/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.773 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.773 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.773 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.776 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.776 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.776 | 68534 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.776 | 56097 | Removed run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.776 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.776 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.776 | 56097 | Assigned run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.776 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wfjobo +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.777 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.780 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.780 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.780 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.781 | 68536 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.781 | 56097 | Removed run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.781 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.781 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.781 | 56097 | Assigned run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.781 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YLvwNU +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.781 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.786 | 68533 | Marked run 934 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.786 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.786 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.787 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.790 | 56101 | Recursively removing directory: /tmp/git.wfjobo/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.792 | 68535 | Marked run 935 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.792 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.793 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.793 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.796 | 56098 | Recursively removing directory: /tmp/git.YLvwNU/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.796 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.797 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.797 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.799 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.799 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.799 | 68552 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.799 | 56097 | Removed run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.799 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.799 | 56097 | Assigned run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.799 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gyNqvc +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.800 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.800 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.803 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.803 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.803 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.804 | 68554 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.804 | 56097 | Removed run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.804 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.804 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.804 | 56097 | Assigned run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.804 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dMwpsA +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.805 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.810 | 68551 | Marked run 936 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.811 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.811 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.812 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.813 | 56101 | Recursively removing directory: /tmp/git.gyNqvc/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.814 | 68553 | Marked run 937 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.814 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.815 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.815 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.818 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.820 | 56098 | Recursively removing directory: /tmp/git.dMwpsA/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.821 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.821 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.822 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.822 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.822 | 68570 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.822 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.822 | 56097 | Removed run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.822 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.822 | 56097 | Assigned run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.822 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YmiQ99 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.825 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.827 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.828 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.829 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.829 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.829 | 68573 | Added a new worker 13 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.829 | 56097 | Removed run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.829 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.829 | 56097 | Assigned run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.829 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eSPM9a +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.829 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.831 | 68569 | Marked run 938 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.831 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.834 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.835 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.838 | 56101 | Recursively removing directory: /tmp/git.YmiQ99/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.839 | 68571 | Marked run 939 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.839 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.840 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.840 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.843 | 56098 | Recursively removing directory: /tmp/git.eSPM9a/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.843 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.844 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.844 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.847 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.847 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.847 | 68588 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.847 | 56097 | Removed run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.847 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.847 | 56097 | Assigned run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.847 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CRCMAa +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.847 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.848 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.851 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.851 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.851 | 68590 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.851 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.851 | 56097 | Removed run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.851 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.851 | 56097 | Assigned run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.851 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UlK5CT +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.852 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.853 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.859 | 68587 | Marked run 940 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.859 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.860 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.861 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.862 | 56101 | Recursively removing directory: /tmp/git.CRCMAa/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.862 | 68589 | Marked run 941 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.863 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.864 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.864 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.867 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.869 | 56098 | Recursively removing directory: /tmp/git.UlK5CT/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.870 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.870 | 68606 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.870 | 56097 | Removed run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.870 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.870 | 56097 | Assigned run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.871 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.871 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.871 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.870 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.871 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.H0kH74 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.875 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.875 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.876 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.879 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.879 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.879 | 68611 | Added a new worker 13 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.879 | 56097 | Removed run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.879 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.879 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.879 | 56097 | Assigned run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.879 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5w0G1d +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.880 | 68605 | Marked run 942 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.880 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.884 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.885 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.886 | 56101 | Recursively removing directory: /tmp/git.H0kH74/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.889 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.889 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.890 | 68608 | Marked run 943 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.890 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.892 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.894 | 56098 | Recursively removing directory: /tmp/git.5w0G1d/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.895 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.895 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.895 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.895 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.895 | 68625 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.895 | 56097 | Removed run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.895 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.895 | 56097 | Assigned run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.895 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kT7M60 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.896 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.898 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.900 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.901 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.901 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.901 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.901 | 68627 | Added a new worker 12 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.901 | 56097 | Removed run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.901 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.901 | 56097 | Assigned run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.901 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.902 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KEdWLs +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.906 | 68624 | Marked run 944 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.906 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.907 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.909 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.910 | 56101 | Recursively removing directory: /tmp/git.kT7M60/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.911 | 68626 | Marked run 945 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.912 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.912 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.912 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.915 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.917 | 56098 | Recursively removing directory: /tmp/git.KEdWLs/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.919 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.919 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.919 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.919 | 68643 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.919 | 56097 | Removed run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.919 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.919 | 56097 | Assigned run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.919 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.919 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.919 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LTW4hL +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.922 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.923 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.924 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.925 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.925 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.925 | 68646 | Added a new worker 13 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.925 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.925 | 56097 | Removed run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.925 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.925 | 56097 | Assigned run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.925 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tBpRri +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.928 | 68642 | Marked run 946 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.928 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.931 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.932 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.934 | 56101 | Recursively removing directory: /tmp/git.LTW4hL/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.934 | 68644 | Marked run 947 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.935 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.936 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.936 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.939 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.940 | 56098 | Recursively removing directory: /tmp/git.tBpRri/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.942 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.942 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.942 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.942 | 68661 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.942 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.942 | 56097 | Removed run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.942 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.942 | 56097 | Assigned run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.942 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.943 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8NcKc2 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.946 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.947 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.948 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.949 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.950 | 68664 | Added a new worker 13 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.950 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.950 | 56097 | Removed run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.950 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.950 | 56097 | Assigned run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.949 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.950 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3QYP71 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.951 | 68660 | Marked run 948 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.952 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.954 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.955 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.958 | 56101 | Recursively removing directory: /tmp/git.8NcKc2/ +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.959 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.959 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.960 | 68662 | Marked run 949 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.960 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.963 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.964 | 56098 | Recursively removing directory: /tmp/git.3QYP71/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.966 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.966 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.966 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.966 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.966 | 68679 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.966 | 56097 | Removed run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.966 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.966 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.966 | 56097 | Assigned run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.966 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5DFNJt +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.969 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.971 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.972 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.972 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.972 | 68681 | Added a new worker 13 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.972 | 56097 | Removed run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.972 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.972 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.972 | 56097 | Assigned run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.972 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.972 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9BqnAm +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.975 | 68678 | Marked run 950 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.975 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.977 | 56098 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.979 | 56098 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.981 | 56101 | Recursively removing directory: /tmp/git.5DFNJt/ +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.982 | 68680 | Marked run 951 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.982 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.983 | 56101 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.983 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.986 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.987 | 56098 | Recursively removing directory: /tmp/git.9BqnAm/ +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.988 | 56098 | Process exit code: 0 +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.988 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.990 | 56101 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.990 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.990 | 68697 | Added a new worker 10 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.990 | 56097 | Removed run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.990 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.990 | 56097 | Assigned run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.990 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.990 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uu0mZp +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.992 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.995 | 56101 | Checking out revision HEAD +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.996 | 56098 | Waiting for a new command +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.996 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.996 | 68699 | Added a new worker 13 to the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.996 | 56097 | Removed run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.996 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:02 | INFO | 56101/cimple-worker: 2024-01-28 10:56:02.996 | 56101 | Going to run: ./ci +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.996 | 56097 | Assigned run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.997 | 56095 | Waiting for new connections +2024-01-28 10:56:02 | INFO | 56098/cimple-worker: 2024-01-28 10:56:02.997 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Bk95Hp +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.999 | 68696 | Marked run 952 as finished +2024-01-28 10:56:02 | INFO | 56095/cimple-server: 2024-01-28 10:56:02.999 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.003 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.003 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.005 | 68698 | Marked run 953 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.005 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.005 | 56101 | Recursively removing directory: /tmp/git.uu0mZp/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.006 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.006 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.009 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.012 | 56098 | Recursively removing directory: /tmp/git.Bk95Hp/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.013 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.013 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.013 | 68715 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.013 | 56097 | Removed run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.013 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.013 | 56097 | Assigned run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.013 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.013 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ey2CXc +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.013 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.013 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.017 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.018 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.019 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.021 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.021 | 68714 | Marked run 954 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.021 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.021 | 68718 | Added a new worker 6 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.021 | 56097 | Removed run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.021 | 56097 | Removed worker 6 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.021 | 56097 | Assigned run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.021 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FnBItq +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.021 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.021 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.025 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.026 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.028 | 56101 | Recursively removing directory: /tmp/git.Ey2CXc/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.030 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.030 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.031 | 68716 | Marked run 955 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.031 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.033 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.035 | 56098 | Recursively removing directory: /tmp/git.FnBItq/ +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.036 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.036 | 68733 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.036 | 56097 | Removed run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.036 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.036 | 56097 | Assigned run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.037 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.036 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.036 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OBI8ub +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.037 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.037 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.040 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.041 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.042 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.045 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.045 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.046 | 68740 | Added a new worker 13 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.046 | 56097 | Removed run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.046 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.046 | 56097 | Assigned run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.046 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pmyMi2 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.046 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.047 | 68732 | Marked run 956 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.048 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.050 | 56101 | Recursively removing directory: /tmp/git.OBI8ub/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.051 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.052 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.052 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.052 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.054 | 68735 | Marked run 957 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.054 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.055 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.059 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.059 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.059 | 68751 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.059 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.059 | 56097 | Removed run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.059 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.059 | 56097 | Assigned run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.059 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RvrA5h +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.061 | 56098 | Recursively removing directory: /tmp/git.pmyMi2/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.063 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.063 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.063 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.064 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.067 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.068 | 68745 | Marked run 958 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.068 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.070 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.070 | 68760 | Added a new worker 8 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.070 | 56097 | Removed run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.070 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.070 | 56097 | Assigned run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.070 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.070 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MQC1cx +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.071 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.073 | 56101 | Recursively removing directory: /tmp/git.RvrA5h/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.074 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.074 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.075 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.076 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.078 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.081 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.081 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.081 | 68767 | Added a new worker 13 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.081 | 56097 | Removed run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.081 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.081 | 56097 | Assigned run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.081 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.r69j90 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.081 | 68754 | Marked run 959 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.081 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.082 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.085 | 56098 | Recursively removing directory: /tmp/git.MQC1cx/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.086 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.087 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.087 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.087 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.090 | 68762 | Marked run 960 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.090 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.090 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.093 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.093 | 68778 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.093 | 56097 | Removed run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.093 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.093 | 56097 | Assigned run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.093 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.093 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.094 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uaD05K +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.096 | 56101 | Recursively removing directory: /tmp/git.r69j90/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.098 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.098 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.099 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.100 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.101 | 68772 | Marked run 961 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.101 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.102 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.105 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.105 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.105 | 68787 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.105 | 56097 | Removed run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.105 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.105 | 56097 | Assigned run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.105 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sjttS2 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.106 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.109 | 56098 | Recursively removing directory: /tmp/git.uaD05K/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.110 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.110 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.111 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.111 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.114 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.114 | 68780 | Marked run 962 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.115 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.117 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.117 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.118 | 68796 | Added a new worker 8 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.118 | 56097 | Removed run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.118 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.118 | 56097 | Assigned run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.118 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.roXGah +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.119 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.119 | 56101 | Recursively removing directory: /tmp/git.sjttS2/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.121 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.121 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.122 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.123 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.123 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.127 | 68791 | Marked run 963 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.127 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.128 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.128 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.128 | 68803 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.128 | 56097 | Removed run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.128 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.128 | 56097 | Assigned run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.128 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Pkzpta +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.128 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.133 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.133 | 56098 | Recursively removing directory: /tmp/git.roXGah/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.133 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.135 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.135 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.137 | 68797 | Marked run 964 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.137 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.138 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.141 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.141 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.142 | 68814 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.142 | 56097 | Removed run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.142 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.142 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.142 | 56097 | Assigned run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.142 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.O4lERX +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.142 | 56101 | Recursively removing directory: /tmp/git.Pkzpta/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.144 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.144 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.146 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.146 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.149 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.151 | 68809 | Marked run 965 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.151 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.152 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.152 | 68823 | Added a new worker 8 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.152 | 56097 | Removed run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.152 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.152 | 56097 | Assigned run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.152 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.153 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xfdSde +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.153 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.155 | 56098 | Recursively removing directory: /tmp/git.O4lERX/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.156 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.156 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.157 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.158 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.159 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.162 | 68817 | Marked run 966 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.162 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.163 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.163 | 68829 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.163 | 56097 | Removed run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.163 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.163 | 56097 | Assigned run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.163 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.163 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rg2hYc +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.164 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.167 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.168 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.168 | 56101 | Recursively removing directory: /tmp/git.xfdSde/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.171 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.171 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.173 | 68825 | Marked run 967 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.173 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.174 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.176 | 56098 | Recursively removing directory: /tmp/git.rg2hYc/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.178 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.178 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.178 | 68841 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.178 | 56097 | Removed run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.178 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.178 | 56097 | Assigned run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.178 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.178 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.178 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.178 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5lJIjd +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.182 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.183 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.184 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.185 | 68840 | Marked run 968 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.186 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.186 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.186 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.186 | 68844 | Added a new worker 8 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.186 | 56097 | Removed run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.186 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.186 | 56097 | Assigned run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.186 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.COri91 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.187 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.192 | 56101 | Recursively removing directory: /tmp/git.5lJIjd/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.193 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.194 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.195 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.195 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.197 | 68842 | Marked run 969 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.197 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.198 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.201 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.201 | 68859 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.201 | 56097 | Removed run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.201 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.201 | 56097 | Assigned run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.201 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.201 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.201 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.APbafz +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.203 | 56098 | Recursively removing directory: /tmp/git.COri91/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.204 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.204 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.206 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.207 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.207 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.210 | 68853 | Marked run 970 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.211 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.211 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.211 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.211 | 68863 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.211 | 56097 | Removed run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.211 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.211 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.211 | 56097 | Assigned run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.211 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.N2SwjE +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.215 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.216 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.217 | 56101 | Recursively removing directory: /tmp/git.APbafz/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.219 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.219 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.220 | 68860 | Marked run 971 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.220 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.222 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.225 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.225 | 56098 | Recursively removing directory: /tmp/git.N2SwjE/ +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.225 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.225 | 68877 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.225 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.225 | 56097 | Removed run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.225 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.225 | 56097 | Assigned run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.225 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RfvxTu +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.227 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.227 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.229 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.230 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.231 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.234 | 68876 | Marked run 972 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.235 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.235 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.235 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hXegLr +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.235 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.235 | 68886 | Added a new worker 8 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.235 | 56097 | Removed run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.235 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.235 | 56097 | Assigned run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.237 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.238 | 56101 | Recursively removing directory: /tmp/git.RfvxTu/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.239 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.239 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.240 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.241 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.242 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.245 | 68879 | Marked run 973 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.245 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.246 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.246 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.246 | 68893 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.246 | 56097 | Removed run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.246 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.246 | 56097 | Assigned run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.246 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.246 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eyhfCx +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.250 | 56098 | Recursively removing directory: /tmp/git.hXegLr/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.251 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.251 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.251 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.252 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.255 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.255 | 68888 | Marked run 974 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.255 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.258 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.258 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.258 | 68904 | Added a new worker 8 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.258 | 56097 | Removed run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.258 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.258 | 56097 | Assigned run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.258 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I3DSBw +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.258 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.262 | 56101 | Recursively removing directory: /tmp/git.eyhfCx/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.263 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.263 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.263 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.263 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.266 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.268 | 68898 | Marked run 975 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.268 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.270 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.270 | 68913 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.270 | 56097 | Removed run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.270 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.270 | 56097 | Assigned run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.270 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.270 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.270 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RVjegY +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.273 | 56098 | Recursively removing directory: /tmp/git.I3DSBw/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.275 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.275 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.274 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.275 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.278 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.278 | 68907 | Marked run 976 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.278 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.281 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.282 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.282 | 68922 | Added a new worker 8 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.282 | 56097 | Removed run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.282 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.282 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.282 | 56097 | Assigned run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.282 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZXHHhT +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.285 | 56101 | Recursively removing directory: /tmp/git.RVjegY/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.286 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.286 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.286 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.287 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.290 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.291 | 68915 | Marked run 977 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.291 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.294 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.294 | 68931 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.294 | 56097 | Removed run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.294 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.294 | 56097 | Assigned run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.294 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.294 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.294 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yyWG7Y +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.295 | 56098 | Recursively removing directory: /tmp/git.ZXHHhT/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.297 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.297 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.298 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.299 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.301 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.304 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.304 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.304 | 68940 | Added a new worker 13 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.304 | 56097 | Removed run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.304 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.304 | 56097 | Assigned run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.304 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.305 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uhti0h +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.307 | 56101 | Recursively removing directory: /tmp/git.yyWG7Y/ +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.308 | 68926 | Marked run 978 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.308 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.309 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.309 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.312 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.312 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.313 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.315 | 68933 | Marked run 979 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.315 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.315 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.315 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.315 | 68944 | Added a new worker 9 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.315 | 56097 | Removed run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.315 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.315 | 56097 | Assigned run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.316 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oyt9MV +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.316 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.320 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.321 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.321 | 56098 | Recursively removing directory: /tmp/git.uhti0h/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.324 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.324 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.325 | 68941 | Marked run 980 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.325 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.327 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.329 | 56101 | Recursively removing directory: /tmp/git.oyt9MV/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.330 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.330 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.331 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.331 | 68958 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.331 | 56097 | Removed run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.331 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.331 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.331 | 56097 | Assigned run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.331 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.331 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yPrezo +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.334 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.335 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.335 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.338 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.338 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.338 | 68962 | Added a new worker 13 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.338 | 56097 | Removed run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.338 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.338 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.338 | 56097 | Assigned run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.338 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DSdHje +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.341 | 68957 | Marked run 981 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.342 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.344 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.345 | 56098 | Recursively removing directory: /tmp/git.yPrezo/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.345 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.347 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.347 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.348 | 68959 | Marked run 982 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.348 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.350 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.353 | 56101 | Recursively removing directory: /tmp/git.DSdHje/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.354 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.354 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.354 | 68976 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.354 | 56097 | Removed run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.354 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.354 | 56097 | Assigned run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.354 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tH3W8V +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.355 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.355 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.355 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.358 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.359 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.360 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.363 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.364 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.364 | 68985 | Added a new worker 13 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.364 | 56097 | Removed run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.364 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.364 | 56097 | Assigned run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.365 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.365 | 68973 | Marked run 983 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.365 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.365 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tiVbBc +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.368 | 56098 | Recursively removing directory: /tmp/git.tH3W8V/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.370 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.370 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.370 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.371 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.372 | 68978 | Marked run 984 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.373 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.374 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.377 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.377 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.377 | 68994 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.377 | 56097 | Removed run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.377 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.377 | 56097 | Assigned run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.377 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.377 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oj3i6u +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.379 | 56101 | Recursively removing directory: /tmp/git.tiVbBc/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.381 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.381 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.381 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.382 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.385 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.385 | 68988 | Marked run 985 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.385 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.388 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.388 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.388 | 69003 | Added a new worker 8 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.388 | 56097 | Removed run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.388 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.388 | 56097 | Assigned run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.388 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ynRYzw +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.388 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.391 | 56098 | Recursively removing directory: /tmp/git.oj3i6u/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.393 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.393 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.393 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.393 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.396 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.397 | 68997 | Marked run 986 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.397 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.400 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.400 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.400 | 69012 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.400 | 56097 | Removed run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.400 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.400 | 56097 | Assigned run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.400 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.400 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hB2WZj +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.402 | 56101 | Recursively removing directory: /tmp/git.ynRYzw/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.404 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.404 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.405 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.406 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.407 | 69006 | Marked run 987 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.408 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.408 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.411 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.411 | 69020 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.411 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.411 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.411 | 56097 | Removed run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.411 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.411 | 56097 | Assigned run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.412 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zO3elc +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.415 | 56098 | Recursively removing directory: /tmp/git.hB2WZj/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.416 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.416 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.418 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.419 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.419 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.421 | 69014 | Marked run 988 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.421 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.422 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.422 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.422 | 69025 | Added a new worker 8 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.422 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.422 | 56097 | Removed run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.422 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.422 | 56097 | Assigned run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.423 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6AcEsd +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.427 | 56101 | Recursively removing directory: /tmp/git.zO3elc/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.427 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.428 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.429 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.429 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.432 | 69022 | Marked run 989 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.432 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.432 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.436 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.436 | 69039 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.436 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.436 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.436 | 56097 | Removed run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.436 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.436 | 56097 | Assigned run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.436 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LH2t9P +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.437 | 56098 | Recursively removing directory: /tmp/git.6AcEsd/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.439 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.439 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.441 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.441 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.442 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.444 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.445 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.445 | 69043 | Added a new worker 13 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.445 | 56097 | Removed run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.445 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.445 | 56097 | Assigned run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.445 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.445 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EZtUSR +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.445 | 69034 | Marked run 990 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.446 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.450 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.450 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.451 | 56101 | Recursively removing directory: /tmp/git.LH2t9P/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.453 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.453 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.455 | 69040 | Marked run 991 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.455 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.456 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.459 | 56098 | Recursively removing directory: /tmp/git.EZtUSR/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.459 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.459 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.459 | 69057 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.459 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.459 | 56097 | Removed run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.460 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.460 | 56097 | Assigned run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.460 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uv6mYn +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.461 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.461 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.463 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.464 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.465 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.468 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.469 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.469 | 69064 | Added a new worker 13 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.469 | 56097 | Removed run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.469 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.469 | 56097 | Assigned run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.469 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.469 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eUbqZj +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.470 | 69056 | Marked run 992 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.470 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.474 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.475 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.475 | 56101 | Recursively removing directory: /tmp/git.uv6mYn/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.477 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.477 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.478 | 69059 | Marked run 993 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.479 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.480 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.483 | 56098 | Recursively removing directory: /tmp/git.eUbqZj/ +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.483 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.483 | 69075 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.483 | 56097 | Removed run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.483 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.483 | 56097 | Assigned run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.483 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.483 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kwKznB +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.484 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.485 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.485 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.487 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.488 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.489 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.490 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.491 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.491 | 69078 | Added a new worker 13 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.491 | 56097 | Removed run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.491 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.491 | 56097 | Assigned run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.491 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.491 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NVq8Tv +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.494 | 69074 | Marked run 994 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.494 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.497 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.498 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.499 | 56101 | Recursively removing directory: /tmp/git.kwKznB/ +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.500 | 69076 | Marked run 995 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.500 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.501 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.501 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.504 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.505 | 56098 | Recursively removing directory: /tmp/git.NVq8Tv/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.507 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.507 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.507 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.507 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.507 | 69093 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.507 | 56097 | Removed run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.507 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.507 | 56097 | Assigned run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.507 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.508 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2FkIgB +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.510 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.512 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.513 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.513 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.513 | 69095 | Added a new worker 13 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.513 | 56097 | Removed run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.513 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.513 | 56097 | Assigned run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.513 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.513 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bpyanO +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.514 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.516 | 69092 | Marked run 996 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.516 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.519 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.520 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.523 | 56101 | Recursively removing directory: /tmp/git.2FkIgB/ +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.524 | 69094 | Marked run 997 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.524 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.525 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.525 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.528 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.529 | 56098 | Recursively removing directory: /tmp/git.bpyanO/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.530 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.530 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.531 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.531 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.531 | 69111 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.531 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.531 | 56097 | Removed run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.531 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.531 | 56097 | Assigned run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.532 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rF7YFu +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.534 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.535 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.536 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.538 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.538 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.538 | 69114 | Added a new worker 12 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.538 | 56097 | Removed run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.538 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.538 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.538 | 56097 | Assigned run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.539 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bg49zX +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.543 | 69110 | Marked run 998 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.543 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.545 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.546 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.546 | 56101 | Recursively removing directory: /tmp/git.rF7YFu/ +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.547 | 69112 | Marked run 999 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.547 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.548 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.548 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.551 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.553 | 56098 | Recursively removing directory: /tmp/git.bg49zX/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.554 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.554 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.554 | 69129 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.554 | 56097 | Removed run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.554 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.554 | 56097 | Assigned run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.554 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.555 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6cWDGh +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.555 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.555 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.559 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.560 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.561 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.562 | 69128 | Marked run 1000 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.562 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.562 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.562 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.562 | 69132 | Added a new worker 8 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.562 | 56097 | Removed run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.562 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.563 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.563 | 56097 | Assigned run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.563 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RqwZz4 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.567 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.568 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.570 | 56101 | Recursively removing directory: /tmp/git.6cWDGh/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.572 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.572 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.573 | 69130 | Marked run 1001 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.574 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.576 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.577 | 56098 | Recursively removing directory: /tmp/git.RqwZz4/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.579 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.579 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.579 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.579 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.579 | 69147 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.579 | 56097 | Removed run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.579 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.579 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.579 | 56097 | Assigned run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.580 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UKhnjA +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.583 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.584 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.585 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.586 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.586 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.586 | 69150 | Added a new worker 13 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.586 | 56097 | Removed run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.586 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.586 | 56097 | Assigned run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.586 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.s17vUG +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.587 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.589 | 69146 | Marked run 1002 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.589 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.592 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.592 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.595 | 56101 | Recursively removing directory: /tmp/git.UKhnjA/ +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.596 | 69148 | Marked run 1003 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.596 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.597 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.597 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.600 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.601 | 56098 | Recursively removing directory: /tmp/git.s17vUG/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.602 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.602 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.604 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.604 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.604 | 69165 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.604 | 56097 | Removed run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.604 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.604 | 56097 | Assigned run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.604 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.b0l7DO +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.604 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.606 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.609 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.609 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.610 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.610 | 69167 | Added a new worker 13 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.610 | 56097 | Removed run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.610 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.610 | 56097 | Assigned run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.610 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RFV05r +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.610 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.610 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.611 | 69164 | Marked run 1004 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.611 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.615 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.616 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.619 | 56101 | Recursively removing directory: /tmp/git.b0l7DO/ +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.619 | 69166 | Marked run 1005 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.620 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.621 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.621 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.624 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.624 | 56098 | Recursively removing directory: /tmp/git.RFV05r/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.626 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.626 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.628 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.628 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.628 | 69183 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.628 | 56097 | Removed run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.628 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.628 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.628 | 56097 | Assigned run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.628 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I1pnKt +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.630 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.632 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.633 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.634 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.634 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.634 | 69186 | Added a new worker 13 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.634 | 56097 | Removed run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.634 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.634 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.634 | 56097 | Assigned run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.634 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SPNbZG +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.640 | 69182 | Marked run 1006 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.640 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.642 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.643 | 56101 | Recursively removing directory: /tmp/git.I1pnKt/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.643 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.643 | 69184 | Marked run 1007 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.644 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.645 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.645 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.648 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.651 | 56098 | Recursively removing directory: /tmp/git.SPNbZG/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.651 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.651 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.651 | 69201 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.651 | 56097 | Removed run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.651 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.651 | 56097 | Assigned run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.652 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.652 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OBw33B +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.653 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.653 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.655 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.656 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.658 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.661 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.661 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.661 | 69199 | Marked run 1008 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.661 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.661 | 69210 | Added a new worker 6 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.661 | 56097 | Removed run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.661 | 56097 | Removed worker 6 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.661 | 56097 | Assigned run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.662 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.662 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CJb9Rl +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.666 | 56101 | Recursively removing directory: /tmp/git.OBw33B/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.666 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.667 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.667 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.667 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.671 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.671 | 69203 | Marked run 1009 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.671 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.674 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.674 | 69219 | Added a new worker 9 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.674 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.674 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.674 | 56097 | Removed run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.674 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.674 | 56097 | Assigned run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.675 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BENw74 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.678 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.676 | 56098 | Recursively removing directory: /tmp/git.CJb9Rl/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.678 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.678 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.679 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.682 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.683 | 69214 | Marked run 1010 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.683 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.685 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.685 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.685 | 69228 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.685 | 56097 | Removed run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.685 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.685 | 56097 | Assigned run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.685 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.J8Uo5O +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.686 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.689 | 56101 | Recursively removing directory: /tmp/git.BENw74/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.690 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.690 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.690 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.691 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.694 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.694 | 69222 | Marked run 1011 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.694 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.697 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.697 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.697 | 69237 | Added a new worker 9 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.697 | 56097 | Removed run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.697 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.698 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.698 | 56097 | Assigned run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.698 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.E3bMOl +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.700 | 56098 | Recursively removing directory: /tmp/git.J8Uo5O/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.702 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.702 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.702 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.703 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.705 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.706 | 69231 | Marked run 1012 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.706 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.708 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.709 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.709 | 69246 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.709 | 56097 | Removed run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.709 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.709 | 56097 | Assigned run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.709 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.709 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vVF4e7 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.712 | 56101 | Recursively removing directory: /tmp/git.E3bMOl/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.714 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.714 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.714 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.715 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.717 | 69239 | Marked run 1013 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.718 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.718 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.720 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.720 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.720 | 69253 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.720 | 56097 | Removed run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.720 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.720 | 56097 | Assigned run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.720 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.721 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.msrRXV +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.724 | 56098 | Recursively removing directory: /tmp/git.vVF4e7/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.725 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.726 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.726 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.726 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.729 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.731 | 69248 | Marked run 1014 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.732 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.733 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.733 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.733 | 69264 | Added a new worker 8 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.733 | 56097 | Removed run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.733 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.733 | 56097 | Assigned run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.734 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.734 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QhhvgQ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.735 | 56101 | Recursively removing directory: /tmp/git.msrRXV/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.736 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.736 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.739 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.740 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.741 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.742 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.742 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.742 | 69267 | Added a new worker 13 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.742 | 56097 | Removed run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.742 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.742 | 56097 | Assigned run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.742 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.743 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.w7y6BW +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.743 | 69258 | Marked run 1015 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.743 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.747 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.749 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.750 | 56098 | Recursively removing directory: /tmp/git.QhhvgQ/ +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.752 | 69265 | Marked run 1016 as finished +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.752 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.752 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.752 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.756 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.757 | 56101 | Recursively removing directory: /tmp/git.w7y6BW/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.759 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.759 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.759 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.759 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.759 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ALXO8v +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.759 | 69282 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.759 | 56097 | Removed run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.759 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.759 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.759 | 56097 | Assigned run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.763 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.764 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.765 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.766 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.766 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.766 | 69285 | Added a new worker 13 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.766 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.766 | 56097 | Removed run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.766 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.767 | 56097 | Assigned run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.767 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.goJoM5 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.768 | 69281 | Marked run 1017 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.768 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.772 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.772 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.775 | 56098 | Recursively removing directory: /tmp/git.ALXO8v/ +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.776 | 69283 | Marked run 1018 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.776 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.777 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.777 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.780 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.781 | 56101 | Recursively removing directory: /tmp/git.goJoM5/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.782 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.782 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.783 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.783 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.783 | 69300 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.783 | 56097 | Removed run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.783 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.783 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.783 | 56097 | Assigned run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.783 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cahvvv +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.785 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.787 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.788 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.789 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.789 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.789 | 69303 | Added a new worker 12 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.789 | 56097 | Removed run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.789 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.789 | 56097 | Assigned run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.789 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GSIpQW +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.790 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.793 | 69299 | Marked run 1019 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.793 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.795 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.796 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.799 | 56098 | Recursively removing directory: /tmp/git.cahvvv/ +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.800 | 69301 | Marked run 1020 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.800 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.800 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.800 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.804 | 56101 | Recursively removing directory: /tmp/git.GSIpQW/ +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.804 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.805 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.805 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.808 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.808 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.808 | 69318 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.808 | 56097 | Removed run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.808 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.808 | 56097 | Assigned run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.808 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.808 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Dy3Wly +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.809 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.812 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.812 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.812 | 69320 | Added a new worker 12 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.812 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.812 | 56097 | Removed run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.812 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.812 | 56097 | Assigned run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.813 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.d9KIm3 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.813 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.814 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.818 | 69317 | Marked run 1021 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.819 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.819 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.820 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.822 | 69319 | Marked run 1022 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.822 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.823 | 56098 | Recursively removing directory: /tmp/git.Dy3Wly/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.824 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.824 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.828 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.829 | 56101 | Recursively removing directory: /tmp/git.d9KIm3/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.830 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.830 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.831 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.831 | 69336 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.831 | 56097 | Removed run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.831 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.831 | 56097 | Assigned run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.831 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.831 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KksW0u +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.832 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.834 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.835 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.836 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.837 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.837 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.837 | 69339 | Added a new worker 13 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.838 | 56097 | Removed run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.838 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.838 | 56097 | Assigned run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.838 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.838 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.y5ckiy +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.841 | 69335 | Marked run 1023 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.841 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.844 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.845 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.846 | 56098 | Recursively removing directory: /tmp/git.KksW0u/ +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.847 | 69337 | Marked run 1024 as finished +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.847 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.847 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.847 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.851 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.854 | 56101 | Recursively removing directory: /tmp/git.y5ckiy/ +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.854 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.854 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.854 | 69354 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.854 | 56097 | Removed run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.854 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.854 | 56097 | Assigned run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.854 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.855 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A03g67 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.855 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.855 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.859 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.860 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.861 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.862 | 69353 | Marked run 1025 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.863 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.863 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.863 | 69357 | Added a new worker 8 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.863 | 56097 | Removed run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.863 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.863 | 56097 | Assigned run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.863 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.863 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8X57f4 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.864 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.867 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.868 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.869 | 56098 | Recursively removing directory: /tmp/git.A03g67/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.871 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.871 | 56098 | Process output: 415085 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.873 | 69355 | Marked run 1026 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.873 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.875 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.877 | 56101 | Recursively removing directory: /tmp/git.8X57f4/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.878 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.878 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.878 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.878 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.878 | 69372 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.879 | 56097 | Removed run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.879 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.879 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.879 | 56097 | Assigned run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.879 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OecQUU +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.882 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.884 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.884 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.886 | 69371 | Marked run 1027 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.886 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.886 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.886 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.886 | 69375 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.886 | 56097 | Removed run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.886 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.886 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.886 | 56097 | Assigned run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.886 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XyDXkr +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.891 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.892 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.894 | 56098 | Recursively removing directory: /tmp/git.OecQUU/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.896 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.896 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.896 | 69373 | Marked run 1028 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.897 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.899 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.901 | 56101 | Recursively removing directory: /tmp/git.XyDXkr/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.902 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.902 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.902 | 69390 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.902 | 56097 | Removed run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.902 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.902 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.902 | 56097 | Assigned run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.903 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.903 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.903 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ltGwlK +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.907 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.907 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.908 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.910 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.910 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.910 | 69394 | Added a new worker 13 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.910 | 56097 | Removed run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.910 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.910 | 56097 | Assigned run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.910 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.911 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EHtSy0 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.911 | 69389 | Marked run 1029 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.911 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.915 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.916 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.917 | 56098 | Recursively removing directory: /tmp/git.ltGwlK/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.918 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.918 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.920 | 69391 | Marked run 1030 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.920 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.921 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.924 | 56101 | Recursively removing directory: /tmp/git.EHtSy0/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.925 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.925 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.925 | 69408 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.925 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.925 | 56097 | Removed run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.925 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.925 | 56097 | Assigned run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.925 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.T5fPq5 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.926 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.926 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.930 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.930 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.931 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.932 | 69407 | Marked run 1031 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.932 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.933 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.933 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.933 | 69412 | Added a new worker 8 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.933 | 56097 | Removed run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.933 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.933 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.933 | 56097 | Assigned run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.933 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YOrdcH +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.938 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.939 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.940 | 56098 | Recursively removing directory: /tmp/git.T5fPq5/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.942 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.942 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.943 | 69409 | Marked run 1032 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.944 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.946 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.947 | 56101 | Recursively removing directory: /tmp/git.YOrdcH/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.948 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.948 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.949 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.949 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.949 | 69426 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.949 | 56097 | Removed run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.949 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.949 | 56097 | Assigned run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.949 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rvgHqT +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.950 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.951 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.954 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.954 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.954 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.954 | 69428 | Added a new worker 12 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.954 | 56097 | Removed run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.954 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.954 | 56097 | Assigned run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.955 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.955 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.isChwR +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.956 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.959 | 69425 | Marked run 1033 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.960 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.961 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.962 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.964 | 69427 | Marked run 1034 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.964 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.965 | 56098 | Recursively removing directory: /tmp/git.rvgHqT/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.966 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.967 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.970 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.970 | 56101 | Recursively removing directory: /tmp/git.isChwR/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.972 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.972 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.974 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.974 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.974 | 69444 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.974 | 56097 | Removed run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.974 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.974 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.974 | 56097 | Assigned run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.974 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vVjWns +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.976 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.979 | 56098 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.979 | 56101 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.980 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.980 | 69446 | Added a new worker 13 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.980 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.980 | 56097 | Removed run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.980 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.980 | 56097 | Assigned run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.980 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KRvsDv +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.981 | 56098 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.982 | 69443 | Marked run 1035 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.982 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.985 | 56101 | Checking out revision HEAD +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.986 | 56101 | Going to run: ./ci +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.989 | 69445 | Marked run 1036 as finished +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.989 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.989 | 56098 | Recursively removing directory: /tmp/git.vVjWns/ +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.991 | 56098 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.991 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.995 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.995 | 56101 | Recursively removing directory: /tmp/git.KRvsDv/ +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.996 | 56101 | Process exit code: 0 +2024-01-28 10:56:03 | INFO | 56101/cimple-worker: 2024-01-28 10:56:03.996 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.998 | 56098 | Waiting for a new command +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.998 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.998 | 69462 | Added a new worker 10 to the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.998 | 56097 | Removed run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.998 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.998 | 56097 | Assigned run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:03 | INFO | 56095/cimple-server: 2024-01-28 10:56:03.998 | 56095 | Waiting for new connections +2024-01-28 10:56:03 | INFO | 56098/cimple-worker: 2024-01-28 10:56:03.999 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BSqc0j +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.000 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.003 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.004 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.004 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.004 | 69464 | Added a new worker 14 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.004 | 56097 | Removed run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.004 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.005 | 56097 | Assigned run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.005 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.R8AQSL +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.005 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.005 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.007 | 69461 | Marked run 1037 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.008 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.011 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.012 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.013 | 69463 | Marked run 1038 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.013 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.015 | 56098 | Recursively removing directory: /tmp/git.BSqc0j/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.016 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.016 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.019 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.021 | 56101 | Recursively removing directory: /tmp/git.R8AQSL/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.022 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.022 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.023 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.023 | 69480 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.023 | 56097 | Removed run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.023 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.023 | 56097 | Assigned run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.023 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.023 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.023 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jULqIt +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.026 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.028 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.028 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.028 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.028 | 69482 | Added a new worker 12 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.028 | 56097 | Removed run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.028 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.028 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.029 | 56097 | Assigned run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.029 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.h81zrE +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.029 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.032 | 69479 | Marked run 1039 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.033 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.035 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.036 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.038 | 56098 | Recursively removing directory: /tmp/git.jULqIt/ +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.038 | 69481 | Marked run 1040 as finished +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.039 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.039 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.039 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.042 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.044 | 56101 | Recursively removing directory: /tmp/git.h81zrE/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.046 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.046 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.046 | 69498 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.046 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.046 | 56097 | Removed run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.046 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.046 | 56097 | Assigned run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.046 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.046 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.046 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UX4wCb +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.050 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.050 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.051 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.054 | 69497 | Marked run 1041 as finished +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.054 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.054 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.054 | 69502 | Added a new worker 12 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.054 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.054 | 56097 | Removed run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.054 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.054 | 56097 | Assigned run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.054 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.055 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.S4Py3v +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.060 | 56098 | Recursively removing directory: /tmp/git.UX4wCb/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.061 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.061 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.065 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.065 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.065 | 69499 | Marked run 1042 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.065 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.066 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.068 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.068 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.068 | 69511 | Added a new worker 9 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.068 | 56097 | Removed run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.068 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.068 | 56097 | Assigned run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.068 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.068 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Hyn4Fd +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.073 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.074 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.074 | 56101 | Recursively removing directory: /tmp/git.S4Py3v/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.076 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.076 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.078 | 69508 | Marked run 1043 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.079 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.080 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.082 | 56098 | Recursively removing directory: /tmp/git.Hyn4Fd/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.083 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.083 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.083 | 69525 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.083 | 56097 | Removed run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.083 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.083 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.083 | 56097 | Assigned run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.084 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DbgWsb +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.084 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.084 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.087 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.088 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.089 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.090 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.090 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.090 | 69528 | Added a new worker 13 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.090 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.090 | 56097 | Removed run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.090 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.090 | 56097 | Assigned run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.091 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cjrITN +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.094 | 69524 | Marked run 1044 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.094 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.097 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.098 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.099 | 56101 | Recursively removing directory: /tmp/git.DbgWsb/ +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.099 | 69526 | Marked run 1045 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.099 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.100 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.100 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.104 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.106 | 56098 | Recursively removing directory: /tmp/git.cjrITN/ +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.107 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.107 | 69543 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.107 | 56097 | Removed run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.107 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.107 | 56097 | Assigned run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.107 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.107 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EiBmnL +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.107 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.107 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.108 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.111 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.112 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.112 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.116 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.116 | 69550 | Added a new worker 13 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.116 | 56097 | Removed run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.116 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.116 | 56097 | Assigned run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.116 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.116 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.116 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.h0iR7R +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.117 | 69542 | Marked run 1046 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.117 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.121 | 56101 | Recursively removing directory: /tmp/git.EiBmnL/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.121 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.122 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.122 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.122 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.125 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.126 | 69545 | Marked run 1047 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.126 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.129 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.129 | 69561 | Added a new worker 9 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.129 | 56097 | Removed run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.129 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.129 | 56097 | Assigned run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.129 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.129 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.129 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xKq1qP +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.131 | 56098 | Recursively removing directory: /tmp/git.h0iR7R/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.132 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.132 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.134 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.135 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.136 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.137 | 69556 | Marked run 1048 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.137 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.139 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.139 | 69568 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.139 | 56097 | Removed run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.139 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.139 | 56097 | Assigned run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.140 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.139 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.140 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x7VzvL +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.143 | 56101 | Recursively removing directory: /tmp/git.xKq1qP/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.145 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.145 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.145 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.146 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.149 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.149 | 69563 | Marked run 1049 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.149 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.152 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.152 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.152 | 69579 | Added a new worker 9 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.152 | 56097 | Removed run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.152 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.152 | 56097 | Assigned run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.152 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sOB7E6 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.154 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.154 | 56098 | Recursively removing directory: /tmp/git.x7VzvL/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.155 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.155 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.157 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.158 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.158 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.160 | 69573 | Marked run 1050 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.161 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.161 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.161 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.161 | 69583 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.161 | 56097 | Removed run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.161 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.161 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.161 | 56097 | Assigned run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.161 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vdmWYw +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.166 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.166 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.167 | 56101 | Recursively removing directory: /tmp/git.sOB7E6/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.169 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.169 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.173 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.173 | 69580 | Marked run 1051 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.173 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.175 | 56098 | Recursively removing directory: /tmp/git.vdmWYw/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.176 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.176 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.176 | 69597 | Added a new worker 9 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.176 | 56097 | Removed run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.176 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.176 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.176 | 56097 | Assigned run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.176 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8xe9Nv +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.177 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.177 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.180 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.181 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.181 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.185 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.185 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.185 | 69602 | Added a new worker 13 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.185 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.185 | 56097 | Removed run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.185 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.185 | 56097 | Assigned run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.185 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1u1ZTw +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.187 | 69596 | Marked run 1052 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.187 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.190 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.191 | 56101 | Recursively removing directory: /tmp/git.8xe9Nv/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.191 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.193 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.193 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.195 | 69599 | Marked run 1053 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.195 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.196 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.199 | 56098 | Recursively removing directory: /tmp/git.1u1ZTw/ +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.199 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.199 | 69615 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.199 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.200 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.200 | 56097 | Removed run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.200 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.200 | 56097 | Assigned run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.200 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hQWR5R +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.201 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.201 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.203 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.204 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.205 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.206 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.207 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.207 | 69618 | Added a new worker 13 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.207 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.207 | 56097 | Removed run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.207 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.207 | 56097 | Assigned run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.207 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iz9TkD +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.210 | 69614 | Marked run 1054 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.211 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.212 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.213 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.214 | 56101 | Recursively removing directory: /tmp/git.hQWR5R/ +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.215 | 69616 | Marked run 1055 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.215 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.216 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.216 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.219 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.221 | 56098 | Recursively removing directory: /tmp/git.iz9TkD/ +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.223 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.223 | 69633 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.223 | 56097 | Removed run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.223 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.223 | 56097 | Assigned run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.223 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.223 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1TyCPK +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.223 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.223 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.224 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.226 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.227 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.228 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.229 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.229 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.229 | 69636 | Added a new worker 13 to the queue +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.229 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sERjal +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.229 | 56097 | Removed run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.229 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.229 | 56097 | Assigned run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.229 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.232 | 69632 | Marked run 1056 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.233 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.235 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.236 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.238 | 56101 | Recursively removing directory: /tmp/git.1TyCPK/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.239 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.239 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.240 | 69634 | Marked run 1057 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.240 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.243 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.244 | 56098 | Recursively removing directory: /tmp/git.sERjal/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.245 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.245 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.246 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.246 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.246 | 69651 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.246 | 56097 | Removed run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.246 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.246 | 56097 | Assigned run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.246 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FlW3jb +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.247 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.250 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.250 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.251 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.253 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.253 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.253 | 69655 | Added a new worker 13 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.253 | 56097 | Removed run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.253 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.254 | 56097 | Assigned run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.254 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.254 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.L5knAu +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.257 | 69650 | Marked run 1058 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.258 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.260 | 56101 | Recursively removing directory: /tmp/git.FlW3jb/ +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.261 | 69652 | Marked run 1059 as finished +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.261 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.262 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.262 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.262 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.262 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.265 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.268 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.268 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.268 | 69669 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.268 | 56097 | Removed run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.268 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.268 | 56097 | Assigned run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.268 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lvxRK6 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.269 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.271 | 56098 | Recursively removing directory: /tmp/git.L5knAu/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.272 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.272 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.273 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.274 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.275 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.277 | 69663 | Marked run 1060 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.277 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.278 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.278 | 69674 | Added a new worker 8 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.278 | 56097 | Removed run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.278 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.278 | 56097 | Assigned run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.278 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.278 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UFxfzq +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.279 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.283 | 56101 | Recursively removing directory: /tmp/git.lvxRK6/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.285 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.285 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.285 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.286 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.288 | 69671 | Marked run 1061 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.288 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.288 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.291 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.291 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.291 | 69685 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.291 | 56097 | Removed run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.291 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.291 | 56097 | Assigned run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.292 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7P0MlU +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.292 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.295 | 56098 | Recursively removing directory: /tmp/git.UFxfzq/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.296 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.297 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.297 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.297 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.300 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.300 | 69680 | Marked run 1062 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.301 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.303 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.303 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.303 | 69696 | Added a new worker 8 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.303 | 56097 | Removed run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.303 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.303 | 56097 | Assigned run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.303 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qZEOVV +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.304 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.306 | 56101 | Recursively removing directory: /tmp/git.7P0MlU/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.307 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.307 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.308 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.309 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.311 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.311 | 69689 | Marked run 1063 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.311 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.314 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.314 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.314 | 69705 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.315 | 56097 | Removed run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.315 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.315 | 56097 | Assigned run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.315 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3NHLeT +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.315 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.318 | 56098 | Recursively removing directory: /tmp/git.qZEOVV/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.319 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.319 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.319 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.320 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.322 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.324 | 69698 | Marked run 1064 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.324 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.325 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.326 | 69714 | Added a new worker 8 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.326 | 56097 | Removed run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.326 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.326 | 56097 | Assigned run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.325 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.326 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.326 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2EOaso +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.329 | 56101 | Recursively removing directory: /tmp/git.3NHLeT/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.331 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.331 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.331 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.331 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.335 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.335 | 69707 | Marked run 1065 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.335 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.338 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.338 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.338 | 69723 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.338 | 56097 | Removed run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.338 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.338 | 56097 | Assigned run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.338 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IxcAS8 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.338 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.341 | 56098 | Recursively removing directory: /tmp/git.2EOaso/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.342 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.342 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.343 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.345 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.346 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.347 | 69717 | Marked run 1066 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.347 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.349 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.349 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.349 | 69728 | Added a new worker 8 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.349 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.349 | 56097 | Removed run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.349 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.349 | 56097 | Assigned run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.349 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lnISWa +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.353 | 56101 | Recursively removing directory: /tmp/git.IxcAS8/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.354 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.354 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.354 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.355 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.358 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.358 | 69725 | Marked run 1067 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.358 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.361 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.361 | 69741 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.361 | 56097 | Removed run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.361 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.361 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.361 | 56097 | Assigned run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.361 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.361 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vAzMlI +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.364 | 56098 | Recursively removing directory: /tmp/git.lnISWa/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.365 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.366 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.366 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.366 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.370 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.372 | 69735 | Marked run 1068 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.372 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.373 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.373 | 69750 | Added a new worker 8 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.373 | 56097 | Removed run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.373 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.373 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.373 | 56097 | Assigned run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.373 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.374 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tLK3ft +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.375 | 56101 | Recursively removing directory: /tmp/git.vAzMlI/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.376 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.376 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.378 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.378 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.381 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.383 | 69745 | Marked run 1069 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.383 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.384 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.384 | 69759 | Added a new worker 9 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.384 | 56097 | Removed run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.384 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.384 | 56097 | Assigned run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.384 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.384 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uXIabf +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.385 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.387 | 56098 | Recursively removing directory: /tmp/git.tLK3ft/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.388 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.388 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.389 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.390 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.391 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.393 | 69753 | Marked run 1070 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.394 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.395 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.395 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.395 | 69766 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.395 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.396 | 56097 | Removed run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.396 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.396 | 56097 | Assigned run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.396 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HjJ1Wo +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.399 | 56101 | Recursively removing directory: /tmp/git.uXIabf/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.400 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.401 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.401 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.402 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.404 | 69761 | Marked run 1071 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.404 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.405 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.408 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.408 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.408 | 69777 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.408 | 56097 | Removed run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.408 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.408 | 56097 | Assigned run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.408 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6V8a1u +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.409 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.410 | 56098 | Recursively removing directory: /tmp/git.HjJ1Wo/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.411 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.411 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.413 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.414 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.414 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.417 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.417 | 69771 | Marked run 1072 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.417 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.417 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.417 | 69781 | Added a new worker 6 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.417 | 56097 | Removed run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.417 | 56097 | Removed worker 6 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.417 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.417 | 56097 | Assigned run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.418 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fHseww +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.422 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.423 | 56101 | Recursively removing directory: /tmp/git.6V8a1u/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.423 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.425 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.425 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.427 | 69778 | Marked run 1073 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.428 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.428 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.431 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.431 | 69795 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.431 | 56097 | Removed run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.431 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.432 | 56097 | Assigned run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.431 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.432 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uyKsty +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.432 | 56098 | Recursively removing directory: /tmp/git.fHseww/ +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.432 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.434 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.434 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.436 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.438 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.438 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.441 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.441 | 69792 | Marked run 1074 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.441 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.441 | 69799 | Added a new worker 6 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.441 | 56097 | Removed run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.441 | 56097 | Removed worker 6 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.441 | 56097 | Assigned run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.441 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yKPaTc +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.442 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.442 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.446 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.447 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.447 | 56101 | Recursively removing directory: /tmp/git.uyKsty/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.449 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.450 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.450 | 69796 | Marked run 1075 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.450 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.453 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.455 | 56098 | Recursively removing directory: /tmp/git.yKPaTc/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.456 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.456 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.457 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.457 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.457 | 69813 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.457 | 56097 | Removed run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.457 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.457 | 56097 | Assigned run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.457 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.457 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bRvNAE +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.460 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.461 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.462 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.464 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.464 | 69816 | Added a new worker 13 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.464 | 56097 | Removed run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.464 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.464 | 56097 | Assigned run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.464 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.464 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.p5ynxp +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.465 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.465 | 69812 | Marked run 1076 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.466 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.469 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.470 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.472 | 56101 | Recursively removing directory: /tmp/git.bRvNAE/ +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.474 | 69814 | Marked run 1077 as finished +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.474 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.474 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.474 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.478 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.479 | 56098 | Recursively removing directory: /tmp/git.p5ynxp/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.480 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.480 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.481 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.481 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.481 | 69831 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.481 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.481 | 56097 | Removed run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.481 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.481 | 56097 | Assigned run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.481 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mslE8x +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.484 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.485 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.486 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.487 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.487 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.487 | 69834 | Added a new worker 12 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.488 | 56097 | Removed run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.488 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.488 | 56097 | Assigned run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.488 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8Jv6Ez +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.488 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.492 | 69830 | Marked run 1078 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.493 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.494 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.495 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.495 | 56101 | Recursively removing directory: /tmp/git.mslE8x/ +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.496 | 69832 | Marked run 1079 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.496 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.497 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.497 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.500 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.503 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.503 | 56098 | Recursively removing directory: /tmp/git.8Jv6Ez/ +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.503 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.503 | 69849 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.503 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.503 | 56097 | Removed run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.503 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.503 | 56097 | Assigned run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.503 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ut5reO +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.505 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.505 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.508 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.510 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.512 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.512 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.512 | 69851 | Added a new worker 13 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.512 | 56097 | Removed run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.512 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.512 | 56097 | Assigned run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.511 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.512 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.512 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UCQl56 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.513 | 69848 | Marked run 1080 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.514 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.517 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.518 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.521 | 56101 | Recursively removing directory: /tmp/git.Ut5reO/ +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.522 | 69850 | Marked run 1081 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.523 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.523 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.523 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.526 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.527 | 56098 | Recursively removing directory: /tmp/git.UCQl56/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.528 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.528 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.529 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.529 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.529 | 69867 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.529 | 56097 | Removed run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.529 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.529 | 56097 | Assigned run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.529 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.530 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wjwiKc +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.531 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.534 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.534 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.534 | 69869 | Added a new worker 12 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.534 | 56097 | Removed run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.534 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.534 | 56097 | Assigned run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.534 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.534 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.535 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WfEFRh +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.535 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.540 | 69866 | Marked run 1082 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.540 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.541 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.542 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.543 | 69868 | Marked run 1083 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.544 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.544 | 56101 | Recursively removing directory: /tmp/git.wjwiKc/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.546 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.546 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.549 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.550 | 56098 | Recursively removing directory: /tmp/git.WfEFRh/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.551 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.551 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.553 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.553 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.553 | 69885 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.553 | 56097 | Removed run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.553 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.553 | 56097 | Assigned run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.553 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.553 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y5WB8v +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.555 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.558 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.558 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.559 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.559 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.559 | 69888 | Added a new worker 13 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.559 | 56097 | Removed run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.559 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.559 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.559 | 56097 | Assigned run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.560 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ezfCJ1 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.560 | 69884 | Marked run 1084 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.560 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.564 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.565 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.567 | 56101 | Recursively removing directory: /tmp/git.Y5WB8v/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.569 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.569 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.569 | 69886 | Marked run 1085 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.570 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.572 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.573 | 56098 | Recursively removing directory: /tmp/git.ezfCJ1/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.575 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.575 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.576 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.576 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.576 | 69903 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.576 | 56097 | Removed run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.576 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.576 | 56097 | Assigned run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.576 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.577 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BExf5F +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.579 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.581 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.582 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.582 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.582 | 69905 | Added a new worker 12 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.582 | 56097 | Removed run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.582 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.582 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.582 | 56097 | Assigned run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.582 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.u4ABYV +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.582 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.586 | 69902 | Marked run 1086 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.587 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.588 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.589 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.591 | 69904 | Marked run 1087 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.591 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.592 | 56101 | Recursively removing directory: /tmp/git.BExf5F/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.594 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.594 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.597 | 56098 | Recursively removing directory: /tmp/git.u4ABYV/ +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.598 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.599 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.599 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.601 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.601 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.601 | 69921 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.601 | 56097 | Removed run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.601 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.601 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.601 | 56097 | Assigned run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.601 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.E4tBur +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.602 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.605 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.605 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.606 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.606 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.606 | 69923 | Added a new worker 12 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.606 | 56097 | Removed run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.606 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.606 | 56097 | Assigned run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.606 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.607 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VJSghN +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.610 | 69920 | Marked run 1088 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.610 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.612 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.613 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.615 | 56101 | Recursively removing directory: /tmp/git.E4tBur/ +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.616 | 69922 | Marked run 1089 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.617 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.617 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.617 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.621 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.621 | 56098 | Recursively removing directory: /tmp/git.VJSghN/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.622 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.622 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.623 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.623 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.623 | 69939 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.623 | 56097 | Removed run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.623 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.623 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.623 | 56097 | Assigned run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.624 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Svg06M +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.626 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.628 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.628 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.629 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.629 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.629 | 69942 | Added a new worker 12 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.629 | 56097 | Removed run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.629 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.629 | 56097 | Assigned run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.630 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x3FBj1 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.630 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.634 | 69938 | Marked run 1090 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.635 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.637 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.638 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.638 | 56101 | Recursively removing directory: /tmp/git.Svg06M/ +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.638 | 69940 | Marked run 1091 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.638 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.640 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.640 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.642 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.646 | 56098 | Recursively removing directory: /tmp/git.x3FBj1/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.646 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.646 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.646 | 69957 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.646 | 56097 | Removed run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.646 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.646 | 56097 | Assigned run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.646 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.646 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HgOiab +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.647 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.647 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.650 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.651 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.652 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.654 | 69955 | Marked run 1092 as finished +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.654 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.654 | 69961 | Added a new worker 6 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.655 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.655 | 56097 | Removed run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.655 | 56097 | Removed worker 6 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.655 | 56097 | Assigned run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.655 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YPEhiJ +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.655 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.659 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.660 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.661 | 56101 | Recursively removing directory: /tmp/git.HgOiab/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.663 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.663 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.664 | 69958 | Marked run 1093 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.664 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.667 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.668 | 56098 | Recursively removing directory: /tmp/git.YPEhiJ/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.669 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.669 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.670 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.670 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.670 | 69975 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.670 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.670 | 56097 | Removed run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.670 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.670 | 56097 | Assigned run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.670 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nCaqpL +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.674 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.674 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.675 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.677 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.677 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.677 | 69979 | Added a new worker 13 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.677 | 56097 | Removed run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.677 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.677 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.678 | 56097 | Assigned run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.678 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QghYDY +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.680 | 69974 | Marked run 1094 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.681 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.683 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.685 | 56101 | Recursively removing directory: /tmp/git.nCaqpL/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.685 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.686 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.686 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.687 | 69976 | Marked run 1095 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.687 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.689 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.692 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.693 | 69993 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.693 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.693 | 56097 | Removed run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.693 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.693 | 56097 | Assigned run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.692 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.693 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2bt4yO +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.693 | 56098 | Recursively removing directory: /tmp/git.QghYDY/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.694 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.694 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.697 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.697 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.699 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.702 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.702 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.702 | 70000 | Added a new worker 13 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.702 | 56097 | Removed run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.702 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.702 | 56097 | Assigned run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.702 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.702 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HJ3stb +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.703 | 69990 | Marked run 1096 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.703 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.706 | 56101 | Recursively removing directory: /tmp/git.2bt4yO/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.708 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.708 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.708 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.709 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.712 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.715 | 69995 | Marked run 1097 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.715 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.716 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.716 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.718 | 70011 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.718 | 56097 | Removed run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.718 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.718 | 56097 | Assigned run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.718 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rtAXmU +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.718 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.719 | 56098 | Recursively removing directory: /tmp/git.HJ3stb/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.720 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.720 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.723 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.724 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.724 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.725 | 70005 | Marked run 1098 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.725 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.727 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.727 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.727 | 70015 | Added a new worker 8 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.727 | 56097 | Removed run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.727 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.727 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.727 | 56097 | Assigned run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.727 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6jW39V +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.733 | 56101 | Recursively removing directory: /tmp/git.rtAXmU/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.734 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.734 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.735 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.735 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.737 | 70012 | Marked run 1099 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.737 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.738 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.741 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.741 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.741 | 70029 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.741 | 56097 | Removed run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.741 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.741 | 56097 | Assigned run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.741 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7cZfW8 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.742 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.744 | 56098 | Recursively removing directory: /tmp/git.6jW39V/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.745 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.745 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.746 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.747 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.749 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.751 | 70023 | Marked run 1100 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.751 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.752 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.752 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.752 | 70038 | Added a new worker 8 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.752 | 56097 | Removed run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.752 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.752 | 56097 | Assigned run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.753 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.753 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gjOvvI +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.756 | 56101 | Recursively removing directory: /tmp/git.7cZfW8/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.757 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.758 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.758 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.758 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.761 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.761 | 70031 | Marked run 1101 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.761 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.764 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.764 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.764 | 70047 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.764 | 56097 | Removed run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.764 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.764 | 56097 | Assigned run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.764 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.765 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DJPNHc +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.766 | 56098 | Recursively removing directory: /tmp/git.gjOvvI/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.767 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.767 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.769 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.770 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.770 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.774 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.774 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.774 | 70052 | Added a new worker 13 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.774 | 56097 | Removed run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.774 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.774 | 56097 | Assigned run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.774 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.774 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.86Ir5O +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.774 | 70041 | Marked run 1102 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.775 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.779 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.779 | 56101 | Recursively removing directory: /tmp/git.DJPNHc/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.780 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.781 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.781 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.784 | 70049 | Marked run 1103 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.784 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.784 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.788 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.788 | 70065 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.788 | 56097 | Removed run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.788 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.788 | 56097 | Assigned run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.788 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.788 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.788 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rLQENq +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.789 | 56098 | Recursively removing directory: /tmp/git.86Ir5O/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.791 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.791 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.793 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.794 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.794 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.795 | 70062 | Marked run 1104 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.795 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.797 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.797 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.797 | 70069 | Added a new worker 8 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.797 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.797 | 56097 | Removed run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.797 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.797 | 56097 | Assigned run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.798 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oRLF0i +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.802 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.803 | 56101 | Recursively removing directory: /tmp/git.rLQENq/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.803 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.805 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.805 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.808 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.808 | 70066 | Marked run 1105 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.808 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.811 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.811 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.811 | 70083 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.811 | 56097 | Removed run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.811 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.811 | 56097 | Assigned run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.812 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.812 | 56098 | Recursively removing directory: /tmp/git.oRLF0i/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.811 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8U2f8g +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.814 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.814 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.816 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.817 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.817 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.819 | 70080 | Marked run 1106 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.819 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.821 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.821 | 70087 | Added a new worker 8 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.821 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.821 | 56097 | Removed run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.821 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.821 | 56097 | Assigned run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.821 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.821 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DPnKjU +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.826 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.826 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.827 | 56101 | Recursively removing directory: /tmp/git.8U2f8g/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.829 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.829 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.830 | 70084 | Marked run 1107 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.830 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.832 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.835 | 56098 | Recursively removing directory: /tmp/git.DPnKjU/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.836 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.836 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.836 | 70101 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.836 | 56097 | Removed run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.836 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.836 | 56097 | Assigned run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.836 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zhWl3c +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.836 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.837 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.837 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.840 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.840 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.841 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.844 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.844 | 70106 | Added a new worker 13 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.844 | 56097 | Removed run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.844 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.844 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.844 | 56097 | Assigned run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.844 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.846 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qtGe84 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.849 | 70100 | Marked run 1108 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.849 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.852 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.852 | 56101 | Recursively removing directory: /tmp/git.zhWl3c/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.853 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.853 | 70103 | Marked run 1109 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.853 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.854 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.854 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.857 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.860 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.860 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.860 | 70119 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.860 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.860 | 56097 | Removed run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.861 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.861 | 56097 | Assigned run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.861 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0T2DSK +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.861 | 56098 | Recursively removing directory: /tmp/git.qtGe84/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.862 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.862 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.865 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.865 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.866 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.868 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.868 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.868 | 70123 | Added a new worker 13 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.868 | 56097 | Removed run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.868 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.868 | 56097 | Assigned run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.868 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ng7kL3 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.869 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.870 | 70116 | Marked run 1110 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.870 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.873 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.874 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.875 | 56101 | Recursively removing directory: /tmp/git.0T2DSK/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.877 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.877 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.879 | 70120 | Marked run 1111 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.880 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.881 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.883 | 56098 | Recursively removing directory: /tmp/git.ng7kL3/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.884 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.884 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.884 | 70137 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.884 | 56097 | Removed run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.884 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.884 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.884 | 56097 | Assigned run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.885 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.885 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.885 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BYNbfL +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.889 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.889 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.890 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.892 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.892 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.892 | 70140 | Added a new worker 13 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.892 | 56097 | Removed run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.892 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.892 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.892 | 56097 | Assigned run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.892 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IrgTpM +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.893 | 70136 | Marked run 1112 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.893 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.897 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.898 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.900 | 56101 | Recursively removing directory: /tmp/git.BYNbfL/ +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.901 | 70138 | Marked run 1113 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.901 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.902 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.902 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.906 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.906 | 56098 | Recursively removing directory: /tmp/git.IrgTpM/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.907 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.907 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.909 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.909 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.909 | 70155 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.909 | 56097 | Removed run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.909 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.909 | 56097 | Assigned run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.909 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.909 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LpPfvz +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.910 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.914 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.914 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.914 | 70157 | Added a new worker 14 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.914 | 56097 | Removed run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.914 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.914 | 56097 | Assigned run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.914 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.915 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t1DzIS +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.915 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.915 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.917 | 70154 | Marked run 1114 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.917 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.920 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.921 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.924 | 70156 | Marked run 1115 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.924 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.925 | 56101 | Recursively removing directory: /tmp/git.LpPfvz/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.927 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.927 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.930 | 56098 | Recursively removing directory: /tmp/git.t1DzIS/ +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.931 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.931 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.931 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.933 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.933 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.933 | 70173 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.933 | 56097 | Removed run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.933 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.933 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.933 | 56097 | Assigned run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.934 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.933 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oyufIx +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.937 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.937 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.937 | 70175 | Added a new worker 12 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.937 | 56097 | Removed run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.937 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.937 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.937 | 56097 | Assigned run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.937 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.k6RVk2 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.938 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.939 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.942 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.943 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.945 | 70172 | Marked run 1116 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.945 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.948 | 70174 | Marked run 1117 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.948 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.949 | 56101 | Recursively removing directory: /tmp/git.oyufIx/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.950 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.950 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.952 | 56098 | Recursively removing directory: /tmp/git.k6RVk2/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.954 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.954 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.954 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.958 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.958 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.958 | 70191 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.958 | 56097 | Removed run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.958 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.958 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.958 | 56097 | Assigned run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.958 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JgS3M8 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.959 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.962 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.962 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.962 | 70193 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.962 | 56097 | Removed run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.962 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.962 | 56097 | Assigned run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.962 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.962 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.963 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6sJh0M +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.963 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.967 | 70190 | Marked run 1118 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.967 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.969 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.970 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.971 | 70192 | Marked run 1119 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.972 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.973 | 56101 | Recursively removing directory: /tmp/git.JgS3M8/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.974 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.974 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.978 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.978 | 56098 | Recursively removing directory: /tmp/git.6sJh0M/ +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.979 | 56098 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.979 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.981 | 56101 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.981 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.981 | 70209 | Added a new worker 10 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.981 | 56097 | Removed run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.981 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.981 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.981 | 56097 | Assigned run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.981 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5gdryu +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.983 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.985 | 56101 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.985 | 56101 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.986 | 56098 | Waiting for a new command +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.986 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.986 | 70212 | Added a new worker 12 to the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.987 | 56097 | Removed run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.987 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.987 | 56097 | Assigned run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.987 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.987 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8MtxE9 +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.992 | 70208 | Marked run 1120 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.992 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.992 | 56098 | Checking out revision HEAD +2024-01-28 10:56:04 | INFO | 56098/cimple-worker: 2024-01-28 10:56:04.993 | 56098 | Going to run: ./ci +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.995 | 70210 | Marked run 1121 as finished +2024-01-28 10:56:04 | INFO | 56095/cimple-server: 2024-01-28 10:56:04.995 | 56095 | Waiting for new connections +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.996 | 56101 | Recursively removing directory: /tmp/git.5gdryu/ +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.998 | 56101 | Process exit code: 0 +2024-01-28 10:56:04 | INFO | 56101/cimple-worker: 2024-01-28 10:56:04.998 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.001 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.002 | 56098 | Recursively removing directory: /tmp/git.8MtxE9/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.003 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.003 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.004 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.004 | 70227 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.004 | 56097 | Removed run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.004 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.004 | 56097 | Assigned run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.004 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.004 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.005 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jtkc4s +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.006 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.009 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.009 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.009 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.009 | 70229 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.009 | 56097 | Removed run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.009 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.009 | 56097 | Assigned run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.010 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.010 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cNJr1W +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.010 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.014 | 70226 | Marked run 1122 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.014 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.015 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.016 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.020 | 56101 | Recursively removing directory: /tmp/git.jtkc4s/ +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.020 | 70228 | Marked run 1123 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.021 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.022 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.022 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.025 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.025 | 56098 | Recursively removing directory: /tmp/git.cNJr1W/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.026 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.026 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.028 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.028 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.029 | 70245 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.029 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.029 | 56097 | Removed run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.029 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.029 | 56097 | Assigned run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.029 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kxJNx1 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.030 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.033 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.033 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.034 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.034 | 70247 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.034 | 56097 | Removed run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.034 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.034 | 56097 | Assigned run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.034 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.034 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.035 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HtTqKO +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.039 | 70244 | Marked run 1124 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.039 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.041 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.042 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.043 | 70246 | Marked run 1125 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.043 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.044 | 56101 | Recursively removing directory: /tmp/git.kxJNx1/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.045 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.045 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.048 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.050 | 56098 | Recursively removing directory: /tmp/git.HtTqKO/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.051 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.051 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.051 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.051 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.051 | 70263 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.051 | 56097 | Removed run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.051 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.052 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.052 | 56097 | Assigned run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.052 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Le0Ct0 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.055 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.057 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.058 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.058 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.059 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.059 | 70266 | Added a new worker 13 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.059 | 56097 | Removed run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.059 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.059 | 56097 | Assigned run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.059 | 70262 | Marked run 1126 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.059 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.059 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.059 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qLwlmT +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.063 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.064 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.067 | 56101 | Recursively removing directory: /tmp/git.Le0Ct0/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.069 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.069 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.069 | 70264 | Marked run 1127 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.069 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.073 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.073 | 56098 | Recursively removing directory: /tmp/git.qLwlmT/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.074 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.074 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.075 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.075 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.076 | 70281 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.076 | 56097 | Removed run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.076 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.076 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.076 | 56097 | Assigned run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.076 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xg3owW +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.078 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.080 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.081 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.081 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.081 | 70283 | Added a new worker 13 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.082 | 56097 | Removed run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.082 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.082 | 56097 | Assigned run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.082 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.082 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zX3MGW +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.082 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.086 | 70280 | Marked run 1128 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.086 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.090 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.090 | 70282 | Marked run 1129 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.090 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.091 | 56101 | Recursively removing directory: /tmp/git.xg3owW/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.091 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.092 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.092 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.095 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.098 | 56098 | Recursively removing directory: /tmp/git.zX3MGW/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.098 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.098 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.098 | 70299 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.098 | 56097 | Removed run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.098 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.099 | 56097 | Assigned run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.099 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.099 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dpidKc +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.100 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.100 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.102 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.103 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.104 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.108 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.108 | 70296 | Marked run 1130 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.108 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.108 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.108 | 70306 | Added a new worker 6 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.108 | 56097 | Removed run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.108 | 56097 | Removed worker 6 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.109 | 56097 | Assigned run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.109 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oCidTY +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.109 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.113 | 56101 | Recursively removing directory: /tmp/git.dpidKc/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.114 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.115 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.115 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.115 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.117 | 70301 | Marked run 1131 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.118 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.118 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.121 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.121 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.121 | 70317 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.121 | 56097 | Removed run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.121 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.121 | 56097 | Assigned run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.122 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.122 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jY856n +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.123 | 56098 | Recursively removing directory: /tmp/git.oCidTY/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.124 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.125 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.126 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.127 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.127 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.131 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.131 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.131 | 70322 | Added a new worker 13 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.131 | 56097 | Removed run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.131 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.131 | 56097 | Assigned run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.131 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.131 | 70311 | Marked run 1132 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.131 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.131 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rAapxl +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.136 | 56101 | Recursively removing directory: /tmp/git.jY856n/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.136 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.137 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.138 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.138 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.140 | 70318 | Marked run 1133 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.140 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.141 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.144 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.144 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.144 | 70335 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.144 | 56097 | Removed run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.144 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.144 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.144 | 56097 | Assigned run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.144 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OLulUg +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.147 | 56098 | Recursively removing directory: /tmp/git.rAapxl/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.148 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.148 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.148 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.149 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.151 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.152 | 70329 | Marked run 1134 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.152 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.154 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.154 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.154 | 70343 | Added a new worker 8 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.154 | 56097 | Removed run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.154 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.154 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.154 | 56097 | Assigned run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.155 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zrWyqq +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.158 | 56101 | Recursively removing directory: /tmp/git.OLulUg/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.159 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.160 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.160 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.160 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.164 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.164 | 70337 | Marked run 1135 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.164 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.167 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.167 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.167 | 70353 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.168 | 56097 | Removed run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.168 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.168 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.168 | 56097 | Assigned run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.168 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZTBHJA +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.169 | 56098 | Recursively removing directory: /tmp/git.zrWyqq/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.170 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.170 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.171 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.172 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.174 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.176 | 70348 | Marked run 1136 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.176 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.177 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.177 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.178 | 70362 | Added a new worker 8 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.178 | 56097 | Removed run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.178 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.178 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.178 | 56097 | Assigned run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.178 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NbJ6Uy +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.182 | 56101 | Recursively removing directory: /tmp/git.ZTBHJA/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.183 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.183 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.186 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.188 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.189 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.189 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.189 | 70364 | Added a new worker 13 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.189 | 56097 | Removed run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.189 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.189 | 56097 | Assigned run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.189 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Kjd1WG +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.189 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.190 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.191 | 70355 | Marked run 1137 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.192 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.194 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.195 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.198 | 56098 | Recursively removing directory: /tmp/git.NbJ6Uy/ +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.199 | 70363 | Marked run 1138 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.199 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.200 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.200 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.203 | 56101 | Recursively removing directory: /tmp/git.Kjd1WG/ +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.204 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.205 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.205 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.207 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.207 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.207 | 70380 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.207 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.207 | 56097 | Removed run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.207 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.207 | 56097 | Assigned run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.207 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.B7EVD7 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.208 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.211 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.211 | 70382 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.211 | 56097 | Removed run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.211 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.211 | 56097 | Assigned run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.211 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.211 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.211 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.og58r3 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.213 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.214 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.217 | 70379 | Marked run 1139 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.217 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.217 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.218 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.220 | 70381 | Marked run 1140 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.220 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.223 | 56098 | Recursively removing directory: /tmp/git.B7EVD7/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.225 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.225 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.226 | 56101 | Recursively removing directory: /tmp/git.og58r3/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.227 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.227 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.228 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.230 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.231 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.231 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.231 | 70399 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.231 | 56097 | Removed run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.231 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.231 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.231 | 56097 | Assigned run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.231 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0Wa8cD +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.234 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.234 | 70400 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.234 | 56097 | Removed run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.234 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.234 | 56097 | Assigned run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.235 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.234 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.234 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1lcgod +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.235 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.236 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.239 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.240 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.242 | 70397 | Marked run 1141 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.243 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.245 | 56098 | Recursively removing directory: /tmp/git.0Wa8cD/ +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.262 | 70398 | Marked run 1142 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.262 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.263 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.263 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.264 | 56101 | Recursively removing directory: /tmp/git.1lcgod/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.265 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.265 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.266 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.268 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.269 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.269 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.269 | 70417 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.269 | 56097 | Removed run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.269 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.269 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.269 | 56097 | Assigned run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.270 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.r7hQoi +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.271 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.271 | 70418 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.271 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.271 | 56097 | Removed run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.271 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.271 | 56097 | Assigned run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.271 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.271 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MTVrbS +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.274 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.275 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.277 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.278 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.279 | 70415 | Marked run 1143 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.279 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.282 | 70416 | Marked run 1144 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.282 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.285 | 56098 | Recursively removing directory: /tmp/git.r7hQoi/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.286 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.286 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.286 | 56101 | Recursively removing directory: /tmp/git.MTVrbS/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.288 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.288 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.290 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.292 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.294 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.294 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.294 | 70435 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.294 | 56097 | Removed run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.294 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.294 | 56097 | Assigned run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.294 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.294 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1n6VsS +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.296 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.296 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.296 | 70436 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.296 | 56097 | Removed run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.296 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.296 | 56097 | Assigned run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.297 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.297 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xNO4Xm +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.300 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.301 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.302 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.303 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.305 | 70433 | Marked run 1145 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.305 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.308 | 70434 | Marked run 1146 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.308 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.311 | 56098 | Recursively removing directory: /tmp/git.1n6VsS/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.312 | 56101 | Recursively removing directory: /tmp/git.xNO4Xm/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.312 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.312 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.313 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.313 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.315 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.316 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.318 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.318 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.318 | 70453 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.318 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.318 | 56097 | Removed run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.318 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.318 | 56097 | Assigned run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.318 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6rORDz +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.319 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.319 | 70454 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.319 | 56097 | Removed run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.319 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.319 | 56097 | Assigned run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.319 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.319 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.319 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NclpuI +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.323 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.324 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.325 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.325 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.327 | 70451 | Marked run 1147 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.327 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.331 | 70452 | Marked run 1148 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.331 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.334 | 56101 | Recursively removing directory: /tmp/git.NclpuI/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.334 | 56098 | Recursively removing directory: /tmp/git.6rORDz/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.336 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.336 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.336 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.336 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.340 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.341 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.344 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.344 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.345 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ukhfOj +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.344 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.344 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.344 | 70471 | Added a new worker 14 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.344 | 56097 | Removed run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.344 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.344 | 56097 | Assigned run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.344 | 70472 | Added a new worker 15 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.344 | 56097 | Removed run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.344 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.345 | 56097 | Assigned run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.345 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.345 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.345 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hcpEC5 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.350 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.350 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.351 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.352 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.354 | 70470 | Marked run 1149 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.354 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.357 | 70469 | Marked run 1150 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.357 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.360 | 56101 | Recursively removing directory: /tmp/git.ukhfOj/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.361 | 56098 | Recursively removing directory: /tmp/git.hcpEC5/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.362 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.362 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.363 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.363 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.365 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.365 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.367 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.367 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.367 | 70489 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.367 | 56097 | Removed run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.368 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.368 | 56097 | Assigned run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.368 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.368 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nRkxEJ +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.368 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.368 | 70490 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.368 | 56097 | Removed run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.368 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.368 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.368 | 56097 | Assigned run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.368 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.369 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4KXL5b +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.373 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.373 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.374 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.374 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.377 | 70487 | Marked run 1151 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.378 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.381 | 70488 | Marked run 1152 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.381 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.383 | 56098 | Recursively removing directory: /tmp/git.4KXL5b/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.384 | 56101 | Recursively removing directory: /tmp/git.nRkxEJ/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.384 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.384 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.385 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.385 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.387 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.387 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.390 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.390 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.390 | 70507 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.390 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.390 | 56097 | Removed run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.390 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.390 | 56097 | Assigned run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.390 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FTzje7 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.390 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.390 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.391 | 70508 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.391 | 56097 | Removed run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.391 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.391 | 56097 | Assigned run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.391 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.391 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6Syd6W +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.395 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.395 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.396 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.397 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.399 | 70505 | Marked run 1154 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.400 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.403 | 70506 | Marked run 1153 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.403 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.405 | 56098 | Recursively removing directory: /tmp/git.FTzje7/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.406 | 56101 | Recursively removing directory: /tmp/git.6Syd6W/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.407 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.407 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.407 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.407 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.409 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.410 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.412 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.412 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.412 | 70525 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.412 | 56097 | Removed run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.412 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.412 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.412 | 56097 | Assigned run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.413 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6lzSDj +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.413 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.413 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.413 | 70526 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.413 | 56097 | Removed run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.413 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.413 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.413 | 56097 | Assigned run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.414 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WyNTlD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.418 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.418 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.419 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.420 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.423 | 70523 | Marked run 1155 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.423 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.426 | 70524 | Marked run 1156 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.427 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.428 | 56098 | Recursively removing directory: /tmp/git.6lzSDj/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.430 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.430 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.429 | 56101 | Recursively removing directory: /tmp/git.WyNTlD/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.430 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.430 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.432 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.433 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.435 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.435 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.435 | 70543 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.435 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.435 | 56097 | Removed run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.435 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.435 | 56097 | Assigned run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.435 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IjURit +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.436 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.436 | 70544 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.436 | 56097 | Removed run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.436 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.436 | 56097 | Assigned run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.436 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.436 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.437 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mWztTY +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.440 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.441 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.442 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.442 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.446 | 70541 | Marked run 1157 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.446 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.449 | 70542 | Marked run 1158 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.449 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.452 | 56101 | Recursively removing directory: /tmp/git.mWztTY/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.452 | 56098 | Recursively removing directory: /tmp/git.IjURit/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.453 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.453 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.453 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.453 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.456 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.456 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.459 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.459 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.459 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.459 | 70562 | Added a new worker 14 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.459 | 56097 | Removed run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.459 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.459 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.459 | 56097 | Assigned run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.459 | 70561 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.459 | 56097 | Removed run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.459 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.459 | 56097 | Assigned run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.459 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.459 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LTicwT +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.460 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tXgdKd +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.460 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.464 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.464 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.465 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.466 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.468 | 70560 | Marked run 1159 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.468 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.472 | 70559 | Marked run 1160 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.472 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.474 | 56098 | Recursively removing directory: /tmp/git.LTicwT/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.475 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.475 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.475 | 56101 | Recursively removing directory: /tmp/git.tXgdKd/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.477 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.477 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.479 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.481 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.483 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.483 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.483 | 70579 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.483 | 56097 | Removed run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.483 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.483 | 56097 | Assigned run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.483 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.483 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TdRBLs +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.485 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.485 | 70580 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.485 | 56097 | Removed run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.485 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.485 | 56097 | Assigned run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.485 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.485 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3klXXD +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.486 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.488 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.489 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.491 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.492 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.494 | 70577 | Marked run 1162 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.495 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.497 | 70578 | Marked run 1161 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.497 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.498 | 56098 | Recursively removing directory: /tmp/git.TdRBLs/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.500 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.500 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.501 | 56101 | Recursively removing directory: /tmp/git.3klXXD/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.503 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.503 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.503 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.505 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.506 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.506 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.506 | 70597 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.506 | 56097 | Removed run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.506 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.506 | 56097 | Assigned run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.506 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.506 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YjUSZB +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.509 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.509 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.509 | 70598 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.509 | 56097 | Removed run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.509 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.509 | 56097 | Assigned run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.510 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.510 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EbrMtU +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.510 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.511 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.516 | 70595 | Marked run 1163 as finished +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.516 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.516 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.517 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.520 | 56098 | Recursively removing directory: /tmp/git.YjUSZB/ +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.522 | 70596 | Marked run 1164 as finished +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.522 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.522 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.522 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.525 | 56101 | Recursively removing directory: /tmp/git.EbrMtU/ +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.526 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.527 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.527 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.529 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.529 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.529 | 70614 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.529 | 56097 | Removed run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.529 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.529 | 56097 | Assigned run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.529 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.529 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.N4wosw +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.530 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.533 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.533 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.533 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.534 | 70616 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.534 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.534 | 56097 | Removed run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.534 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.534 | 56097 | Assigned run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.534 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.534 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mHTZEd +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.540 | 70613 | Marked run 1165 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.540 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.540 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.542 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.544 | 56098 | Recursively removing directory: /tmp/git.N4wosw/ +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.544 | 70615 | Marked run 1166 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.544 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.545 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.545 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.548 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.550 | 56101 | Recursively removing directory: /tmp/git.mHTZEd/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.552 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.552 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.552 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.552 | 70632 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.552 | 56097 | Removed run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.552 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.552 | 56097 | Assigned run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.552 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.552 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0dD4Rq +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.553 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.556 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.557 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.558 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.559 | 70631 | Marked run 1167 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.560 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.560 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.560 | 70635 | Added a new worker 8 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.560 | 56097 | Removed run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.560 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.560 | 56097 | Assigned run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.560 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.560 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.560 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.flVx0f +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.565 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.565 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.566 | 56098 | Recursively removing directory: /tmp/git.0dD4Rq/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.569 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.569 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.570 | 70633 | Marked run 1168 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.571 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.572 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.574 | 56101 | Recursively removing directory: /tmp/git.flVx0f/ +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.575 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.576 | 70650 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.576 | 56097 | Removed run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.576 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.576 | 56097 | Assigned run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.575 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.576 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0Ds3mm +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.576 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.576 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.576 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.580 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.580 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.580 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.584 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.584 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.584 | 70655 | Added a new worker 13 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.584 | 56097 | Removed run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.584 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.584 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.584 | 56097 | Assigned run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.584 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gK7mzs +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.587 | 70649 | Marked run 1169 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.587 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.589 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.591 | 56098 | Recursively removing directory: /tmp/git.0Ds3mm/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.591 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.592 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.592 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.593 | 70651 | Marked run 1170 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.593 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.595 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.598 | 56101 | Recursively removing directory: /tmp/git.gK7mzs/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.599 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.599 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.599 | 70668 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.599 | 56097 | Removed run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.599 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.599 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.599 | 56097 | Assigned run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.599 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rr3Zdi +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.600 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.600 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.603 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.604 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.605 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.608 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.608 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.609 | 70675 | Added a new worker 13 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.609 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.609 | 56097 | Removed run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.609 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.609 | 56097 | Assigned run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.609 | 70665 | Marked run 1171 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.609 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.609 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.b5AQRm +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.613 | 56098 | Recursively removing directory: /tmp/git.rr3Zdi/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.614 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.614 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.614 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.614 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.618 | 70670 | Marked run 1172 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.618 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.618 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.622 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.622 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.622 | 70686 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.622 | 56097 | Removed run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.622 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.622 | 56097 | Assigned run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.622 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.622 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tetLVk +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.623 | 56101 | Recursively removing directory: /tmp/git.b5AQRm/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.624 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.624 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.627 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.628 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.629 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.632 | 70681 | Marked run 1173 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.632 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.632 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.632 | 70691 | Added a new worker 8 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.632 | 56097 | Removed run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.632 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.632 | 56097 | Assigned run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.632 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.632 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LG3nrl +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.634 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.637 | 56098 | Recursively removing directory: /tmp/git.tetLVk/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.637 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.638 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.638 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.638 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.642 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.642 | 70688 | Marked run 1174 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.642 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.645 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.645 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.645 | 70704 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.645 | 56097 | Removed run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.645 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.645 | 56097 | Assigned run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.645 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2LPhYf +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.646 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.647 | 56101 | Recursively removing directory: /tmp/git.LG3nrl/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.649 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.649 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.649 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.650 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.653 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.654 | 70699 | Marked run 1175 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.654 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.656 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.656 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.656 | 70713 | Added a new worker 8 to the queue +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.657 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bwp8C9 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.656 | 56097 | Removed run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.656 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.656 | 56097 | Assigned run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.657 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.659 | 56098 | Recursively removing directory: /tmp/git.2LPhYf/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.661 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.661 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.662 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.663 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.665 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.665 | 70707 | Marked run 1176 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.665 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.667 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.667 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.668 | 70720 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.668 | 56097 | Removed run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.668 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.668 | 56097 | Assigned run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.668 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.668 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Hf4weN +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.672 | 56101 | Recursively removing directory: /tmp/git.bwp8C9/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.673 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.673 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.673 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.673 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.677 | 70715 | Marked run 1177 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.677 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.677 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.680 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.680 | 70731 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.680 | 56097 | Removed run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.680 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.680 | 56097 | Assigned run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.681 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.680 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.680 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.N3DrPG +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.682 | 56098 | Recursively removing directory: /tmp/git.Hf4weN/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.684 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.684 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.686 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.687 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.688 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.688 | 70726 | Marked run 1178 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.688 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.690 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.691 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.691 | 70738 | Added a new worker 8 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.691 | 56097 | Removed run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.691 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.691 | 56097 | Assigned run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.691 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MlyvZ1 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.692 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.695 | 56101 | Recursively removing directory: /tmp/git.N3DrPG/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.695 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.696 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.696 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.696 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.700 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.700 | 70733 | Marked run 1179 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.701 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.703 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.703 | 70749 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.703 | 56097 | Removed run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.703 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.703 | 56097 | Assigned run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.704 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.703 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.703 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EPlSSp +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.705 | 56098 | Recursively removing directory: /tmp/git.MlyvZ1/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.706 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.707 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.708 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.708 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.710 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.712 | 70743 | Marked run 1180 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.712 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.714 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.714 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.714 | 70758 | Added a new worker 8 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.714 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.715 | 56097 | Removed run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.715 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.715 | 56097 | Assigned run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.715 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rJrZ0K +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.719 | 56101 | Recursively removing directory: /tmp/git.EPlSSp/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.719 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.721 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.721 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.721 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.724 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.725 | 70751 | Marked run 1181 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.725 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.728 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.728 | 70767 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.728 | 56097 | Removed run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.728 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.728 | 56097 | Assigned run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.728 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.728 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.728 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pspxM5 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.729 | 56098 | Recursively removing directory: /tmp/git.rJrZ0K/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.731 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.731 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.732 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.734 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.735 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.736 | 70762 | Marked run 1182 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.736 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.738 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.738 | 70772 | Added a new worker 8 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.738 | 56097 | Removed run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.738 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.738 | 56097 | Assigned run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.738 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.738 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.36u1hp +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.739 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.742 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.743 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.743 | 56101 | Recursively removing directory: /tmp/git.pspxM5/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.744 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.744 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.748 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.748 | 70769 | Marked run 1183 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.748 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.751 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.751 | 70785 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.751 | 56097 | Removed run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.751 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.751 | 56097 | Assigned run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.751 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.751 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.751 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.juQsGD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.752 | 56098 | Recursively removing directory: /tmp/git.36u1hp/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.753 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.753 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.756 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.756 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.757 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.759 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.759 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.759 | 70789 | Added a new worker 13 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.759 | 56097 | Removed run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.759 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.759 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.759 | 56097 | Assigned run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.759 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jWWxc8 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.760 | 70782 | Marked run 1184 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.760 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.764 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.765 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.766 | 56101 | Recursively removing directory: /tmp/git.juQsGD/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.767 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.767 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.770 | 70786 | Marked run 1185 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.770 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.771 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.773 | 56098 | Recursively removing directory: /tmp/git.jWWxc8/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.774 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.774 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.774 | 70803 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.774 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.774 | 56097 | Removed run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.774 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.774 | 56097 | Assigned run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.774 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.774 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.775 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jCTo4G +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.777 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.779 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.780 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.780 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.780 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.781 | 70805 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.781 | 56097 | Removed run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.781 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.781 | 56097 | Assigned run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.781 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ESQLto +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.781 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.784 | 70802 | Marked run 1186 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.785 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.788 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.788 | 70804 | Marked run 1187 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.789 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.789 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.790 | 56101 | Recursively removing directory: /tmp/git.jCTo4G/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.791 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.791 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.794 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.796 | 56098 | Recursively removing directory: /tmp/git.ESQLto/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.797 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.797 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.797 | 70821 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.797 | 56097 | Removed run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.797 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.797 | 56097 | Assigned run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.798 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.K5PQLe +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.798 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.798 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.798 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.802 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.803 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.803 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.805 | 70820 | Marked run 1188 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.805 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.806 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.806 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.806 | 70824 | Added a new worker 8 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.806 | 56097 | Removed run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.806 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.806 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.806 | 56097 | Assigned run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.806 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xkfsLM +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.810 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.811 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.813 | 56101 | Recursively removing directory: /tmp/git.K5PQLe/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.815 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.815 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.816 | 70822 | Marked run 1189 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.817 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.818 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.820 | 56098 | Recursively removing directory: /tmp/git.xkfsLM/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.821 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.821 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.822 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.822 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.822 | 70839 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.822 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.822 | 56097 | Removed run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.822 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.822 | 56097 | Assigned run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.822 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DPGDfI +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.824 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.827 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.827 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.827 | 70841 | Added a new worker 13 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.827 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.827 | 56097 | Removed run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.827 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.827 | 56097 | Assigned run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.828 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2ENzRB +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.831 | 70838 | Marked run 1190 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.831 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.831 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.832 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.833 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.834 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.836 | 70840 | Marked run 1191 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.836 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.841 | 56101 | Recursively removing directory: /tmp/git.DPGDfI/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.842 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.842 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.842 | 56098 | Recursively removing directory: /tmp/git.2ENzRB/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.844 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.844 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.847 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.848 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.850 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.850 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.850 | 70858 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.850 | 56097 | Removed run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.850 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.850 | 56097 | Assigned run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.851 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.851 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CFpAbk +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.852 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.852 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.852 | 70859 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.852 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.852 | 56097 | Removed run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.852 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.853 | 56097 | Assigned run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.853 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9aRXdn +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.855 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.856 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.859 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.860 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.860 | 70856 | Marked run 1192 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.860 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.864 | 70857 | Marked run 1193 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.864 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.866 | 56101 | Recursively removing directory: /tmp/git.CFpAbk/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.868 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.868 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.868 | 56098 | Recursively removing directory: /tmp/git.9aRXdn/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.870 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.870 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.871 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.872 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.874 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.874 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.874 | 70876 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.874 | 56097 | Removed run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.874 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.874 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.874 | 56097 | Assigned run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.874 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wHuwTd +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.875 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.875 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.876 | 70877 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.876 | 56097 | Removed run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.876 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.876 | 56097 | Assigned run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.876 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.876 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jJ0ZAa +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.879 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.880 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.881 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.882 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.885 | 70874 | Marked run 1194 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.885 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.888 | 70875 | Marked run 1195 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.889 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.889 | 56101 | Recursively removing directory: /tmp/git.wHuwTd/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.890 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.890 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.892 | 56098 | Recursively removing directory: /tmp/git.jJ0ZAa/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.893 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.893 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.894 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.898 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.898 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.898 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.898 | 70894 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.898 | 56097 | Removed run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.898 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.898 | 56097 | Assigned run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.898 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.898 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ayL51T +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.901 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.902 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.902 | 70895 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.902 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.902 | 56097 | Removed run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.902 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.902 | 56097 | Assigned run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.902 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fBs0YK +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.903 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.905 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.907 | 70892 | Marked run 1196 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.908 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.908 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.909 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.911 | 70893 | Marked run 1197 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.911 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.914 | 56101 | Recursively removing directory: /tmp/git.ayL51T/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.916 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.916 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.917 | 56098 | Recursively removing directory: /tmp/git.fBs0YK/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.918 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.918 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.919 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.921 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.922 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.922 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.922 | 70912 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.922 | 56097 | Removed run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.922 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.922 | 56097 | Assigned run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.922 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.922 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ou4kyt +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.924 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.924 | 70913 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.924 | 56097 | Removed run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.924 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.924 | 56097 | Assigned run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.924 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.924 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.925 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WpbTNE +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.927 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.928 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.930 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.931 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.937 | 56101 | Recursively removing directory: /tmp/git.Ou4kyt/ +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.936 | 70910 | Marked run 1198 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.937 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.939 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.939 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.940 | 70911 | Marked run 1199 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.940 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.941 | 56098 | Recursively removing directory: /tmp/git.WpbTNE/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.942 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.942 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.943 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.946 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.946 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.946 | 70929 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.947 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.947 | 56097 | Removed run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.947 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.947 | 56097 | Assigned run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.947 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.947 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.p2XJut +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.950 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.950 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.951 | 70931 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.951 | 56097 | Removed run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.951 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.951 | 56097 | Assigned run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.951 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AYw0Is +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.951 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.953 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.953 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.956 | 70928 | Marked run 1200 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.956 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.957 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.958 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.961 | 70930 | Marked run 1201 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.961 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.962 | 56101 | Recursively removing directory: /tmp/git.p2XJut/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.963 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.963 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.967 | 56098 | Recursively removing directory: /tmp/git.AYw0Is/ +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.967 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.968 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.968 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.970 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.970 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.970 | 70947 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.970 | 56097 | Removed run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.970 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.970 | 56097 | Assigned run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.970 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.971 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5a7bFw +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.971 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.974 | 56098 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.974 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.974 | 70949 | Added a new worker 12 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.974 | 56097 | Removed run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.975 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.975 | 56097 | Assigned run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.975 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.975 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bKeGBv +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.976 | 56101 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.976 | 56101 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.980 | 70946 | Marked run 1202 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.981 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.981 | 56098 | Checking out revision HEAD +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.982 | 56098 | Going to run: ./ci +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.984 | 70948 | Marked run 1203 as finished +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.985 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.986 | 56101 | Recursively removing directory: /tmp/git.5a7bFw/ +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.987 | 56101 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.987 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.990 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.990 | 56098 | Recursively removing directory: /tmp/git.bKeGBv/ +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.992 | 56098 | Process exit code: 0 +2024-01-28 10:56:05 | INFO | 56098/cimple-worker: 2024-01-28 10:56:05.992 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.994 | 56101 | Waiting for a new command +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.994 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.994 | 70965 | Added a new worker 10 to the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.994 | 56097 | Removed run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.994 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.994 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.994 | 56097 | Assigned run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.994 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AhBrgr +2024-01-28 10:56:05 | INFO | 56095/cimple-server: 2024-01-28 10:56:05.996 | 56095 | Waiting for new connections +2024-01-28 10:56:05 | INFO | 56101/cimple-worker: 2024-01-28 10:56:05.999 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.000 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.000 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.000 | 70967 | Added a new worker 13 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.000 | 56097 | Removed run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.000 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.000 | 56097 | Assigned run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.000 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3Cm1qB +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.000 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.001 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.003 | 70964 | Marked run 1204 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.004 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.005 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.006 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.009 | 70966 | Marked run 1205 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.009 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.011 | 56101 | Recursively removing directory: /tmp/git.AhBrgr/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.012 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.012 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.015 | 56098 | Recursively removing directory: /tmp/git.3Cm1qB/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.016 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.016 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.016 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.019 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.019 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.019 | 70983 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.019 | 56097 | Removed run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.019 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.019 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.019 | 56097 | Assigned run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.019 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.019 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ubFtYz +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.022 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.022 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.022 | 70985 | Added a new worker 12 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.022 | 56097 | Removed run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.022 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.022 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.022 | 56097 | Assigned run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.022 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bnUYFo +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.024 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.025 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.028 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.029 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.030 | 70982 | Marked run 1206 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.031 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.034 | 70984 | Marked run 1207 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.034 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.034 | 56101 | Recursively removing directory: /tmp/git.ubFtYz/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.036 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.036 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.038 | 56098 | Recursively removing directory: /tmp/git.bnUYFo/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.039 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.039 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.040 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.043 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.043 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.043 | 71001 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.043 | 56097 | Removed run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.043 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.043 | 56097 | Assigned run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.044 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PF3PJD +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.044 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.044 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.047 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.047 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.047 | 71003 | Added a new worker 12 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.047 | 56097 | Removed run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.047 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.047 | 56097 | Assigned run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.047 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.v03LGu +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.047 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.051 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.052 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.054 | 71000 | Marked run 1208 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.054 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.055 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.056 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.057 | 71002 | Marked run 1209 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.058 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.061 | 56101 | Recursively removing directory: /tmp/git.PF3PJD/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.062 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.062 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.064 | 56098 | Recursively removing directory: /tmp/git.v03LGu/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.066 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.066 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.066 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.069 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.069 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.069 | 71019 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.069 | 56097 | Removed run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.069 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.069 | 56097 | Assigned run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.069 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EXG8U2 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.070 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.070 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.074 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.074 | 71021 | Added a new worker 12 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.074 | 56097 | Removed run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.074 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.074 | 56097 | Assigned run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.074 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.074 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.074 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GlVQJH +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.075 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.076 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.079 | 71018 | Marked run 1210 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.079 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.081 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.081 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.083 | 71020 | Marked run 1211 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.084 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.085 | 56101 | Recursively removing directory: /tmp/git.EXG8U2/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.087 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.087 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.090 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.090 | 56098 | Recursively removing directory: /tmp/git.GlVQJH/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.091 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.091 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.094 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.094 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.094 | 71037 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.094 | 56097 | Removed run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.094 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.094 | 56097 | Assigned run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.094 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.094 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.v2EPlt +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.096 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.098 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.099 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.100 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.100 | 71039 | Added a new worker 11 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.100 | 56097 | Removed run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.100 | 56097 | Removed worker 11 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.100 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.100 | 56097 | Assigned run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.100 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.100 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A5sMMw +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.102 | 71036 | Marked run 1212 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.103 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.105 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.106 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.109 | 56101 | Recursively removing directory: /tmp/git.v2EPlt/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.110 | 71038 | Marked run 1213 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.110 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.110 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.110 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.114 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.115 | 56098 | Recursively removing directory: /tmp/git.A5sMMw/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.116 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.116 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.117 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.117 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.118 | 71055 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.118 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.118 | 56097 | Removed run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.118 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.118 | 56097 | Assigned run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.118 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MxfurW +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.120 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.122 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.124 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.124 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.124 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.124 | 71058 | Added a new worker 13 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.124 | 56097 | Removed run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.124 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.124 | 56097 | Assigned run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.125 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qMsZxl +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.125 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.127 | 71054 | Marked run 1214 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.127 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.131 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.132 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.133 | 56101 | Recursively removing directory: /tmp/git.MxfurW/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.134 | 71056 | Marked run 1215 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.134 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.134 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.134 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.137 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.140 | 56098 | Recursively removing directory: /tmp/git.qMsZxl/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.141 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.141 | 71073 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.141 | 56097 | Removed run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.141 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.141 | 56097 | Assigned run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.141 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.141 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.141 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.04JhGe +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.142 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.142 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.145 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.146 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.147 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.148 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.148 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.148 | 71075 | Added a new worker 11 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.148 | 56097 | Removed run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.148 | 56097 | Removed worker 11 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.148 | 56097 | Assigned run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.148 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.148 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9ayLfL +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.151 | 71072 | Marked run 1216 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.151 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.154 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.155 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.156 | 56101 | Recursively removing directory: /tmp/git.04JhGe/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.158 | 71074 | Marked run 1217 as finished +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.158 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.158 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.158 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.161 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.163 | 56098 | Recursively removing directory: /tmp/git.9ayLfL/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.165 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.165 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.165 | 71091 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.165 | 56097 | Removed run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.165 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.165 | 56097 | Assigned run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.165 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.165 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.165 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EpfYcu +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.165 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.169 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.170 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.171 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.173 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.173 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.173 | 71094 | Added a new worker 13 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.173 | 56097 | Removed run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.173 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.173 | 56097 | Assigned run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.173 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UjueOA +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.174 | 71090 | Marked run 1218 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.174 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.174 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.178 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.179 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.180 | 56101 | Recursively removing directory: /tmp/git.EpfYcu/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.182 | 71092 | Marked run 1219 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.182 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.182 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.182 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.186 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.188 | 56098 | Recursively removing directory: /tmp/git.UjueOA/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.189 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.189 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.189 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.189 | 71109 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.189 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.189 | 56097 | Removed run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.189 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.189 | 56097 | Assigned run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.189 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.190 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pg70xe +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.192 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.194 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.195 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.195 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.195 | 71111 | Added a new worker 13 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.195 | 56097 | Removed run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.195 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.195 | 56097 | Assigned run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.195 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.196 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ls3Xyb +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.196 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.199 | 71108 | Marked run 1220 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.199 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.201 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.203 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.205 | 71110 | Marked run 1221 as finished +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.205 | 56101 | Recursively removing directory: /tmp/git.pg70xe/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.205 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.206 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.207 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.210 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.211 | 56098 | Recursively removing directory: /tmp/git.Ls3Xyb/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.212 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.212 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.213 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.213 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.213 | 71127 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.213 | 56097 | Removed run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.213 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.213 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.213 | 56097 | Assigned run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.213 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uGz3mb +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.216 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.217 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.218 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.220 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.220 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.220 | 71130 | Added a new worker 12 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.220 | 56097 | Removed run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.220 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.220 | 56097 | Assigned run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.220 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.220 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jwZUFE +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.225 | 71126 | Marked run 1222 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.225 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.227 | 56101 | Recursively removing directory: /tmp/git.uGz3mb/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.228 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.229 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.229 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.229 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.230 | 71128 | Marked run 1223 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.230 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.233 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.236 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.236 | 71145 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.236 | 56097 | Removed run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.236 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.236 | 56097 | Assigned run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.236 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.236 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vU0Jz0 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.237 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.238 | 56098 | Recursively removing directory: /tmp/git.jwZUFE/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.239 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.239 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.242 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.242 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.244 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.245 | 71140 | Marked run 1224 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.245 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.246 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.247 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.247 | 71152 | Added a new worker 8 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.247 | 56097 | Removed run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.247 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.247 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.247 | 56097 | Assigned run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.247 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7RrkDM +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.251 | 56101 | Recursively removing directory: /tmp/git.vU0Jz0/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.252 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.252 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.252 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.252 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.256 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.257 | 71147 | Marked run 1225 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.257 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.259 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.259 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.260 | 71163 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.260 | 56097 | Removed run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.260 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.260 | 56097 | Assigned run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.260 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wAGESD +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.260 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.262 | 56098 | Recursively removing directory: /tmp/git.7RrkDM/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.263 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.263 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.264 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.264 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.267 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.269 | 71158 | Marked run 1226 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.269 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.270 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.270 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.271 | 71172 | Added a new worker 8 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.271 | 56097 | Removed run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.271 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.271 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.271 | 56097 | Assigned run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.271 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nGo607 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.273 | 56101 | Recursively removing directory: /tmp/git.wAGESD/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.274 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.274 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.277 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.280 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.280 | 71166 | Marked run 1227 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.281 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.281 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.281 | 71174 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.281 | 56097 | Removed run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.281 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.281 | 56097 | Assigned run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.281 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.281 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9e10v8 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.281 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.281 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.285 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.286 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.289 | 56098 | Recursively removing directory: /tmp/git.nGo607/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.290 | 71173 | Marked run 1228 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.290 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.291 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.291 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.295 | 56101 | Recursively removing directory: /tmp/git.9e10v8/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.296 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.296 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.296 | 56101 | Process output: 415085 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.298 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.298 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.298 | 71190 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.298 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.298 | 56097 | Removed run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.298 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.299 | 56097 | Assigned run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.299 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MDprVE +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.299 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.302 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.302 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.303 | 71192 | Added a new worker 12 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.303 | 56097 | Removed run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.303 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.303 | 56097 | Assigned run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.303 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.303 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.304 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jb9vE7 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.304 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.308 | 71189 | Marked run 1229 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.308 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.310 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.311 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.312 | 71191 | Marked run 1230 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.312 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.313 | 56098 | Recursively removing directory: /tmp/git.MDprVE/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.315 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.315 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.319 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.319 | 56101 | Recursively removing directory: /tmp/git.jb9vE7/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.321 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.321 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.322 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.322 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.322 | 71208 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.322 | 56097 | Removed run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.322 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.322 | 56097 | Assigned run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.322 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.322 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.q8qRP4 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.324 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.326 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.327 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.328 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.328 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.328 | 71211 | Added a new worker 12 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.328 | 56097 | Removed run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.328 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.328 | 56097 | Assigned run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.328 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EsqZQs +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.329 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.334 | 71207 | Marked run 1231 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.334 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.334 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.336 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.337 | 56098 | Recursively removing directory: /tmp/git.q8qRP4/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.338 | 71209 | Marked run 1232 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.338 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.339 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.339 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.342 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.344 | 56101 | Recursively removing directory: /tmp/git.EsqZQs/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.345 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.345 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.346 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.346 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.346 | 71226 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.346 | 56097 | Removed run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.346 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.346 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.346 | 56097 | Assigned run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.346 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6DXiqx +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.349 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.351 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.352 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.352 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.353 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.353 | 71229 | Added a new worker 13 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.353 | 56097 | Removed run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.353 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.353 | 56097 | Assigned run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.353 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9e5FKo +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.353 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.354 | 71225 | Marked run 1233 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.354 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.357 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.358 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.361 | 56098 | Recursively removing directory: /tmp/git.6DXiqx/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.363 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.363 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.363 | 71227 | Marked run 1234 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.364 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.367 | 56101 | Recursively removing directory: /tmp/git.9e5FKo/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.367 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.368 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.368 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.370 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.370 | 71244 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.370 | 56097 | Removed run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.370 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.370 | 56097 | Assigned run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.370 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.370 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.370 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x64K0I +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.372 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.374 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.375 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.375 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.375 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.375 | 71246 | Added a new worker 12 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.376 | 56097 | Removed run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.376 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.376 | 56097 | Assigned run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.376 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.376 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jc08XL +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.381 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.382 | 71243 | Marked run 1235 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.382 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.382 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.385 | 56098 | Recursively removing directory: /tmp/git.x64K0I/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.387 | 71245 | Marked run 1236 as finished +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.387 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.387 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.387 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.391 | 56101 | Recursively removing directory: /tmp/git.jc08XL/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.391 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.392 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.392 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.394 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.394 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.394 | 71262 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.394 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.394 | 56097 | Removed run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.394 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.394 | 56097 | Assigned run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.394 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZCDOTc +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.395 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.398 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.398 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.398 | 71264 | Added a new worker 12 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.398 | 56097 | Removed run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.398 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.398 | 56097 | Assigned run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.399 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.399 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.scSVV3 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.399 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.401 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.404 | 71261 | Marked run 1237 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.404 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.405 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.406 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.408 | 71263 | Marked run 1238 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.408 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.410 | 56098 | Recursively removing directory: /tmp/git.ZCDOTc/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.411 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.411 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.415 | 56101 | Recursively removing directory: /tmp/git.scSVV3/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.415 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.416 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.416 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.418 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.418 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.418 | 71280 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.418 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.418 | 56097 | Removed run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.418 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.418 | 56097 | Assigned run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.418 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fcr8lP +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.419 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.423 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.423 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.423 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.423 | 71282 | Added a new worker 13 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.423 | 56097 | Removed run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.423 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.423 | 56097 | Assigned run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.424 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.424 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.424 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6148Tk +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.428 | 71279 | Marked run 1239 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.428 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.430 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.431 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.432 | 71281 | Marked run 1240 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.433 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.433 | 56098 | Recursively removing directory: /tmp/git.fcr8lP/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.435 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.435 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.439 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.439 | 56101 | Recursively removing directory: /tmp/git.6148Tk/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.440 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.440 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.442 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.442 | 71298 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.442 | 56097 | Removed run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.442 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.442 | 56097 | Assigned run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.442 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.442 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.442 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SBaXmY +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.444 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.446 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.446 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.448 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.448 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.448 | 71301 | Added a new worker 13 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.448 | 56097 | Removed run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.448 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.448 | 56097 | Assigned run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.448 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dKfnnu +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.448 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.452 | 71297 | Marked run 1241 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.452 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.455 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.456 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.456 | 56098 | Recursively removing directory: /tmp/git.SBaXmY/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.458 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.458 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.459 | 71299 | Marked run 1242 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.459 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.461 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.464 | 56101 | Recursively removing directory: /tmp/git.dKfnnu/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.464 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.464 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.464 | 71316 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.464 | 56097 | Removed run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.464 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.464 | 56097 | Assigned run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.464 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.464 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1TGSFb +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.465 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.465 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.469 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.469 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.470 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.473 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.473 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.473 | 71321 | Added a new worker 11 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.473 | 56097 | Removed run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.473 | 56097 | Removed worker 11 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.474 | 56097 | Assigned run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.474 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3KUCaF +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.474 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.475 | 71315 | Marked run 1243 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.476 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.479 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.479 | 56098 | Recursively removing directory: /tmp/git.1TGSFb/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.480 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.482 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.482 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.484 | 71318 | Marked run 1244 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.484 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.485 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.488 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.488 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.488 | 71334 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.489 | 56097 | Removed run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.489 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.489 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.489 | 56097 | Assigned run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.489 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SmjWhx +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.489 | 56101 | Recursively removing directory: /tmp/git.3KUCaF/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.490 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.490 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.494 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.494 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.495 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.496 | 71333 | Marked run 1245 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.496 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.497 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.497 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.497 | 71337 | Added a new worker 8 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.497 | 56097 | Removed run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.497 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.497 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.497 | 56097 | Assigned run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.497 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hi4mhz +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.504 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.505 | 56098 | Recursively removing directory: /tmp/git.SmjWhx/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.505 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.506 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.506 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.507 | 71335 | Marked run 1246 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.508 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.509 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.513 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.513 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.513 | 71352 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.513 | 56097 | Removed run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.513 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.513 | 56097 | Assigned run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.513 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.513 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EwxTIz +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.514 | 56101 | Recursively removing directory: /tmp/git.hi4mhz/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.515 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.515 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.517 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.518 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.519 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.521 | 71349 | Marked run 1247 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.521 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.522 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.523 | 71359 | Added a new worker 8 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.523 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.523 | 56097 | Removed run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.523 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.523 | 56097 | Assigned run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.522 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.523 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.M9FsXJ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.527 | 56098 | Recursively removing directory: /tmp/git.EwxTIz/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.527 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.528 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.530 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.530 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.532 | 71354 | Marked run 1248 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.532 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.533 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.537 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.537 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.537 | 71370 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.537 | 56097 | Removed run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.537 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.537 | 56097 | Assigned run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.537 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.537 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.usFAz4 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.538 | 56101 | Recursively removing directory: /tmp/git.M9FsXJ/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.539 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.539 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.542 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.543 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.543 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.546 | 71367 | Marked run 1249 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.546 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.546 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.546 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.546 | 71374 | Added a new worker 8 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.546 | 56097 | Removed run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.546 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.546 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.546 | 56097 | Assigned run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.547 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oFIrQ2 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.552 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.553 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.554 | 56098 | Recursively removing directory: /tmp/git.usFAz4/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.555 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.555 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.557 | 71371 | Marked run 1250 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.557 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.559 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.560 | 56101 | Recursively removing directory: /tmp/git.oFIrQ2/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.562 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.562 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.562 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.562 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.562 | 71388 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.562 | 56097 | Removed run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.562 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.562 | 56097 | Assigned run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.562 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.563 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EDFlMc +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.565 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.567 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.568 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.568 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.568 | 71390 | Added a new worker 12 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.568 | 56097 | Removed run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.568 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.568 | 56097 | Assigned run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.568 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GiFuzi +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.569 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.570 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.573 | 71387 | Marked run 1251 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.574 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.575 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.575 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.577 | 71389 | Marked run 1252 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.577 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.578 | 56098 | Recursively removing directory: /tmp/git.EDFlMc/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.579 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.579 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.582 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.584 | 56101 | Recursively removing directory: /tmp/git.GiFuzi/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.585 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.585 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.586 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.586 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.586 | 71406 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.586 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.586 | 56097 | Removed run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.586 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.586 | 56097 | Assigned run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.586 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kxGmFZ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.589 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.591 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.591 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.592 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.592 | 71408 | Added a new worker 13 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.592 | 56097 | Removed run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.592 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.592 | 56097 | Assigned run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.592 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.592 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.u3ji5c +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.592 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.595 | 71405 | Marked run 1253 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.595 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.597 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.598 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.601 | 56098 | Recursively removing directory: /tmp/git.kxGmFZ/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.602 | 71407 | Marked run 1254 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.603 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.603 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.603 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.607 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.607 | 56101 | Recursively removing directory: /tmp/git.u3ji5c/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.609 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.609 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.610 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.610 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.610 | 71424 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.610 | 56097 | Removed run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.610 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.610 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.610 | 56097 | Assigned run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.611 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ArawPh +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.612 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.616 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.616 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.616 | 71426 | Added a new worker 14 to the queue +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.617 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.617 | 56097 | Removed run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.617 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.617 | 56097 | Assigned run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.617 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.adPnrd +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.617 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.618 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.619 | 71423 | Marked run 1255 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.619 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.622 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.623 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.625 | 71425 | Marked run 1256 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.625 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.627 | 56098 | Recursively removing directory: /tmp/git.ArawPh/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.628 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.628 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.631 | 56101 | Recursively removing directory: /tmp/git.adPnrd/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.632 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.633 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.633 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.635 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.635 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.635 | 71442 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.635 | 56097 | Removed run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.635 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.635 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.635 | 56097 | Assigned run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.635 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bF8Pt6 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.636 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.639 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.639 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.640 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.640 | 71444 | Added a new worker 12 to the queue +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.640 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.640 | 56097 | Removed run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.640 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.640 | 56097 | Assigned run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.640 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NvliVk +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.641 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.644 | 71441 | Marked run 1257 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.645 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.646 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.647 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.650 | 71443 | Marked run 1258 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.650 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.650 | 56098 | Recursively removing directory: /tmp/git.bF8Pt6/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.652 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.652 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.655 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.655 | 56101 | Recursively removing directory: /tmp/git.NvliVk/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.657 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.657 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.659 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.659 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.659 | 71460 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.659 | 56097 | Removed run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.659 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.659 | 56097 | Assigned run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.659 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.659 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3estKu +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.661 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.663 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.664 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.664 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.665 | 71462 | Added a new worker 14 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.665 | 56097 | Removed run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.665 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.665 | 56097 | Assigned run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.665 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.665 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.665 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.96ATuz +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.667 | 71459 | Marked run 1259 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.668 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.670 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.671 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.673 | 71461 | Marked run 1260 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.674 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.675 | 56098 | Recursively removing directory: /tmp/git.3estKu/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.676 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.676 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.680 | 56101 | Recursively removing directory: /tmp/git.96ATuz/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.680 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.681 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.681 | 56101 | Process output: 415085 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.683 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.683 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.683 | 71478 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.683 | 56097 | Removed run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.683 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.683 | 56097 | Assigned run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.683 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.684 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ecsn5X +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.684 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.687 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.687 | 71480 | Added a new worker 12 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.687 | 56097 | Removed run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.687 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.687 | 56097 | Assigned run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.688 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.687 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.688 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7XOtSo +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.689 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.691 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.693 | 71477 | Marked run 1261 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.694 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.694 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.695 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.697 | 71479 | Marked run 1262 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.697 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.701 | 56098 | Recursively removing directory: /tmp/git.Ecsn5X/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.703 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.703 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.703 | 56101 | Recursively removing directory: /tmp/git.7XOtSo/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.705 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.705 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.706 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.707 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.709 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.709 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.709 | 71497 | Added a new worker 12 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.709 | 56097 | Removed run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.709 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.709 | 56097 | Assigned run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.709 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.709 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9Jjk5A +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.711 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.711 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.etTDc8 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.711 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.711 | 71498 | Added a new worker 12 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.711 | 56097 | Removed run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.711 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.711 | 56097 | Assigned run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.712 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.714 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.715 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.717 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.718 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.719 | 71495 | Marked run 1263 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.719 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.724 | 71496 | Marked run 1264 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.724 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.724 | 56098 | Recursively removing directory: /tmp/git.9Jjk5A/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.725 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.725 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.727 | 56101 | Recursively removing directory: /tmp/git.etTDc8/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.729 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.729 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.729 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.731 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.731 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.731 | 71514 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.731 | 56097 | Removed run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.731 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.731 | 56097 | Assigned run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.732 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8Ew7bq +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.732 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.732 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.735 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.735 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.735 | 71516 | Added a new worker 12 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.736 | 56097 | Removed run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.736 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.736 | 56097 | Assigned run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.736 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fmqlxo +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.736 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.738 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.738 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.741 | 71513 | Marked run 1265 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.741 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.742 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.743 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.745 | 71515 | Marked run 1266 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.746 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.747 | 56098 | Recursively removing directory: /tmp/git.8Ew7bq/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.748 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.748 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.751 | 56101 | Recursively removing directory: /tmp/git.fmqlxo/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.752 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.753 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.753 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.755 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.756 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.756 | 71532 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.756 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.756 | 56097 | Removed run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.756 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.756 | 56097 | Assigned run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.756 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.k3mxck +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.757 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.760 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.761 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.761 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.761 | 71534 | Added a new worker 13 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.761 | 56097 | Removed run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.761 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.761 | 56097 | Assigned run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.761 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.761 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.761 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Sbq0c9 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.766 | 71531 | Marked run 1267 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.767 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.769 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.770 | 56098 | Recursively removing directory: /tmp/git.k3mxck/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.770 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.771 | 71533 | Marked run 1268 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.771 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.772 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.772 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.775 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.778 | 56101 | Recursively removing directory: /tmp/git.Sbq0c9/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.779 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.779 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.779 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cgHOS5 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.779 | 71550 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.779 | 56097 | Removed run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.779 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.779 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.779 | 56097 | Assigned run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.780 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.780 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.783 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.783 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.785 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.788 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.788 | 71559 | Added a new worker 13 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.788 | 56097 | Removed run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.788 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.789 | 56097 | Assigned run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.788 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.789 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Q5z0Mu +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.789 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.789 | 71549 | Marked run 1269 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.790 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.792 | 56098 | Recursively removing directory: /tmp/git.cgHOS5/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.794 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.794 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.794 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.795 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.797 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.798 | 71552 | Marked run 1270 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.799 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.800 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.800 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.801 | 71568 | Added a new worker 9 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.801 | 56097 | Removed run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.801 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.801 | 56097 | Assigned run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.801 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.801 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I2thFv +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.804 | 56101 | Recursively removing directory: /tmp/git.Q5z0Mu/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.805 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.805 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.806 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.807 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.809 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.809 | 71561 | Marked run 1271 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.809 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.812 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.812 | 71575 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.812 | 56097 | Removed run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.812 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.812 | 56097 | Assigned run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.812 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.812 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.813 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Nx9XN5 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.816 | 56098 | Recursively removing directory: /tmp/git.I2thFv/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.817 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.818 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.818 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.818 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.821 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.822 | 71570 | Marked run 1272 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.822 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.824 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.824 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.825 | 71586 | Added a new worker 9 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.825 | 56097 | Removed run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.825 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.825 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.825 | 56097 | Assigned run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.825 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0j4Htm +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.827 | 56101 | Recursively removing directory: /tmp/git.Nx9XN5/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.829 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.829 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.829 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.830 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.833 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.833 | 71580 | Marked run 1273 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.833 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.836 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.836 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.836 | 71595 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.836 | 56097 | Removed run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.836 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.836 | 56097 | Assigned run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.836 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.836 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6tVoYm +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.839 | 56098 | Recursively removing directory: /tmp/git.0j4Htm/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.841 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.841 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.841 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.842 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.844 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.845 | 71589 | Marked run 1274 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.846 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.847 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.848 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.848 | 71604 | Added a new worker 9 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.848 | 56097 | Removed run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.848 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.848 | 56097 | Assigned run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.848 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Weppfl +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.849 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.851 | 56101 | Recursively removing directory: /tmp/git.6tVoYm/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.853 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.853 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.854 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.855 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.856 | 71597 | Marked run 1275 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.856 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.857 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.860 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.860 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.860 | 71612 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.860 | 56097 | Removed run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.860 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.860 | 56097 | Assigned run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.860 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.860 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Yb9VMB +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.865 | 56098 | Recursively removing directory: /tmp/git.Weppfl/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.865 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.867 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.867 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.867 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.869 | 71606 | Marked run 1276 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.869 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.870 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.873 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.874 | 71622 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.874 | 56097 | Removed run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.874 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.874 | 56097 | Assigned run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.873 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.874 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GP7790 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.874 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.876 | 56101 | Recursively removing directory: /tmp/git.Yb9VMB/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.877 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.877 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.878 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.879 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.881 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.882 | 71617 | Marked run 1277 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.882 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.884 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.884 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.884 | 71630 | Added a new worker 8 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.884 | 56097 | Removed run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.884 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.884 | 56097 | Assigned run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.885 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nDWgCK +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.885 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.889 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.890 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.890 | 56098 | Recursively removing directory: /tmp/git.GP7790/ +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.891 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.891 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.895 | 71624 | Marked run 1278 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.895 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.898 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.898 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.898 | 71640 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.898 | 56097 | Removed run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.898 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.898 | 56097 | Assigned run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.898 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xcQTnP +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.899 | 56101 | Recursively removing directory: /tmp/git.nDWgCK/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.899 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.900 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.900 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.902 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.903 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.905 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.909 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.909 | 71649 | Added a new worker 13 to the queue +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.909 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.909 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bWbCPb +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.909 | 56097 | Removed run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.909 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.909 | 56097 | Assigned run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.910 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.910 | 71637 | Marked run 1279 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.910 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.912 | 56098 | Recursively removing directory: /tmp/git.xcQTnP/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.914 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.914 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.914 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.914 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.917 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.918 | 71643 | Marked run 1280 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.918 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.920 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.920 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.920 | 71658 | Added a new worker 9 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.920 | 56097 | Removed run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.920 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.921 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.921 | 56097 | Assigned run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.921 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eKIzR4 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.924 | 56101 | Recursively removing directory: /tmp/git.bWbCPb/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.925 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.925 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.926 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.926 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.929 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.931 | 71652 | Marked run 1281 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.931 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.933 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.933 | 71667 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.933 | 56097 | Removed run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.933 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.933 | 56097 | Assigned run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.933 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.933 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RqTaEf +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.933 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.936 | 56098 | Recursively removing directory: /tmp/git.eKIzR4/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.937 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.937 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.937 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.938 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.940 | 71661 | Marked run 1282 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.941 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.944 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.944 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.944 | 71676 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.944 | 56097 | Removed run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.944 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.944 | 56097 | Assigned run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.944 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GHuMeb +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.945 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.946 | 56101 | Recursively removing directory: /tmp/git.RqTaEf/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.948 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.948 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.952 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.953 | 71669 | Marked run 1283 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.953 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.953 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.954 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.954 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.954 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.954 | 71679 | Added a new worker 8 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.955 | 56097 | Removed run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.955 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.955 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.955 | 56097 | Assigned run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.955 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ypeB6r +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.960 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.961 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.963 | 56098 | Recursively removing directory: /tmp/git.GHuMeb/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.964 | 71677 | Marked run 1284 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.965 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.965 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.965 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.968 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.970 | 56101 | Recursively removing directory: /tmp/git.ypeB6r/ +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.971 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.971 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.972 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.972 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.972 | 71694 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.972 | 56097 | Removed run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.972 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.972 | 56097 | Assigned run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.972 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.972 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MWThBE +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.975 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.977 | 56098 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.979 | 56098 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.979 | 56101 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.979 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.979 | 71696 | Added a new worker 13 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.979 | 56097 | Removed run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.979 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.979 | 56097 | Assigned run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.979 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.979 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.loJplM +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.980 | 71693 | Marked run 1285 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.981 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.984 | 56101 | Checking out revision HEAD +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.985 | 56101 | Going to run: ./ci +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.988 | 56098 | Recursively removing directory: /tmp/git.MWThBE/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.988 | 71695 | Marked run 1286 as finished +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.988 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.989 | 56098 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.989 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.993 | 56101 | Recursively removing directory: /tmp/git.loJplM/ +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.993 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.994 | 56101 | Process exit code: 0 +2024-01-28 10:56:06 | INFO | 56101/cimple-worker: 2024-01-28 10:56:06.994 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.996 | 56098 | Waiting for a new command +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.996 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.996 | 71712 | Added a new worker 10 to the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.996 | 56097 | Removed run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.996 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.996 | 56095 | Waiting for new connections +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.996 | 56097 | Assigned run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:06 | INFO | 56098/cimple-worker: 2024-01-28 10:56:06.997 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jcsPB3 +2024-01-28 10:56:06 | INFO | 56095/cimple-server: 2024-01-28 10:56:06.997 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.000 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.000 | 71714 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.000 | 56097 | Removed run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.000 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.000 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.000 | 56097 | Assigned run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.000 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.000 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0e7S3E +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.002 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.003 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.006 | 71711 | Marked run 1287 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.006 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.006 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.007 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.010 | 71713 | Marked run 1288 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.010 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.013 | 56098 | Recursively removing directory: /tmp/git.jcsPB3/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.014 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.014 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.015 | 56101 | Recursively removing directory: /tmp/git.0e7S3E/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.017 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.017 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.018 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.021 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.022 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.022 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.022 | 71731 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.022 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.022 | 56097 | Removed run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.022 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.022 | 56097 | Assigned run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.022 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dfZt9a +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.025 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.025 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.025 | 71732 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.025 | 56097 | Removed run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.025 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.025 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.025 | 56097 | Assigned run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.025 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.O2GHr2 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.026 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.027 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.031 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.032 | 71729 | Marked run 1289 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.032 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.032 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.035 | 71730 | Marked run 1290 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.035 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.036 | 56098 | Recursively removing directory: /tmp/git.dfZt9a/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.038 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.038 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.041 | 56101 | Recursively removing directory: /tmp/git.O2GHr2/ +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.041 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.042 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.042 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.045 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.045 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.045 | 71748 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.045 | 56097 | Removed run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.045 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.045 | 56097 | Assigned run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.045 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.046 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JH2LkE +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.046 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.050 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.050 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.050 | 71750 | Added a new worker 14 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.050 | 56097 | Removed run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.050 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.050 | 56097 | Assigned run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.050 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.050 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.051 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.051 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6aPgET +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.053 | 71747 | Marked run 1291 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.053 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.056 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.057 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.060 | 56098 | Recursively removing directory: /tmp/git.JH2LkE/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.061 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.061 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.064 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.066 | 71749 | Marked run 1292 as finished +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.066 | 56101 | Recursively removing directory: /tmp/git.6aPgET/ +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.066 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.067 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.067 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.068 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.068 | 71766 | Added a new worker 9 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.068 | 56097 | Removed run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.068 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.068 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.068 | 56097 | Assigned run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.068 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.068 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oqc6yw +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.071 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.072 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.072 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.075 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.075 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.075 | 71770 | Added a new worker 13 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.075 | 56097 | Removed run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.075 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.075 | 56097 | Assigned run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.075 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.075 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.k7TXw9 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.078 | 71765 | Marked run 1293 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.079 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.081 | 56098 | Recursively removing directory: /tmp/git.oqc6yw/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.082 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.083 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.084 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.084 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.086 | 71767 | Marked run 1294 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.086 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.087 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.090 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.090 | 71784 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.090 | 56097 | Removed run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.090 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.090 | 56097 | Assigned run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.090 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.090 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HKquYO +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.091 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.093 | 56101 | Recursively removing directory: /tmp/git.k7TXw9/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.094 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.094 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.095 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.095 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.097 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.099 | 71779 | Marked run 1295 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.099 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.101 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.101 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.101 | 71792 | Added a new worker 8 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.101 | 56097 | Removed run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.101 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.101 | 56097 | Assigned run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.101 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dmhRHh +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.101 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.105 | 56098 | Recursively removing directory: /tmp/git.HKquYO/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.105 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.106 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.106 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.106 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.110 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.110 | 71786 | Marked run 1296 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.110 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.113 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.113 | 71802 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.113 | 56097 | Removed run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.113 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.113 | 56097 | Assigned run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.114 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.113 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.114 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DCXWji +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.118 | 56101 | Recursively removing directory: /tmp/git.dmhRHh/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.118 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.119 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.119 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.119 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.123 | 71797 | Marked run 1297 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.123 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.127 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.127 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.127 | 71811 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.127 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.127 | 56097 | Removed run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.127 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.127 | 56097 | Assigned run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.127 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.76R3A8 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.128 | 56098 | Recursively removing directory: /tmp/git.DCXWji/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.129 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.129 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.131 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.132 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.132 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.136 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.136 | 71806 | Marked run 1298 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.136 | 71815 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.136 | 56097 | Removed run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.136 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.136 | 56097 | Assigned run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.136 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.136 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.136 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.137 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.efWFNN +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.141 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.142 | 56101 | Recursively removing directory: /tmp/git.76R3A8/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.142 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.144 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.144 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.145 | 71812 | Marked run 1299 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.145 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.147 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.150 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.150 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.150 | 71829 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.150 | 56097 | Removed run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.150 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.150 | 56097 | Assigned run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.151 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MEs6cx +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.151 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.150 | 56098 | Recursively removing directory: /tmp/git.efWFNN/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.152 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.152 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.155 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.155 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.157 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.159 | 71826 | Marked run 1300 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.160 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.161 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.161 | 71836 | Added a new worker 8 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.161 | 56097 | Removed run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.161 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.161 | 56097 | Assigned run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.161 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.161 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pvUiCz +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.161 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.166 | 56101 | Recursively removing directory: /tmp/git.MEs6cx/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.166 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.167 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.168 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.168 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.171 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.172 | 71831 | Marked run 1301 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.172 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.174 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.174 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.174 | 71847 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.174 | 56097 | Removed run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.174 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.174 | 56097 | Assigned run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.175 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Bh9kcY +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.175 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.179 | 56098 | Recursively removing directory: /tmp/git.pvUiCz/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.180 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.181 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.182 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.182 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.183 | 71841 | Marked run 1302 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.183 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.185 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.188 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.188 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.188 | 71856 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.188 | 56097 | Removed run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.188 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.188 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.188 | 56097 | Assigned run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.188 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nTbDpR +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.190 | 56101 | Recursively removing directory: /tmp/git.Bh9kcY/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.191 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.191 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.193 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.194 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.195 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.196 | 71851 | Marked run 1303 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.196 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.198 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.198 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.198 | 71862 | Added a new worker 8 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.198 | 56097 | Removed run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.198 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.198 | 56097 | Assigned run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.198 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.198 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.y1WO0V +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.203 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.203 | 56098 | Recursively removing directory: /tmp/git.nTbDpR/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.204 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.205 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.205 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.208 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.208 | 71858 | Marked run 1304 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.208 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.211 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.211 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.211 | 71874 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.212 | 56097 | Removed run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.212 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.212 | 56097 | Assigned run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.212 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.212 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XVONHr +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.213 | 56101 | Recursively removing directory: /tmp/git.y1WO0V/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.214 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.214 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.216 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.216 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.218 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.220 | 71869 | Marked run 1305 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.221 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.222 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.222 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.222 | 71883 | Added a new worker 8 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.222 | 56097 | Removed run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.222 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.222 | 56097 | Assigned run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.222 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HKVFCf +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.223 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.225 | 56098 | Recursively removing directory: /tmp/git.XVONHr/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.227 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.227 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.227 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.227 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.230 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.232 | 71877 | Marked run 1306 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.233 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.234 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.234 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.234 | 71892 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.234 | 56097 | Removed run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.234 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.234 | 56097 | Assigned run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.234 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.234 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2tfp5h +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.238 | 56101 | Recursively removing directory: /tmp/git.HKVFCf/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.239 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.240 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.240 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.240 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.242 | 71886 | Marked run 1307 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.242 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.243 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.247 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.247 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.01DM2A +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.247 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.247 | 71901 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.247 | 56097 | Removed run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.247 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.247 | 56097 | Assigned run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.248 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.248 | 56098 | Recursively removing directory: /tmp/git.2tfp5h/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.249 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.249 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.251 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.252 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.253 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.255 | 71896 | Marked run 1308 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.255 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.256 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.256 | 71905 | Added a new worker 8 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.256 | 56097 | Removed run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.256 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.256 | 56097 | Assigned run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.256 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.256 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.256 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FtKNdq +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.261 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.261 | 56101 | Recursively removing directory: /tmp/git.01DM2A/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.262 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.263 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.263 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.266 | 71903 | Marked run 1309 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.266 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.266 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.269 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.269 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.269 | 71919 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.269 | 56097 | Removed run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.269 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.270 | 56097 | Assigned run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.270 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yvlQGj +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.270 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.271 | 56098 | Recursively removing directory: /tmp/git.FtKNdq/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.273 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.273 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.274 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.274 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.277 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.281 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.281 | 71914 | Marked run 1310 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.282 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.282 | 71928 | Added a new worker 6 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.282 | 56097 | Removed run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.282 | 56097 | Removed worker 6 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.282 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.282 | 56097 | Assigned run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.282 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.46iAVK +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.282 | 56101 | Recursively removing directory: /tmp/git.yvlQGj/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.284 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.284 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.286 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.287 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.287 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.289 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.290 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.290 | 71931 | Added a new worker 13 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.290 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.290 | 56097 | Removed run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.290 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.290 | 56097 | Assigned run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.290 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GbMJ7Q +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.290 | 71923 | Marked run 1311 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.291 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.295 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.296 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.297 | 56098 | Recursively removing directory: /tmp/git.46iAVK/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.299 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.299 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.300 | 71929 | Marked run 1312 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.300 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.302 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.304 | 56101 | Recursively removing directory: /tmp/git.GbMJ7Q/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.305 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.305 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.305 | 71946 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.306 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.306 | 56097 | Removed run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.306 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.306 | 56097 | Assigned run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.306 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.306 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.306 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OLfA8H +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.310 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.310 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.310 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.314 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.314 | 71951 | Added a new worker 13 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.314 | 56097 | Removed run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.314 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.314 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.314 | 56097 | Assigned run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.314 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.314 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xvHuzX +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.318 | 71945 | Marked run 1313 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.318 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.320 | 56098 | Recursively removing directory: /tmp/git.OLfA8H/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.321 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.321 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.321 | 56098 | Process output: 415085 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.322 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.323 | 71947 | Marked run 1314 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.323 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.324 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.328 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.328 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.328 | 71964 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.328 | 56097 | Removed run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.328 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.328 | 56097 | Assigned run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.328 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.329 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JEOnm7 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.331 | 56101 | Recursively removing directory: /tmp/git.xvHuzX/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.332 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.332 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.334 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.335 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.336 | 71958 | Marked run 1315 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.336 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.336 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.339 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.339 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.339 | 71971 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.339 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.339 | 56097 | Removed run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.339 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.339 | 56097 | Assigned run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.340 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.F5Zjpd +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.344 | 56098 | Recursively removing directory: /tmp/git.JEOnm7/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.344 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.345 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.346 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.346 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.348 | 71966 | Marked run 1316 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.348 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.350 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.353 | 56101 | Recursively removing directory: /tmp/git.F5Zjpd/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.353 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.353 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.353 | 71982 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.353 | 56097 | Removed run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.353 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.354 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.354 | 56097 | Assigned run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.354 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Pm9uce +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.355 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.355 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.358 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.359 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.360 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.361 | 71979 | Marked run 1317 as finished +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.361 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.362 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.362 | 71985 | Added a new worker 6 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.362 | 56097 | Removed run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.362 | 56097 | Removed worker 6 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.362 | 56097 | Assigned run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.362 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.362 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aqGza5 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.367 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.368 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.368 | 56098 | Recursively removing directory: /tmp/git.Pm9uce/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.370 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.371 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.372 | 71983 | Marked run 1318 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.373 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.374 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.376 | 56101 | Recursively removing directory: /tmp/git.aqGza5/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.377 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.377 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.378 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.378 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.378 | 72000 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.378 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.378 | 56097 | Removed run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.378 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.378 | 56097 | Assigned run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.378 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MuGnAA +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.381 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.383 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.384 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.385 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.385 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.385 | 72003 | Added a new worker 13 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.385 | 56097 | Removed run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.385 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.385 | 56097 | Assigned run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.385 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZLmKwl +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.386 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.386 | 71999 | Marked run 1319 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.387 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.390 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.392 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.394 | 56098 | Recursively removing directory: /tmp/git.MuGnAA/ +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.394 | 72001 | Marked run 1320 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.394 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.395 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.395 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.398 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.400 | 56101 | Recursively removing directory: /tmp/git.ZLmKwl/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.401 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.401 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.402 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.402 | 72018 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.402 | 56097 | Removed run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.402 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.402 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.402 | 56097 | Assigned run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.402 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.402 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ssymYw +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.405 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.407 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.408 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.409 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.409 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.409 | 72021 | Added a new worker 13 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.409 | 56097 | Removed run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.409 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.409 | 56097 | Assigned run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.409 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.409 | 72017 | Marked run 1321 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.409 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.409 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.00NY3C +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.414 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.415 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.418 | 56098 | Recursively removing directory: /tmp/git.ssymYw/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.419 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.419 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.420 | 72019 | Marked run 1322 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.420 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.423 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.424 | 56101 | Recursively removing directory: /tmp/git.00NY3C/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.425 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.425 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.426 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.426 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.426 | 72036 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.426 | 56097 | Removed run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.426 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.426 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.426 | 56097 | Assigned run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.426 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fxI5N0 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.429 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.430 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.431 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.432 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.432 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.432 | 72039 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.433 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.433 | 56097 | Removed run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.433 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.433 | 56097 | Assigned run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.433 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QdMjaH +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.437 | 72035 | Marked run 1323 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.438 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.440 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.441 | 72037 | Marked run 1324 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.441 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.441 | 56098 | Recursively removing directory: /tmp/git.fxI5N0/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.441 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.442 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.442 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.445 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.448 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.449 | 72054 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.449 | 56097 | Removed run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.449 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.449 | 56097 | Assigned run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.449 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.448 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.449 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YtCRBT +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.450 | 56101 | Recursively removing directory: /tmp/git.QdMjaH/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.452 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.452 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.453 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.454 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.456 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.457 | 72051 | Marked run 1325 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.458 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.459 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.459 | 72063 | Added a new worker 8 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.459 | 56097 | Removed run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.459 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.459 | 56097 | Assigned run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.459 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.460 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Wk1cTz +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.460 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.462 | 56098 | Recursively removing directory: /tmp/git.YtCRBT/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.463 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.463 | 56098 | Process output: 415085 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.464 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.465 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.467 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.469 | 72057 | Marked run 1326 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.469 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.470 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.470 | 72069 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.470 | 56097 | Removed run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.470 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.470 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.470 | 56097 | Assigned run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.470 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.470 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mGhiFD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.475 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.476 | 56101 | Recursively removing directory: /tmp/git.Wk1cTz/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.476 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.478 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.478 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.479 | 72065 | Marked run 1327 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.480 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.481 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.484 | 56098 | Recursively removing directory: /tmp/git.mGhiFD/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.484 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.484 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.485 | 72081 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.485 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.485 | 56097 | Removed run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.485 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.485 | 56097 | Assigned run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.485 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XmcPO2 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.486 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.486 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.490 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.490 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.491 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.493 | 72078 | Marked run 1328 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.493 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.493 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.493 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.493 | 72085 | Added a new worker 8 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.493 | 56097 | Removed run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.493 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.493 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.493 | 56097 | Assigned run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.493 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mcHvwC +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.498 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.499 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.499 | 56101 | Recursively removing directory: /tmp/git.XmcPO2/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.501 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.501 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.503 | 72082 | Marked run 1329 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.504 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.505 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.507 | 56098 | Recursively removing directory: /tmp/git.mcHvwC/ +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.508 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.508 | 72099 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.508 | 56097 | Removed run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.508 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.508 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.508 | 56097 | Assigned run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.508 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.508 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ERzuqS +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.509 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.509 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.512 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.513 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.514 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.517 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.517 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.517 | 72106 | Added a new worker 13 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.517 | 56097 | Removed run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.517 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.517 | 56097 | Assigned run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.518 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.518 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.v2hcZR +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.519 | 72098 | Marked run 1330 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.519 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.522 | 56101 | Recursively removing directory: /tmp/git.ERzuqS/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.523 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.524 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.524 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.525 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.527 | 72101 | Marked run 1331 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.527 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.528 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.531 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.532 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.532 | 72117 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.532 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.532 | 56097 | Removed run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.532 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.532 | 56097 | Assigned run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.532 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fyqhIS +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.533 | 56098 | Recursively removing directory: /tmp/git.v2hcZR/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.534 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.534 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.536 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.537 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.538 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.540 | 72111 | Marked run 1332 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.540 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.540 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.540 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.540 | 72121 | Added a new worker 8 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.540 | 56097 | Removed run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.540 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.540 | 56097 | Assigned run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.540 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.541 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9uTL8P +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.545 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.546 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.547 | 56101 | Recursively removing directory: /tmp/git.fyqhIS/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.549 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.549 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.550 | 72118 | Marked run 1333 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.551 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.553 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.554 | 56098 | Recursively removing directory: /tmp/git.9uTL8P/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.556 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.556 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.556 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.556 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.556 | 72135 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.556 | 56097 | Removed run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.556 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.556 | 56097 | Assigned run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.556 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5s8eUn +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.558 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.560 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.561 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.562 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.564 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.564 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.564 | 72138 | Added a new worker 13 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.564 | 56097 | Removed run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.564 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.564 | 56097 | Assigned run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.564 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.564 | 72134 | Marked run 1334 as finished +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.565 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IqquMI +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.565 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.569 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.570 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.571 | 56101 | Recursively removing directory: /tmp/git.5s8eUn/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.572 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.572 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.573 | 72136 | Marked run 1335 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.573 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.575 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.579 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.579 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.579 | 72153 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.579 | 56097 | Removed run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.579 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.579 | 56097 | Assigned run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.579 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.579 | 56098 | Recursively removing directory: /tmp/git.IqquMI/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.579 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fxj1na +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.581 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.581 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.584 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.584 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.585 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.589 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.589 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.589 | 72152 | Marked run 1336 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.589 | 72160 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.589 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.590 | 56097 | Removed run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.590 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.590 | 56097 | Assigned run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.590 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ybCXSj +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.590 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.594 | 56101 | Recursively removing directory: /tmp/git.fxj1na/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.594 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.595 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.596 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.596 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.599 | 72155 | Marked run 1337 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.600 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.600 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.603 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.603 | 56098 | Recursively removing directory: /tmp/git.ybCXSj/ +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.603 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.603 | 72171 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.603 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.603 | 56097 | Removed run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.603 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.604 | 56097 | Assigned run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.604 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LCo9mj +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.605 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.605 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.607 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.608 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.609 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.613 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.613 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.613 | 72178 | Added a new worker 13 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.613 | 56097 | Removed run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.613 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.613 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.613 | 56097 | Assigned run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.613 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kOWFC8 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.616 | 72168 | Marked run 1338 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.616 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.618 | 56101 | Recursively removing directory: /tmp/git.LCo9mj/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.618 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.619 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.622 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.622 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.624 | 72173 | Marked run 1339 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.624 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.626 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.628 | 56098 | Recursively removing directory: /tmp/git.kOWFC8/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.629 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.629 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.629 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.629 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.629 | 72189 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.629 | 56097 | Removed run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.629 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.629 | 56097 | Assigned run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.630 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dO7LbF +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.630 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.632 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.634 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.635 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.635 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.635 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.635 | 72191 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.635 | 56097 | Removed run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.635 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.635 | 56097 | Assigned run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.636 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.636 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.E2wJe2 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.640 | 72188 | Marked run 1340 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.640 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.641 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.642 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.645 | 56101 | Recursively removing directory: /tmp/git.dO7LbF/ +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.646 | 72190 | Marked run 1341 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.646 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.647 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.647 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.650 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.651 | 56098 | Recursively removing directory: /tmp/git.E2wJe2/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.652 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.652 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.653 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.653 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.653 | 72207 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.653 | 56097 | Removed run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.653 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.653 | 56097 | Assigned run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.653 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.653 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3EoK9q +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.656 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.657 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.658 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.659 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.659 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.660 | 72210 | Added a new worker 13 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.660 | 56097 | Removed run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.660 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.660 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.660 | 56097 | Assigned run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.660 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x7nXOW +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.663 | 72206 | Marked run 1342 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.663 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.665 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.666 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.668 | 56101 | Recursively removing directory: /tmp/git.3EoK9q/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.670 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.670 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.671 | 72208 | Marked run 1343 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.671 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.674 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.675 | 56098 | Recursively removing directory: /tmp/git.x7nXOW/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.676 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.676 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.677 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.677 | 72225 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.677 | 56097 | Removed run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.677 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.677 | 56097 | Assigned run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.677 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.677 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wnufID +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.678 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.679 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.682 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.682 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.682 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.682 | 72227 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.682 | 56097 | Removed run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.682 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.682 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.682 | 56097 | Assigned run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.683 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bxMlyH +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.683 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.688 | 72224 | Marked run 1344 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.688 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.688 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.689 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.692 | 72226 | Marked run 1345 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.692 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.693 | 56101 | Recursively removing directory: /tmp/git.wnufID/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.694 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.694 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.698 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.698 | 56098 | Recursively removing directory: /tmp/git.bxMlyH/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.700 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.700 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.701 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.701 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.701 | 72243 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.701 | 56097 | Removed run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.701 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.701 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.702 | 56097 | Assigned run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.702 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.l0IJmC +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.703 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.706 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.706 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.706 | 72245 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.706 | 56097 | Removed run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.706 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.706 | 56097 | Assigned run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.707 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6u41aa +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.707 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.707 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.708 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.712 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.712 | 72242 | Marked run 1346 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.713 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.713 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.716 | 72244 | Marked run 1347 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.716 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.718 | 56101 | Recursively removing directory: /tmp/git.l0IJmC/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.720 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.720 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.721 | 56098 | Recursively removing directory: /tmp/git.6u41aa/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.723 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.723 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.723 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.725 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.726 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.726 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.726 | 72262 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.726 | 56097 | Removed run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.726 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.726 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.726 | 56097 | Assigned run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.726 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xgwNPp +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.729 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.729 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CSOnu2 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.729 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.729 | 72263 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.729 | 56097 | Removed run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.729 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.729 | 56097 | Assigned run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.729 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.732 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.733 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.735 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.736 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.738 | 72260 | Marked run 1348 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.739 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.741 | 56101 | Recursively removing directory: /tmp/git.xgwNPp/ +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.742 | 72261 | Marked run 1349 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.742 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.743 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.743 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.745 | 56098 | Recursively removing directory: /tmp/git.CSOnu2/ +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.746 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.746 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.746 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.749 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.749 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.749 | 72279 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.749 | 56097 | Removed run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.749 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.749 | 56097 | Assigned run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.749 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rYEscG +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.750 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.750 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.753 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.753 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.753 | 72281 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.753 | 56097 | Removed run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.753 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.753 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.753 | 56097 | Assigned run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.754 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.754 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fJr9Yr +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.755 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.759 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.760 | 72278 | Marked run 1350 as finished +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.760 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.760 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.764 | 72280 | Marked run 1351 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.764 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.765 | 56101 | Recursively removing directory: /tmp/git.rYEscG/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.766 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.766 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.769 | 56098 | Recursively removing directory: /tmp/git.fJr9Yr/ +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.770 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.770 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.770 | 56098 | Process output: 415085 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.772 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.772 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.773 | 72297 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.773 | 56097 | Removed run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.773 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.773 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.773 | 56097 | Assigned run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.773 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8MVIga +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.773 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.777 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.777 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.777 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.777 | 72299 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.777 | 56097 | Removed run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.777 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.777 | 56097 | Assigned run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.777 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.777 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hzGAyp +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.778 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.782 | 72296 | Marked run 1352 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.783 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.784 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.785 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.787 | 56101 | Recursively removing directory: /tmp/git.8MVIga/ +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.787 | 72298 | Marked run 1353 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.788 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.788 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.788 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.792 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.793 | 56098 | Recursively removing directory: /tmp/git.hzGAyp/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.794 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.794 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.795 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.795 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.795 | 72315 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.795 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.795 | 56097 | Removed run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.795 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.795 | 56097 | Assigned run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.795 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ks1vOi +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.797 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.799 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.800 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.801 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.801 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.801 | 72318 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.801 | 56097 | Removed run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.801 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.801 | 56097 | Assigned run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.802 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZPJSIx +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.802 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.805 | 72314 | Marked run 1354 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.805 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.808 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.809 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.809 | 72316 | Marked run 1355 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.809 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.810 | 56101 | Recursively removing directory: /tmp/git.ks1vOi/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.812 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.812 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.815 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.817 | 56098 | Recursively removing directory: /tmp/git.ZPJSIx/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.818 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.818 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.818 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.818 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.818 | 72333 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.818 | 56097 | Removed run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.818 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.818 | 56097 | Assigned run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.819 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VSw48U +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.820 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.822 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.823 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.824 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.826 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.826 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.826 | 72336 | Added a new worker 13 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.826 | 56097 | Removed run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.826 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.826 | 56097 | Assigned run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.826 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.826 | 72332 | Marked run 1356 as finished +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.826 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9O3Bp1 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.827 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.831 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.832 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.834 | 56101 | Recursively removing directory: /tmp/git.VSw48U/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.835 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.835 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.836 | 72334 | Marked run 1357 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.837 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.838 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.841 | 56098 | Recursively removing directory: /tmp/git.9O3Bp1/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.842 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.842 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.842 | 72351 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.842 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.842 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.842 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.844 | 56097 | Removed run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.844 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.844 | 56097 | Assigned run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.844 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.o0H53d +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.845 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.849 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.849 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.849 | 72353 | Added a new worker 13 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.849 | 56097 | Removed run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.849 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.849 | 56097 | Assigned run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.849 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cB8Htu +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.850 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.851 | 72350 | Marked run 1358 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.852 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.852 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.853 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.855 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.856 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.857 | 72352 | Marked run 1359 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.857 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.862 | 56101 | Recursively removing directory: /tmp/git.o0H53d/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.864 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.864 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.865 | 56098 | Recursively removing directory: /tmp/git.cB8Htu/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.866 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.866 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.867 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.869 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.870 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.870 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.870 | 72370 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.870 | 56097 | Removed run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.870 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.870 | 56097 | Assigned run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.870 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.H1wTYF +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.871 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.872 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.872 | 72371 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.872 | 56097 | Removed run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.872 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.872 | 56097 | Assigned run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.872 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.872 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.873 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LQnjEn +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.875 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.876 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.878 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.879 | 72368 | Marked run 1360 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.880 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.880 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.883 | 72369 | Marked run 1361 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.883 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.885 | 56101 | Recursively removing directory: /tmp/git.H1wTYF/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.886 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.886 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.888 | 56098 | Recursively removing directory: /tmp/git.LQnjEn/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.890 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.890 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.890 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.894 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.894 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.894 | 72387 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.894 | 56097 | Removed run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.894 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.894 | 56097 | Assigned run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.894 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.894 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.894 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.X5NZre +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.898 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.898 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.898 | 72389 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.898 | 56097 | Removed run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.898 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.898 | 56097 | Assigned run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.898 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.898 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wOWK6q +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.900 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.902 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.904 | 72386 | Marked run 1362 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.904 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.904 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.905 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.908 | 72388 | Marked run 1363 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.908 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.911 | 56101 | Recursively removing directory: /tmp/git.X5NZre/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.913 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.913 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.914 | 56098 | Recursively removing directory: /tmp/git.wOWK6q/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.915 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.915 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.916 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.918 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.919 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.919 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.919 | 72406 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.919 | 56097 | Removed run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.919 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.919 | 56097 | Assigned run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.919 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TePiTC +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.919 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.921 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.921 | 72407 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.921 | 56097 | Removed run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.921 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.921 | 56097 | Assigned run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.923 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.921 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.922 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MJrtBf +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.924 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.925 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.927 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.928 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.929 | 72404 | Marked run 1364 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.929 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.933 | 72405 | Marked run 1365 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.933 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.934 | 56101 | Recursively removing directory: /tmp/git.TePiTC/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.936 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.936 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.937 | 56098 | Recursively removing directory: /tmp/git.MJrtBf/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.939 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.939 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.939 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.943 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.943 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.943 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.943 | 72424 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.943 | 56097 | Removed run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.943 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.943 | 56097 | Assigned run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.944 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OrZOte +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.944 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.947 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.947 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.947 | 72425 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.947 | 56097 | Removed run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.947 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.947 | 56097 | Assigned run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.947 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mwpNci +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.948 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.949 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.950 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.954 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.955 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.956 | 72422 | Marked run 1366 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.956 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.960 | 56101 | Recursively removing directory: /tmp/git.OrZOte/ +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.960 | 72423 | Marked run 1367 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.960 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.961 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.961 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.964 | 56098 | Recursively removing directory: /tmp/git.mwpNci/ +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.965 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.965 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.965 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.968 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.968 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.968 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.968 | 72442 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.968 | 56097 | Removed run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.968 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.968 | 56097 | Assigned run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.968 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.968 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HKXwKc +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.971 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.971 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.971 | 72443 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.971 | 56097 | Removed run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.971 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.971 | 56097 | Assigned run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.971 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.972 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yrR4Vm +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.973 | 56101 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.975 | 56101 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.977 | 56098 | Checking out revision HEAD +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.977 | 72440 | Marked run 1368 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.977 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.978 | 56098 | Going to run: ./ci +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.981 | 72441 | Marked run 1369 as finished +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.982 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.984 | 56101 | Recursively removing directory: /tmp/git.HKXwKc/ +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.985 | 56101 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.985 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.987 | 56098 | Recursively removing directory: /tmp/git.yrR4Vm/ +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.989 | 56098 | Process exit code: 0 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.989 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.989 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.993 | 56101 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.993 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.993 | 72459 | Added a new worker 10 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.993 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.993 | 56097 | Removed run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.993 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.993 | 56097 | Assigned run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.993 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.993 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rnYsMy +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.997 | 56098 | Waiting for a new command +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.997 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.997 | 72461 | Added a new worker 12 to the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.997 | 56097 | Removed run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.997 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.997 | 56097 | Assigned run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:07 | INFO | 56098/cimple-worker: 2024-01-28 10:56:07.997 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pziP59 +2024-01-28 10:56:07 | INFO | 56095/cimple-server: 2024-01-28 10:56:07.999 | 56095 | Waiting for new connections +2024-01-28 10:56:07 | INFO | 56101/cimple-worker: 2024-01-28 10:56:07.999 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.001 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.002 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.002 | 72458 | Marked run 1370 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.003 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.003 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.006 | 72460 | Marked run 1371 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.006 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.010 | 56101 | Recursively removing directory: /tmp/git.rnYsMy/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.011 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.011 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.012 | 56098 | Recursively removing directory: /tmp/git.pziP59/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.013 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.013 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.016 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.018 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.019 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.019 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.019 | 72478 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.020 | 56097 | Removed run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.020 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.020 | 56097 | Assigned run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.020 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.020 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OUIV1W +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.021 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.021 | 72479 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.022 | 56097 | Removed run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.022 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.022 | 56097 | Assigned run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.022 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.021 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.022 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uSHKoQ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.025 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.026 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.029 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.029 | 72476 | Marked run 1372 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.029 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.030 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.033 | 72477 | Marked run 1373 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.033 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.035 | 56101 | Recursively removing directory: /tmp/git.OUIV1W/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.037 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.037 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.038 | 56098 | Recursively removing directory: /tmp/git.uSHKoQ/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.040 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.040 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.041 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.044 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.045 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.045 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.045 | 72496 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.045 | 56097 | Removed run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.045 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.045 | 56097 | Assigned run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.045 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.045 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Wy8rwi +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.048 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.048 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.048 | 72497 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.048 | 56097 | Removed run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.048 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.048 | 56097 | Assigned run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.048 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ICNy2K +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.049 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.050 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.051 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.053 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.054 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.056 | 72494 | Marked run 1374 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.056 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.059 | 72495 | Marked run 1375 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.059 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.061 | 56101 | Recursively removing directory: /tmp/git.Wy8rwi/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.062 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.062 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.063 | 56098 | Recursively removing directory: /tmp/git.ICNy2K/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.065 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.065 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.066 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.069 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.070 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.070 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.070 | 72514 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.070 | 56097 | Removed run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.070 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.070 | 56097 | Assigned run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.071 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.070 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GG7rHs +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.072 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.072 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.073 | 72515 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.073 | 56097 | Removed run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.073 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.073 | 56097 | Assigned run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.073 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gLkaOz +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.074 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.077 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.078 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.079 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.079 | 72512 | Marked run 1376 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.080 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.081 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.083 | 72513 | Marked run 1377 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.084 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.088 | 56101 | Recursively removing directory: /tmp/git.GG7rHs/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.089 | 56098 | Recursively removing directory: /tmp/git.gLkaOz/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.089 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.089 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.090 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.090 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.092 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.093 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.095 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.095 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.095 | 72532 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.095 | 56097 | Removed run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.095 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.095 | 56097 | Assigned run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.096 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fELjUH +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.096 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.096 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.096 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AyKGnh +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.096 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.096 | 72533 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.096 | 56097 | Removed run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.096 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.096 | 56097 | Assigned run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.101 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.101 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.101 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.102 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.103 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.106 | 72530 | Marked run 1378 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.106 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.110 | 72531 | Marked run 1379 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.110 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.111 | 56101 | Recursively removing directory: /tmp/git.fELjUH/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.113 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.113 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.113 | 56098 | Recursively removing directory: /tmp/git.AyKGnh/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.114 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.114 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.116 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.117 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.118 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.119 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.119 | 72550 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.119 | 56097 | Removed run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.119 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.119 | 56097 | Assigned run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.119 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mQ8ymy +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.120 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.120 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.120 | 72551 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.121 | 56097 | Removed run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.121 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.121 | 56097 | Assigned run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.121 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.120 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.121 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ph1369 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.123 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.124 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.127 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.128 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.128 | 72548 | Marked run 1380 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.128 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.131 | 72549 | Marked run 1381 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.132 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.133 | 56101 | Recursively removing directory: /tmp/git.mQ8ymy/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.134 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.134 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.137 | 56098 | Recursively removing directory: /tmp/git.ph1369/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.138 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.138 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.138 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.142 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.142 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.142 | 72567 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.142 | 56097 | Removed run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.142 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.142 | 56097 | Assigned run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.142 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2T1Hjv +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.142 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.143 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.146 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.147 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.147 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.147 | 72569 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.147 | 56097 | Removed run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.147 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.147 | 56097 | Assigned run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.147 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Jo913H +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.147 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.148 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.152 | 72566 | Marked run 1382 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.152 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.153 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.154 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.156 | 72568 | Marked run 1383 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.156 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.157 | 56101 | Recursively removing directory: /tmp/git.2T1Hjv/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.158 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.158 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.162 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.163 | 56098 | Recursively removing directory: /tmp/git.Jo913H/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.164 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.164 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.166 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.166 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.166 | 72585 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.166 | 56097 | Removed run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.166 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.166 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.166 | 56097 | Assigned run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.166 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Lxw2Cn +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.168 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.171 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.172 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.172 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.173 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.173 | 72588 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.173 | 56097 | Removed run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.173 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.173 | 56097 | Assigned run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.173 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hlld5d +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.174 | 72584 | Marked run 1384 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.174 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.174 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.177 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.178 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.181 | 56101 | Recursively removing directory: /tmp/git.Lxw2Cn/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.183 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.183 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.187 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.187 | 56098 | Recursively removing directory: /tmp/git.hlld5d/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.188 | 72586 | Marked run 1385 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.188 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.189 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.189 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.190 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.190 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.190 | 72603 | Added a new worker 9 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.190 | 56097 | Removed run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.190 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.190 | 56097 | Assigned run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.190 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.190 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.J9mU3Q +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.191 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.194 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.194 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.194 | 72605 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.194 | 56097 | Removed run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.194 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.195 | 56097 | Assigned run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.195 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.195 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.195 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HyQbIR +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.196 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.199 | 72602 | Marked run 1386 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.199 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.202 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.203 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.204 | 72604 | Marked run 1387 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.204 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.205 | 56101 | Recursively removing directory: /tmp/git.J9mU3Q/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.207 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.207 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.210 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.211 | 56098 | Recursively removing directory: /tmp/git.HyQbIR/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.213 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.213 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.214 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.214 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.214 | 72621 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.214 | 56097 | Removed run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.214 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.214 | 56097 | Assigned run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.214 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.214 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yFdOxi +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.217 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.219 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.219 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.220 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.221 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.221 | 72624 | Added a new worker 11 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.221 | 56097 | Removed run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.221 | 56097 | Removed worker 11 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.221 | 56097 | Assigned run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.221 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dEnFX8 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.222 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.223 | 72620 | Marked run 1388 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.223 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.226 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.227 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.229 | 56101 | Recursively removing directory: /tmp/git.yFdOxi/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.230 | 72622 | Marked run 1389 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.230 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.230 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.230 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.234 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.235 | 56098 | Recursively removing directory: /tmp/git.dEnFX8/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.236 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.236 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.237 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.237 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.237 | 72639 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.237 | 56097 | Removed run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.237 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.237 | 56097 | Assigned run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.237 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.r0noQk +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.238 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.241 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.241 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.242 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.244 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.244 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.244 | 72643 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.244 | 56097 | Removed run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.244 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.244 | 56097 | Assigned run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.245 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yhVweW +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.245 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.248 | 72638 | Marked run 1390 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.248 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.250 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.251 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.253 | 56101 | Recursively removing directory: /tmp/git.r0noQk/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.254 | 72640 | Marked run 1391 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.255 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.255 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.255 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.259 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.260 | 56098 | Recursively removing directory: /tmp/git.yhVweW/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.261 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.261 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.262 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.262 | 72657 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.262 | 56097 | Removed run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.262 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.262 | 56097 | Assigned run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.263 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.262 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.262 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZshDPX +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.266 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.266 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.267 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.269 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.269 | 72660 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.269 | 56097 | Removed run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.269 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.270 | 56097 | Assigned run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.269 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.270 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.271 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OZv9Xn +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.274 | 72656 | Marked run 1392 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.274 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.276 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.277 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.278 | 72658 | Marked run 1393 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.278 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.278 | 56101 | Recursively removing directory: /tmp/git.ZshDPX/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.280 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.280 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.283 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.285 | 56098 | Recursively removing directory: /tmp/git.OZv9Xn/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.286 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.286 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.286 | 72675 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.286 | 56097 | Removed run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.286 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.286 | 56097 | Assigned run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.286 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.286 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.287 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.287 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dndYWN +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.290 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.292 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.293 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.293 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.293 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.294 | 72678 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.294 | 56097 | Removed run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.294 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.294 | 56097 | Assigned run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.294 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.294 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.woihJF +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.298 | 72674 | Marked run 1394 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.298 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.300 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.301 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.302 | 56101 | Recursively removing directory: /tmp/git.dndYWN/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.303 | 72676 | Marked run 1395 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.303 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.304 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.304 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.308 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.310 | 56098 | Recursively removing directory: /tmp/git.woihJF/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.311 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.311 | 72693 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.311 | 56097 | Removed run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.311 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.311 | 56097 | Assigned run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.311 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.311 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.h6SMTx +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.311 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.311 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.312 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.315 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.315 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.316 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.319 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.319 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.319 | 72698 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.319 | 56097 | Removed run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.319 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.319 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JZV6LZ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.319 | 56097 | Assigned run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.320 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.324 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.325 | 72692 | Marked run 1396 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.325 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.325 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.325 | 56101 | Recursively removing directory: /tmp/git.h6SMTx/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.327 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.327 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.329 | 72694 | Marked run 1397 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.329 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.331 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.333 | 56098 | Recursively removing directory: /tmp/git.JZV6LZ/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.334 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.334 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.334 | 72711 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.334 | 56097 | Removed run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.334 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.334 | 56097 | Assigned run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.334 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.334 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.okIYJB +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.335 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.335 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.339 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.339 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.340 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.342 | 72710 | Marked run 1398 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.342 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.343 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.343 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.343 | 72714 | Added a new worker 8 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.343 | 56097 | Removed run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.343 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.343 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.343 | 56097 | Assigned run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.343 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EVNVKK +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.347 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.348 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.350 | 56101 | Recursively removing directory: /tmp/git.okIYJB/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.352 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.352 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.353 | 72712 | Marked run 1399 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.353 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.356 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.357 | 56098 | Recursively removing directory: /tmp/git.EVNVKK/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.358 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.358 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.359 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.359 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.359 | 72729 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.359 | 56097 | Removed run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.359 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.359 | 56097 | Assigned run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.359 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0066Az +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.359 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.362 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.363 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.364 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.365 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.366 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.366 | 72732 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.366 | 56097 | Removed run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.366 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.366 | 56097 | Assigned run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.366 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8KCeCH +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.366 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.370 | 72728 | Marked run 1400 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.370 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.373 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.374 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.374 | 56101 | Recursively removing directory: /tmp/git.0066Az/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.375 | 72730 | Marked run 1401 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.375 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.376 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.376 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.379 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.382 | 56098 | Recursively removing directory: /tmp/git.8KCeCH/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.382 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.382 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.382 | 72747 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.382 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.382 | 56097 | Removed run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.382 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.383 | 56097 | Assigned run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.383 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2wlLwT +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.383 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.383 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.387 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.387 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.388 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.390 | 72746 | Marked run 1402 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.390 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.390 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.391 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.391 | 72750 | Added a new worker 8 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.391 | 56097 | Removed run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.391 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.391 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.391 | 56097 | Assigned run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.391 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.m3HHqE +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.395 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.396 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.397 | 56101 | Recursively removing directory: /tmp/git.2wlLwT/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.399 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.399 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.402 | 72748 | Marked run 1403 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.402 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.403 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.404 | 56098 | Recursively removing directory: /tmp/git.m3HHqE/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.406 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.406 | 56098 | Process output: 415085 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.407 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.407 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.407 | 72765 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.407 | 56097 | Removed run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.407 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.407 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.407 | 56097 | Assigned run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.407 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x6a7dQ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.410 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.412 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.413 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.414 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.414 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.414 | 72768 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.414 | 56097 | Removed run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.414 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.414 | 56097 | Assigned run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.414 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Q5caeD +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.415 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.416 | 72764 | Marked run 1404 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.417 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.419 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.421 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.422 | 56101 | Recursively removing directory: /tmp/git.x6a7dQ/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.424 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.424 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.424 | 72766 | Marked run 1405 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.424 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.427 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.430 | 56098 | Recursively removing directory: /tmp/git.Q5caeD/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.430 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.430 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.430 | 72783 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.430 | 56097 | Removed run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.430 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.430 | 56097 | Assigned run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.430 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DWWPFU +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.431 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.431 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.431 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.434 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.435 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.436 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.437 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.437 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.437 | 72786 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.437 | 56097 | Removed run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.437 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.437 | 56097 | Assigned run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.438 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SX6EEz +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.439 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.440 | 72782 | Marked run 1406 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.440 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.443 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.444 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.446 | 56101 | Recursively removing directory: /tmp/git.DWWPFU/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.447 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.447 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.449 | 72784 | Marked run 1407 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.449 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.451 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.453 | 56098 | Recursively removing directory: /tmp/git.SX6EEz/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.454 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.454 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.455 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.455 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.455 | 72801 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.455 | 56097 | Removed run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.455 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.455 | 56097 | Assigned run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.455 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.455 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Oauksz +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.458 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.459 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.461 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.462 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.462 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.462 | 72804 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.462 | 56097 | Removed run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.462 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.462 | 56097 | Assigned run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.462 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KgFhsb +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.463 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.464 | 72800 | Marked run 1408 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.465 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.468 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.470 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.470 | 56101 | Recursively removing directory: /tmp/git.Oauksz/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.472 | 72802 | Marked run 1409 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.472 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.472 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.472 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.475 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.478 | 56098 | Recursively removing directory: /tmp/git.KgFhsb/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.479 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.479 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.479 | 72819 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.479 | 56097 | Removed run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.479 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.479 | 56097 | Assigned run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.479 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.479 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.479 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uc7mAN +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.480 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.482 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.484 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.485 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.485 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.485 | 72821 | Added a new worker 14 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.485 | 56097 | Removed run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.485 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.485 | 56097 | Assigned run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.486 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.486 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pKdqJ2 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.486 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.489 | 72818 | Marked run 1410 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.489 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.491 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.493 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.494 | 56101 | Recursively removing directory: /tmp/git.uc7mAN/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.495 | 72820 | Marked run 1411 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.496 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.496 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.496 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.499 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.501 | 56098 | Recursively removing directory: /tmp/git.pKdqJ2/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.502 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.502 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.502 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.503 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PE4z7v +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.502 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.503 | 72837 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.503 | 56097 | Removed run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.503 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.503 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.503 | 56097 | Assigned run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.506 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.507 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.507 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.510 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.510 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.510 | 72841 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.510 | 56097 | Removed run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.510 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.510 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.511 | 56097 | Assigned run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.511 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KwYVAF +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.514 | 72836 | Marked run 1412 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.515 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.517 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.517 | 56101 | Recursively removing directory: /tmp/git.PE4z7v/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.518 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.519 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.519 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.521 | 72838 | Marked run 1413 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.521 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.522 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.525 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.525 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.525 | 72855 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.525 | 56097 | Removed run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.525 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.525 | 56097 | Assigned run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.525 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.526 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TJCIN4 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.527 | 56098 | Recursively removing directory: /tmp/git.KwYVAF/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.528 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.528 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.530 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.531 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.531 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.534 | 72850 | Marked run 1414 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.534 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.535 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.535 | 72860 | Added a new worker 8 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.535 | 56097 | Removed run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.535 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.535 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.535 | 56097 | Assigned run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.535 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.535 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BMIFjy +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.539 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.540 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.540 | 56101 | Recursively removing directory: /tmp/git.TJCIN4/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.542 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.542 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.545 | 72857 | Marked run 1415 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.545 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.546 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.549 | 56098 | Recursively removing directory: /tmp/git.BMIFjy/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.550 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.550 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.550 | 72873 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.550 | 56097 | Removed run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.550 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.550 | 56097 | Assigned run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.550 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WdCnL4 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.550 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.550 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.550 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.554 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.555 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.556 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.558 | 72872 | Marked run 1416 as finished +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.558 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.558 | 72877 | Added a new worker 6 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.558 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.558 | 56097 | Removed run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.558 | 56097 | Removed worker 6 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.559 | 56097 | Assigned run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.559 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lmpF4w +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.559 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.563 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.564 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.565 | 56101 | Recursively removing directory: /tmp/git.WdCnL4/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.567 | 72874 | Marked run 1417 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.567 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.567 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.567 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.570 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.572 | 56098 | Recursively removing directory: /tmp/git.lmpF4w/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.573 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.573 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.574 | 72891 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.574 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.574 | 56097 | Removed run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.574 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.574 | 56097 | Assigned run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.574 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.574 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.574 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bSc7EH +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.578 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.578 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.579 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.582 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.582 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.583 | 72898 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.583 | 56097 | Removed run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.583 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.583 | 56097 | Assigned run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.583 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6ccyP1 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.583 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.584 | 72890 | Marked run 1418 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.584 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.587 | 56101 | Recursively removing directory: /tmp/git.bSc7EH/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.588 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.589 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.589 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.589 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.592 | 72893 | Marked run 1419 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.592 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.592 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.596 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.596 | 72909 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.596 | 56097 | Removed run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.596 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.596 | 56097 | Assigned run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.596 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.596 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.596 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1istTQ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.597 | 56098 | Recursively removing directory: /tmp/git.6ccyP1/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.599 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.599 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.601 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.601 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.603 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.607 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.607 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.607 | 72916 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.607 | 56097 | Removed run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.607 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.607 | 56097 | Assigned run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.607 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qp4kni +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.607 | 72904 | Marked run 1420 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.608 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.609 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.613 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.614 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.615 | 56101 | Recursively removing directory: /tmp/git.1istTQ/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.617 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.617 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.618 | 72911 | Marked run 1421 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.618 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.622 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.624 | 56098 | Recursively removing directory: /tmp/git.qp4kni/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.625 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.626 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.626 | 72927 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.626 | 56097 | Removed run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.626 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.626 | 56097 | Assigned run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.626 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.626 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.626 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.32zgIt +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.626 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.630 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.630 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.633 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.633 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.633 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.633 | 72930 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.633 | 56097 | Removed run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.633 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.633 | 56097 | Assigned run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.634 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.634 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aIehpU +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.636 | 72926 | Marked run 1422 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.637 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.639 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.640 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.642 | 56101 | Recursively removing directory: /tmp/git.32zgIt/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.643 | 72928 | Marked run 1423 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.643 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.644 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.644 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.648 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.648 | 56098 | Recursively removing directory: /tmp/git.aIehpU/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.650 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.650 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.651 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.651 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.651 | 72945 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.651 | 56097 | Removed run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.651 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.651 | 56097 | Assigned run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.651 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.651 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iAebKC +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.653 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.655 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.656 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.657 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.657 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.657 | 72948 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.657 | 56097 | Removed run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.657 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.657 | 56097 | Assigned run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.657 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tccSV8 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.657 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.662 | 72944 | Marked run 1424 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.662 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.663 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.665 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.666 | 56101 | Recursively removing directory: /tmp/git.iAebKC/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.667 | 72946 | Marked run 1425 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.667 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.668 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.668 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.671 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.673 | 56098 | Recursively removing directory: /tmp/git.tccSV8/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.674 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.674 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.674 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.674 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.674 | 72963 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.674 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.674 | 56097 | Removed run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.674 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.674 | 56097 | Assigned run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.676 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.17jfaY +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.677 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.680 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.680 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.680 | 72965 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.680 | 56097 | Removed run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.680 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.680 | 56097 | Assigned run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.680 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.681 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hMByXO +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.681 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.682 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.684 | 72962 | Marked run 1426 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.684 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.686 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.686 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.690 | 72964 | Marked run 1427 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.690 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.691 | 56101 | Recursively removing directory: /tmp/git.17jfaY/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.693 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.693 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.695 | 56098 | Recursively removing directory: /tmp/git.hMByXO/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.696 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.696 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.697 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.699 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.699 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.700 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.700 | 72982 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.700 | 56097 | Removed run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.700 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.700 | 56097 | Assigned run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.700 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HTERRF +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.700 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.703 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.703 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.703 | 72983 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.703 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.703 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CsXDw2 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.703 | 56097 | Removed run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.703 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.703 | 56097 | Assigned run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.705 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.706 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.709 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.710 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.710 | 72980 | Marked run 1428 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.710 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.713 | 72981 | Marked run 1429 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.713 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.715 | 56101 | Recursively removing directory: /tmp/git.HTERRF/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.717 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.717 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.719 | 56098 | Recursively removing directory: /tmp/git.CsXDw2/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.720 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.720 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.720 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.723 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.723 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.723 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.723 | 73000 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.723 | 56097 | Removed run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.723 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.724 | 56097 | Assigned run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.724 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.84zjQH +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.725 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.725 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.726 | 73001 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.726 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.725 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.726 | 56097 | Removed run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.726 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.726 | 56097 | Assigned run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.726 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LIRkuz +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.728 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.730 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.732 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.733 | 72998 | Marked run 1430 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.733 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.733 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.737 | 72999 | Marked run 1431 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.737 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.738 | 56101 | Recursively removing directory: /tmp/git.84zjQH/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.740 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.740 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.742 | 56098 | Recursively removing directory: /tmp/git.LIRkuz/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.743 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.743 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.743 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.746 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.746 | 73017 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.746 | 56097 | Removed run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.746 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.746 | 56097 | Assigned run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.746 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.746 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JVXj8O +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.746 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.747 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.749 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.749 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.749 | 73019 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.750 | 56097 | Removed run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.750 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.750 | 56097 | Assigned run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.750 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.750 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A9BHgO +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.750 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.751 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.756 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.757 | 73016 | Marked run 1432 as finished +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.757 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.757 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.761 | 73018 | Marked run 1433 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.761 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.761 | 56101 | Recursively removing directory: /tmp/git.JVXj8O/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.762 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.763 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.766 | 56098 | Recursively removing directory: /tmp/git.A9BHgO/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.767 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.768 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.768 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.769 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.769 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.769 | 73035 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.769 | 56097 | Removed run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.769 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.769 | 56097 | Assigned run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.769 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kWPWks +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.770 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.771 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.773 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.774 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.775 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.775 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.775 | 73038 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.775 | 56097 | Removed run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.775 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.775 | 56097 | Assigned run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.775 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.775 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7GakFL +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.781 | 73034 | Marked run 1434 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.781 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.781 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.783 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.784 | 56101 | Recursively removing directory: /tmp/git.kWPWks/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.785 | 73036 | Marked run 1435 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.786 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.786 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.786 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.789 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.791 | 56098 | Recursively removing directory: /tmp/git.7GakFL/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.793 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.793 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.793 | 73053 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.793 | 56097 | Removed run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.793 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.793 | 56097 | Assigned run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.793 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.793 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.793 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.793 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4Q5NQ6 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.797 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.798 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.799 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.800 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.800 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.800 | 73056 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.800 | 56097 | Removed run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.800 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.800 | 56097 | Assigned run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.801 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RBapXh +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.801 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.801 | 73052 | Marked run 1436 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.802 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.806 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.806 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.809 | 56101 | Recursively removing directory: /tmp/git.4Q5NQ6/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.810 | 73054 | Marked run 1437 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.810 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.811 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.811 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.815 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.815 | 56098 | Recursively removing directory: /tmp/git.RBapXh/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.816 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.816 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.817 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.817 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.817 | 73071 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.817 | 56097 | Removed run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.818 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.818 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.818 | 56097 | Assigned run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.818 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EHGOgG +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.820 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.821 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.822 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.823 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.823 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.823 | 73074 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.823 | 56097 | Removed run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.823 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.823 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.824 | 56097 | Assigned run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.824 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PH3Fwr +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.828 | 73070 | Marked run 1438 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.828 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.829 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.830 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.833 | 56101 | Recursively removing directory: /tmp/git.EHGOgG/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.833 | 73072 | Marked run 1439 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.834 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.834 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.834 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.838 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.839 | 56098 | Recursively removing directory: /tmp/git.PH3Fwr/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.840 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.840 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.841 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.841 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.841 | 73089 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.841 | 56097 | Removed run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.841 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.841 | 56097 | Assigned run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.842 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.842 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nQpFll +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.844 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.846 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.847 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.848 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.848 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.848 | 73092 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.848 | 56097 | Removed run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.848 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.848 | 56097 | Assigned run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.848 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.849 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.E3enai +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.849 | 73088 | Marked run 1440 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.850 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.854 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.854 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.856 | 56101 | Recursively removing directory: /tmp/git.nQpFll/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.858 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.858 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.860 | 73090 | Marked run 1441 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.860 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.862 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.863 | 56098 | Recursively removing directory: /tmp/git.E3enai/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.864 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.864 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.866 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.866 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.866 | 73107 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.866 | 56097 | Removed run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.866 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.866 | 56097 | Assigned run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.866 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.866 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aqKR40 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.869 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.871 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.872 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.873 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.873 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.873 | 73110 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.873 | 56097 | Removed run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.873 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.873 | 56097 | Assigned run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.873 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yiZIJS +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.874 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.875 | 73106 | Marked run 1442 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.875 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.878 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.879 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.882 | 56101 | Recursively removing directory: /tmp/git.aqKR40/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.883 | 73108 | Marked run 1443 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.883 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.883 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.883 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.887 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.888 | 56098 | Recursively removing directory: /tmp/git.yiZIJS/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.889 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.889 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.889 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.890 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.890 | 73125 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.890 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.890 | 56097 | Removed run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.890 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.890 | 56097 | Assigned run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.890 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1uTouK +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.892 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.894 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.895 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.895 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.895 | 73127 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.895 | 56097 | Removed run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.895 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.895 | 56097 | Assigned run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.895 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.895 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.c6FpLq +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.895 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.900 | 73124 | Marked run 1444 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.900 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.901 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.902 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.904 | 56101 | Recursively removing directory: /tmp/git.1uTouK/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.905 | 73126 | Marked run 1445 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.905 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.906 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.906 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.909 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.911 | 56098 | Recursively removing directory: /tmp/git.c6FpLq/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.912 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.912 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.912 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.912 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.912 | 73143 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.912 | 56097 | Removed run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.912 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.912 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.912 | 56097 | Assigned run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.912 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CLK0k0 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.916 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.916 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.917 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.919 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.919 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.919 | 73147 | Added a new worker 12 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.919 | 56097 | Removed run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.919 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.919 | 56097 | Assigned run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.919 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.920 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XYtM55 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.925 | 73142 | Marked run 1446 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.925 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.926 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.927 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.928 | 56101 | Recursively removing directory: /tmp/git.CLK0k0/ +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.929 | 73144 | Marked run 1447 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.930 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.930 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.930 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.933 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.935 | 56098 | Recursively removing directory: /tmp/git.XYtM55/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.936 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.936 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.936 | 73161 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.936 | 56097 | Removed run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.936 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.936 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.936 | 56097 | Assigned run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.937 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.937 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.936 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wEXBmj +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.940 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.941 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.941 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.944 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.944 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.944 | 73166 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.944 | 56097 | Removed run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.944 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.945 | 56097 | Assigned run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.945 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QjH0jh +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.946 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.949 | 73160 | Marked run 1448 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.949 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.950 | 56101 | Recursively removing directory: /tmp/git.wEXBmj/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.950 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.951 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.952 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.952 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.955 | 73162 | Marked run 1449 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.955 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.955 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.958 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.958 | 73179 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.958 | 56097 | Removed run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.958 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.958 | 56097 | Assigned run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.959 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.958 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.958 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wh7cmM +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.961 | 56098 | Recursively removing directory: /tmp/git.QjH0jh/ +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.962 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.962 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.962 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.963 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.967 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.970 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.970 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.970 | 73188 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.970 | 56097 | Removed run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.970 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.970 | 56097 | Assigned run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.970 | 73173 | Marked run 1450 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.970 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.970 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IeqRdD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.975 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.972 | 56101 | Recursively removing directory: /tmp/git.wh7cmM/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.973 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.973 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.976 | 56098 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.976 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.980 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.980 | 73193 | Added a new worker 13 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.980 | 56097 | Removed run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.980 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.980 | 56097 | Assigned run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.980 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.980 | 73183 | Marked run 1451 as finished +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.980 | 56101 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.980 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.980 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3Ek0ID +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.985 | 56101 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.986 | 56098 | Recursively removing directory: /tmp/git.IeqRdD/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.986 | 56101 | Going to run: ./ci +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.988 | 56098 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.988 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.989 | 73190 | Marked run 1452 as finished +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.989 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.991 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.994 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.994 | 73206 | Added a new worker 10 to the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.994 | 56097 | Removed run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.994 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.994 | 56097 | Assigned run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:08 | INFO | 56095/cimple-server: 2024-01-28 10:56:08.994 | 56095 | Waiting for new connections +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.994 | 56098 | Waiting for a new command +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.994 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MUloEe +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.995 | 56101 | Recursively removing directory: /tmp/git.3Ek0ID/ +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.997 | 56101 | Process exit code: 0 +2024-01-28 10:56:08 | INFO | 56101/cimple-worker: 2024-01-28 10:56:08.997 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.998 | 56098 | Checking out revision HEAD +2024-01-28 10:56:08 | INFO | 56098/cimple-worker: 2024-01-28 10:56:08.999 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.001 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.003 | 73201 | Marked run 1453 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.004 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.004 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.004 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.004 | 73215 | Added a new worker 8 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.005 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.005 | 56097 | Removed run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.005 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.005 | 56097 | Assigned run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.005 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3ZmJhD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.008 | 56098 | Recursively removing directory: /tmp/git.MUloEe/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.010 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.010 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.010 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.010 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.014 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.015 | 73209 | Marked run 1454 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.015 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.017 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.017 | 73224 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.017 | 56097 | Removed run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.017 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.017 | 56097 | Assigned run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.017 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.017 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TAKxzD +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.018 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.019 | 56101 | Recursively removing directory: /tmp/git.3ZmJhD/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.021 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.021 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.022 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.023 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.025 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.026 | 73218 | Marked run 1455 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.026 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.028 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.028 | 73230 | Added a new worker 8 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.028 | 56097 | Removed run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.028 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.028 | 56097 | Assigned run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.028 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.028 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qUdISy +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.029 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.033 | 56098 | Recursively removing directory: /tmp/git.TAKxzD/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.033 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.033 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.034 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.034 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.038 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.038 | 73226 | Marked run 1456 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.038 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.041 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.041 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.041 | 73242 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.041 | 56097 | Removed run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.041 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.041 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.041 | 56097 | Assigned run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.041 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kJDY3S +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.043 | 56101 | Recursively removing directory: /tmp/git.qUdISy/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.045 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.045 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.047 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.048 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.048 | 73237 | Marked run 1457 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.049 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.049 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.051 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.051 | 73247 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.051 | 56097 | Removed run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.051 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.051 | 56097 | Assigned run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.051 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.051 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.052 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lqmgYN +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.056 | 56098 | Recursively removing directory: /tmp/git.kJDY3S/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.057 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.057 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.057 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.057 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.061 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.061 | 73244 | Marked run 1458 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.061 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.064 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.064 | 73260 | Added a new worker 9 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.064 | 56097 | Removed run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.064 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.064 | 56097 | Assigned run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.064 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.064 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.064 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ueZNFP +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.067 | 56101 | Recursively removing directory: /tmp/git.lqmgYN/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.069 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.069 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.069 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.070 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.072 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.072 | 73254 | Marked run 1459 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.072 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.075 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.075 | 73269 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.075 | 56097 | Removed run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.075 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.075 | 56097 | Assigned run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.075 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.075 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ywz24P +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.076 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.080 | 56098 | Recursively removing directory: /tmp/git.ueZNFP/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.081 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.081 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.084 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.085 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.086 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.087 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.087 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.087 | 73272 | Added a new worker 13 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.087 | 56097 | Removed run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.087 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.087 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.087 | 56097 | Assigned run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.087 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xtrhRk +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.088 | 73262 | Marked run 1460 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.089 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.092 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.093 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.095 | 56101 | Recursively removing directory: /tmp/git.Ywz24P/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.096 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.096 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.098 | 73270 | Marked run 1461 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.098 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.100 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.102 | 56098 | Recursively removing directory: /tmp/git.xtrhRk/ +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.103 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.103 | 73287 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.103 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.103 | 56097 | Removed run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.103 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.103 | 56097 | Assigned run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.103 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.103 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.l0rxcZ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.103 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.103 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.108 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.108 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.109 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.110 | 73286 | Marked run 1462 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.110 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.111 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.111 | 73291 | Added a new worker 8 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.111 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.111 | 56097 | Removed run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.111 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.111 | 56097 | Assigned run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.111 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.111 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Zpr8tF +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.116 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.117 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.118 | 56101 | Recursively removing directory: /tmp/git.l0rxcZ/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.120 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.120 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.121 | 73288 | Marked run 1463 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.122 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.124 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.125 | 56098 | Recursively removing directory: /tmp/git.Zpr8tF/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.126 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.126 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.127 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.127 | 73305 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.127 | 56097 | Removed run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.127 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.127 | 56097 | Assigned run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.127 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.127 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9woXMK +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.128 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.130 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.132 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.132 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.133 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.133 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.133 | 73307 | Added a new worker 12 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.133 | 56097 | Removed run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.133 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.133 | 56097 | Assigned run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.133 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.133 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.j6oTO6 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.138 | 73304 | Marked run 1464 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.138 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.140 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.141 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.141 | 56101 | Recursively removing directory: /tmp/git.9woXMK/ +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.142 | 73306 | Marked run 1465 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.142 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.143 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.143 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.146 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.149 | 56098 | Recursively removing directory: /tmp/git.j6oTO6/ +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.149 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.149 | 73323 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.149 | 56097 | Removed run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.149 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.149 | 56097 | Assigned run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.149 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.150 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.150 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.H6AKhe +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.150 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.150 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.153 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.154 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.155 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.156 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.156 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.157 | 73326 | Added a new worker 13 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.157 | 56097 | Removed run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.157 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.157 | 56097 | Assigned run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.157 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.157 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GEcxY6 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.159 | 73321 | Marked run 1466 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.159 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.162 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.163 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.164 | 56101 | Recursively removing directory: /tmp/git.H6AKhe/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.166 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.166 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.166 | 73324 | Marked run 1467 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.167 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.169 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.171 | 56098 | Recursively removing directory: /tmp/git.GEcxY6/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.172 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.172 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.172 | 73341 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.172 | 56097 | Removed run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.172 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.172 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.173 | 56097 | Assigned run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.173 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hu2YdH +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.173 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.173 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.177 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.177 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.178 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.181 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.181 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.181 | 73345 | Added a new worker 13 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.181 | 56097 | Removed run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.181 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.181 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.181 | 56097 | Assigned run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.181 | 73340 | Marked run 1468 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.181 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.181 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rK7rAF +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.186 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.188 | 56101 | Recursively removing directory: /tmp/git.hu2YdH/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.188 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.189 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.189 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.190 | 73342 | Marked run 1469 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.190 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.192 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.195 | 56098 | Recursively removing directory: /tmp/git.rK7rAF/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.196 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.196 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.196 | 73359 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.196 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.196 | 56097 | Removed run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.196 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.196 | 56097 | Assigned run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.196 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JfYbtw +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.197 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.197 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.200 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.201 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.202 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.205 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.205 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.205 | 73366 | Added a new worker 13 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.206 | 56097 | Removed run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.206 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.206 | 56097 | Assigned run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.206 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.206 | 73356 | Marked run 1470 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.206 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.206 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Dnvy6j +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.210 | 56101 | Recursively removing directory: /tmp/git.JfYbtw/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.211 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.211 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.211 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.212 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.215 | 73361 | Marked run 1471 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.215 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.215 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.218 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.218 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.218 | 73377 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.218 | 56097 | Removed run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.218 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.218 | 56097 | Assigned run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.218 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.218 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GCn5Sa +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.221 | 56098 | Recursively removing directory: /tmp/git.Dnvy6j/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.222 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.222 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.223 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.225 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.226 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.226 | 73371 | Marked run 1472 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.227 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.229 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.229 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.229 | 73383 | Added a new worker 8 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.229 | 56097 | Removed run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.229 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.229 | 56097 | Assigned run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.229 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WOzNnQ +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.230 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.233 | 56101 | Recursively removing directory: /tmp/git.GCn5Sa/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.234 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.234 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.234 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.235 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.238 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.239 | 73379 | Marked run 1473 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.239 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.241 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.242 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DkRvfF +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.241 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.242 | 73395 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.242 | 56097 | Removed run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.242 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.242 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.242 | 56097 | Assigned run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.244 | 56098 | Recursively removing directory: /tmp/git.WOzNnQ/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.246 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.246 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.246 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.248 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.250 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.250 | 73389 | Marked run 1474 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.250 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.253 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.253 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.253 | 73402 | Added a new worker 8 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.253 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.253 | 56097 | Removed run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.253 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.253 | 56097 | Assigned run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.254 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EFLYgp +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.256 | 56101 | Recursively removing directory: /tmp/git.DkRvfF/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.257 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.257 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.259 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.259 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.260 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.263 | 73397 | Marked run 1475 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.263 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.263 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.263 | 73409 | Added a new worker 9 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.263 | 56097 | Removed run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.263 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.263 | 56097 | Assigned run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.263 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.263 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NqgBnj +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.264 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.268 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.268 | 56098 | Recursively removing directory: /tmp/git.EFLYgp/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.269 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.271 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.271 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.273 | 73406 | Marked run 1476 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.273 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.274 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.278 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.278 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.278 | 73422 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.278 | 56097 | Removed run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.278 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.278 | 56097 | Assigned run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.278 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.278 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.r8cCto +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.279 | 56101 | Recursively removing directory: /tmp/git.NqgBnj/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.280 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.280 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.282 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.283 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.285 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.287 | 73419 | Marked run 1477 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.287 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.288 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.288 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.288 | 73431 | Added a new worker 8 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.288 | 56097 | Removed run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.288 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.288 | 56097 | Assigned run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.288 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.289 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pTcdrv +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.292 | 56098 | Recursively removing directory: /tmp/git.r8cCto/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.293 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.293 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.293 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.294 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.297 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.297 | 73424 | Marked run 1478 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.297 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.300 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.300 | 73440 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.300 | 56097 | Removed run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.300 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.300 | 56097 | Assigned run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.301 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.300 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.300 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DZb2K4 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.303 | 56101 | Recursively removing directory: /tmp/git.pTcdrv/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.304 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.305 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.305 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.307 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.308 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.310 | 73434 | Marked run 1479 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.310 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.311 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.311 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.311 | 73447 | Added a new worker 8 to the queue +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.312 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IQHIYI +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.311 | 56097 | Removed run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.312 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.312 | 56097 | Assigned run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.312 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.316 | 56098 | Recursively removing directory: /tmp/git.DZb2K4/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.316 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.317 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.317 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.317 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.320 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.321 | 73442 | Marked run 1480 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.321 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.323 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.323 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.323 | 73458 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.324 | 56097 | Removed run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.324 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.324 | 56097 | Assigned run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.324 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.324 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.76QTqy +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.328 | 56101 | Recursively removing directory: /tmp/git.IQHIYI/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.329 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.330 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.330 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.330 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.332 | 73452 | Marked run 1481 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.333 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.333 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.337 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.337 | 73467 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.337 | 56097 | Removed run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.337 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.337 | 56097 | Assigned run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.337 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.337 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.337 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bl0Ucr +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.339 | 56098 | Recursively removing directory: /tmp/git.76QTqy/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.341 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.341 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.342 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.343 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.344 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.344 | 73462 | Marked run 1482 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.344 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.347 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.347 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.347 | 73474 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.347 | 56097 | Removed run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.347 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.347 | 56097 | Assigned run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.348 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.suP4sD +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.348 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.352 | 56101 | Recursively removing directory: /tmp/git.bl0Ucr/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.352 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.353 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.353 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.353 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.356 | 73469 | Marked run 1483 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.357 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.357 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.360 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.361 | 73485 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.361 | 56097 | Removed run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.361 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.361 | 56097 | Assigned run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.360 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.361 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Yrigo2 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.361 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.362 | 56098 | Recursively removing directory: /tmp/git.suP4sD/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.364 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.364 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.365 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.365 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.368 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.371 | 73480 | Marked run 1484 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.371 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.372 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.372 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.372 | 73494 | Added a new worker 8 to the queue +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.372 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HbtEqK +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.372 | 56097 | Removed run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.372 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.372 | 56097 | Assigned run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.374 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.374 | 56101 | Recursively removing directory: /tmp/git.Yrigo2/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.375 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.375 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.377 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.378 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.378 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.381 | 73488 | Marked run 1485 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.381 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.381 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.381 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.381 | 73499 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.382 | 56097 | Removed run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.382 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.382 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.382 | 56097 | Assigned run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.382 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tb9eN8 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.387 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.388 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.388 | 56098 | Recursively removing directory: /tmp/git.HbtEqK/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.390 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.390 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.392 | 73496 | Marked run 1486 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.392 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.393 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.396 | 56101 | Recursively removing directory: /tmp/git.tb9eN8/ +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.397 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.397 | 73512 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.397 | 56097 | Removed run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.397 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.397 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.397 | 56097 | Assigned run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.397 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.397 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CEkzy1 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.398 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.398 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.401 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.402 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.402 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.405 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.405 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.405 | 73515 | Added a new worker 13 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.405 | 56097 | Removed run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.405 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.405 | 56097 | Assigned run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.405 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Jeeekb +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.405 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.406 | 73511 | Marked run 1487 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.406 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.410 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.412 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.413 | 56098 | Recursively removing directory: /tmp/git.CEkzy1/ +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.414 | 73513 | Marked run 1488 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.414 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.415 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.415 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.418 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.420 | 56101 | Recursively removing directory: /tmp/git.Jeeekb/ +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.421 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.421 | 73531 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.421 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.421 | 56097 | Removed run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.421 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.421 | 56097 | Assigned run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.421 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.422 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iSYtco +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.421 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.421 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.425 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.427 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.428 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.429 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.429 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.429 | 73534 | Added a new worker 13 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.429 | 56097 | Removed run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.429 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.429 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.429 | 56097 | Assigned run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.429 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2bP8iC +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.430 | 73530 | Marked run 1489 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.430 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.433 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.434 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.437 | 56098 | Recursively removing directory: /tmp/git.iSYtco/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.439 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.439 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.440 | 73532 | Marked run 1490 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.440 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.443 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.443 | 56101 | Recursively removing directory: /tmp/git.2bP8iC/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.444 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.444 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.446 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.446 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.446 | 73549 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.446 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.446 | 56097 | Removed run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.446 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.446 | 56097 | Assigned run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.446 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.obaU7F +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.447 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.450 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.450 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.450 | 73551 | Added a new worker 12 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.450 | 56097 | Removed run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.450 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.450 | 56097 | Assigned run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.451 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.451 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.451 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EwDADV +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.452 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.457 | 73548 | Marked run 1491 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.457 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.457 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.459 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.461 | 73550 | Marked run 1492 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.461 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.461 | 56098 | Recursively removing directory: /tmp/git.obaU7F/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.463 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.463 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.466 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.467 | 56101 | Recursively removing directory: /tmp/git.EwDADV/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.469 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.469 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.469 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.469 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.469 | 73567 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.469 | 56097 | Removed run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.469 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.469 | 56097 | Assigned run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.469 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.469 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Qx8Ebp +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.473 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.476 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.477 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.477 | 73569 | Added a new worker 13 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.477 | 56097 | Removed run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.477 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.477 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.477 | 56097 | Assigned run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.477 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.X4DVhK +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.484 | 73566 | Marked run 1493 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.484 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.485 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.486 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.486 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.486 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.488 | 73568 | Marked run 1494 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.488 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.495 | 56101 | Recursively removing directory: /tmp/git.X4DVhK/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.495 | 56098 | Recursively removing directory: /tmp/git.Qx8Ebp/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.496 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.496 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.496 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.496 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.499 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.499 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.502 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.502 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.502 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.502 | 73586 | Added a new worker 14 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.502 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.502 | 73587 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.502 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.502 | 56097 | Removed run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.502 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.502 | 56097 | Assigned run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.502 | 56097 | Removed run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.502 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.502 | 56097 | Assigned run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.502 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.502 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ydUGYP +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.503 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6EKD30 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.506 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.507 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.509 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.509 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.511 | 73585 | Marked run 1495 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.511 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.515 | 73584 | Marked run 1496 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.515 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.516 | 56101 | Recursively removing directory: /tmp/git.ydUGYP/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.518 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.518 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.518 | 56098 | Recursively removing directory: /tmp/git.6EKD30/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.520 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.520 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.522 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.524 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.525 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.525 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.525 | 73604 | Added a new worker 12 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.525 | 56097 | Removed run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.525 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.525 | 56097 | Assigned run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.526 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.526 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SOSLj9 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.528 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.528 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.528 | 73605 | Added a new worker 12 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.529 | 56097 | Removed run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.529 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.529 | 56097 | Assigned run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.529 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.529 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZwHz1P +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.532 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.534 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.536 | 73602 | Marked run 1497 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.536 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.537 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.538 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.539 | 73603 | Marked run 1498 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.539 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.543 | 56101 | Recursively removing directory: /tmp/git.SOSLj9/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.544 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.544 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.546 | 56098 | Recursively removing directory: /tmp/git.ZwHz1P/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.547 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.547 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.548 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.550 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.551 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.551 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.551 | 73622 | Added a new worker 12 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.551 | 56097 | Removed run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.551 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.551 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.551 | 56097 | Assigned run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.551 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gqHsys +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.554 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.554 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.554 | 73623 | Added a new worker 12 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.554 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.554 | 56097 | Removed run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.554 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.554 | 56097 | Assigned run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.554 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Zm3MqQ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.555 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.556 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.560 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.560 | 73620 | Marked run 1499 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.560 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.561 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.564 | 73621 | Marked run 1500 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.565 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.566 | 56101 | Recursively removing directory: /tmp/git.gqHsys/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.568 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.568 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.569 | 56098 | Recursively removing directory: /tmp/git.Zm3MqQ/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.571 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.571 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.572 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.575 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.575 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.575 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.575 | 73640 | Added a new worker 12 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.575 | 56097 | Removed run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.575 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.575 | 56097 | Assigned run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.575 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.576 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UO8kOJ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.578 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.579 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PwtxnA +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.578 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.579 | 73641 | Added a new worker 12 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.579 | 56097 | Removed run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.579 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.579 | 56097 | Assigned run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.579 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.580 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.581 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.585 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.586 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.586 | 73638 | Marked run 1501 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.586 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.589 | 73639 | Marked run 1502 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.589 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.590 | 56101 | Recursively removing directory: /tmp/git.UO8kOJ/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.592 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.592 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.595 | 56098 | Recursively removing directory: /tmp/git.PwtxnA/ +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.596 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.596 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.596 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.599 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.599 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.599 | 73657 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.599 | 56097 | Removed run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.599 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.599 | 56097 | Assigned run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.599 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.600 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DQnkRj +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.600 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.604 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.604 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.604 | 73659 | Added a new worker 14 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.604 | 56097 | Removed run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.604 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.604 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.604 | 56097 | Assigned run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.605 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.605 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.g7sNZY +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.606 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.607 | 73656 | Marked run 1503 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.607 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.610 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.611 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.614 | 56101 | Recursively removing directory: /tmp/git.DQnkRj/ +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.615 | 73658 | Marked run 1504 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.615 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.616 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.616 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.620 | 56098 | Recursively removing directory: /tmp/git.g7sNZY/ +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.620 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.621 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.621 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.623 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.623 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.623 | 73675 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.623 | 56097 | Removed run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.623 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.623 | 56097 | Assigned run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.623 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sV0Iog +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.623 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.624 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.627 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.628 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.628 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.628 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.628 | 73677 | Added a new worker 12 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.628 | 56097 | Removed run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.628 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.628 | 56097 | Assigned run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.629 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.629 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0PuE0b +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.633 | 73674 | Marked run 1505 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.634 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.635 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.635 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.637 | 73676 | Marked run 1506 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.637 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.638 | 56101 | Recursively removing directory: /tmp/git.sV0Iog/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.639 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.639 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.642 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.644 | 56098 | Recursively removing directory: /tmp/git.0PuE0b/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.645 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.645 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.645 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.645 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.645 | 73693 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.646 | 56097 | Removed run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.646 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.646 | 56097 | Assigned run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.646 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yzgQHh +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.646 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.649 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.650 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.650 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.653 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.653 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.653 | 73697 | Added a new worker 13 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.653 | 56097 | Removed run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.653 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.653 | 56097 | Assigned run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.653 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jB5ynt +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.654 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.655 | 73692 | Marked run 1507 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.655 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.659 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.660 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.660 | 56101 | Recursively removing directory: /tmp/git.yzgQHh/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.662 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.662 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.663 | 73694 | Marked run 1508 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.664 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.665 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.668 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.668 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.668 | 73711 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.668 | 56097 | Removed run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.668 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.668 | 56097 | Assigned run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.668 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.669 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ss2obY +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.669 | 56098 | Recursively removing directory: /tmp/git.jB5ynt/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.671 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.671 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.673 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.674 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.674 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.677 | 73708 | Marked run 1509 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.677 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.678 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.678 | 73715 | Added a new worker 8 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.678 | 56097 | Removed run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.678 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.678 | 56097 | Assigned run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.678 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.678 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3Ka5C5 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.678 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.682 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.683 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.684 | 56101 | Recursively removing directory: /tmp/git.Ss2obY/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.685 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.685 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.687 | 73712 | Marked run 1510 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.687 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.689 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.691 | 56098 | Recursively removing directory: /tmp/git.3Ka5C5/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.692 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.692 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.692 | 73729 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.692 | 56097 | Removed run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.692 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.692 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.692 | 56097 | Assigned run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.693 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sSEIWt +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.693 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.693 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.697 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.698 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.698 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.700 | 73728 | Marked run 1511 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.700 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.700 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.700 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.700 | 73732 | Added a new worker 8 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.700 | 56097 | Removed run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.700 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.700 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.700 | 56097 | Assigned run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.700 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3Ma99B +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.705 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.706 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.707 | 56101 | Recursively removing directory: /tmp/git.sSEIWt/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.709 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.709 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.710 | 73730 | Marked run 1512 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.710 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.712 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.715 | 56098 | Recursively removing directory: /tmp/git.3Ma99B/ +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.716 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.716 | 73747 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.716 | 56097 | Removed run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.716 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.716 | 56097 | Assigned run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.716 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.716 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.716 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.716 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.716 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.H5lFdV +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.720 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.721 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.722 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.723 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.723 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.723 | 73750 | Added a new worker 13 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.723 | 56097 | Removed run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.723 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.723 | 56097 | Assigned run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.723 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.724 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.l8SfaF +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.724 | 73746 | Marked run 1513 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.725 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.729 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.730 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.731 | 56101 | Recursively removing directory: /tmp/git.H5lFdV/ +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.733 | 73748 | Marked run 1514 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.733 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.733 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.733 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.736 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.738 | 56098 | Recursively removing directory: /tmp/git.l8SfaF/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.740 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.740 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.740 | 73765 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.740 | 56097 | Removed run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.740 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.740 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.740 | 56097 | Assigned run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.740 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.740 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.740 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tXM1vV +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.744 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.746 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.746 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.747 | 73764 | Marked run 1515 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.747 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.747 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.747 | 73768 | Added a new worker 8 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.747 | 56097 | Removed run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.747 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.747 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.747 | 56097 | Assigned run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.747 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.747 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bcMsmi +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.752 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.753 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.755 | 56101 | Recursively removing directory: /tmp/git.tXM1vV/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.757 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.757 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.758 | 73766 | Marked run 1516 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.759 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.761 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.762 | 56098 | Recursively removing directory: /tmp/git.bcMsmi/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.763 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.763 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.764 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.764 | 73783 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.764 | 56097 | Removed run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.764 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.764 | 56097 | Assigned run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.764 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.764 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.764 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dAnczd +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.767 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.768 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.769 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.770 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.770 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.770 | 73786 | Added a new worker 12 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.770 | 56097 | Removed run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.771 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.771 | 56097 | Assigned run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.771 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.53q7dm +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.771 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.775 | 73782 | Marked run 1517 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.775 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.778 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.778 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.779 | 56101 | Recursively removing directory: /tmp/git.dAnczd/ +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.779 | 73784 | Marked run 1518 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.779 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.780 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.780 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.783 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.786 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.786 | 73801 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.786 | 56097 | Removed run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.786 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.786 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.786 | 56097 | Assigned run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.786 | 56098 | Recursively removing directory: /tmp/git.53q7dm/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.786 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.787 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5Ms7QO +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.788 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.788 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.790 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.791 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.793 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.796 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.796 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.797 | 73799 | Marked run 1519 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.797 | 73810 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.797 | 56097 | Removed run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.797 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.797 | 56097 | Assigned run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.797 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.797 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.p5r8No +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.800 | 56101 | Recursively removing directory: /tmp/git.5Ms7QO/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.802 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.802 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.802 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.802 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.805 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.806 | 73804 | Marked run 1520 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.806 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.809 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.809 | 73819 | Added a new worker 9 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.809 | 56097 | Removed run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.809 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.809 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.809 | 56097 | Assigned run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.808 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.809 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nJnT8u +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.812 | 56098 | Recursively removing directory: /tmp/git.p5r8No/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.813 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.814 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.814 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.814 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.817 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.817 | 73813 | Marked run 1521 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.818 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.820 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.820 | 73828 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.820 | 56097 | Removed run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.820 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.820 | 56097 | Assigned run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.821 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.820 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.821 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.aEa4FJ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.823 | 56101 | Recursively removing directory: /tmp/git.nJnT8u/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.824 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.824 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.825 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.826 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.828 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.830 | 73823 | Marked run 1522 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.830 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.832 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.832 | 73837 | Added a new worker 9 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.832 | 56097 | Removed run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.832 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.832 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.832 | 56097 | Assigned run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.832 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.832 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tG5CjR +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.838 | 56098 | Recursively removing directory: /tmp/git.aEa4FJ/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.839 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.839 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.841 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.842 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.843 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.844 | 73830 | Marked run 1523 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.844 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.846 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.846 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.846 | 73842 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.846 | 56097 | Removed run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.846 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.846 | 56097 | Assigned run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.846 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HhC1sr +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.846 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.851 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.851 | 56101 | Recursively removing directory: /tmp/git.tG5CjR/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.852 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.853 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.853 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.856 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.856 | 73839 | Marked run 1524 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.857 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.860 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.860 | 73855 | Added a new worker 9 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.860 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.860 | 56097 | Removed run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.860 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.860 | 56097 | Assigned run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.860 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.860 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DrToL1 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.861 | 56098 | Recursively removing directory: /tmp/git.HhC1sr/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.863 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.863 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.864 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.864 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.867 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.870 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.870 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.870 | 73864 | Added a new worker 13 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.870 | 56097 | Removed run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.870 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.870 | 56097 | Assigned run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.870 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.870 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i4qmoc +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.872 | 56101 | Recursively removing directory: /tmp/git.DrToL1/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.874 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.874 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.877 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.877 | 73852 | Marked run 1525 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.877 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.877 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.878 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.880 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.880 | 73867 | Added a new worker 13 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.880 | 56097 | Removed run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.880 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.880 | 56097 | Assigned run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.880 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.880 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.880 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8bcDtP +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.880 | 73858 | Marked run 1526 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.881 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.885 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.886 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.887 | 56098 | Recursively removing directory: /tmp/git.i4qmoc/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.889 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.889 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.891 | 73865 | Marked run 1527 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.891 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.893 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.894 | 56101 | Recursively removing directory: /tmp/git.8bcDtP/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.896 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.896 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.896 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.896 | 73882 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.896 | 56097 | Removed run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.896 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.896 | 56097 | Assigned run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.897 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.896 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.896 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uc3Ryw +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.900 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.900 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.901 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.903 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.903 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.903 | 73886 | Added a new worker 13 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.904 | 56097 | Removed run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.904 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.904 | 56097 | Assigned run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.904 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5Hg7g0 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.904 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.907 | 73881 | Marked run 1528 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.908 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.909 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.910 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.911 | 56098 | Recursively removing directory: /tmp/git.uc3Ryw/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.912 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.912 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.913 | 73883 | Marked run 1529 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.913 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.915 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.918 | 56101 | Recursively removing directory: /tmp/git.5Hg7g0/ +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.919 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.919 | 73900 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.919 | 56097 | Removed run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.919 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.919 | 56097 | Assigned run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.919 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.919 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Xb1B6F +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.919 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.920 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.920 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.923 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.923 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.925 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.928 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.928 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.928 | 73907 | Added a new worker 13 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.928 | 56097 | Removed run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.928 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.928 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.929 | 56097 | Assigned run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.929 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nqMg6B +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.930 | 73899 | Marked run 1530 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.931 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.933 | 56098 | Recursively removing directory: /tmp/git.Xb1B6F/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.933 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.934 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.934 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.934 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.938 | 73902 | Marked run 1531 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.938 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.938 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.941 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.941 | 73918 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.941 | 56097 | Removed run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.941 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.941 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.941 | 56097 | Assigned run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.941 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.941 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8ZFpnc +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.945 | 56101 | Recursively removing directory: /tmp/git.nqMg6B/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.946 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.947 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.947 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.947 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.950 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.950 | 73913 | Marked run 1532 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.950 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.953 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.953 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.953 | 73927 | Added a new worker 8 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.953 | 56097 | Removed run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.953 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.953 | 56097 | Assigned run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.953 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.954 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EOKRQt +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.955 | 56098 | Recursively removing directory: /tmp/git.8ZFpnc/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.957 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.957 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.958 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.958 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.961 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.963 | 73921 | Marked run 1533 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.963 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.965 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.965 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.965 | 73936 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.965 | 56097 | Removed run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.965 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.965 | 56097 | Assigned run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.966 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1QTOlq +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.967 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.967 | 56101 | Recursively removing directory: /tmp/git.EOKRQt/ +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.969 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.969 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.970 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.971 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.973 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.974 | 73930 | Marked run 1534 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.974 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.976 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.976 | 73941 | Added a new worker 8 to the queue +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.976 | 56101 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.976 | 56097 | Removed run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.976 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.976 | 56097 | Assigned run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.976 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qugpiX +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.977 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.980 | 56098 | Recursively removing directory: /tmp/git.1QTOlq/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.982 | 56098 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.982 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.983 | 56101 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.984 | 56101 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.985 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.985 | 73938 | Marked run 1535 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.985 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.988 | 56098 | Waiting for a new command +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.988 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.988 | 73952 | Added a new worker 10 to the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.989 | 56097 | Removed run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.989 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.989 | 56097 | Assigned run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.989 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iDJsGz +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.989 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.993 | 56101 | Recursively removing directory: /tmp/git.qugpiX/ +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.993 | 56098 | Checking out revision HEAD +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.994 | 56101 | Process exit code: 0 +2024-01-28 10:56:09 | INFO | 56101/cimple-worker: 2024-01-28 10:56:09.994 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:09 | INFO | 56098/cimple-worker: 2024-01-28 10:56:09.994 | 56098 | Going to run: ./ci +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.997 | 56095 | Waiting for new connections +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.998 | 73947 | Marked run 1536 as finished +2024-01-28 10:56:09 | INFO | 56095/cimple-server: 2024-01-28 10:56:09.998 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.001 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.001 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.001 | 73963 | Added a new worker 8 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.001 | 56097 | Removed run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.001 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.001 | 56097 | Assigned run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.001 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UgZNTm +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.001 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.004 | 56098 | Recursively removing directory: /tmp/git.iDJsGz/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.005 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.005 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.008 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.009 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.010 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.010 | 73957 | Marked run 1537 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.010 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.011 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.011 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.011 | 73966 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.011 | 56097 | Removed run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.011 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.011 | 56097 | Assigned run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.011 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.012 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A4UlJ0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.018 | 56101 | Recursively removing directory: /tmp/git.UgZNTm/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.019 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.019 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.020 | 73964 | Marked run 1538 as finished +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.021 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.021 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.021 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.022 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.025 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.026 | 73978 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.026 | 56097 | Removed run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.026 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.026 | 56097 | Assigned run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.027 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.025 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.026 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TmsIkY +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.031 | 56098 | Recursively removing directory: /tmp/git.A4UlJ0/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.031 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.032 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.032 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.032 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.035 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.035 | 73974 | Marked run 1539 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.035 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.038 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.038 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.038 | 73990 | Added a new worker 8 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.038 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.038 | 56097 | Removed run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.038 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.038 | 56097 | Assigned run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.039 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YI8T5i +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.041 | 56101 | Recursively removing directory: /tmp/git.TmsIkY/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.042 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.042 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.043 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.045 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.046 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.047 | 73984 | Marked run 1540 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.047 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.049 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.049 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.049 | 73997 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.049 | 56097 | Removed run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.049 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.049 | 56097 | Assigned run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.049 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.049 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9nwzSP +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.054 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.055 | 56098 | Recursively removing directory: /tmp/git.YI8T5i/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.055 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.056 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.056 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.059 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.062 | 73992 | Marked run 1541 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.063 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.063 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.064 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.064 | 74008 | Added a new worker 8 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.064 | 56097 | Removed run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.064 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.064 | 56097 | Assigned run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.064 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fq90dU +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.064 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.065 | 56101 | Recursively removing directory: /tmp/git.9nwzSP/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.067 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.067 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.069 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.070 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.070 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.072 | 74005 | Marked run 1542 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.073 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.074 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.074 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.074 | 74013 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.074 | 56097 | Removed run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.074 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.074 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.074 | 56097 | Assigned run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.074 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t4Ppn6 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.079 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.079 | 56098 | Recursively removing directory: /tmp/git.fq90dU/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.079 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.080 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.080 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.084 | 74010 | Marked run 1543 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.084 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.084 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.088 | 56101 | Recursively removing directory: /tmp/git.t4Ppn6/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.088 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.088 | 74026 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.088 | 56097 | Removed run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.088 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.088 | 56097 | Assigned run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.088 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.088 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.088 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pHABNr +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.089 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.089 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.093 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.093 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.094 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.096 | 74023 | Marked run 1544 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.096 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.096 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.097 | 74029 | Added a new worker 8 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.097 | 56097 | Removed run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.097 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.097 | 56097 | Assigned run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.097 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.096 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.097 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3s3G9G +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.102 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.103 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.104 | 56098 | Recursively removing directory: /tmp/git.pHABNr/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.105 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.105 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.107 | 74027 | Marked run 1545 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.108 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.109 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.111 | 56101 | Recursively removing directory: /tmp/git.3s3G9G/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.112 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.112 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.112 | 74044 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.112 | 56097 | Removed run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.112 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.112 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.112 | 56097 | Assigned run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.113 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.113 | 56101 | Process output: 415085 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.112 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vdmgAy +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.116 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.117 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.117 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.120 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.120 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.120 | 74049 | Added a new worker 13 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.120 | 56097 | Removed run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.120 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.120 | 56097 | Assigned run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.120 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.121 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KZDVMA +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.125 | 56098 | Recursively removing directory: /tmp/git.vdmgAy/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.127 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.127 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.129 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.132 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.132 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.132 | 74055 | Added a new worker 15 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.132 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.132 | 56097 | Removed run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.132 | 56097 | Removed worker 15 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.132 | 56097 | Assigned run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 15 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.133 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jGW5ft +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.134 | 74043 | Marked run 1546 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.134 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.139 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.139 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.141 | 74045 | Marked run 1547 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.141 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.143 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.144 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.145 | 74054 | Marked run 1548 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.145 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.148 | 56101 | Recursively removing directory: /tmp/git.KZDVMA/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.150 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.150 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.152 | 56098 | Recursively removing directory: /tmp/git.jGW5ft/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.154 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.154 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.154 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.157 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.157 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.157 | 74071 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.157 | 56097 | Removed run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.157 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.157 | 56097 | Assigned run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.157 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.158 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.158 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8HaxRa +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.161 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.161 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.161 | 74073 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.161 | 56097 | Removed run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.161 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.161 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.162 | 56097 | Assigned run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.162 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kEdwOA +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.163 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.164 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.166 | 74070 | Marked run 1549 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.167 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.168 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.169 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.172 | 74072 | Marked run 1550 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.172 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.173 | 56101 | Recursively removing directory: /tmp/git.8HaxRa/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.174 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.174 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.178 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.178 | 56098 | Recursively removing directory: /tmp/git.kEdwOA/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.179 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.179 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.181 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.181 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.181 | 74089 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.181 | 56097 | Removed run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.181 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.181 | 56097 | Assigned run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.181 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.181 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6bImU2 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.182 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.185 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.185 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.185 | 74091 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.185 | 56097 | Removed run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.185 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.185 | 56097 | Assigned run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.186 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.186 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bYJVIV +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.186 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.187 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.191 | 74088 | Marked run 1551 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.192 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.192 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.193 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.195 | 74090 | Marked run 1552 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.195 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.197 | 56101 | Recursively removing directory: /tmp/git.6bImU2/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.198 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.198 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.201 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.201 | 56098 | Recursively removing directory: /tmp/git.bYJVIV/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.203 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.203 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.205 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.205 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.205 | 74107 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.205 | 56097 | Removed run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.205 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.205 | 56097 | Assigned run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.205 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.206 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2DRSdC +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.207 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.210 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.210 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.211 | 74109 | Added a new worker 13 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.211 | 56097 | Removed run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.211 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.211 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.211 | 56097 | Assigned run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.211 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LG3z6I +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.211 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.213 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.214 | 74106 | Marked run 1553 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.214 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.215 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.216 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.220 | 74108 | Marked run 1554 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.221 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.223 | 56101 | Recursively removing directory: /tmp/git.2DRSdC/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.224 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.224 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.226 | 56098 | Recursively removing directory: /tmp/git.LG3z6I/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.227 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.227 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.228 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.231 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.231 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.231 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.232 | 74125 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.232 | 56097 | Removed run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.232 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.232 | 56097 | Assigned run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.232 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.232 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xq9zC9 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.235 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.235 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.235 | 74127 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.235 | 56097 | Removed run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.235 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.235 | 56097 | Assigned run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.235 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.235 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.c2njiv +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.237 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.238 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.241 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.241 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.242 | 74124 | Marked run 1555 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.243 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.246 | 74126 | Marked run 1556 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.246 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.248 | 56101 | Recursively removing directory: /tmp/git.xq9zC9/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.249 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.249 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.250 | 56098 | Recursively removing directory: /tmp/git.c2njiv/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.252 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.252 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.253 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.256 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.256 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.256 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.257 | 74144 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.257 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.257 | 56097 | Removed run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.257 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.257 | 56097 | Assigned run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.257 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NC5yO0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.259 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.259 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.260 | 74145 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.260 | 56097 | Removed run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.260 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.260 | 56097 | Assigned run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.260 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NA1nfQ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.261 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.262 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.263 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.265 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.266 | 74142 | Marked run 1557 as finished +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.266 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.267 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.269 | 74143 | Marked run 1558 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.270 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.272 | 56101 | Recursively removing directory: /tmp/git.NC5yO0/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.274 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.274 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.275 | 56098 | Recursively removing directory: /tmp/git.NA1nfQ/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.276 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.276 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.277 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.279 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.280 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.280 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.280 | 74162 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.280 | 56097 | Removed run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.280 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.280 | 56097 | Assigned run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.280 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.280 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pGp0B0 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.282 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.282 | 74163 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.282 | 56097 | Removed run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.282 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.282 | 56097 | Assigned run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.282 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.282 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.283 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nKMSXC +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.285 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.286 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.288 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.289 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.291 | 74160 | Marked run 1559 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.291 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.294 | 74161 | Marked run 1560 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.295 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.297 | 56101 | Recursively removing directory: /tmp/git.pGp0B0/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.298 | 56098 | Recursively removing directory: /tmp/git.nKMSXC/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.299 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.300 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.298 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.298 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.301 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.302 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.304 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.304 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.304 | 74180 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.304 | 56097 | Removed run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.304 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.304 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.304 | 56097 | Assigned run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.305 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.o4H8XK +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.305 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.305 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.306 | 74181 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.306 | 56097 | Removed run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.306 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.306 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.306 | 56097 | Assigned run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.307 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nwf7kV +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.309 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.310 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.312 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.313 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.313 | 74178 | Marked run 1561 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.314 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.320 | 74179 | Marked run 1562 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.320 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.322 | 56101 | Recursively removing directory: /tmp/git.o4H8XK/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.323 | 56098 | Recursively removing directory: /tmp/git.nwf7kV/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.323 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.323 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.325 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.325 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.328 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.329 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.331 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.331 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.331 | 74198 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.331 | 56097 | Removed run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.331 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.331 | 56097 | Assigned run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.332 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.332 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tYLgLN +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.333 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.333 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.333 | 74199 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.333 | 56097 | Removed run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.333 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.333 | 56097 | Assigned run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.334 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.334 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qRdl1D +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.337 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.338 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.339 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.340 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.346 | 74196 | Marked run 1563 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.346 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.347 | 56101 | Recursively removing directory: /tmp/git.tYLgLN/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.349 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.349 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.349 | 56098 | Recursively removing directory: /tmp/git.qRdl1D/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.350 | 74197 | Marked run 1564 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.350 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.351 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.351 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.352 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.354 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.355 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.355 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.355 | 74216 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.355 | 56097 | Removed run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.355 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.355 | 56097 | Assigned run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.355 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.355 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cqXcJq +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.358 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.358 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.358 | 74217 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.358 | 56097 | Removed run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.358 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.358 | 56097 | Assigned run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.358 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.358 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WEiWFU +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.360 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.360 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.363 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.364 | 74214 | Marked run 1565 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.364 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.364 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.368 | 74215 | Marked run 1566 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.368 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.370 | 56101 | Recursively removing directory: /tmp/git.cqXcJq/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.371 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.371 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.373 | 56098 | Recursively removing directory: /tmp/git.WEiWFU/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.375 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.375 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.375 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.378 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.378 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.379 | 74233 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.379 | 56097 | Removed run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.379 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.379 | 56097 | Assigned run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.379 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.379 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4uIg3I +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.379 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.383 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.383 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.383 | 74235 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.383 | 56097 | Removed run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.383 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.383 | 56097 | Assigned run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.384 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.383 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pMukby +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.384 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.384 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.388 | 74232 | Marked run 1567 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.388 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.389 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.390 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.392 | 74234 | Marked run 1568 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.392 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.394 | 56101 | Recursively removing directory: /tmp/git.4uIg3I/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.396 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.396 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.398 | 56098 | Recursively removing directory: /tmp/git.pMukby/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.399 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.400 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.400 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.403 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.403 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.403 | 74251 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.403 | 56097 | Removed run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.403 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.403 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.403 | 56097 | Assigned run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.404 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dYb6eL +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.404 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.408 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.408 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.408 | 74253 | Added a new worker 13 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.408 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.408 | 56097 | Removed run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.408 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.408 | 56097 | Assigned run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.408 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.408 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ts9Bfe +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.409 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.412 | 74250 | Marked run 1569 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.413 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.414 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.415 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.417 | 74252 | Marked run 1570 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.418 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.418 | 56101 | Recursively removing directory: /tmp/git.dYb6eL/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.420 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.420 | 56101 | Process output: 415085 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.424 | 56098 | Recursively removing directory: /tmp/git.Ts9Bfe/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.424 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.425 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.425 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.427 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.427 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.427 | 74269 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.427 | 56097 | Removed run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.427 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.427 | 56097 | Assigned run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.427 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.427 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3atykm +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.428 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.431 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.431 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.431 | 74271 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.431 | 56097 | Removed run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.431 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.431 | 56097 | Assigned run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.431 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.431 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LeWHL3 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.432 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.433 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.438 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.438 | 74268 | Marked run 1571 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.438 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.439 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.442 | 74270 | Marked run 1572 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.442 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.442 | 56101 | Recursively removing directory: /tmp/git.3atykm/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.443 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.443 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.447 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.447 | 56098 | Recursively removing directory: /tmp/git.LeWHL3/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.449 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.449 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.450 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.450 | 74287 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.450 | 56097 | Removed run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.450 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.450 | 56097 | Assigned run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.450 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.450 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.451 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.HdR4EB +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.453 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.456 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.456 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.457 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.457 | 74290 | Added a new worker 13 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.457 | 56097 | Removed run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.457 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.457 | 56097 | Assigned run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.457 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.457 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.09N2pv +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.457 | 74286 | Marked run 1573 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.458 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.458 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.462 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.463 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.466 | 56101 | Recursively removing directory: /tmp/git.HdR4EB/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.467 | 74288 | Marked run 1574 as finished +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.468 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.468 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.468 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.472 | 56098 | Recursively removing directory: /tmp/git.09N2pv/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.472 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.473 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.473 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.475 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.475 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.475 | 74305 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.475 | 56097 | Removed run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.475 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.475 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.475 | 56097 | Assigned run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.475 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dNgapQ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.476 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.479 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.479 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.479 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.480 | 74307 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.480 | 56097 | Removed run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.480 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.480 | 56097 | Assigned run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.480 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.480 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WG6mj5 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.481 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.485 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.486 | 74304 | Marked run 1575 as finished +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.486 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.486 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.489 | 56101 | Recursively removing directory: /tmp/git.dNgapQ/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.490 | 74306 | Marked run 1576 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.490 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.491 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.491 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.495 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.495 | 56098 | Recursively removing directory: /tmp/git.WG6mj5/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.496 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.496 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.497 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.497 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.497 | 74323 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.497 | 56097 | Removed run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.497 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.497 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.497 | 56097 | Assigned run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.498 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nQZ4rx +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.500 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.502 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.502 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.503 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.504 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.504 | 74326 | Added a new worker 13 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.504 | 56097 | Removed run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.504 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.504 | 56097 | Assigned run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.504 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hjZZ5l +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.504 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.508 | 74322 | Marked run 1577 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.509 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.510 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.511 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.512 | 56101 | Recursively removing directory: /tmp/git.nQZ4rx/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.514 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.514 | 74324 | Marked run 1578 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.514 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.514 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.518 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.519 | 56098 | Recursively removing directory: /tmp/git.hjZZ5l/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.521 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.521 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.521 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.521 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.521 | 74341 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.521 | 56097 | Removed run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.521 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.521 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.521 | 56097 | Assigned run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.522 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AM2DVZ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.524 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.526 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.528 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.528 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.528 | 74343 | Added a new worker 13 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.528 | 56097 | Removed run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.528 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.528 | 56097 | Assigned run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.528 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.528 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VtluNA +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.529 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.530 | 74340 | Marked run 1579 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.531 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.533 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.534 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.538 | 56101 | Recursively removing directory: /tmp/git.AM2DVZ/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.538 | 74342 | Marked run 1580 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.538 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.539 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.539 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.542 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.542 | 56098 | Recursively removing directory: /tmp/git.VtluNA/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.544 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.544 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.546 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.546 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.546 | 74359 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.546 | 56097 | Removed run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.546 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.546 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.546 | 56097 | Assigned run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.546 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KTo2bd +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.548 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.551 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.551 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.551 | 74361 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.551 | 56097 | Removed run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.551 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.551 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.551 | 56097 | Assigned run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.551 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.551 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YfFJRL +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.552 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.558 | 74358 | Marked run 1581 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.558 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.558 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.559 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.561 | 56101 | Recursively removing directory: /tmp/git.KTo2bd/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.561 | 74360 | Marked run 1582 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.561 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.562 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.562 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.566 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.567 | 56098 | Recursively removing directory: /tmp/git.YfFJRL/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.568 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.568 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.569 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.569 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.569 | 74377 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.569 | 56097 | Removed run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.569 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.569 | 56097 | Assigned run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.569 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.570 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LGj0Xi +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.572 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.574 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.575 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.575 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.575 | 74379 | Added a new worker 14 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.575 | 56097 | Removed run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.575 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.575 | 56097 | Assigned run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.575 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.576 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dcM7so +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.576 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.578 | 74376 | Marked run 1583 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.579 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.582 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.583 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.583 | 74378 | Marked run 1584 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.584 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.585 | 56101 | Recursively removing directory: /tmp/git.LGj0Xi/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.586 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.586 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.589 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.591 | 56098 | Recursively removing directory: /tmp/git.dcM7so/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.592 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.592 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.593 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.593 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.593 | 74395 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.593 | 56097 | Removed run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.593 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.593 | 56097 | Assigned run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.593 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.593 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PDoLAY +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.596 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.598 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.598 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.599 | 74397 | Added a new worker 13 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.599 | 56097 | Removed run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.599 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.599 | 56097 | Assigned run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.599 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.599 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.599 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mKKWMS +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.600 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.603 | 74394 | Marked run 1585 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.604 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.605 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.607 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.609 | 74396 | Marked run 1586 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.609 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.609 | 56101 | Recursively removing directory: /tmp/git.PDoLAY/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.610 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.610 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.614 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.615 | 56098 | Recursively removing directory: /tmp/git.mKKWMS/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.616 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.616 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.617 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.617 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.617 | 74413 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.617 | 56097 | Removed run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.617 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.618 | 56097 | Assigned run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.618 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.618 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mWlV6p +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.620 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.624 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.624 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.624 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.624 | 74415 | Added a new worker 11 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.624 | 56097 | Removed run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.624 | 56097 | Removed worker 11 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.624 | 56097 | Assigned run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.624 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.625 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.625 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8uvcsN +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.627 | 74412 | Marked run 1587 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.627 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.629 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.630 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.633 | 74414 | Marked run 1588 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.633 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.634 | 56101 | Recursively removing directory: /tmp/git.mWlV6p/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.636 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.636 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.639 | 56098 | Recursively removing directory: /tmp/git.8uvcsN/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.639 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.640 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.640 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.643 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.643 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.643 | 74431 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.643 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.643 | 56097 | Removed run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.643 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.643 | 56097 | Assigned run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.643 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.alekgw +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.644 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.647 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.647 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.647 | 74433 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.647 | 56097 | Removed run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.647 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.647 | 56097 | Assigned run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.648 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.648 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SBk9Nc +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.648 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.650 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.654 | 74430 | Marked run 1589 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.654 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.657 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.658 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.658 | 56101 | Recursively removing directory: /tmp/git.alekgw/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.659 | 74432 | Marked run 1590 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.659 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.660 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.660 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.663 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.666 | 56098 | Recursively removing directory: /tmp/git.SBk9Nc/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.667 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.667 | 74449 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.667 | 56097 | Removed run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.667 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.667 | 56097 | Assigned run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.667 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.667 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.H37py1 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.668 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.668 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.668 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.671 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.672 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.673 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.675 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.675 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.675 | 74452 | Added a new worker 13 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.675 | 56097 | Removed run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.675 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.675 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.675 | 56097 | Assigned run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.675 | 74448 | Marked run 1591 as finished +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.675 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YjHSo4 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.676 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.680 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.681 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.683 | 56101 | Recursively removing directory: /tmp/git.H37py1/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.685 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.685 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.685 | 74450 | Marked run 1592 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.685 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.688 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.689 | 56098 | Recursively removing directory: /tmp/git.YjHSo4/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.690 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.690 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.691 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.691 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.691 | 74467 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.691 | 56097 | Removed run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.691 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.691 | 56097 | Assigned run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.692 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.692 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Fp7RYU +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.694 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.697 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.698 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.698 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.698 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.698 | 74469 | Added a new worker 13 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.698 | 56097 | Removed run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.698 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.698 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.698 | 56097 | Assigned run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.698 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yzOHAU +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.699 | 74466 | Marked run 1593 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.700 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.703 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.704 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.707 | 56101 | Recursively removing directory: /tmp/git.Fp7RYU/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.708 | 74468 | Marked run 1594 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.709 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.709 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.709 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.713 | 56098 | Recursively removing directory: /tmp/git.yzOHAU/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.713 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.714 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.714 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.716 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.716 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.716 | 74485 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.716 | 56097 | Removed run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.716 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.716 | 56097 | Assigned run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.716 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Cj4hPz +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.716 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.717 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.720 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.720 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.720 | 74487 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.720 | 56097 | Removed run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.720 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.720 | 56097 | Assigned run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.720 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.720 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.v896CL +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.721 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.721 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.726 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.727 | 74484 | Marked run 1595 as finished +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.727 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.727 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.730 | 74486 | Marked run 1596 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.730 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.731 | 56101 | Recursively removing directory: /tmp/git.Cj4hPz/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.732 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.733 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.735 | 56098 | Recursively removing directory: /tmp/git.v896CL/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.736 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.737 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.737 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.740 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.740 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.740 | 74503 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.740 | 56097 | Removed run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.740 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.740 | 56097 | Assigned run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.740 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JSfqDw +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.741 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.741 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.744 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.745 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.745 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.745 | 74505 | Added a new worker 13 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.745 | 56097 | Removed run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.745 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.745 | 56097 | Assigned run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.746 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.746 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1SKFA7 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.746 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.748 | 74502 | Marked run 1597 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.748 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.751 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.752 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.755 | 56101 | Recursively removing directory: /tmp/git.JSfqDw/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.755 | 74504 | Marked run 1598 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.755 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.756 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.756 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.760 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.760 | 56098 | Recursively removing directory: /tmp/git.1SKFA7/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.762 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.762 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.763 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.763 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.763 | 74521 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.763 | 56097 | Removed run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.763 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.763 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.763 | 56097 | Assigned run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.763 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sSPFiL +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.765 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.767 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.767 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.768 | 74523 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.768 | 56097 | Removed run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.768 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.768 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.768 | 56097 | Assigned run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.768 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.u0bRkx +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.769 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.769 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.773 | 74520 | Marked run 1599 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.774 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.774 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.775 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.777 | 74522 | Marked run 1600 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.777 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.778 | 56101 | Recursively removing directory: /tmp/git.sSPFiL/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.780 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.780 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.784 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.784 | 56098 | Recursively removing directory: /tmp/git.u0bRkx/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.785 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.785 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.786 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.786 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.786 | 74539 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.787 | 56097 | Removed run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.787 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.787 | 56097 | Assigned run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.787 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IWlcZ2 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.787 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.789 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.790 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.791 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.793 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.793 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.793 | 74542 | Added a new worker 13 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.793 | 56097 | Removed run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.793 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.793 | 56097 | Assigned run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.793 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.39x0UD +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.794 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.796 | 74538 | Marked run 1601 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.797 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.799 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.799 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.801 | 56101 | Recursively removing directory: /tmp/git.IWlcZ2/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.803 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.803 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.804 | 74540 | Marked run 1602 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.805 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.806 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.808 | 56098 | Recursively removing directory: /tmp/git.39x0UD/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.809 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.809 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.810 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.810 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.810 | 74557 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.810 | 56097 | Removed run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.810 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.810 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.810 | 56097 | Assigned run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.810 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SDjUV3 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.812 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.815 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.815 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.815 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.815 | 74559 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.815 | 56097 | Removed run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.815 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.815 | 56097 | Assigned run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.815 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.816 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RUqv9A +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.816 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.820 | 74556 | Marked run 1603 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.820 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.821 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.822 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.825 | 56101 | Recursively removing directory: /tmp/git.SDjUV3/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.826 | 74558 | Marked run 1604 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.826 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.826 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.826 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.830 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.831 | 56098 | Recursively removing directory: /tmp/git.RUqv9A/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.832 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.832 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.833 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.833 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.833 | 74575 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.833 | 56097 | Removed run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.833 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.834 | 56097 | Assigned run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.834 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.834 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wsCcrs +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.835 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.838 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.838 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.838 | 74577 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.838 | 56097 | Removed run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.838 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.838 | 56097 | Assigned run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.838 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.838 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.V66oAw +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.840 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.841 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.843 | 74574 | Marked run 1605 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.843 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.844 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.845 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.848 | 74576 | Marked run 1606 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.848 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.849 | 56101 | Recursively removing directory: /tmp/git.wsCcrs/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.850 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.851 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.854 | 56098 | Recursively removing directory: /tmp/git.V66oAw/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.854 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.855 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.855 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.857 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.857 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.857 | 74593 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.857 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.857 | 56097 | Removed run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.857 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.857 | 56097 | Assigned run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.857 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Zekds1 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.858 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.861 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.861 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.862 | 74595 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.862 | 56097 | Removed run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.862 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.862 | 56097 | Assigned run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.862 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.863 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.862 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qoHtMJ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.864 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.867 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.868 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.868 | 74592 | Marked run 1607 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.868 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.871 | 74594 | Marked run 1608 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.871 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.872 | 56101 | Recursively removing directory: /tmp/git.Zekds1/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.873 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.873 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.877 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.877 | 56098 | Recursively removing directory: /tmp/git.qoHtMJ/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.879 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.879 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.880 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.880 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.880 | 74611 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.880 | 56097 | Removed run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.880 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.880 | 56097 | Assigned run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.880 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.880 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2icLky +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.882 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.884 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.884 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.884 | 74613 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.885 | 56097 | Removed run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.885 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.885 | 56097 | Assigned run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.885 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XpbZHb +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.885 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.885 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.887 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.889 | 74610 | Marked run 1609 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.890 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.892 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.893 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.895 | 74612 | Marked run 1610 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.896 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.896 | 56101 | Recursively removing directory: /tmp/git.2icLky/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.897 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.897 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.901 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.901 | 56098 | Recursively removing directory: /tmp/git.XpbZHb/ +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.903 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.903 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.904 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.904 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.904 | 74629 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.904 | 56097 | Removed run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.904 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.904 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.904 | 56097 | Assigned run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.904 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.IHq1XH +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.905 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.908 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.908 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.909 | 74631 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.909 | 56097 | Removed run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.909 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.909 | 56097 | Assigned run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.909 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.909 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.909 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.P5xaZP +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.910 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.914 | 74628 | Marked run 1611 as finished +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.915 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.915 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.916 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.918 | 74630 | Marked run 1612 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.919 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.919 | 56101 | Recursively removing directory: /tmp/git.IHq1XH/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.921 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.921 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.925 | 56098 | Recursively removing directory: /tmp/git.P5xaZP/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.925 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.926 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.926 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.928 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.928 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.928 | 74647 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.928 | 56097 | Removed run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.928 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.928 | 56097 | Assigned run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.928 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.928 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6koINJ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.929 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.932 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.932 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.932 | 74649 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.932 | 56097 | Removed run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.932 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.932 | 56097 | Assigned run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.932 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LCwS9r +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.932 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.934 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.935 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.937 | 74646 | Marked run 1613 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.937 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.938 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.939 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.943 | 74648 | Marked run 1614 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.943 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.944 | 56101 | Recursively removing directory: /tmp/git.6koINJ/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.945 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.945 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.948 | 56098 | Recursively removing directory: /tmp/git.LCwS9r/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.949 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.949 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.949 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.951 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.951 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.951 | 74665 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.951 | 56097 | Removed run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.951 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.951 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.952 | 56097 | Assigned run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.952 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.952 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3jquGE +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.955 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.955 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.955 | 74667 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.955 | 56097 | Removed run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.955 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.955 | 56097 | Assigned run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.955 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.956 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.956 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jRJm4a +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.956 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.962 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.963 | 74664 | Marked run 1615 as finished +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.963 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.963 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.966 | 74666 | Marked run 1616 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.966 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.966 | 56101 | Recursively removing directory: /tmp/git.3jquGE/ +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.968 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.968 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.971 | 56098 | Recursively removing directory: /tmp/git.jRJm4a/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.971 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.972 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.972 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.975 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.975 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.975 | 74683 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.975 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.975 | 56097 | Removed run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.975 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.975 | 56097 | Assigned run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.975 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OBkvVT +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.977 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.979 | 56098 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.979 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.980 | 74685 | Added a new worker 12 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.980 | 56097 | Removed run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.980 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.980 | 56097 | Assigned run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.980 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.980 | 56101 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.980 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kQpETa +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.981 | 56101 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.985 | 74682 | Marked run 1617 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.985 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.986 | 56098 | Checking out revision HEAD +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.987 | 56098 | Going to run: ./ci +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.991 | 56101 | Recursively removing directory: /tmp/git.OBkvVT/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.991 | 74684 | Marked run 1618 as finished +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.992 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.993 | 56101 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.993 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.996 | 56098 | Recursively removing directory: /tmp/git.kQpETa/ +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.996 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.997 | 56098 | Process exit code: 0 +2024-01-28 10:56:10 | INFO | 56098/cimple-worker: 2024-01-28 10:56:10.997 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:10 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.999 | 56101 | Waiting for a new command +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.999 | 56095 | Waiting for new connections +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.999 | 74701 | Added a new worker 10 to the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.999 | 56097 | Removed run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:10 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.999 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.999 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:10.999 | 56097 | Assigned run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:10.999 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cTANlS +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.000 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.003 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.003 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.003 | 74703 | Added a new worker 12 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.003 | 56097 | Removed run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.003 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.003 | 56097 | Assigned run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.003 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.004 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.004 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.l9Icas +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.005 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.009 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.010 | 74700 | Marked run 1619 as finished +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.010 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.010 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.013 | 74702 | Marked run 1620 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.013 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.014 | 56101 | Recursively removing directory: /tmp/git.cTANlS/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.016 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.016 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.019 | 56098 | Recursively removing directory: /tmp/git.l9Icas/ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.020 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.020 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.020 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.023 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.023 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.023 | 74719 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.023 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.023 | 56097 | Removed run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.023 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.023 | 56097 | Assigned run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.023 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Pylgo9 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.024 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.028 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.029 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.029 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.029 | 74722 | Added a new worker 14 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.029 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.029 | 56097 | Removed run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.029 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.029 | 56097 | Assigned run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.030 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.030 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nq99gH +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.032 | 74718 | Marked run 1621 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.032 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.035 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.037 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.039 | 56101 | Recursively removing directory: /tmp/git.Pylgo9/ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.039 | 74720 | Marked run 1622 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.039 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.040 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.040 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.044 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.045 | 56098 | Recursively removing directory: /tmp/git.nq99gH/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.046 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.046 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.047 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.047 | 74738 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.047 | 56097 | Removed run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.047 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.047 | 56097 | Assigned run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.047 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.047 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.047 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Z5t8pb +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.050 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.051 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.052 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.054 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.054 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.054 | 74741 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.054 | 56097 | Removed run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.054 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.054 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.054 | 56097 | Assigned run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.054 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JUIgpm +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.059 | 74737 | Marked run 1623 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.059 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.061 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.061 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.062 | 56101 | Recursively removing directory: /tmp/git.Z5t8pb/ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.063 | 74739 | Marked run 1624 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.063 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.064 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.064 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.067 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.069 | 56098 | Recursively removing directory: /tmp/git.JUIgpm/ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.070 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.070 | 74756 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.070 | 56097 | Removed run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.070 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.070 | 56097 | Assigned run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.070 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.070 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eNEFiW +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.071 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.071 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.071 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.074 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.075 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.076 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.077 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.077 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.077 | 74759 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.077 | 56097 | Removed run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.077 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.077 | 56097 | Assigned run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.077 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.078 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UBKseB +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.079 | 74755 | Marked run 1625 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.080 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.083 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.083 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.086 | 56101 | Recursively removing directory: /tmp/git.eNEFiW/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.087 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.087 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.087 | 74757 | Marked run 1626 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.087 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.090 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.092 | 56098 | Recursively removing directory: /tmp/git.UBKseB/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.094 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.094 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.094 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.094 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.094 | 74774 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.094 | 56097 | Removed run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.094 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.094 | 56097 | Assigned run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.094 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.n78Hzy +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.095 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.098 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.099 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.100 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.100 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.100 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.100 | 74776 | Added a new worker 12 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.100 | 56097 | Removed run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.100 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.100 | 56097 | Assigned run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.100 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.100 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.G7FTQg +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.106 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.106 | 74773 | Marked run 1627 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.106 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.107 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.109 | 56101 | Recursively removing directory: /tmp/git.n78Hzy/ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.110 | 74775 | Marked run 1628 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.110 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.111 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.111 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.114 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.115 | 56098 | Recursively removing directory: /tmp/git.G7FTQg/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.117 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.117 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.117 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.117 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.117 | 74792 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.117 | 56097 | Removed run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.117 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.117 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.117 | 56097 | Assigned run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.117 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iLDMNE +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.121 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.121 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.122 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.124 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.124 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.125 | 74796 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.125 | 56097 | Removed run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.125 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.125 | 56097 | Assigned run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.125 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ST0Wc1 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.125 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.128 | 74791 | Marked run 1629 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.128 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.130 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.131 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.132 | 56101 | Recursively removing directory: /tmp/git.iLDMNE/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.133 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.133 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.135 | 74793 | Marked run 1630 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.135 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.137 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.140 | 56098 | Recursively removing directory: /tmp/git.ST0Wc1/ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.140 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.140 | 74810 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.140 | 56097 | Removed run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.140 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.140 | 56097 | Assigned run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.140 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.140 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.141 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Q1g6nn +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.141 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.141 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.144 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.146 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.146 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.147 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.147 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.147 | 74813 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.147 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.147 | 56097 | Removed run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.147 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.147 | 56097 | Assigned run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.148 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wNeAqF +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.150 | 74809 | Marked run 1631 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.151 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.154 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.155 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.156 | 56101 | Recursively removing directory: /tmp/git.Q1g6nn/ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.156 | 74811 | Marked run 1632 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.157 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.157 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.157 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.160 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.163 | 56098 | Recursively removing directory: /tmp/git.wNeAqF/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.164 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.164 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.164 | 74828 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.164 | 56097 | Removed run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.164 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.164 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.164 | 56097 | Assigned run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.164 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WYveea +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.164 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.164 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.168 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.169 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.170 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.171 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.171 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.171 | 74831 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.172 | 56097 | Removed run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.172 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.172 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.172 | 56097 | Assigned run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.172 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QqGyZ7 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.172 | 74827 | Marked run 1633 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.172 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.177 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.178 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.179 | 56101 | Recursively removing directory: /tmp/git.WYveea/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.181 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.181 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.182 | 74829 | Marked run 1634 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.182 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.184 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.186 | 56098 | Recursively removing directory: /tmp/git.QqGyZ7/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.187 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.187 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.187 | 74846 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.188 | 56097 | Removed run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.188 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.188 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.188 | 56097 | Assigned run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.188 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.th1i6N +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.188 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.188 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.191 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.192 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.192 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.196 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.196 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.196 | 74851 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.196 | 56097 | Removed run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.196 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.196 | 56097 | Assigned run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.196 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.196 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.El8dU3 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.200 | 74845 | Marked run 1635 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.200 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.202 | 56101 | Recursively removing directory: /tmp/git.th1i6N/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.202 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.203 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.203 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.206 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.209 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.209 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.209 | 74857 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.209 | 56097 | Removed run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.209 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.209 | 56097 | Assigned run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.209 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.210 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Bswofc +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.210 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.214 | 74847 | Marked run 1636 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.214 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.215 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.218 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.219 | 56098 | Recursively removing directory: /tmp/git.El8dU3/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.220 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.220 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.221 | 74856 | Marked run 1637 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.221 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.223 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.226 | 56101 | Recursively removing directory: /tmp/git.Bswofc/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.227 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.227 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.227 | 74873 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.227 | 56097 | Removed run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.227 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.227 | 56097 | Assigned run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.227 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.228 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0AR4vy +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.228 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.228 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.231 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.232 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.233 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.234 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.234 | 74876 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.234 | 56097 | Removed run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.234 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.234 | 56097 | Assigned run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.234 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.234 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.234 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.AeujbF +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.238 | 74872 | Marked run 1638 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.238 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.241 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.242 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.242 | 56098 | Recursively removing directory: /tmp/git.0AR4vy/ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.242 | 74874 | Marked run 1639 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.242 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.243 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.243 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.246 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.249 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.249 | 74891 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.250 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.250 | 56097 | Removed run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.250 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.250 | 56097 | Assigned run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.249 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.250 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PzOrLB +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.250 | 56101 | Recursively removing directory: /tmp/git.AeujbF/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.251 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.251 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.254 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.254 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.256 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.259 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.259 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.259 | 74898 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.259 | 56097 | Removed run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.259 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.259 | 56097 | Assigned run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.259 | 74890 | Marked run 1640 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.259 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.259 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0UJ7h6 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.260 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.264 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.265 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.264 | 56098 | Recursively removing directory: /tmp/git.PzOrLB/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.266 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.266 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.269 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.269 | 74893 | Marked run 1641 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.270 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.272 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.272 | 74909 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.272 | 56097 | Removed run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.272 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.272 | 56097 | Assigned run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.273 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.272 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.273 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8Bfapr +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.274 | 56101 | Recursively removing directory: /tmp/git.0UJ7h6/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.275 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.275 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.277 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.277 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.280 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.283 | 74905 | Marked run 1642 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.283 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.284 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.284 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yYdSs1 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.284 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.284 | 74918 | Added a new worker 8 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.284 | 56097 | Removed run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.284 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.284 | 56097 | Assigned run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.284 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.287 | 56098 | Recursively removing directory: /tmp/git.8Bfapr/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.288 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.288 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.289 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.291 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.292 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.293 | 74912 | Marked run 1643 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.293 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.295 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.295 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.295 | 74924 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.295 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.295 | 56097 | Removed run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.295 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.296 | 56097 | Assigned run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.296 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cMXoSr +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.299 | 56101 | Recursively removing directory: /tmp/git.yYdSs1/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.300 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.301 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.301 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.301 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.304 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.304 | 74920 | Marked run 1644 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.304 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.308 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.308 | 74936 | Added a new worker 8 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.308 | 56097 | Removed run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.308 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.308 | 56097 | Assigned run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.308 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.308 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.308 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BOltxS +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.310 | 56098 | Recursively removing directory: /tmp/git.cMXoSr/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.311 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.311 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.314 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.317 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.317 | 74930 | Marked run 1645 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.317 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.317 | 74938 | Added a new worker 12 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.317 | 56097 | Removed run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.317 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.317 | 56097 | Assigned run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.317 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.317 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.317 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.K4VY9O +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.318 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.319 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.321 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.322 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.327 | 74937 | Marked run 1646 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.327 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.328 | 56101 | Recursively removing directory: /tmp/git.BOltxS/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.330 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.330 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.331 | 56098 | Recursively removing directory: /tmp/git.K4VY9O/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.332 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.332 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.333 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.335 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.336 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.336 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.336 | 74955 | Added a new worker 12 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.336 | 56097 | Removed run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.336 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.336 | 56097 | Assigned run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.336 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.336 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.esvYZJ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.338 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.338 | 74956 | Added a new worker 12 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.338 | 56097 | Removed run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.338 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.338 | 56097 | Assigned run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.339 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.338 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.338 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kRi9Uf +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.341 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.342 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.344 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.345 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.347 | 74953 | Marked run 1647 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.347 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.350 | 74954 | Marked run 1648 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.350 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.352 | 56101 | Recursively removing directory: /tmp/git.esvYZJ/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.353 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.353 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.355 | 56098 | Recursively removing directory: /tmp/git.kRi9Uf/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.356 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.356 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.357 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.359 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.359 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.360 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.360 | 74973 | Added a new worker 12 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.360 | 56097 | Removed run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.360 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.360 | 56097 | Assigned run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.360 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.360 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YjIckR +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.362 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.362 | 74974 | Added a new worker 12 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.362 | 56097 | Removed run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.362 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.362 | 56097 | Assigned run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.363 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.362 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.362 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DNFM4T +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.365 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.366 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.367 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.368 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.370 | 74971 | Marked run 1649 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.370 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.373 | 74972 | Marked run 1650 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.373 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.375 | 56101 | Recursively removing directory: /tmp/git.YjIckR/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.377 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.377 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.378 | 56098 | Recursively removing directory: /tmp/git.DNFM4T/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.379 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.379 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.381 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.383 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.384 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.384 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.384 | 74991 | Added a new worker 12 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.384 | 56097 | Removed run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.384 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.384 | 56097 | Assigned run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.384 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bJ5Eeb +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.385 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.387 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.387 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.387 | 74992 | Added a new worker 12 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.388 | 56097 | Removed run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.388 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.388 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.388 | 56097 | Assigned run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.388 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uc0AuN +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.389 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.390 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.393 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.394 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.395 | 74989 | Marked run 1651 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.395 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.398 | 74990 | Marked run 1652 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.398 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.400 | 56101 | Recursively removing directory: /tmp/git.bJ5Eeb/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.402 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.402 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.403 | 56098 | Recursively removing directory: /tmp/git.uc0AuN/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.404 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.404 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.406 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.409 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.409 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.409 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.409 | 75009 | Added a new worker 12 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.409 | 56097 | Removed run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.409 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.409 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.409 | 56097 | Assigned run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.410 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.U8P0Lo +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.412 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.412 | 75010 | Added a new worker 12 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.412 | 56097 | Removed run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.412 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.412 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.412 | 56097 | Assigned run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.412 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.412 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.buv77h +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.414 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.415 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.419 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.420 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.423 | 75007 | Marked run 1653 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.423 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.425 | 56101 | Recursively removing directory: /tmp/git.U8P0Lo/ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.427 | 75008 | Marked run 1654 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.428 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.427 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.427 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.430 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.431 | 56098 | Recursively removing directory: /tmp/git.buv77h/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.432 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.432 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.433 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.433 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.433 | 75026 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.433 | 56097 | Removed run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.433 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.433 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.433 | 56097 | Assigned run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.434 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GrasM6 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.436 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.438 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.438 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.439 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.439 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.440 | 75029 | Added a new worker 12 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.440 | 56097 | Removed run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.440 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.440 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.440 | 56097 | Assigned run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.440 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y4jPHq +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.445 | 75025 | Marked run 1655 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.445 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.446 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.447 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.448 | 56101 | Recursively removing directory: /tmp/git.GrasM6/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.449 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.449 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.451 | 75027 | Marked run 1656 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.451 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.453 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.455 | 56098 | Recursively removing directory: /tmp/git.Y4jPHq/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.456 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.456 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.456 | 75044 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.456 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.456 | 56097 | Removed run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.456 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.456 | 56097 | Assigned run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.457 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TKZIl9 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.457 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.457 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.461 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.461 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.463 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.465 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.465 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.465 | 75048 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.465 | 56097 | Removed run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.465 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.466 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.466 | 56097 | Assigned run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.466 | 75043 | Marked run 1657 as finished +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.466 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VkvHaA +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.466 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.471 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.472 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.475 | 56101 | Recursively removing directory: /tmp/git.TKZIl9/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.477 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.477 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.478 | 75045 | Marked run 1658 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.478 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.480 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.481 | 56098 | Recursively removing directory: /tmp/git.VkvHaA/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.482 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.482 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.483 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.483 | 75062 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.483 | 56097 | Removed run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.483 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.483 | 56097 | Assigned run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.483 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.483 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.s91Xdq +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.484 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.485 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.487 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.488 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.488 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.488 | 75064 | Added a new worker 12 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.488 | 56097 | Removed run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.488 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.488 | 56097 | Assigned run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.488 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.488 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.489 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QIvRPO +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.493 | 75061 | Marked run 1659 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.494 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.495 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.496 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.497 | 56101 | Recursively removing directory: /tmp/git.s91Xdq/ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.498 | 75063 | Marked run 1660 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.498 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.499 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.499 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.502 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.504 | 56098 | Recursively removing directory: /tmp/git.QIvRPO/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.506 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.506 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.506 | 75080 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.506 | 56097 | Removed run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.506 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.506 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.506 | 56097 | Assigned run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.506 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.506 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.506 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JMeBrW +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.510 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.510 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.511 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.514 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.514 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.514 | 75084 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.514 | 56097 | Removed run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.514 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.514 | 56097 | Assigned run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.514 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.514 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4vf13U +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.517 | 75079 | Marked run 1661 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.517 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.520 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.521 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.521 | 56101 | Recursively removing directory: /tmp/git.JMeBrW/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.522 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.522 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.524 | 75081 | Marked run 1662 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.524 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.526 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.529 | 56098 | Recursively removing directory: /tmp/git.4vf13U/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.529 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.529 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.529 | 75098 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.529 | 56097 | Removed run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.529 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.529 | 56097 | Assigned run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.529 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.a4olV2 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.530 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.530 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.530 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.533 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.536 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.536 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.536 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.536 | 75100 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.536 | 56097 | Removed run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.536 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.536 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.536 | 56097 | Assigned run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.537 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.w8AcWF +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.538 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.539 | 75095 | Marked run 1663 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.539 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.542 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.543 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.546 | 75099 | Marked run 1664 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.546 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.547 | 56101 | Recursively removing directory: /tmp/git.a4olV2/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.549 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.549 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.552 | 56098 | Recursively removing directory: /tmp/git.w8AcWF/ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.552 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.554 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.554 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.556 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.556 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.556 | 75116 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.556 | 56097 | Removed run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.556 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.556 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.556 | 56097 | Assigned run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.556 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vW2Sc9 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.558 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.560 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.561 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.561 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.561 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.562 | 75119 | Added a new worker 12 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.562 | 56097 | Removed run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.562 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.562 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.562 | 56097 | Assigned run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.562 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Xk3wvr +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.567 | 75115 | Marked run 1665 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.567 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.568 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.568 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.571 | 56101 | Recursively removing directory: /tmp/git.vW2Sc9/ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.572 | 75117 | Marked run 1666 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.572 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.573 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.573 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.576 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.577 | 56098 | Recursively removing directory: /tmp/git.Xk3wvr/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.578 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.579 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.579 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.579 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.579 | 75134 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.579 | 56097 | Removed run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.579 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.579 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.579 | 56097 | Assigned run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.580 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8J76Nl +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.582 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.584 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.584 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.584 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.584 | 75136 | Added a new worker 12 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.585 | 56097 | Removed run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.585 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.585 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.585 | 56097 | Assigned run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.585 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wE3y6F +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.585 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.591 | 75133 | Marked run 1667 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.591 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.592 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.593 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.594 | 56101 | Recursively removing directory: /tmp/git.8J76Nl/ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.595 | 75135 | Marked run 1668 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.595 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.596 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.596 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.599 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.601 | 56098 | Recursively removing directory: /tmp/git.wE3y6F/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.603 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.603 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.603 | 75152 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.603 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.603 | 56097 | Removed run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.603 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.603 | 56097 | Assigned run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.603 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.603 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.603 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TqeIwZ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.607 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.607 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.608 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.610 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.610 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.610 | 75156 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.610 | 56097 | Removed run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.610 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.611 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.611 | 56097 | Assigned run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.611 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oCgnKE +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.616 | 75151 | Marked run 1669 as finished +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.617 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.617 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.617 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.618 | 56101 | Recursively removing directory: /tmp/git.TqeIwZ/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.619 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.619 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.620 | 75153 | Marked run 1670 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.621 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.623 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.625 | 56098 | Recursively removing directory: /tmp/git.oCgnKE/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.626 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.626 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.626 | 75170 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.626 | 56097 | Removed run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.626 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.626 | 56097 | Assigned run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.626 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.626 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JzVYAK +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.627 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.627 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.630 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.631 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.631 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.635 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.635 | 75177 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.635 | 56097 | Removed run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.635 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.635 | 56097 | Assigned run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.635 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.635 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LTIXnB +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.636 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.638 | 75169 | Marked run 1671 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.639 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.640 | 56101 | Recursively removing directory: /tmp/git.JzVYAK/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.641 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.642 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.642 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.642 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.645 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.648 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.648 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.648 | 75184 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.648 | 56097 | Removed run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.648 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.648 | 56097 | Assigned run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.648 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.651 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uZMb22 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.651 | 75172 | Marked run 1672 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.651 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.655 | 56098 | Recursively removing directory: /tmp/git.LTIXnB/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.656 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.657 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.657 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.657 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.659 | 75183 | Marked run 1673 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.659 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.660 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.663 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.663 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.663 | 75197 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.663 | 56097 | Removed run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.663 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.663 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.663 | 56097 | Assigned run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.663 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gdN4Un +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.666 | 56101 | Recursively removing directory: /tmp/git.uZMb22/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.667 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.667 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.668 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.668 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.672 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.674 | 75191 | Marked run 1674 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.674 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.675 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.675 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.675 | 75206 | Added a new worker 8 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.675 | 56097 | Removed run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.675 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.675 | 56097 | Assigned run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.675 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.675 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6Nkeuh +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.677 | 56098 | Recursively removing directory: /tmp/git.gdN4Un/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.679 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.679 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.680 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.680 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.683 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.686 | 75201 | Marked run 1675 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.686 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.687 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.687 | 75215 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.687 | 56097 | Removed run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.687 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.687 | 56097 | Assigned run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.687 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.687 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cwAi5L +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.688 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.689 | 56101 | Recursively removing directory: /tmp/git.6Nkeuh/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.691 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.691 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.692 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.693 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.694 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.696 | 75209 | Marked run 1676 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.697 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.697 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.697 | 75220 | Added a new worker 8 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.697 | 56097 | Removed run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.697 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.697 | 56097 | Assigned run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.697 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.697 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.697 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YSGrbe +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.702 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.703 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.703 | 56098 | Recursively removing directory: /tmp/git.cwAi5L/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.705 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.705 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.708 | 75217 | Marked run 1677 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.708 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.709 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.711 | 56101 | Recursively removing directory: /tmp/git.YSGrbe/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.712 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.712 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.712 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.712 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.712 | 75233 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.712 | 56097 | Removed run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.712 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.712 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.713 | 56097 | Assigned run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.713 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pXVIju +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.716 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.717 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.718 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.719 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.719 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.720 | 75236 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.720 | 56097 | Removed run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.720 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.720 | 56097 | Assigned run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.720 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.720 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZBisbs +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.722 | 75232 | Marked run 1678 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.722 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.725 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.726 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.727 | 56098 | Recursively removing directory: /tmp/git.pXVIju/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.729 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.729 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.730 | 75234 | Marked run 1679 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.730 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.732 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.734 | 56101 | Recursively removing directory: /tmp/git.ZBisbs/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.736 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.736 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.736 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.736 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.736 | 75251 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.736 | 56097 | Removed run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.736 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.736 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.736 | 56097 | Assigned run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.736 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vUMoYI +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.740 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.741 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.742 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.743 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.743 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.743 | 75254 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.743 | 56097 | Removed run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.743 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.743 | 56097 | Assigned run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.744 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.743 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1i6QnF +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.744 | 75250 | Marked run 1680 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.745 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.749 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.749 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.752 | 56098 | Recursively removing directory: /tmp/git.vUMoYI/ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.753 | 75252 | Marked run 1681 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.753 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.754 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.754 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.758 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.758 | 56101 | Recursively removing directory: /tmp/git.1i6QnF/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.759 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.759 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.761 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.761 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.761 | 75269 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.761 | 56097 | Removed run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.761 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.761 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.761 | 56097 | Assigned run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.761 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qLmjRQ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.763 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.766 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.766 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.767 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.y94cXW +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.766 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.766 | 75271 | Added a new worker 12 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.767 | 56097 | Removed run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.767 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.767 | 56097 | Assigned run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.767 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.767 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.772 | 75268 | Marked run 1682 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.772 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.774 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.775 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.775 | 75270 | Marked run 1683 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.776 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.777 | 56098 | Recursively removing directory: /tmp/git.qLmjRQ/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.778 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.778 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.782 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.783 | 56101 | Recursively removing directory: /tmp/git.y94cXW/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.785 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.785 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.785 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.785 | 75287 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.785 | 56097 | Removed run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.785 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.785 | 56097 | Assigned run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.786 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.785 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.785 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DLeeIz +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.789 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.789 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.790 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.793 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.793 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.793 | 75291 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.793 | 56097 | Removed run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.793 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.793 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.793 | 56097 | Assigned run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.793 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KanEoT +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.799 | 75286 | Marked run 1684 as finished +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.800 | 56098 | Recursively removing directory: /tmp/git.DLeeIz/ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.800 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.800 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.801 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.802 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.802 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.803 | 75288 | Marked run 1685 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.804 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.805 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.808 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.808 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.808 | 75305 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.808 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.809 | 56097 | Removed run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.809 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.809 | 56097 | Assigned run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.809 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qTuTIt +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.814 | 56101 | Recursively removing directory: /tmp/git.KanEoT/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.814 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.815 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.815 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.815 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.818 | 75300 | Marked run 1686 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.818 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.819 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.821 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.821 | 75314 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.821 | 56097 | Removed run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.821 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.821 | 56097 | Assigned run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.822 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.821 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.822 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4GQSMw +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.826 | 56098 | Recursively removing directory: /tmp/git.qTuTIt/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.826 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.827 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.827 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.827 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.831 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.831 | 75308 | Marked run 1687 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.831 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.834 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.834 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.835 | 75323 | Added a new worker 9 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.835 | 56097 | Removed run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.835 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.835 | 56097 | Assigned run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.835 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4tqDFS +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.835 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.836 | 56101 | Recursively removing directory: /tmp/git.4GQSMw/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.838 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.838 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.839 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.840 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.842 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.845 | 75318 | Marked run 1688 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.845 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.846 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.846 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.846 | 75332 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.846 | 56097 | Removed run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.846 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.846 | 56097 | Assigned run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.846 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.846 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.p4WHUG +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.849 | 56098 | Recursively removing directory: /tmp/git.4tqDFS/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.851 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.851 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.851 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.853 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.854 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.855 | 75326 | Marked run 1689 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.855 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.857 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.857 | 75339 | Added a new worker 9 to the queue +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.857 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.858 | 56097 | Removed run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.858 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.858 | 56097 | Assigned run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.858 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.858 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OIIIDF +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.862 | 56101 | Recursively removing directory: /tmp/git.p4WHUG/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.863 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.863 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.863 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.863 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.867 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.867 | 75334 | Marked run 1690 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.868 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.870 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.870 | 75350 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.870 | 56097 | Removed run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.870 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.870 | 56097 | Assigned run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.870 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.870 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zdeKXZ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.871 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.872 | 56098 | Recursively removing directory: /tmp/git.OIIIDF/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.874 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.874 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.875 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.876 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.878 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.880 | 75345 | Marked run 1691 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.881 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.882 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.882 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YKT4EA +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.882 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.882 | 75359 | Added a new worker 9 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.882 | 56097 | Removed run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.882 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.882 | 56097 | Assigned run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.882 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.885 | 56101 | Recursively removing directory: /tmp/git.zdeKXZ/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.887 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.887 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.887 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.888 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.890 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.891 | 75353 | Marked run 1692 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.891 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.893 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.893 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.894 | 75368 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.894 | 56097 | Removed run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.894 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.894 | 56097 | Assigned run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.894 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.894 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.INGXMD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.897 | 56098 | Recursively removing directory: /tmp/git.YKT4EA/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.898 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.898 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.898 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.899 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.902 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.904 | 75362 | Marked run 1693 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.904 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.906 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.906 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.906 | 75377 | Added a new worker 9 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.907 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.907 | 56097 | Removed run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.907 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.907 | 56097 | Assigned run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.907 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PnySBQ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.907 | 56101 | Recursively removing directory: /tmp/git.INGXMD/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.908 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.908 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.911 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.911 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.912 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.915 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.915 | 75381 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.915 | 56097 | Removed run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.915 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.915 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.915 | 56097 | Assigned run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.914 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.915 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2QuFf6 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.918 | 75372 | Marked run 1694 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.918 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.920 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.921 | 56098 | Recursively removing directory: /tmp/git.PnySBQ/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.921 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.923 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.923 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.925 | 75378 | Marked run 1695 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.925 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.926 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.929 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.930 | 75395 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.930 | 56097 | Removed run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.930 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.930 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.930 | 56097 | Assigned run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.929 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.930 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eyIn9R +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.930 | 56101 | Recursively removing directory: /tmp/git.2QuFf6/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.932 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.932 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.934 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.935 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.935 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.939 | 75392 | Marked run 1696 as finished +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.939 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.939 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.939 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.939 | 75402 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.939 | 56097 | Removed run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.939 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.939 | 56097 | Assigned run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.939 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MChIzd +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.940 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.944 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.944 | 56098 | Recursively removing directory: /tmp/git.eyIn9R/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.945 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.946 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.946 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.949 | 75398 | Marked run 1697 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.950 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.950 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.953 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.954 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.954 | 75415 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.954 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.954 | 56097 | Removed run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.954 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.954 | 56097 | Assigned run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.954 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LaujGJ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.954 | 56101 | Recursively removing directory: /tmp/git.MChIzd/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.955 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.955 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.958 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.959 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.960 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.961 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.962 | 75418 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.962 | 56097 | Removed run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.962 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.962 | 56097 | Assigned run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.961 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.962 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jDei93 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.962 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.964 | 75412 | Marked run 1698 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.964 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.967 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.968 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.970 | 56098 | Recursively removing directory: /tmp/git.LaujGJ/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.971 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.971 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.972 | 75416 | Marked run 1699 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.972 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.974 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.977 | 56101 | Recursively removing directory: /tmp/git.jDei93/ +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.977 | 56098 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.977 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.977 | 75433 | Added a new worker 10 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.977 | 56097 | Removed run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.977 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.977 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.977 | 56097 | Assigned run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.978 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qWloDh +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.978 | 56101 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.978 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.981 | 56098 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.982 | 56098 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.983 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.986 | 56101 | Waiting for a new command +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.986 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.986 | 75440 | Added a new worker 13 to the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.986 | 56097 | Removed run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.986 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.986 | 56097 | Assigned run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.986 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.987 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.681udJ +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.989 | 75432 | Marked run 1700 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.989 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.992 | 56101 | Checking out revision HEAD +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.993 | 56098 | Recursively removing directory: /tmp/git.qWloDh/ +2024-01-28 10:56:11 | INFO | 56101/cimple-worker: 2024-01-28 10:56:11.993 | 56101 | Going to run: ./ci +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.995 | 56098 | Process exit code: 0 +2024-01-28 10:56:11 | INFO | 56098/cimple-worker: 2024-01-28 10:56:11.995 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.997 | 75435 | Marked run 1701 as finished +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.997 | 56095 | Waiting for new connections +2024-01-28 10:56:11 | INFO | 56095/cimple-server: 2024-01-28 10:56:11.999 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.002 | 56101 | Recursively removing directory: /tmp/git.681udJ/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.002 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.002 | 75451 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.002 | 56097 | Removed run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.002 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.002 | 56097 | Assigned run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.002 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.002 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.002 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NDKMug +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.003 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.003 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.006 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.007 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.008 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.010 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.010 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.010 | 75454 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.010 | 56097 | Removed run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.010 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.010 | 56097 | Assigned run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.010 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.010 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mh90Ri +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.012 | 75450 | Marked run 1702 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.012 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.015 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.016 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.017 | 56098 | Recursively removing directory: /tmp/git.NDKMug/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.019 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.019 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.020 | 75452 | Marked run 1703 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.020 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.022 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.025 | 56101 | Recursively removing directory: /tmp/git.mh90Ri/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.025 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.025 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.025 | 75469 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.025 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.026 | 56097 | Removed run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.026 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.026 | 56097 | Assigned run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.026 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9KoWZ7 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.026 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.026 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.030 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.031 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.031 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.034 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.034 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.035 | 75473 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.035 | 56097 | Removed run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.035 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.035 | 56097 | Assigned run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.035 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.036 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Nr8rDk +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.039 | 75468 | Marked run 1704 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.039 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.042 | 56098 | Recursively removing directory: /tmp/git.9KoWZ7/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.044 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.044 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.044 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.044 | 75470 | Marked run 1705 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.045 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.045 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.047 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.050 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.050 | 75486 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.050 | 56097 | Removed run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.050 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.050 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.050 | 56097 | Assigned run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.050 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.050 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FzkNRq +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.054 | 56101 | Recursively removing directory: /tmp/git.Nr8rDk/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.055 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.055 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.055 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.056 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.059 | 75480 | Marked run 1706 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.059 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.059 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.062 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.062 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.062 | 75496 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.062 | 56097 | Removed run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.062 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.062 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.062 | 56097 | Assigned run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.062 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CmnRiM +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.065 | 56098 | Recursively removing directory: /tmp/git.FzkNRq/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.066 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.066 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.068 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.069 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.069 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.072 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.072 | 75500 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.072 | 56097 | Removed run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.072 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.072 | 56097 | Assigned run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.072 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.072 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qX2izV +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.072 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.073 | 75490 | Marked run 1707 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.073 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.077 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.078 | 56101 | Recursively removing directory: /tmp/git.CmnRiM/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.078 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.080 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.080 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.082 | 75497 | Marked run 1708 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.083 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.083 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.087 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.087 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.087 | 75514 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.087 | 56097 | Removed run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.087 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.087 | 56097 | Assigned run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.087 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.088 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JYZWTu +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.087 | 56098 | Recursively removing directory: /tmp/git.qX2izV/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.088 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.088 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.091 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.092 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.093 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.094 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.094 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.094 | 75517 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.094 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.094 | 56097 | Removed run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.094 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.094 | 56097 | Assigned run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.095 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.slv7Pq +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.101 | 75511 | Marked run 1709 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.101 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.101 | 56101 | Recursively removing directory: /tmp/git.JYZWTu/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.103 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.103 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.104 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.105 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.105 | 75515 | Marked run 1710 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.105 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.106 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.109 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.109 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.109 | 75530 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.109 | 56097 | Removed run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.109 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.109 | 56097 | Assigned run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.109 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cGSXfa +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.110 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.114 | 56098 | Recursively removing directory: /tmp/git.slv7Pq/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.114 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.115 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.115 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.115 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.118 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.119 | 75525 | Marked run 1711 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.120 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.122 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.122 | 75541 | Added a new worker 8 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.122 | 56097 | Removed run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.122 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.122 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.122 | 56097 | Assigned run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.122 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.122 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4wblVB +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.124 | 56101 | Recursively removing directory: /tmp/git.cGSXfa/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.126 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.126 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.126 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.127 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.130 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.130 | 75535 | Marked run 1712 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.131 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.133 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.133 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.133 | 75550 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.133 | 56097 | Removed run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.133 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.133 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.133 | 56097 | Assigned run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.133 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8Nmz2l +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.136 | 56098 | Recursively removing directory: /tmp/git.4wblVB/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.137 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.138 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.138 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.138 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.142 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.144 | 75543 | Marked run 1713 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.144 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.145 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.145 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.145 | 75559 | Added a new worker 8 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.145 | 56097 | Removed run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.145 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.145 | 56097 | Assigned run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.145 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y9DBxJ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.146 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.147 | 56101 | Recursively removing directory: /tmp/git.8Nmz2l/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.148 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.148 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.151 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.151 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.151 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.154 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.155 | 75563 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.155 | 56097 | Removed run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.155 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.155 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.155 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.155 | 56097 | Assigned run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.155 | 75554 | Marked run 1714 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.155 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.155 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.xgUmRF +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.159 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.160 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.161 | 56098 | Recursively removing directory: /tmp/git.Y9DBxJ/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.163 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.163 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.164 | 75560 | Marked run 1715 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.164 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.166 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.169 | 56101 | Recursively removing directory: /tmp/git.xgUmRF/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.170 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.170 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.170 | 75577 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.170 | 56097 | Removed run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.170 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.170 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.170 | 56097 | Assigned run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.170 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.170 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.170 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.PfwNuW +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.175 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.175 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.176 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.178 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.178 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.178 | 75581 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.178 | 56097 | Removed run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.178 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.178 | 56097 | Assigned run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.178 | 75576 | Marked run 1716 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.179 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.179 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RIn60h +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.184 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.185 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.185 | 56098 | Recursively removing directory: /tmp/git.PfwNuW/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.187 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.187 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.189 | 75578 | Marked run 1717 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.189 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.191 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.194 | 56101 | Recursively removing directory: /tmp/git.RIn60h/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.194 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.194 | 75595 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.194 | 56097 | Removed run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.194 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.194 | 56097 | Assigned run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.195 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.194 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.195 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.195 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.195 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RwKQDA +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.198 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.200 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.200 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.201 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.201 | 75597 | Added a new worker 12 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.201 | 56097 | Removed run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.201 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.201 | 56097 | Assigned run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.201 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.201 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.201 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DWSHk2 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.206 | 75594 | Marked run 1718 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.206 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.206 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.207 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.210 | 56098 | Recursively removing directory: /tmp/git.RwKQDA/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.212 | 75596 | Marked run 1719 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.212 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.213 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.213 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.216 | 56101 | Recursively removing directory: /tmp/git.DWSHk2/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.217 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.217 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.217 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.219 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.219 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.219 | 75613 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.219 | 56097 | Removed run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.219 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.220 | 56097 | Assigned run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.220 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Y4Q0yd +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.220 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.220 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.223 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.223 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.224 | 75615 | Added a new worker 12 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.224 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.224 | 56097 | Removed run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.224 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.224 | 56097 | Assigned run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.224 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.O98Xel +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.225 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.225 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.230 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.230 | 75612 | Marked run 1720 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.230 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.231 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.234 | 75614 | Marked run 1721 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.234 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.235 | 56098 | Recursively removing directory: /tmp/git.Y4Q0yd/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.236 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.236 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.239 | 56101 | Recursively removing directory: /tmp/git.O98Xel/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.240 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.240 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.240 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.243 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.243 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.243 | 75631 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.243 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.243 | 56097 | Removed run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.243 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.243 | 56097 | Assigned run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.243 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hTj0B8 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.243 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.246 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.246 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.247 | 75633 | Added a new worker 12 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.247 | 56097 | Removed run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.247 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.247 | 56097 | Assigned run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.247 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.247 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iWDtXi +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.248 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.249 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.253 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.254 | 75630 | Marked run 1722 as finished +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.254 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.254 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.257 | 75632 | Marked run 1723 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.257 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.258 | 56098 | Recursively removing directory: /tmp/git.hTj0B8/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.259 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.259 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.262 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.263 | 56101 | Recursively removing directory: /tmp/git.iWDtXi/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.264 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.264 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.266 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.266 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.266 | 75649 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.266 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.266 | 56097 | Removed run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.266 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.266 | 56097 | Assigned run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.267 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rx2R5Z +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.268 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.271 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.272 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.272 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.272 | 75651 | Added a new worker 14 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.272 | 56097 | Removed run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.272 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.272 | 56097 | Assigned run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.273 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.273 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.273 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yp1EXk +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.275 | 75648 | Marked run 1724 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.275 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.278 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.279 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.282 | 56098 | Recursively removing directory: /tmp/git.rx2R5Z/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.282 | 75650 | Marked run 1725 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.282 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.283 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.283 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.286 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.288 | 56101 | Recursively removing directory: /tmp/git.yp1EXk/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.289 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.289 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.290 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.290 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.290 | 75667 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.290 | 56097 | Removed run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.290 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.290 | 56097 | Assigned run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.290 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.290 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iiyraQ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.292 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.294 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.295 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.295 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.295 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.296 | 75669 | Added a new worker 12 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.296 | 56097 | Removed run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.296 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.296 | 56097 | Assigned run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.296 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.297 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7B7BxF +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.303 | 75666 | Marked run 1726 as finished +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.303 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.304 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.304 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.305 | 56098 | Recursively removing directory: /tmp/git.iiyraQ/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.307 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.307 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.307 | 75668 | Marked run 1727 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.308 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.310 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.312 | 56101 | Recursively removing directory: /tmp/git.7B7BxF/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.314 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.314 | 75685 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.314 | 56097 | Removed run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.314 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.314 | 56097 | Assigned run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.314 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.314 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.314 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XRHePm +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.314 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.314 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.318 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.319 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.321 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.321 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.321 | 75687 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.321 | 56097 | Removed run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.321 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.321 | 56097 | Assigned run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.321 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.322 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oSYzGt +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.322 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.325 | 75684 | Marked run 1728 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.325 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.327 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.328 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.331 | 56098 | Recursively removing directory: /tmp/git.XRHePm/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.331 | 75686 | Marked run 1729 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.331 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.332 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.332 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.336 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.336 | 56101 | Recursively removing directory: /tmp/git.oSYzGt/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.337 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.337 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.339 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.339 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.339 | 75703 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.339 | 56097 | Removed run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.339 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.339 | 56097 | Assigned run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.339 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.339 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Llwxki +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.340 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.343 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.343 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.343 | 75705 | Added a new worker 12 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.344 | 56097 | Removed run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.344 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.344 | 56097 | Assigned run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.344 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.344 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.344 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.v9smfD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.345 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.349 | 75702 | Marked run 1730 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.350 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.351 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.351 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.353 | 75704 | Marked run 1731 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.353 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.355 | 56098 | Recursively removing directory: /tmp/git.Llwxki/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.356 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.356 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.360 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.360 | 56101 | Recursively removing directory: /tmp/git.v9smfD/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.361 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.361 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.362 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.362 | 75721 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.362 | 56097 | Removed run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.362 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.363 | 56097 | Assigned run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.363 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.362 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.363 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6zBzSU +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.364 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.367 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.367 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.367 | 75723 | Added a new worker 12 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.367 | 56097 | Removed run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.367 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.367 | 56097 | Assigned run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.368 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.368 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.368 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TnHzCg +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.369 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.374 | 75720 | Marked run 1732 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.374 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.374 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.375 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.377 | 75722 | Marked run 1733 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.378 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.378 | 56098 | Recursively removing directory: /tmp/git.6zBzSU/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.380 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.380 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.383 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.384 | 56101 | Recursively removing directory: /tmp/git.TnHzCg/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.385 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.385 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.387 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.387 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.387 | 75739 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.387 | 56097 | Removed run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.387 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.387 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.387 | 56097 | Assigned run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.387 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.O04xWM +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.389 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.392 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.393 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.393 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.393 | 75741 | Added a new worker 14 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.393 | 56097 | Removed run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.393 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.393 | 56097 | Assigned run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.393 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.393 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZaBvCR +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.394 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.397 | 75738 | Marked run 1734 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.397 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.401 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.402 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.403 | 56098 | Recursively removing directory: /tmp/git.O04xWM/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.403 | 75740 | Marked run 1735 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.404 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.404 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.404 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.407 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.410 | 56101 | Recursively removing directory: /tmp/git.ZaBvCR/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.411 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.411 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.411 | 75757 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.411 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.411 | 56097 | Removed run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.411 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.411 | 56097 | Assigned run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.411 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.411 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.411 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WBOddT +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.415 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.415 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.417 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.419 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.419 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.419 | 75760 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.419 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.419 | 75756 | Marked run 1736 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.419 | 56097 | Removed run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.419 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.419 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.419 | 56097 | Assigned run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.420 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NC6mbn +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.424 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.425 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.426 | 56098 | Recursively removing directory: /tmp/git.WBOddT/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.428 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.428 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.429 | 75758 | Marked run 1737 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.430 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.432 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.433 | 56101 | Recursively removing directory: /tmp/git.NC6mbn/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.434 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.434 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.435 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.435 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.435 | 75775 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.435 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.435 | 56097 | Removed run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.435 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.435 | 56097 | Assigned run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.435 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VCb9Rz +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.438 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.439 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.441 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.442 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.442 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.442 | 75778 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.442 | 56097 | Removed run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.442 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.442 | 56097 | Assigned run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.442 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.442 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.awAJqk +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.444 | 75774 | Marked run 1738 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.444 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.447 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.448 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.450 | 56098 | Recursively removing directory: /tmp/git.VCb9Rz/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.451 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.451 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.453 | 75776 | Marked run 1739 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.453 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.455 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.457 | 56101 | Recursively removing directory: /tmp/git.awAJqk/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.458 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.458 | 75793 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.458 | 56097 | Removed run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.458 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.458 | 56097 | Assigned run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.458 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.458 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dU4eRK +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.458 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.458 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.459 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.462 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.462 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.463 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.466 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.466 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.466 | 75797 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.466 | 56097 | Removed run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.466 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.466 | 56097 | Assigned run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.466 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bYW9s4 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.467 | 75792 | Marked run 1740 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.468 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.468 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.471 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.471 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.472 | 56098 | Recursively removing directory: /tmp/git.dU4eRK/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.475 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.475 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.476 | 75794 | Marked run 1741 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.477 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.478 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.480 | 56101 | Recursively removing directory: /tmp/git.bYW9s4/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.482 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.482 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.482 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.482 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.482 | 75811 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.482 | 56097 | Removed run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.482 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.482 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.482 | 56097 | Assigned run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.483 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bcrOpT +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.486 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.487 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.489 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.489 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.490 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.490 | 75814 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.490 | 56097 | Removed run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.490 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.490 | 56097 | Assigned run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.490 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UFH4Vh +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.490 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.491 | 75810 | Marked run 1742 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.491 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.495 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.496 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.498 | 56098 | Recursively removing directory: /tmp/git.bcrOpT/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.499 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.499 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.501 | 75812 | Marked run 1743 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.501 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.503 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.505 | 56101 | Recursively removing directory: /tmp/git.UFH4Vh/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.506 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.506 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.506 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.506 | 75829 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.506 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.506 | 56097 | Removed run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.506 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.506 | 56097 | Assigned run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.506 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.506 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6vtXM6 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.510 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.511 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.512 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.513 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.514 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.514 | 75832 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.514 | 56097 | Removed run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.514 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.514 | 56097 | Assigned run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.514 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cbxXol +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.514 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.515 | 75828 | Marked run 1744 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.515 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.518 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.519 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.522 | 56098 | Recursively removing directory: /tmp/git.6vtXM6/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.523 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.523 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.524 | 75830 | Marked run 1745 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.524 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.527 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.529 | 56101 | Recursively removing directory: /tmp/git.cbxXol/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.530 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.530 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.530 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.530 | 75847 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.530 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.530 | 56097 | Removed run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.530 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.530 | 56097 | Assigned run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.530 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.531 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.X0Mrzv +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.534 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.535 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.536 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.538 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.538 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.538 | 75850 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.538 | 56097 | Removed run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.538 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.538 | 56097 | Assigned run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.538 | 75846 | Marked run 1746 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.538 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.539 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2w7NSs +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.539 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.543 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.544 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.545 | 56098 | Recursively removing directory: /tmp/git.X0Mrzv/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.547 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.547 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.550 | 75848 | Marked run 1747 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.550 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.552 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.553 | 56101 | Recursively removing directory: /tmp/git.2w7NSs/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.554 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.554 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.555 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.555 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.555 | 75865 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.555 | 56097 | Removed run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.555 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.555 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.555 | 56097 | Assigned run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.555 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gnubdR +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.557 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.559 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.560 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.560 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.560 | 75867 | Added a new worker 12 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.560 | 56097 | Removed run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.560 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.560 | 56097 | Assigned run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.560 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.560 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VtrJVw +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.561 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.565 | 75864 | Marked run 1748 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.566 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.566 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.567 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.570 | 75866 | Marked run 1749 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.570 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.570 | 56098 | Recursively removing directory: /tmp/git.gnubdR/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.572 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.572 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.575 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.576 | 56101 | Recursively removing directory: /tmp/git.VtrJVw/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.577 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.577 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.578 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.578 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.578 | 75883 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.578 | 56097 | Removed run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.578 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.578 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.578 | 56097 | Assigned run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.579 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ILRJyJ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.581 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.582 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.583 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.584 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.585 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.585 | 75886 | Added a new worker 12 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.585 | 56097 | Removed run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.585 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.585 | 56097 | Assigned run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.585 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ncJmWu +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.585 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.590 | 75882 | Marked run 1750 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.590 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.591 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.592 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.594 | 56098 | Recursively removing directory: /tmp/git.ILRJyJ/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.594 | 75884 | Marked run 1751 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.594 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.595 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.595 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.599 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.600 | 56101 | Recursively removing directory: /tmp/git.ncJmWu/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.601 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.601 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.603 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.603 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.603 | 75901 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.603 | 56097 | Removed run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.603 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.603 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.603 | 56097 | Assigned run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.603 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oeE1uT +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.605 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.609 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.609 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.609 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.609 | 75903 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.609 | 56097 | Removed run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.609 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.609 | 56097 | Assigned run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.610 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fLQP4M +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.610 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.611 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.612 | 75900 | Marked run 1752 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.612 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.615 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.615 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.619 | 75902 | Marked run 1753 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.619 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.619 | 56098 | Recursively removing directory: /tmp/git.oeE1uT/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.621 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.621 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.624 | 56101 | Recursively removing directory: /tmp/git.fLQP4M/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.624 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.625 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.625 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.627 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.627 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.627 | 75919 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.627 | 56097 | Removed run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.627 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.627 | 56097 | Assigned run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.627 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.C10Slq +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.628 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.629 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.631 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.632 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.632 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.632 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.632 | 75922 | Added a new worker 12 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.633 | 56097 | Removed run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.633 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.633 | 56097 | Assigned run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.633 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.633 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9xqluH +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.638 | 75918 | Marked run 1754 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.638 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.639 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.640 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.642 | 56098 | Recursively removing directory: /tmp/git.C10Slq/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.642 | 75920 | Marked run 1755 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.642 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.644 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.644 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.647 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.649 | 56101 | Recursively removing directory: /tmp/git.9xqluH/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.650 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.650 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.651 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.651 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.651 | 75937 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.651 | 56097 | Removed run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.651 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.651 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.651 | 56097 | Assigned run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.651 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jUn2xb +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.654 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.655 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.656 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.657 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.658 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.658 | 75940 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.658 | 56097 | Removed run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.658 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.658 | 56097 | Assigned run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.658 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.659 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.orVjPW +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.663 | 75936 | Marked run 1756 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.663 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.664 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.665 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.667 | 75938 | Marked run 1757 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.668 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.669 | 56098 | Recursively removing directory: /tmp/git.jUn2xb/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.671 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.671 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.673 | 56101 | Recursively removing directory: /tmp/git.orVjPW/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.674 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.674 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.674 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.677 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.677 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.677 | 75955 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.677 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.677 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.677 | 56097 | Removed run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.677 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.677 | 56097 | Assigned run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.677 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5HxoYh +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.680 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.680 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.681 | 75957 | Added a new worker 12 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.681 | 56097 | Removed run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.681 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.681 | 56097 | Assigned run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.681 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.681 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9LU4rr +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.682 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.682 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.687 | 75954 | Marked run 1758 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.688 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.688 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.689 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.691 | 56098 | Recursively removing directory: /tmp/git.5HxoYh/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.692 | 75956 | Marked run 1759 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.692 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.693 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.693 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.697 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.698 | 56101 | Recursively removing directory: /tmp/git.9LU4rr/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.699 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.699 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.700 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.700 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.700 | 75973 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.700 | 56097 | Removed run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.700 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.700 | 56097 | Assigned run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.700 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.700 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XMs5ND +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.703 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.704 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.705 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.706 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.707 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.707 | 75976 | Added a new worker 12 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.707 | 56097 | Removed run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.707 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.707 | 56097 | Assigned run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.707 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.707 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LLMtGi +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.710 | 75972 | Marked run 1760 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.711 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.713 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.714 | 56098 | Recursively removing directory: /tmp/git.XMs5ND/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.715 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.716 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.716 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.717 | 75974 | Marked run 1761 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.718 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.720 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.722 | 56101 | Recursively removing directory: /tmp/git.LLMtGi/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.723 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.723 | 75991 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.723 | 56097 | Removed run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.723 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.723 | 56097 | Assigned run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.723 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.723 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Nm5CX5 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.724 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.724 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.724 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.728 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.728 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.729 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.731 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.732 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.732 | 75994 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.732 | 56097 | Removed run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.732 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.732 | 56097 | Assigned run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.732 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OG70wF +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.732 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.733 | 75990 | Marked run 1762 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.733 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.737 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.738 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.739 | 56098 | Recursively removing directory: /tmp/git.Nm5CX5/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.741 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.741 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.742 | 75992 | Marked run 1763 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.742 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.744 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.746 | 56101 | Recursively removing directory: /tmp/git.OG70wF/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.748 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.748 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.748 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.748 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.748 | 76009 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.748 | 56097 | Removed run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.748 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.748 | 56097 | Assigned run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.748 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gOm5Km +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.749 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.752 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.752 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.753 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.755 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.755 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.755 | 76012 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.755 | 56097 | Removed run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.755 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.755 | 56097 | Assigned run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.755 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UM90Wo +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.756 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.756 | 76008 | Marked run 1764 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.757 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.760 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.761 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.762 | 56098 | Recursively removing directory: /tmp/git.gOm5Km/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.765 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.765 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.766 | 76010 | Marked run 1765 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.766 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.768 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.770 | 56101 | Recursively removing directory: /tmp/git.UM90Wo/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.771 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.771 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.772 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.772 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.772 | 76027 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.772 | 56097 | Removed run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.772 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.772 | 56097 | Assigned run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.772 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.772 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gDWqwB +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.775 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.777 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.777 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.778 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.778 | 76029 | Added a new worker 12 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.778 | 56097 | Removed run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.778 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.778 | 56097 | Assigned run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.778 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.L4jUjW +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.778 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.778 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.784 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.785 | 76026 | Marked run 1766 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.785 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.785 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.788 | 76028 | Marked run 1767 as finished +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.788 | 56098 | Recursively removing directory: /tmp/git.gDWqwB/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.788 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.789 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.790 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.793 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.794 | 56101 | Recursively removing directory: /tmp/git.L4jUjW/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.795 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.795 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.796 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.796 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.796 | 76045 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.796 | 56097 | Removed run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.796 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.796 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.796 | 56097 | Assigned run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.796 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.K2llhu +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.799 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.800 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.801 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.803 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.803 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.803 | 76048 | Added a new worker 12 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.803 | 56097 | Removed run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.803 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.803 | 56097 | Assigned run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.803 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.804 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lvn6pL +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.808 | 76044 | Marked run 1768 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.808 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.809 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.810 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.811 | 56098 | Recursively removing directory: /tmp/git.K2llhu/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.813 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.813 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.814 | 76046 | Marked run 1769 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.814 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.816 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.819 | 56101 | Recursively removing directory: /tmp/git.lvn6pL/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.819 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.819 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.819 | 76063 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.820 | 56097 | Removed run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.820 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.820 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.820 | 56097 | Assigned run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.820 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pkR3YH +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.821 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.821 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.823 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.824 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.825 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.828 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.828 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.829 | 76069 | Added a new worker 11 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.829 | 56097 | Removed run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.829 | 56097 | Removed worker 11 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.829 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.829 | 56097 | Assigned run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.829 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OYMYJR +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.831 | 76062 | Marked run 1770 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.832 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.834 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.834 | 56098 | Recursively removing directory: /tmp/git.pkR3YH/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.835 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.836 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.836 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.839 | 76065 | Marked run 1771 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.839 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.840 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.843 | 56101 | Recursively removing directory: /tmp/git.OYMYJR/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.843 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.843 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.843 | 76081 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.843 | 56097 | Removed run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.843 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.843 | 56097 | Assigned run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.843 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.844 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uQVl9X +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.844 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.844 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.848 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.848 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.849 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.851 | 76080 | Marked run 1772 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.852 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.852 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.852 | 76084 | Added a new worker 8 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.852 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.852 | 56097 | Removed run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.852 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.852 | 56097 | Assigned run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.852 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.852 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XJCgSl +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.857 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.858 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.859 | 56098 | Recursively removing directory: /tmp/git.uQVl9X/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.861 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.861 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.862 | 76082 | Marked run 1773 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.863 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.864 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.867 | 56101 | Recursively removing directory: /tmp/git.XJCgSl/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.868 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.868 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.868 | 76099 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.868 | 56097 | Removed run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.868 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.868 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.868 | 56097 | Assigned run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.868 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.s9K4Al +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.868 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.868 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.872 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.873 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.874 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.876 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.876 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uogJHQ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.876 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.876 | 76102 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.876 | 56097 | Removed run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.876 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.876 | 76098 | Marked run 1774 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.876 | 56097 | Assigned run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.876 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.878 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.881 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.882 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.883 | 56098 | Recursively removing directory: /tmp/git.s9K4Al/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.884 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.884 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.887 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.890 | 56101 | Recursively removing directory: /tmp/git.uogJHQ/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.890 | 76100 | Marked run 1775 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.890 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.891 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.891 | 76117 | Added a new worker 9 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.891 | 56097 | Removed run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.891 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.891 | 56097 | Assigned run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.891 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.891 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.892 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.891 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.891 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YgSHF0 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.894 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.896 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.896 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.897 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.897 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.897 | 76120 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.897 | 56097 | Removed run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.897 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.897 | 56097 | Assigned run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.897 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.898 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.RLSHXU +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.901 | 76116 | Marked run 1776 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.901 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.903 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.904 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.906 | 56098 | Recursively removing directory: /tmp/git.YgSHF0/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.908 | 76118 | Marked run 1777 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.908 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.908 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.908 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.912 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.913 | 56101 | Recursively removing directory: /tmp/git.RLSHXU/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.914 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.914 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.916 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.916 | 76135 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.916 | 56097 | Removed run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.916 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.916 | 56097 | Assigned run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.916 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.916 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.owI86s +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.918 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.921 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.922 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.922 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.922 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.922 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.922 | 76137 | Added a new worker 9 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.922 | 56097 | Removed run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.922 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.922 | 56097 | Assigned run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.923 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fwddEo +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.923 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.927 | 76134 | Marked run 1778 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.927 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.929 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.930 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.931 | 56098 | Recursively removing directory: /tmp/git.owI86s/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.932 | 76136 | Marked run 1779 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.933 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.933 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.933 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.936 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.938 | 56101 | Recursively removing directory: /tmp/git.fwddEo/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.940 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.940 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.940 | 76153 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.940 | 56097 | Removed run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.940 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.940 | 56097 | Assigned run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.940 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.940 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.940 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.940 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.U0uQZL +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.944 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.945 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.946 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.948 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.948 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.948 | 76156 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.948 | 56097 | Removed run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.948 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.948 | 56097 | Assigned run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.948 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.V0xORG +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.949 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.949 | 76152 | Marked run 1780 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.949 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.953 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.954 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.956 | 56098 | Recursively removing directory: /tmp/git.U0uQZL/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.957 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.957 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.959 | 76154 | Marked run 1781 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.959 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.961 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.963 | 56101 | Recursively removing directory: /tmp/git.V0xORG/ +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.964 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.964 | 76171 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.965 | 56097 | Removed run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.965 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.965 | 56097 | Assigned run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.964 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.965 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nW5Omh +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.965 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.965 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.965 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.969 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.969 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.971 | 56098 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.972 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.972 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.972 | 76174 | Added a new worker 13 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.973 | 56097 | Removed run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.973 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.973 | 56097 | Assigned run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.973 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.973 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eHGzTX +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.973 | 76170 | Marked run 1782 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.974 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.978 | 56101 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.978 | 56101 | Going to run: ./ci +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.980 | 56098 | Recursively removing directory: /tmp/git.nW5Omh/ +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.982 | 56098 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.982 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.983 | 76172 | Marked run 1783 as finished +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.984 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.985 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.987 | 56101 | Recursively removing directory: /tmp/git.eHGzTX/ +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.988 | 56101 | Process exit code: 0 +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.988 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.989 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.989 | 76189 | Added a new worker 10 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.989 | 56097 | Removed run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.989 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.989 | 56097 | Assigned run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.989 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.989 | 56098 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.989 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NwdjgE +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.991 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.994 | 56101 | Waiting for a new command +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.994 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.994 | 76191 | Added a new worker 12 to the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.994 | 56097 | Removed run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.994 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.994 | 56097 | Assigned run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.994 | 56098 | Checking out revision HEAD +2024-01-28 10:56:12 | INFO | 56095/cimple-server: 2024-01-28 10:56:12.995 | 56095 | Waiting for new connections +2024-01-28 10:56:12 | INFO | 56101/cimple-worker: 2024-01-28 10:56:12.994 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.38H6aH +2024-01-28 10:56:12 | INFO | 56098/cimple-worker: 2024-01-28 10:56:12.998 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.002 | 76188 | Marked run 1784 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.003 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.003 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.005 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.007 | 76190 | Marked run 1785 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.007 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.008 | 56098 | Recursively removing directory: /tmp/git.NwdjgE/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.009 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.009 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.013 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.013 | 56101 | Recursively removing directory: /tmp/git.38H6aH/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.014 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.014 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.015 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.015 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.015 | 76207 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.015 | 56097 | Removed run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.015 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.015 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.016 | 56097 | Assigned run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.016 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uviamG +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.017 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.020 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.021 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.021 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.021 | 76209 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.021 | 56097 | Removed run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.021 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.021 | 56097 | Assigned run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.021 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.022 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.022 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hgJsHT +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.024 | 76206 | Marked run 1786 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.025 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.027 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.028 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.030 | 76208 | Marked run 1787 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.030 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.032 | 56098 | Recursively removing directory: /tmp/git.uviamG/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.033 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.033 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.037 | 56101 | Recursively removing directory: /tmp/git.hgJsHT/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.037 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.038 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.038 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.040 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.040 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.040 | 76225 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.040 | 56097 | Removed run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.040 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.040 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.040 | 56097 | Assigned run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.040 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qKCz0F +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.041 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.044 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.044 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.045 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.045 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.045 | 76227 | Added a new worker 12 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.045 | 56097 | Removed run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.045 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.045 | 56097 | Assigned run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.045 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bvy6NJ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.047 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.051 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.052 | 76224 | Marked run 1788 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.052 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.053 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.055 | 76226 | Marked run 1789 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.055 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.056 | 56098 | Recursively removing directory: /tmp/git.qKCz0F/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.057 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.057 | 56098 | Process output: 415085 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.061 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.061 | 56101 | Recursively removing directory: /tmp/git.bvy6NJ/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.062 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.062 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.064 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.064 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.064 | 76243 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.064 | 56097 | Removed run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.064 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.064 | 56097 | Assigned run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.064 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.064 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2mWtLl +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.065 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.068 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.068 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.069 | 76245 | Added a new worker 12 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.069 | 56097 | Removed run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.069 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.069 | 56097 | Assigned run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.069 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.069 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.069 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZBHWG2 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.070 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.075 | 76242 | Marked run 1790 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.076 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.076 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.077 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.079 | 76244 | Marked run 1791 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.079 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.080 | 56098 | Recursively removing directory: /tmp/git.2mWtLl/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.081 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.081 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.085 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.085 | 56101 | Recursively removing directory: /tmp/git.ZBHWG2/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.087 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.087 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.088 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.088 | 76261 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.088 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.088 | 56097 | Removed run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.088 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.088 | 56097 | Assigned run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.088 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.088 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9qmHFX +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.090 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.093 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.093 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.094 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.094 | 76263 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.094 | 56097 | Removed run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.094 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.094 | 56097 | Assigned run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.094 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.094 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hzPLJw +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.094 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.098 | 76260 | Marked run 1792 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.098 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.100 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.101 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.103 | 56098 | Recursively removing directory: /tmp/git.9qmHFX/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.104 | 76262 | Marked run 1793 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.104 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.105 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.105 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.109 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.110 | 56101 | Recursively removing directory: /tmp/git.hzPLJw/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.111 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.111 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.112 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.112 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.112 | 76279 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.112 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.112 | 56097 | Removed run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.112 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.112 | 56097 | Assigned run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.112 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3IIpQv +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.114 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.117 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.117 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.117 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.117 | 76281 | Added a new worker 12 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.117 | 56097 | Removed run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.117 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.117 | 56097 | Assigned run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.118 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.118 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2QHXvY +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.118 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.123 | 76278 | Marked run 1794 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.123 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.124 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.125 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.127 | 76280 | Marked run 1795 as finished +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.128 | 56098 | Recursively removing directory: /tmp/git.3IIpQv/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.128 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.129 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.129 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.133 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.134 | 56101 | Recursively removing directory: /tmp/git.2QHXvY/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.135 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.135 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.136 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.136 | 76297 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.136 | 56097 | Removed run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.136 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.136 | 56097 | Assigned run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.136 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.136 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kacNQ7 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.137 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.138 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.141 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.141 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.141 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.141 | 76299 | Added a new worker 12 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.141 | 56097 | Removed run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.141 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.141 | 56097 | Assigned run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.142 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.142 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.142 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.iKy2vg +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.147 | 76296 | Marked run 1796 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.147 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.148 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.149 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.151 | 76298 | Marked run 1797 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.151 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.151 | 56098 | Recursively removing directory: /tmp/git.kacNQ7/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.152 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.152 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.156 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.157 | 56101 | Recursively removing directory: /tmp/git.iKy2vg/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.159 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.159 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.159 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.159 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.159 | 76315 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.159 | 56097 | Removed run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.159 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.159 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.159 | 56097 | Assigned run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.159 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OJ63oI +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.163 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.164 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.165 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.166 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.166 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.167 | 76318 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.167 | 56097 | Removed run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.167 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.167 | 56097 | Assigned run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.167 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.167 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wtUIFx +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.168 | 76314 | Marked run 1798 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.168 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.172 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.173 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.175 | 56098 | Recursively removing directory: /tmp/git.OJ63oI/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.176 | 76316 | Marked run 1799 as finished +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.177 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.177 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.177 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.180 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.181 | 56101 | Recursively removing directory: /tmp/git.wtUIFx/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.183 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.183 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.184 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.184 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.184 | 76333 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.184 | 56097 | Removed run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.184 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.184 | 56097 | Assigned run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.184 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.184 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.erDj1c +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.187 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.189 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.190 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.190 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.191 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.191 | 76336 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.191 | 56097 | Removed run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.191 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.191 | 56097 | Assigned run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.191 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eo6THL +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.192 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.192 | 76332 | Marked run 1800 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.192 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.196 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.197 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.199 | 56098 | Recursively removing directory: /tmp/git.erDj1c/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.201 | 76334 | Marked run 1801 as finished +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.201 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.201 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.202 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.205 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.205 | 56101 | Recursively removing directory: /tmp/git.eo6THL/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.207 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.207 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.208 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.208 | 76351 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.208 | 56097 | Removed run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.208 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.208 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.208 | 56097 | Assigned run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.208 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.208 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GoP0vs +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.210 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.212 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.213 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.214 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.214 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.214 | 76354 | Added a new worker 12 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.214 | 56097 | Removed run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.214 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.214 | 56097 | Assigned run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.214 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.N7l10L +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.216 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.222 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.222 | 76350 | Marked run 1802 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.222 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.223 | 56098 | Recursively removing directory: /tmp/git.GoP0vs/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.223 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.225 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.225 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.226 | 76352 | Marked run 1803 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.226 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.228 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.231 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.231 | 76369 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.231 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.231 | 56097 | Removed run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.231 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.231 | 56097 | Assigned run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.231 | 56101 | Recursively removing directory: /tmp/git.N7l10L/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.231 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.232 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dt2Ufe +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.233 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.233 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.235 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.236 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.237 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.239 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.239 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.239 | 76372 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.239 | 56097 | Removed run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.239 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.239 | 56097 | Assigned run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.240 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.240 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LWzSXX +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.241 | 76367 | Marked run 1804 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.242 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.245 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.246 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.246 | 56098 | Recursively removing directory: /tmp/git.dt2Ufe/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.248 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.248 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.249 | 76370 | Marked run 1805 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.249 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.251 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.254 | 56101 | Recursively removing directory: /tmp/git.LWzSXX/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.255 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.255 | 76387 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.255 | 56097 | Removed run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.255 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.255 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.255 | 56097 | Assigned run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.255 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.255 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dFwebY +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.256 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.256 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.260 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.260 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.261 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.263 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.263 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.263 | 76386 | Marked run 1806 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.263 | 76390 | Added a new worker 8 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.264 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.264 | 56097 | Removed run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.264 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.264 | 56097 | Assigned run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.264 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2eiE2n +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.264 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.269 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.269 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.272 | 56098 | Recursively removing directory: /tmp/git.dFwebY/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.273 | 76388 | Marked run 1807 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.274 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.274 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.274 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.277 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.278 | 56101 | Recursively removing directory: /tmp/git.2eiE2n/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.280 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.280 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.281 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.281 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.281 | 76405 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.281 | 56097 | Removed run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.281 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.281 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.281 | 56097 | Assigned run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.281 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0XQZ4C +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.283 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.286 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.287 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.287 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.287 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.287 | 76407 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.287 | 56097 | Removed run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.287 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.287 | 56097 | Assigned run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.288 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SelWC4 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.289 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.290 | 76404 | Marked run 1808 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.290 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.294 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.295 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.296 | 56098 | Recursively removing directory: /tmp/git.0XQZ4C/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.296 | 76406 | Marked run 1809 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.296 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.297 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.297 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.300 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.303 | 56101 | Recursively removing directory: /tmp/git.SelWC4/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.304 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.304 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.304 | 76423 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.304 | 56097 | Removed run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.304 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.304 | 56097 | Assigned run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.304 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.S8WSz9 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.304 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.305 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.305 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.309 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.309 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.310 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.312 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.312 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.312 | 76422 | Marked run 1810 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.312 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.312 | 76426 | Added a new worker 6 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.312 | 56097 | Removed run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.312 | 56097 | Removed worker 6 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.312 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.312 | 56097 | Assigned run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.312 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6XPTRm +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.316 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.317 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.319 | 56098 | Recursively removing directory: /tmp/git.S8WSz9/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.321 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.321 | 56098 | Process output: 415085 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.322 | 76424 | Marked run 1811 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.322 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.325 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.326 | 56101 | Recursively removing directory: /tmp/git.6XPTRm/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.327 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.327 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.328 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.328 | 76441 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.328 | 56097 | Removed run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.328 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.328 | 56097 | Assigned run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.328 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.328 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qxYzJJ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.329 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.331 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.333 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.334 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.334 | 76443 | Added a new worker 12 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.334 | 56097 | Removed run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.334 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.334 | 56097 | Assigned run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.335 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.334 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hkzT4r +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.335 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.336 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.339 | 76440 | Marked run 1812 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.339 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.340 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.341 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.342 | 76442 | Marked run 1813 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.342 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.346 | 56098 | Recursively removing directory: /tmp/git.qxYzJJ/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.347 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.347 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.349 | 56101 | Recursively removing directory: /tmp/git.hkzT4r/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.350 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.350 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.351 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.353 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.353 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.354 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.354 | 76460 | Added a new worker 12 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.354 | 56097 | Removed run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.354 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.354 | 56097 | Assigned run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.354 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qvnLnE +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.354 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.356 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.356 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.357 | 76461 | Added a new worker 12 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.357 | 56097 | Removed run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.357 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.357 | 56097 | Assigned run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.357 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.357 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Wy8mvE +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.358 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.359 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.362 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.363 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.364 | 76458 | Marked run 1814 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.364 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.368 | 76459 | Marked run 1815 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.368 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.369 | 56098 | Recursively removing directory: /tmp/git.qvnLnE/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.371 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.371 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.371 | 56101 | Recursively removing directory: /tmp/git.Wy8mvE/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.373 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.373 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.373 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.375 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.376 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.376 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.376 | 76478 | Added a new worker 12 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.376 | 56097 | Removed run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.376 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.377 | 56097 | Assigned run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.377 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.c4hEst +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.377 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.379 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.379 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.379 | 76479 | Added a new worker 12 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.379 | 56097 | Removed run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.379 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.379 | 56097 | Assigned run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.380 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.380 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FvlqqU +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.381 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.382 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.386 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.387 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.387 | 76476 | Marked run 1816 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.387 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.390 | 76477 | Marked run 1817 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.390 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.392 | 56098 | Recursively removing directory: /tmp/git.c4hEst/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.393 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.393 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.396 | 56101 | Recursively removing directory: /tmp/git.FvlqqU/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.397 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.397 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.397 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.400 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.400 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.400 | 76495 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.400 | 56097 | Removed run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.400 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.400 | 56097 | Assigned run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.400 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.400 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pLPFJf +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.400 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.403 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.403 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.403 | 76497 | Added a new worker 12 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.403 | 56097 | Removed run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.403 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.403 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.403 | 56097 | Assigned run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.404 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ORCOYw +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.405 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.405 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.409 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.410 | 76494 | Marked run 1818 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.410 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.410 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.414 | 56098 | Recursively removing directory: /tmp/git.pLPFJf/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.416 | 76496 | Marked run 1819 as finished +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.416 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.416 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.416 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.419 | 56101 | Recursively removing directory: /tmp/git.ORCOYw/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.420 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.420 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.420 | 56101 | Process output: 415085 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.424 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.424 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.424 | 76513 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.424 | 56097 | Removed run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.424 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.424 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.424 | 56097 | Assigned run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.424 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.NmbsWt +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.425 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.428 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.429 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.429 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.429 | 76515 | Added a new worker 12 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.429 | 56097 | Removed run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.429 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.429 | 56097 | Assigned run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.429 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EhOVuj +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.429 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.429 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.433 | 76512 | Marked run 1820 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.433 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.435 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.436 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.438 | 76514 | Marked run 1821 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.438 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.439 | 56098 | Recursively removing directory: /tmp/git.NmbsWt/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.440 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.440 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.444 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.444 | 56101 | Recursively removing directory: /tmp/git.EhOVuj/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.446 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.446 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.447 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.447 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.447 | 76531 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.447 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.447 | 56097 | Removed run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.447 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.447 | 56097 | Assigned run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.447 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.jqCKa9 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.449 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.452 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.452 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.452 | 76533 | Added a new worker 12 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.452 | 56097 | Removed run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.452 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.452 | 56097 | Assigned run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.452 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.452 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.452 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0Goqk1 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.453 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.458 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.458 | 76530 | Marked run 1822 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.458 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.459 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.461 | 76532 | Marked run 1823 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.462 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.462 | 56098 | Recursively removing directory: /tmp/git.jqCKa9/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.463 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.463 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.466 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.468 | 56101 | Recursively removing directory: /tmp/git.0Goqk1/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.470 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.470 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.470 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.470 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.470 | 76549 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.470 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.470 | 56097 | Removed run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.470 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.470 | 56097 | Assigned run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.470 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lfWXCA +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.474 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.475 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.477 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.477 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.477 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.477 | 76552 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.477 | 56097 | Removed run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.477 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.477 | 56097 | Assigned run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.477 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.1UpzT4 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.478 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.480 | 76548 | Marked run 1824 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.480 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.483 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.484 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.485 | 76550 | Marked run 1825 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.486 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.486 | 56098 | Recursively removing directory: /tmp/git.lfWXCA/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.488 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.488 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.491 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.492 | 56101 | Recursively removing directory: /tmp/git.1UpzT4/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.493 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.493 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.494 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.494 | 76567 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.494 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.494 | 56097 | Removed run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.494 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.494 | 56097 | Assigned run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.494 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.495 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tr9J9j +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.496 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.500 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.500 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.500 | 76569 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.500 | 56097 | Removed run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.500 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.500 | 56097 | Assigned run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.500 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.500 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.501 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Em5IZw +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.501 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.503 | 76566 | Marked run 1826 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.503 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.506 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.507 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.509 | 76568 | Marked run 1827 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.509 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.510 | 56098 | Recursively removing directory: /tmp/git.tr9J9j/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.511 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.512 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.515 | 56101 | Recursively removing directory: /tmp/git.Em5IZw/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.516 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.517 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.517 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.519 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.519 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.519 | 76585 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.519 | 56097 | Removed run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.519 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.519 | 56097 | Assigned run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.519 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.519 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KZ8oEE +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.519 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.523 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.523 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.523 | 76587 | Added a new worker 12 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.523 | 56097 | Removed run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.523 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.523 | 56097 | Assigned run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.523 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.523 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GPsKAp +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.524 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.525 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.530 | 76584 | Marked run 1828 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.530 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.530 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.531 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.533 | 76586 | Marked run 1829 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.533 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.534 | 56098 | Recursively removing directory: /tmp/git.KZ8oEE/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.535 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.535 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.538 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.540 | 56101 | Recursively removing directory: /tmp/git.GPsKAp/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.541 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.541 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.542 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.542 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.542 | 76603 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.542 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.542 | 56097 | Removed run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.542 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.542 | 56097 | Assigned run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.542 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hQNWpG +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.545 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.547 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.548 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.549 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.549 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.549 | 76606 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.549 | 56097 | Removed run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.549 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.549 | 56097 | Assigned run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.549 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JIdIIQ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.549 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.550 | 76602 | Marked run 1830 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.550 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.553 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.554 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.557 | 56098 | Recursively removing directory: /tmp/git.hQNWpG/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.559 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.559 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.560 | 76604 | Marked run 1831 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.560 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.562 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.563 | 56101 | Recursively removing directory: /tmp/git.JIdIIQ/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.564 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.564 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.565 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.565 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.565 | 76621 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.565 | 56097 | Removed run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.565 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.565 | 56097 | Assigned run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.565 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.566 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tJvob4 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.567 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.570 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.571 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.571 | 76623 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.571 | 56097 | Removed run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.571 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.571 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.571 | 56097 | Assigned run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.571 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.571 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pSIiOB +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.571 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.575 | 76620 | Marked run 1832 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.575 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.577 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.578 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.580 | 76622 | Marked run 1833 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.580 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.580 | 56098 | Recursively removing directory: /tmp/git.tJvob4/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.581 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.582 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.585 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.586 | 56101 | Recursively removing directory: /tmp/git.pSIiOB/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.587 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.587 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.588 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.588 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.588 | 76639 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.588 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.588 | 56097 | Removed run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.588 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.588 | 56097 | Assigned run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.589 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.DtdxNV +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.590 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.593 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.593 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.593 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.593 | 76641 | Added a new worker 12 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.593 | 56097 | Removed run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.593 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.593 | 56097 | Assigned run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.593 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.593 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.N48lUJ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.594 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.598 | 76638 | Marked run 1834 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.598 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.600 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.601 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.603 | 56098 | Recursively removing directory: /tmp/git.DtdxNV/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.603 | 76640 | Marked run 1835 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.603 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.604 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.604 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.607 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.609 | 56101 | Recursively removing directory: /tmp/git.N48lUJ/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.611 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.611 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.611 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.611 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.611 | 76657 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.611 | 56097 | Removed run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.611 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.611 | 56097 | Assigned run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.611 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.612 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XiJAFG +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.615 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.616 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.617 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.618 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.618 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.619 | 76660 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.619 | 56097 | Removed run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.619 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.619 | 56097 | Assigned run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.619 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Akr6nq +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.619 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.620 | 76656 | Marked run 1836 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.620 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.623 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.624 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.627 | 56098 | Recursively removing directory: /tmp/git.XiJAFG/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.628 | 76658 | Marked run 1837 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.628 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.628 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.628 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.632 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.633 | 56101 | Recursively removing directory: /tmp/git.Akr6nq/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.634 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.634 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.635 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.635 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.635 | 76675 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.635 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.635 | 56097 | Removed run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.635 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.635 | 56097 | Assigned run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.635 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vMg16T +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.637 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.639 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.639 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.640 | 76677 | Added a new worker 12 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.640 | 56097 | Removed run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.640 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.640 | 56097 | Assigned run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.640 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.640 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.640 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZEBM2V +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.641 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.645 | 76674 | Marked run 1838 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.645 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.647 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.648 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.650 | 76676 | Marked run 1839 as finished +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.650 | 56098 | Recursively removing directory: /tmp/git.vMg16T/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.650 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.651 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.651 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.654 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.656 | 56101 | Recursively removing directory: /tmp/git.ZEBM2V/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.658 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.658 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.658 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.658 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.658 | 76693 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.658 | 56097 | Removed run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.658 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.658 | 56097 | Assigned run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.658 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.658 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CokMuu +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.661 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.664 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.664 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.665 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.665 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.665 | 76696 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.665 | 56097 | Removed run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.665 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.665 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.665 | 56097 | Assigned run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.666 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Aedx9L +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.666 | 76692 | Marked run 1840 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.667 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.673 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.674 | 56098 | Recursively removing directory: /tmp/git.CokMuu/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.674 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.674 | 76694 | Marked run 1841 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.674 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.675 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.675 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.678 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.682 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.682 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.682 | 76711 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.682 | 56097 | Removed run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.682 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.682 | 56097 | Assigned run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.682 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.uBau2E +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.682 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.683 | 56101 | Recursively removing directory: /tmp/git.Aedx9L/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.684 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.684 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.686 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.687 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.688 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.689 | 76708 | Marked run 1842 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.689 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.691 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.691 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.691 | 76716 | Added a new worker 8 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.691 | 56097 | Removed run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.691 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.691 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.691 | 56097 | Assigned run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.691 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.pLcsq0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.696 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.697 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.697 | 56098 | Recursively removing directory: /tmp/git.uBau2E/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.700 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.700 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.702 | 76713 | Marked run 1843 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.702 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.703 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.705 | 56101 | Recursively removing directory: /tmp/git.pLcsq0/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.706 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.706 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.706 | 76729 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.706 | 56097 | Removed run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.706 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.706 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.706 | 56097 | Assigned run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.707 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.707 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.707 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JxSRiv +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.710 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.711 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.712 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.713 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.713 | 76732 | Added a new worker 12 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.713 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.713 | 56097 | Removed run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.713 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.713 | 56097 | Assigned run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.713 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.713 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Lsd6u0 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.717 | 76728 | Marked run 1844 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.717 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.719 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.720 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.721 | 56098 | Recursively removing directory: /tmp/git.JxSRiv/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.723 | 76730 | Marked run 1845 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.723 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.724 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.724 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.727 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.728 | 56101 | Recursively removing directory: /tmp/git.Lsd6u0/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.730 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.730 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.730 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.730 | 76747 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.730 | 56097 | Removed run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.730 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.730 | 56097 | Assigned run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.731 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.730 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.730 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.skzrHi +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.734 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.734 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.735 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.737 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.737 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.737 | 76751 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.738 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.738 | 56097 | Removed run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.738 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.738 | 56097 | Assigned run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.738 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.u3Y4Sj +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.741 | 76746 | Marked run 1846 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.741 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.743 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.744 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.745 | 56098 | Recursively removing directory: /tmp/git.skzrHi/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.747 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.747 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.748 | 76748 | Marked run 1847 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.748 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.750 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.753 | 56101 | Recursively removing directory: /tmp/git.u3Y4Sj/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.753 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.753 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.754 | 76765 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.754 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.754 | 56097 | Removed run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.754 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.754 | 56097 | Assigned run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.754 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kB04uP +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.754 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.754 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.758 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.758 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.759 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.762 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.762 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.762 | 76769 | Added a new worker 14 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.762 | 56097 | Removed run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.762 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.762 | 56097 | Assigned run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.762 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.762 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.i1ngHT +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.765 | 76764 | Marked run 1848 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.767 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.767 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.768 | 56098 | Recursively removing directory: /tmp/git.kB04uP/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.768 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.770 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.770 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.772 | 76766 | Marked run 1849 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.772 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.774 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.777 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.777 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.777 | 76783 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.777 | 56097 | Removed run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.777 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.777 | 56097 | Assigned run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.777 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.777 | 56101 | Recursively removing directory: /tmp/git.i1ngHT/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.777 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4BNDuh +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.778 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.778 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.781 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.784 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.784 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.784 | 76785 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.784 | 56097 | Removed run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.784 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.785 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.785 | 56097 | Assigned run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.785 | 76782 | Marked run 1850 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.785 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.785 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.785 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CPUGvz +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.786 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.790 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.790 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.794 | 56098 | Recursively removing directory: /tmp/git.4BNDuh/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.795 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.795 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.796 | 76784 | Marked run 1851 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.796 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.799 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.799 | 56101 | Recursively removing directory: /tmp/git.CPUGvz/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.801 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.801 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.803 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.803 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.803 | 76801 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.803 | 56097 | Removed run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.803 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.803 | 56097 | Assigned run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.803 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.804 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bQQ8dq +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.805 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.808 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.809 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.809 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.809 | 76803 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.809 | 56097 | Removed run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.809 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.809 | 56097 | Assigned run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.809 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.809 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wX9C9g +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.809 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.812 | 76800 | Marked run 1852 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.812 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.814 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.815 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.818 | 56098 | Recursively removing directory: /tmp/git.bQQ8dq/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.818 | 76802 | Marked run 1853 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.818 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.819 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.819 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.823 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.823 | 56101 | Recursively removing directory: /tmp/git.wX9C9g/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.825 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.825 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.827 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.827 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.827 | 76819 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.827 | 56097 | Removed run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.827 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.827 | 56097 | Assigned run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.827 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.828 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vc6qW9 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.829 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.833 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.833 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.833 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.833 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qfPn3V +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.833 | 76821 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.833 | 56097 | Removed run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.833 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.833 | 56097 | Assigned run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.833 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.834 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.835 | 76818 | Marked run 1854 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.835 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.839 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.839 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.842 | 56098 | Recursively removing directory: /tmp/git.vc6qW9/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.844 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.844 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.844 | 76820 | Marked run 1855 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.845 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.848 | 56101 | Recursively removing directory: /tmp/git.qfPn3V/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.848 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.849 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.849 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.850 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.850 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.850 | 76837 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.851 | 56097 | Removed run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.851 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.851 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.851 | 56097 | Assigned run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.851 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZWoUkO +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.852 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.855 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.855 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.856 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.856 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.856 | 76840 | Added a new worker 12 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.856 | 56097 | Removed run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.856 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.856 | 56097 | Assigned run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.857 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.857 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.f792AV +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.861 | 76836 | Marked run 1856 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.862 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.864 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.864 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.865 | 76838 | Marked run 1857 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.865 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.865 | 56098 | Recursively removing directory: /tmp/git.ZWoUkO/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.867 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.867 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.870 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.872 | 56101 | Recursively removing directory: /tmp/git.f792AV/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.873 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.873 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.873 | 76855 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.873 | 56097 | Removed run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.873 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.873 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.873 | 56097 | Assigned run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.873 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.eXmd67 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.874 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.874 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.878 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.878 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.879 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.881 | 76854 | Marked run 1858 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.881 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.881 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.881 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.881 | 76858 | Added a new worker 8 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.881 | 56097 | Removed run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.881 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.881 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.881 | 56097 | Assigned run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.882 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XKDITt +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.886 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.887 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.888 | 56098 | Recursively removing directory: /tmp/git.eXmd67/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.890 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.890 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.893 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.895 | 76856 | Marked run 1859 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.895 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.896 | 56101 | Recursively removing directory: /tmp/git.XKDITt/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.897 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.897 | 76873 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.897 | 56097 | Removed run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.897 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.897 | 56097 | Assigned run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.897 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.897 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.897 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.897 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.897 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.bQzbDp +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.901 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.902 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.903 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.904 | 76872 | Marked run 1860 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.904 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.905 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.905 | 76876 | Added a new worker 8 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.905 | 56097 | Removed run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.905 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.905 | 56097 | Assigned run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.905 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.905 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gZRfgi +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.905 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.910 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.911 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.913 | 56098 | Recursively removing directory: /tmp/git.bQzbDp/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.915 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.915 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.915 | 76874 | Marked run 1861 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.916 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.918 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.920 | 56101 | Recursively removing directory: /tmp/git.gZRfgi/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.921 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.921 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.921 | 76891 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.921 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.921 | 56097 | Removed run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.921 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.921 | 56097 | Assigned run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.921 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.922 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.921 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.X4avCo +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.925 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.926 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.927 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.929 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.929 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.929 | 76894 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.929 | 56097 | Removed run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.929 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.929 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.929 | 56097 | Assigned run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.930 | 76890 | Marked run 1862 as finished +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.929 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kBxJC8 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.930 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.934 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.934 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.936 | 56098 | Recursively removing directory: /tmp/git.X4avCo/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.938 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.938 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.939 | 76892 | Marked run 1863 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.939 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.941 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.943 | 56101 | Recursively removing directory: /tmp/git.kBxJC8/ +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.944 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.944 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.945 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.945 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.945 | 76909 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.945 | 56097 | Removed run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.945 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.945 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.945 | 56097 | Assigned run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.945 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.upC5bN +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.949 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.950 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.951 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.952 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.952 | 76908 | Marked run 1864 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.952 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.952 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.952 | 76912 | Added a new worker 6 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.953 | 56097 | Removed run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.953 | 56097 | Removed worker 6 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.953 | 56097 | Assigned run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.953 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.953 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.J4Tjnx +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.957 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.958 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.959 | 56098 | Recursively removing directory: /tmp/git.upC5bN/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.961 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.961 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.962 | 76910 | Marked run 1865 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.963 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.965 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.967 | 56101 | Recursively removing directory: /tmp/git.J4Tjnx/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.968 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.968 | 76927 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.968 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.968 | 56097 | Removed run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.968 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.968 | 56097 | Assigned run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.968 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.968 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wHD03m +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.969 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.969 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.973 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.973 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.973 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.976 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.976 | 76931 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.976 | 56097 | Removed run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.976 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.976 | 56097 | Assigned run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.976 | 76926 | Marked run 1866 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.977 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.976 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.976 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nHqps3 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.981 | 56101 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.983 | 56101 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.983 | 56098 | Recursively removing directory: /tmp/git.wHD03m/ +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.984 | 56098 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.984 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.985 | 76928 | Marked run 1867 as finished +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.986 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.988 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.991 | 56101 | Recursively removing directory: /tmp/git.nHqps3/ +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.991 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.991 | 76945 | Added a new worker 10 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.991 | 56097 | Removed run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.991 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.991 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.991 | 56097 | Assigned run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.991 | 56098 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.991 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sHEZQp +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.992 | 56101 | Process exit code: 0 +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.992 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.995 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.996 | 56098 | Checking out revision HEAD +2024-01-28 10:56:13 | INFO | 56098/cimple-worker: 2024-01-28 10:56:13.997 | 56098 | Going to run: ./ci +2024-01-28 10:56:13 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.998 | 56101 | Waiting for a new command +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.999 | 56095 | Waiting for new connections +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.999 | 76948 | Added a new worker 13 to the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.999 | 56097 | Removed run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.999 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.999 | 56097 | Assigned run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:13 | INFO | 56095/cimple-server: 2024-01-28 10:56:13.999 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:13.999 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dWSGiw +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.001 | 76944 | Marked run 1868 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.001 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.005 | 56098 | Recursively removing directory: /tmp/git.sHEZQp/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.007 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.007 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.008 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.009 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.010 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.011 | 76946 | Marked run 1869 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.011 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.013 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.013 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.013 | 76961 | Added a new worker 9 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.013 | 56097 | Removed run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.013 | 56097 | Removed worker 9 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.013 | 56097 | Assigned run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 9 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.013 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CYVt9C +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.014 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.018 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.018 | 56101 | Recursively removing directory: /tmp/git.dWSGiw/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.019 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.020 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.020 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.022 | 76956 | Marked run 1870 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.022 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.024 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.027 | 56098 | Recursively removing directory: /tmp/git.CYVt9C/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.027 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.027 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.027 | 76972 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.027 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.028 | 56097 | Removed run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.028 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.028 | 56097 | Assigned run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.028 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zlTefX +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.028 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.028 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.031 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.033 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.034 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.034 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.034 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.035 | 76974 | Added a new worker 11 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.035 | 56097 | Removed run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.035 | 56097 | Removed worker 11 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.035 | 56097 | Assigned run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 11 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.035 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A3sCg2 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.036 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.037 | 76970 | Marked run 1871 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.037 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.041 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.042 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.044 | 56101 | Recursively removing directory: /tmp/git.zlTefX/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.044 | 76973 | Marked run 1872 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.045 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.045 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.045 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.049 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.050 | 56098 | Recursively removing directory: /tmp/git.A3sCg2/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.052 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.052 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.053 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.053 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.053 | 76990 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.053 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.053 | 56097 | Removed run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.053 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.053 | 56097 | Assigned run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.053 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Almj1L +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.056 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.057 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.058 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.059 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.059 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.059 | 76993 | Added a new worker 13 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.059 | 56097 | Removed run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.059 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.060 | 56097 | Assigned run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.060 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wVU7cW +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.060 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.062 | 76989 | Marked run 1873 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.062 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.065 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.066 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.068 | 56101 | Recursively removing directory: /tmp/git.Almj1L/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.070 | 76991 | Marked run 1874 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.070 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.070 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.070 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.074 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.074 | 56098 | Recursively removing directory: /tmp/git.wVU7cW/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.075 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.075 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.077 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.077 | 77008 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.077 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.078 | 56097 | Removed run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.078 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.078 | 56097 | Assigned run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.077 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.078 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.th1afJ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.079 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.082 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.082 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.082 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.082 | 77010 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.083 | 56097 | Removed run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.083 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.083 | 56097 | Assigned run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.083 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.083 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.083 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fgk4Yg +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.087 | 77007 | Marked run 1875 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.087 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.089 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.090 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.092 | 77009 | Marked run 1876 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.092 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.093 | 56101 | Recursively removing directory: /tmp/git.th1afJ/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.094 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.094 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.097 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.098 | 56098 | Recursively removing directory: /tmp/git.fgk4Yg/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.100 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.100 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.101 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.101 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.101 | 77026 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.101 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.101 | 56097 | Removed run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.101 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.101 | 56097 | Assigned run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.101 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qKklR9 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.103 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.106 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.106 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.106 | 77028 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.106 | 56097 | Removed run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.106 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.107 | 56097 | Assigned run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.107 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.107 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.107 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8UQoRk +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.108 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.112 | 77025 | Marked run 1877 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.112 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.113 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.114 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.118 | 77027 | Marked run 1878 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.118 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.118 | 56101 | Recursively removing directory: /tmp/git.qKklR9/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.120 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.120 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.122 | 56098 | Recursively removing directory: /tmp/git.8UQoRk/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.123 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.123 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.124 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.127 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.127 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.127 | 77044 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.127 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.127 | 56097 | Removed run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.127 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.127 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.127 | 56097 | Assigned run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.128 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Zngo49 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.131 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.131 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.131 | 77046 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.131 | 56097 | Removed run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.131 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.131 | 56097 | Assigned run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.132 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QDxVi9 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.132 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.133 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.134 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.136 | 77043 | Marked run 1879 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.137 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.137 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.138 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.141 | 77045 | Marked run 1880 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.142 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.143 | 56101 | Recursively removing directory: /tmp/git.Zngo49/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.144 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.144 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.147 | 56098 | Recursively removing directory: /tmp/git.QDxVi9/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.148 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.148 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.149 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.151 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.151 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.151 | 77062 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.151 | 56097 | Removed run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.151 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.151 | 56097 | Assigned run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.151 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wzlWgQ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.151 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.151 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.154 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.155 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.155 | 77064 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.155 | 56097 | Removed run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.155 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.155 | 56097 | Assigned run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.155 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.155 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.K2o8Qm +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.156 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.156 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.160 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.162 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.162 | 77061 | Marked run 1881 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.162 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.165 | 77063 | Marked run 1882 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.165 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.166 | 56101 | Recursively removing directory: /tmp/git.wzlWgQ/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.167 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.167 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.170 | 56098 | Recursively removing directory: /tmp/git.K2o8Qm/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.171 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.172 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.172 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.174 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.175 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.175 | 77080 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.175 | 56097 | Removed run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.175 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.175 | 56097 | Assigned run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.175 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2aPVbb +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.175 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.176 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.179 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.179 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.179 | 77082 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.179 | 56097 | Removed run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.179 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.179 | 56097 | Assigned run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.180 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.179 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Xmqbbt +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.180 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.182 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.184 | 77079 | Marked run 1883 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.185 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.185 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.186 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.188 | 77081 | Marked run 1884 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.189 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.192 | 56101 | Recursively removing directory: /tmp/git.2aPVbb/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.194 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.194 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.195 | 56098 | Recursively removing directory: /tmp/git.Xmqbbt/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.196 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.196 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.197 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.201 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.201 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.201 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.201 | 77099 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.201 | 56097 | Removed run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.201 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.201 | 56097 | Assigned run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.201 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.202 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6DhwpK +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.204 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.204 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.205 | 77100 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.205 | 56097 | Removed run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.205 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.205 | 56097 | Assigned run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.205 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Dfuf2s +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.207 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.208 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.208 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.210 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.211 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.212 | 77097 | Marked run 1885 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.212 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.215 | 77098 | Marked run 1886 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.215 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.216 | 56101 | Recursively removing directory: /tmp/git.6DhwpK/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.218 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.218 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.220 | 56098 | Recursively removing directory: /tmp/git.Dfuf2s/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.221 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.221 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.222 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.224 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.224 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.225 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.225 | 77117 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.225 | 56097 | Removed run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.225 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.225 | 56097 | Assigned run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.225 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.FrmRmk +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.227 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.227 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.228 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.33f2Pw +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.227 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.227 | 77118 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.227 | 56097 | Removed run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.227 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.227 | 56097 | Assigned run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.227 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.231 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.232 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.234 | 77115 | Marked run 1887 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.234 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.235 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.236 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.238 | 77116 | Marked run 1888 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.238 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.241 | 56101 | Recursively removing directory: /tmp/git.FrmRmk/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.242 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.243 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.244 | 56098 | Recursively removing directory: /tmp/git.33f2Pw/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.246 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.246 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.246 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.250 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.250 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.250 | 77134 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.250 | 56097 | Removed run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.250 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.250 | 56097 | Assigned run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.250 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.250 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.250 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Nk1wVJ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.253 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.254 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.254 | 77136 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.254 | 56097 | Removed run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.254 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.254 | 56097 | Assigned run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.254 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XhvHMI +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.254 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.256 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.257 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.259 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.260 | 77133 | Marked run 1889 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.261 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.261 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.264 | 77135 | Marked run 1890 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.264 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.268 | 56101 | Recursively removing directory: /tmp/git.Nk1wVJ/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.269 | 56098 | Recursively removing directory: /tmp/git.XhvHMI/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.269 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.269 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.270 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.270 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.272 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.273 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.275 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.275 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.275 | 77153 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.275 | 56097 | Removed run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.275 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.275 | 56097 | Assigned run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.275 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.275 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GVnkqQ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.276 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.276 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.276 | 77154 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.276 | 56097 | Removed run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.276 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.276 | 56097 | Assigned run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.276 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.277 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.mBPbiX +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.280 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.282 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.285 | 77151 | Marked run 1891 as finished +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.285 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.286 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.287 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.290 | 77152 | Marked run 1892 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.290 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.293 | 56101 | Recursively removing directory: /tmp/git.GVnkqQ/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.294 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.294 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.295 | 56098 | Recursively removing directory: /tmp/git.mBPbiX/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.297 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.297 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.297 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.299 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.300 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.300 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.300 | 77171 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.300 | 56097 | Removed run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.300 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.301 | 56097 | Assigned run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.301 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.czS4VF +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.301 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.303 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.303 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.303 | 77172 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.303 | 56097 | Removed run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.303 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.303 | 56097 | Assigned run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.303 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.304 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.6IwIgG +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.305 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.306 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.309 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.311 | 77169 | Marked run 1893 as finished +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.311 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.311 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.314 | 77170 | Marked run 1894 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.314 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.315 | 56101 | Recursively removing directory: /tmp/git.czS4VF/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.317 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.317 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.319 | 56098 | Recursively removing directory: /tmp/git.6IwIgG/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.320 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.321 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.321 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.324 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.324 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.324 | 77188 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.324 | 56097 | Removed run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.324 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.324 | 56097 | Assigned run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.324 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.324 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nlKzVi +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.325 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.329 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.329 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.329 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.329 | 77190 | Added a new worker 13 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.329 | 56097 | Removed run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.329 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.329 | 56097 | Assigned run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.330 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.330 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zaustS +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.330 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.333 | 77187 | Marked run 1895 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.333 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.335 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.336 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.338 | 77189 | Marked run 1896 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.338 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.340 | 56101 | Recursively removing directory: /tmp/git.nlKzVi/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.342 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.342 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.345 | 56098 | Recursively removing directory: /tmp/git.zaustS/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.345 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.346 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.346 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.348 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.348 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.348 | 77206 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.348 | 56097 | Removed run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.348 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.348 | 56097 | Assigned run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.348 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.R4khtg +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.349 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.349 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.352 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.353 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.353 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.353 | 77208 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.353 | 56097 | Removed run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.353 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.353 | 56097 | Assigned run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.353 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.353 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TeFk2V +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.353 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.359 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.359 | 77205 | Marked run 1897 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.359 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.359 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.363 | 56101 | Recursively removing directory: /tmp/git.R4khtg/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.363 | 77207 | Marked run 1898 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.363 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.364 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.364 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.367 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.368 | 56098 | Recursively removing directory: /tmp/git.TeFk2V/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.369 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.369 | 56098 | Process output: 415084 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.370 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.371 | 77224 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.371 | 56097 | Removed run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.371 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.371 | 56097 | Assigned run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.371 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.370 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.371 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ep1Ota +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.372 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.375 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.375 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.376 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.376 | 77226 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.376 | 56097 | Removed run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.376 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.376 | 56097 | Assigned run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.376 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.376 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.W9bNae +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.376 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.381 | 77223 | Marked run 1899 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.381 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.382 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.383 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.385 | 77225 | Marked run 1900 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.385 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.386 | 56101 | Recursively removing directory: /tmp/git.Ep1Ota/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.387 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.387 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.390 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.391 | 56098 | Recursively removing directory: /tmp/git.W9bNae/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.393 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.393 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.394 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.394 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.394 | 77242 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.394 | 56097 | Removed run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.394 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.394 | 56097 | Assigned run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.394 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.sDfn0v +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.395 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.396 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.399 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.399 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.399 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.399 | 77244 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.399 | 56097 | Removed run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.400 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.400 | 56097 | Assigned run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.400 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.O5zfqF +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.401 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.401 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.404 | 77241 | Marked run 1901 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.405 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.406 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.407 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.408 | 77243 | Marked run 1902 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.408 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.410 | 56101 | Recursively removing directory: /tmp/git.sDfn0v/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.411 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.411 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.414 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.415 | 56098 | Recursively removing directory: /tmp/git.O5zfqF/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.416 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.416 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.418 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.418 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.418 | 77260 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.418 | 56097 | Removed run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.418 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.418 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.418 | 56097 | Assigned run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.418 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YfJL0d +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.419 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.422 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.422 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.422 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.423 | 77262 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.423 | 56097 | Removed run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.423 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.423 | 56097 | Assigned run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.423 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.423 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ciTHV1 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.423 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.427 | 77259 | Marked run 1903 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.427 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.429 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.430 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.432 | 77261 | Marked run 1904 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.432 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.432 | 56101 | Recursively removing directory: /tmp/git.YfJL0d/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.434 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.434 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.437 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.438 | 56098 | Recursively removing directory: /tmp/git.ciTHV1/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.439 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.439 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.440 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.440 | 77278 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.440 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.440 | 56097 | Removed run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.440 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.440 | 56097 | Assigned run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.440 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.441 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LrAn8d +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.443 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.444 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.445 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.447 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.447 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.447 | 77281 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.447 | 56097 | Removed run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.447 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.447 | 56097 | Assigned run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.447 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.luhVgM +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.447 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.451 | 77277 | Marked run 1905 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.452 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.455 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.456 | 56101 | Recursively removing directory: /tmp/git.LrAn8d/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.456 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.457 | 77279 | Marked run 1906 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.457 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.457 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.457 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.460 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.464 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.464 | 77296 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.464 | 56097 | Removed run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.464 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.464 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.464 | 56097 | Assigned run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.464 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.464 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8zWHR3 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.464 | 56098 | Recursively removing directory: /tmp/git.luhVgM/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.465 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.465 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.468 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.469 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.470 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.473 | 77295 | Marked run 1907 as finished +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.473 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.473 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.473 | 77303 | Added a new worker 6 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.474 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.474 | 56097 | Removed run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.474 | 56097 | Removed worker 6 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.474 | 56097 | Assigned run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.474 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BiIvww +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.477 | 56101 | Recursively removing directory: /tmp/git.8zWHR3/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.479 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.479 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.479 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.479 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.482 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.483 | 77298 | Marked run 1908 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.483 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.485 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.486 | 77314 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.485 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.486 | 56097 | Removed run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.486 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.486 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.486 | 56097 | Assigned run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.486 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ntOZmu +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.488 | 56098 | Recursively removing directory: /tmp/git.BiIvww/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.490 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.490 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.490 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.491 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.493 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.494 | 77308 | Marked run 1909 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.494 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.496 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.496 | 77322 | Added a new worker 8 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.496 | 56097 | Removed run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.496 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.496 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.496 | 56097 | Assigned run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.496 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.497 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LQm5eB +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.501 | 56101 | Recursively removing directory: /tmp/git.ntOZmu/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.501 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.502 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.503 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.503 | 56101 | Process output: 415088 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.506 | 77316 | Marked run 1910 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.506 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.506 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.509 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.509 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.509 | 77332 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.509 | 56097 | Removed run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.509 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.510 | 56097 | Assigned run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.510 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.CUexBn +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.510 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.512 | 56098 | Recursively removing directory: /tmp/git.LQm5eB/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.513 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.513 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.514 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.514 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.518 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.520 | 77327 | Marked run 1911 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.520 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.521 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.522 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ua8mM2 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.521 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.521 | 77341 | Added a new worker 8 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.521 | 56097 | Removed run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.521 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.522 | 56097 | Assigned run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.523 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.523 | 56101 | Recursively removing directory: /tmp/git.CUexBn/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.525 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.525 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.526 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.527 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.528 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.529 | 77336 | Marked run 1912 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.529 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.531 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.531 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.532 | 77348 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.532 | 56097 | Removed run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.532 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.532 | 56097 | Assigned run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.532 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.532 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.A51ShM +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.536 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.536 | 56098 | Recursively removing directory: /tmp/git.ua8mM2/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.537 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.538 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.538 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.541 | 77343 | Marked run 1913 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.541 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.541 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.545 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.545 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.545 | 77359 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.545 | 56097 | Removed run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.545 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.545 | 56097 | Assigned run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.545 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.545 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XHokSa +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.546 | 56101 | Recursively removing directory: /tmp/git.A51ShM/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.547 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.547 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.549 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.550 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.551 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.553 | 77355 | Marked run 1914 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.553 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.554 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.554 | 77364 | Added a new worker 8 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.554 | 56097 | Removed run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.554 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.554 | 56097 | Assigned run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.554 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.554 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.daA9J9 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.555 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.559 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.559 | 56098 | Recursively removing directory: /tmp/git.XHokSa/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.559 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.562 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.562 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.565 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.565 | 77361 | Marked run 1915 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.565 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.568 | 56101 | Recursively removing directory: /tmp/git.daA9J9/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.568 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.568 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.569 | 77377 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.569 | 56097 | Removed run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.569 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.569 | 56097 | Assigned run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.569 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.giLsTQ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.569 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.570 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.570 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.573 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.573 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.574 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.576 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.576 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.576 | 77380 | Added a new worker 13 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.576 | 56097 | Removed run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.576 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.576 | 56097 | Assigned run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.576 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.576 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.KaM5EC +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.580 | 77376 | Marked run 1916 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.580 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.583 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.583 | 56098 | Recursively removing directory: /tmp/git.giLsTQ/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.584 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.585 | 77378 | Marked run 1917 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.585 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.585 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.585 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.588 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.591 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.592 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.592 | 77395 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.592 | 56097 | Removed run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.592 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.592 | 56097 | Assigned run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.592 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.592 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5C5obx +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.592 | 56101 | Recursively removing directory: /tmp/git.KaM5EC/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.593 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.593 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.596 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.597 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.597 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.599 | 77392 | Marked run 1918 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.599 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.600 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.600 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.600 | 77399 | Added a new worker 8 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.600 | 56097 | Removed run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.600 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.600 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.600 | 56097 | Assigned run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.600 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dBbQlm +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.605 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.606 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.607 | 56098 | Recursively removing directory: /tmp/git.5C5obx/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.609 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.609 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.611 | 77396 | Marked run 1919 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.611 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.612 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.614 | 56101 | Recursively removing directory: /tmp/git.dBbQlm/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.615 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.615 | 77413 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.615 | 56097 | Removed run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.615 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.615 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.616 | 56097 | Assigned run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.615 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.616 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qdeswz +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.616 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.616 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.619 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.620 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.621 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.622 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.622 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.622 | 77416 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.622 | 56097 | Removed run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.622 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.622 | 56097 | Assigned run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.622 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.623 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.n5jD9h +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.626 | 77412 | Marked run 1920 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.627 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.629 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.630 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.630 | 56098 | Recursively removing directory: /tmp/git.qdeswz/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.631 | 77414 | Marked run 1921 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.631 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.632 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.632 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.635 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.638 | 56101 | Recursively removing directory: /tmp/git.n5jD9h/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.638 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.638 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.638 | 77431 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.638 | 56097 | Removed run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.638 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.638 | 56097 | Assigned run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.638 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.639 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.5SXTgw +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.639 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.639 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.642 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.643 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.645 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.645 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.WDQ380 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.645 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.645 | 77433 | Added a new worker 14 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.645 | 56097 | Removed run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.645 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.645 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.645 | 56097 | Assigned run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.645 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.649 | 77430 | Marked run 1922 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.649 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.650 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.651 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.654 | 77432 | Marked run 1923 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.654 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.655 | 56098 | Recursively removing directory: /tmp/git.5SXTgw/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.656 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.656 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.659 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.660 | 56101 | Recursively removing directory: /tmp/git.WDQ380/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.661 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.661 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.663 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.663 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.663 | 77449 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.663 | 56097 | Removed run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.663 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.663 | 56097 | Assigned run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.663 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.664 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GVCpH5 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.665 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.668 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.668 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.668 | 77451 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.668 | 56097 | Removed run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.668 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.668 | 56097 | Assigned run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.668 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.668 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.THeJoi +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.669 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.670 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.674 | 77448 | Marked run 1924 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.674 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.674 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.675 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.679 | 56098 | Recursively removing directory: /tmp/git.GVCpH5/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.680 | 77450 | Marked run 1925 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.680 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.681 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.681 | 56098 | Process output: 415085 bytes +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.684 | 56101 | Recursively removing directory: /tmp/git.THeJoi/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.685 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.685 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.685 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.688 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.688 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.688 | 77467 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.688 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.688 | 56097 | Removed run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.688 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.688 | 56097 | Assigned run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.689 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.biYPAO +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.690 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.693 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.693 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.693 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.693 | 77469 | Added a new worker 13 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.693 | 56097 | Removed run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.693 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.693 | 56097 | Assigned run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.693 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.694 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.694 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.e5iviX +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.698 | 77466 | Marked run 1926 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.698 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.698 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.699 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.703 | 77468 | Marked run 1927 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.703 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.704 | 56098 | Recursively removing directory: /tmp/git.biYPAO/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.705 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.705 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.708 | 56101 | Recursively removing directory: /tmp/git.e5iviX/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.709 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.709 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.709 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.712 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.712 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.712 | 77485 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.712 | 56097 | Removed run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.712 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.712 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.712 | 56097 | Assigned run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.712 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LJu2cl +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.712 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.716 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.716 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.716 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.716 | 77487 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.716 | 56097 | Removed run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.716 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.716 | 56097 | Assigned run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.716 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.716 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4rNGxS +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.717 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.721 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.722 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.723 | 77484 | Marked run 1928 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.723 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.725 | 77486 | Marked run 1929 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.726 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.726 | 56098 | Recursively removing directory: /tmp/git.LJu2cl/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.728 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.728 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.731 | 56101 | Recursively removing directory: /tmp/git.4rNGxS/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.731 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.732 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.732 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.735 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.735 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.735 | 77503 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.735 | 56097 | Removed run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.735 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.735 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.735 | 56097 | Assigned run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.736 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VLkX7M +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.737 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.740 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.740 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.740 | 77505 | Added a new worker 14 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.740 | 56097 | Removed run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.740 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.740 | 56097 | Assigned run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.741 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.741 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rOawZG +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.741 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.742 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.744 | 77502 | Marked run 1930 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.744 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.746 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.747 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.750 | 77504 | Marked run 1931 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.750 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.751 | 56098 | Recursively removing directory: /tmp/git.VLkX7M/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.752 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.752 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.755 | 56101 | Recursively removing directory: /tmp/git.rOawZG/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.756 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.756 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.756 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.759 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.759 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.759 | 77521 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.759 | 56097 | Removed run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.759 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.759 | 56097 | Assigned run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.759 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.759 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.759 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.40fEH8 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.762 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.762 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.762 | 77523 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.762 | 56097 | Removed run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.762 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.762 | 56097 | Assigned run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.762 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.762 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ym64C9 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.764 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.765 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.768 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.769 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.769 | 77520 | Marked run 1932 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.770 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.773 | 77522 | Marked run 1933 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.773 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.775 | 56098 | Recursively removing directory: /tmp/git.40fEH8/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.776 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.776 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.779 | 56101 | Recursively removing directory: /tmp/git.ym64C9/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.780 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.780 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.780 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.783 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.783 | 77539 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.783 | 56097 | Removed run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.783 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.783 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.783 | 56097 | Assigned run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.783 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.783 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kUk4Ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.783 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.786 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.786 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.786 | 77541 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.786 | 56097 | Removed run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.786 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.786 | 56097 | Assigned run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.787 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.kGJbcg +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.787 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.787 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.790 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.794 | 77538 | Marked run 1934 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.794 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.795 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.796 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.797 | 77540 | Marked run 1935 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.798 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.799 | 56098 | Recursively removing directory: /tmp/git.kUk4Ci/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.800 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.800 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.804 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.805 | 56101 | Recursively removing directory: /tmp/git.kGJbcg/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.806 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.806 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.807 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.807 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.807 | 77557 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.807 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.807 | 56097 | Removed run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.807 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.807 | 56097 | Assigned run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.807 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.LOz7hO +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.809 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.812 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.812 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.812 | 77559 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.812 | 56097 | Removed run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.812 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.812 | 56097 | Assigned run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.812 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.812 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.813 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.813 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Nxcyy4 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.819 | 77556 | Marked run 1936 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.819 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.820 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.821 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.821 | 56098 | Recursively removing directory: /tmp/git.LOz7hO/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.822 | 77558 | Marked run 1937 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.822 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.823 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.823 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.826 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.828 | 56101 | Recursively removing directory: /tmp/git.Nxcyy4/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.830 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.830 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.830 | 77575 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.830 | 56097 | Removed run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.830 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.830 | 56097 | Assigned run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.830 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.830 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.830 | 56101 | Process output: 415086 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.830 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.x854AV +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.834 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.835 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.836 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.837 | 77574 | Marked run 1938 as finished +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.837 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.837 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.837 | 77578 | Added a new worker 6 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.837 | 56097 | Removed run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.837 | 56097 | Removed worker 6 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.838 | 56097 | Assigned run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 6 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.838 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4bjQB9 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.838 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.842 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.843 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.845 | 56098 | Recursively removing directory: /tmp/git.x854AV/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.847 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.847 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.847 | 77576 | Marked run 1939 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.847 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.850 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.852 | 56101 | Recursively removing directory: /tmp/git.4bjQB9/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.853 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.853 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.853 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.853 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.854 | 77593 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.854 | 56097 | Removed run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.854 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.854 | 56097 | Assigned run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.854 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.854 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.GPmQfv +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.856 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.858 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.859 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.859 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.859 | 77595 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.859 | 56097 | Removed run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.859 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.859 | 56097 | Assigned run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.859 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.859 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.860 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.tZ3oM1 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.864 | 77592 | Marked run 1940 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.864 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.866 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.867 | 77594 | Marked run 1941 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.867 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.867 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.869 | 56098 | Recursively removing directory: /tmp/git.GPmQfv/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.870 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.870 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.873 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.875 | 56101 | Recursively removing directory: /tmp/git.tZ3oM1/ +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.876 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.877 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.877 | 77611 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.877 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.877 | 56097 | Removed run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.877 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.877 | 56097 | Assigned run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.877 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.877 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.877 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.TLdAnZ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.880 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.882 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.883 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.883 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.883 | 77613 | Added a new worker 13 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.883 | 56097 | Removed run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.883 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.883 | 56097 | Assigned run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.883 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.883 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.883 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.YyIrJo +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.886 | 77610 | Marked run 1942 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.887 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.889 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.890 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.892 | 56098 | Recursively removing directory: /tmp/git.TLdAnZ/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.892 | 77612 | Marked run 1943 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.892 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.893 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.893 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.897 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.898 | 56101 | Recursively removing directory: /tmp/git.YyIrJo/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.899 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.899 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.900 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.900 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.900 | 77629 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.900 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.900 | 56097 | Removed run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.900 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.900 | 56097 | Assigned run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.900 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.2SRteD +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.903 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.906 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.906 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.906 | 77631 | Added a new worker 14 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.906 | 56097 | Removed run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.906 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.906 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.906 | 56097 | Assigned run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.907 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.SGFCfM +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.907 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.908 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.910 | 77628 | Marked run 1944 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.910 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.913 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.914 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.916 | 56098 | Recursively removing directory: /tmp/git.2SRteD/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.917 | 77630 | Marked run 1945 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.917 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.918 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.918 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.921 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.922 | 56101 | Recursively removing directory: /tmp/git.SGFCfM/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.924 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.924 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.925 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.925 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.925 | 77647 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.925 | 56097 | Removed run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.925 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.925 | 56097 | Assigned run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.925 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.925 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.nmYzFG +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.928 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.930 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.931 | 56098 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.931 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.931 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.932 | 77650 | Added a new worker 13 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.932 | 56097 | Removed run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.932 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.932 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.932 | 56097 | Assigned run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.932 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QDXcla +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.933 | 77646 | Marked run 1946 as finished +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.933 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.936 | 56101 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.937 | 56101 | Going to run: ./ci +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.940 | 56098 | Recursively removing directory: /tmp/git.nmYzFG/ +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.942 | 77648 | Marked run 1947 as finished +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.942 | 56098 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.942 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.942 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.946 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.946 | 56101 | Recursively removing directory: /tmp/git.QDXcla/ +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.947 | 56101 | Process exit code: 0 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.947 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.949 | 56098 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.949 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.949 | 77665 | Added a new worker 10 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.949 | 56097 | Removed run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.949 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.949 | 56097 | Assigned run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.949 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.0nfV6R +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.950 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.951 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.954 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.954 | 56101 | Waiting for a new command +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.957 | 77667 | Added a new worker 12 to the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.957 | 56095 | Waiting for new connections +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.957 | 56097 | Removed run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.957 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:14 | INFO | 56095/cimple-server: 2024-01-28 10:56:14.957 | 56097 | Assigned run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:14 | INFO | 56101/cimple-worker: 2024-01-28 10:56:14.957 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gkr4mN +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.961 | 56098 | Checking out revision HEAD +2024-01-28 10:56:14 | INFO | 56098/cimple-worker: 2024-01-28 10:56:14.989 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.001 | 77664 | Marked run 1948 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.001 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.007 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.008 | 56098 | Recursively removing directory: /tmp/git.0nfV6R/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.008 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.009 | 77666 | Marked run 1949 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.009 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.010 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.010 | 56098 | Process output: 415088 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.013 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.016 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.016 | 77683 | Added a new worker 10 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.016 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.016 | 56097 | Removed run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.016 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.016 | 56097 | Assigned run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.016 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.016 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.I0d89P +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.016 | 56101 | Recursively removing directory: /tmp/git.gkr4mN/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.018 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.018 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.020 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.021 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.023 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.026 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.026 | 77680 | Marked run 1950 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.026 | 77691 | Added a new worker 8 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.026 | 56097 | Removed run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.026 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.026 | 56097 | Assigned run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.026 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.026 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.027 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.rmFVPV +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.030 | 56098 | Recursively removing directory: /tmp/git.I0d89P/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.031 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.031 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.031 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.032 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.035 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.035 | 77685 | Marked run 1951 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.035 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.038 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.038 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.038 | 77701 | Added a new worker 10 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.038 | 56097 | Removed run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.038 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.038 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.038 | 56097 | Assigned run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.038 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.VwEUwp +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.042 | 56101 | Recursively removing directory: /tmp/git.rmFVPV/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.043 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.044 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.044 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.044 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.047 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.048 | 77695 | Marked run 1952 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.048 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.050 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.050 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.050 | 77710 | Added a new worker 8 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.051 | 56097 | Removed run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.051 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.051 | 56097 | Assigned run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.051 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.051 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.EtMiLf +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.053 | 56098 | Recursively removing directory: /tmp/git.VwEUwp/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.055 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.055 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.057 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.058 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.059 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.062 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.062 | 77715 | Added a new worker 13 to the queue +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.062 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.062 | 56097 | Removed run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.062 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.062 | 56097 | Assigned run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.062 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.063 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.U1hVl2 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.063 | 77704 | Marked run 1953 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.063 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.066 | 56101 | Recursively removing directory: /tmp/git.EtMiLf/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.068 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.068 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.068 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.069 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.071 | 77712 | Marked run 1954 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.071 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.071 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.074 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.075 | 77728 | Added a new worker 10 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.075 | 56097 | Removed run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.075 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.075 | 56097 | Assigned run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.074 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.075 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.075 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.G5N0FQ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.077 | 56098 | Recursively removing directory: /tmp/git.U1hVl2/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.078 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.078 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.080 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.081 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.081 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.083 | 77721 | Marked run 1955 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.083 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.085 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.085 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.085 | 77733 | Added a new worker 8 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.085 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.085 | 56097 | Removed run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.085 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.085 | 56097 | Assigned run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.085 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.vi6MvF +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.090 | 56101 | Recursively removing directory: /tmp/git.G5N0FQ/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.090 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.091 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.091 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.091 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.094 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.095 | 77730 | Marked run 1956 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.096 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.098 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.098 | 77746 | Added a new worker 10 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.098 | 56097 | Removed run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.098 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.098 | 56097 | Assigned run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.098 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.098 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.098 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.wstCDF +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.099 | 56098 | Recursively removing directory: /tmp/git.vi6MvF/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.101 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.101 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.102 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.103 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.105 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.107 | 77741 | Marked run 1957 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.107 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.109 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.109 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.109 | 77755 | Added a new worker 8 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.109 | 56097 | Removed run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.109 | 56097 | Removed worker 8 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.109 | 56097 | Assigned run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 8 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.109 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.109 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.9bRaCl +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.112 | 56101 | Recursively removing directory: /tmp/git.wstCDF/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.113 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.114 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.114 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.114 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.117 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.119 | 77749 | Marked run 1958 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.119 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.121 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.121 | 77764 | Added a new worker 10 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.121 | 56097 | Removed run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.121 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.121 | 56097 | Assigned run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.121 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.121 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Utv4Ee +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.122 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.122 | 56098 | Recursively removing directory: /tmp/git.9bRaCl/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.124 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.124 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.126 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.128 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.129 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.130 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.130 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.130 | 77767 | Added a new worker 13 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.130 | 56097 | Removed run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.130 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.130 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.130 | 56097 | Assigned run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.130 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.zLW2ZG +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.130 | 77759 | Marked run 1959 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.130 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.135 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.136 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.137 | 56101 | Recursively removing directory: /tmp/git.Utv4Ee/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.139 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.139 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.140 | 77765 | Marked run 1960 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.141 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.143 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.145 | 56098 | Recursively removing directory: /tmp/git.zLW2ZG/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.146 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.146 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.146 | 77782 | Added a new worker 10 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.146 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.146 | 56097 | Removed run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.146 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.146 | 56097 | Assigned run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.146 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.7uMC3U +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.146 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.146 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.150 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.150 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.151 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.154 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.154 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.154 | 77787 | Added a new worker 13 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.154 | 56097 | Removed run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.154 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.154 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.154 | 56097 | Assigned run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.154 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ihhFq0 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.157 | 77781 | Marked run 1961 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.157 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.160 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.161 | 56101 | Recursively removing directory: /tmp/git.7uMC3U/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.161 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.163 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.163 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.163 | 77783 | Marked run 1962 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.163 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.166 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.169 | 56098 | Recursively removing directory: /tmp/git.ihhFq0/ +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.169 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.169 | 77800 | Added a new worker 10 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.169 | 56097 | Removed run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.169 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.170 | 56097 | Assigned run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.169 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.170 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.170 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lzePAL +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.171 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.171 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.173 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.174 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.175 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.176 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.176 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.177 | 77803 | Added a new worker 13 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.177 | 56097 | Removed run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.177 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.177 | 56097 | Assigned run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.177 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.JdBig7 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.177 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.178 | 77799 | Marked run 1963 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.178 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.182 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.183 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.185 | 56101 | Recursively removing directory: /tmp/git.lzePAL/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.186 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.186 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.187 | 77801 | Marked run 1964 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.187 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.190 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.191 | 56098 | Recursively removing directory: /tmp/git.JdBig7/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.193 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.193 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.193 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.193 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.193 | 77818 | Added a new worker 10 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.193 | 56097 | Removed run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.193 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.193 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.193 | 56097 | Assigned run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.193 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.e18XYz +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.195 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.198 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.198 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.198 | 77820 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.198 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.198 | 56097 | Removed run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.198 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.198 | 56097 | Assigned run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.199 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.198 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.199 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.oBckBN +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.204 | 77817 | Marked run 1965 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.204 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.205 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.206 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.207 | 77819 | Marked run 1966 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.207 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.209 | 56101 | Recursively removing directory: /tmp/git.e18XYz/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.210 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.210 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.213 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.214 | 56098 | Recursively removing directory: /tmp/git.oBckBN/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.216 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.216 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.217 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.217 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.217 | 77836 | Added a new worker 10 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.217 | 56097 | Removed run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.217 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.217 | 56097 | Assigned run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.217 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.217 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.dPsdBY +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.219 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.222 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.223 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.223 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.223 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.223 | 77838 | Added a new worker 13 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.223 | 56097 | Removed run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.223 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.224 | 56097 | Assigned run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.224 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.MktR4I +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.224 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.225 | 77835 | Marked run 1967 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.225 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.228 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.229 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.233 | 56101 | Recursively removing directory: /tmp/git.dPsdBY/ +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.234 | 77837 | Marked run 1968 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.234 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.235 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.235 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.238 | 56098 | Recursively removing directory: /tmp/git.MktR4I/ +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.238 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.239 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.239 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.242 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.242 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.242 | 77854 | Added a new worker 10 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.242 | 56097 | Removed run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.242 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.242 | 56097 | Assigned run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.242 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.243 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.XL5oT6 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.244 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.247 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.247 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.247 | 77856 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.247 | 56097 | Removed run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.247 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.247 | 56097 | Assigned run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.247 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.247 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.71sKcZ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.248 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.249 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.253 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.253 | 77853 | Marked run 1969 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.253 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.254 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.258 | 77855 | Marked run 1970 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.258 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.259 | 56101 | Recursively removing directory: /tmp/git.XL5oT6/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.260 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.260 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.263 | 56098 | Recursively removing directory: /tmp/git.71sKcZ/ +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.264 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.264 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.264 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.267 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.267 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.267 | 77872 | Added a new worker 10 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.267 | 56097 | Removed run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.267 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.267 | 56097 | Assigned run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.268 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.268 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yiHHtx +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.269 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.272 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.272 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.272 | 77874 | Added a new worker 13 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.272 | 56097 | Removed run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.272 | 56097 | Removed worker 13 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.272 | 56097 | Assigned run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 13 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.272 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.273 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.273 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.BsLoe2 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.274 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.275 | 77871 | Marked run 1971 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.275 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.278 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.278 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.282 | 77873 | Marked run 1972 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.282 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.283 | 56101 | Recursively removing directory: /tmp/git.yiHHtx/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.284 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.284 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.287 | 56098 | Recursively removing directory: /tmp/git.BsLoe2/ +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.287 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.288 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.288 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.290 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.290 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.290 | 77890 | Added a new worker 10 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.290 | 56097 | Removed run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.290 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.290 | 56097 | Assigned run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.291 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.291 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.291 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.D3PuLi +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.294 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.294 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.294 | 77892 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.294 | 56097 | Removed run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.294 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.294 | 56097 | Assigned run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.294 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.294 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.cxDdfr +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.297 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.298 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.300 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.300 | 77889 | Marked run 1973 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.301 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.301 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.304 | 77891 | Marked run 1974 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.304 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.307 | 56101 | Recursively removing directory: /tmp/git.D3PuLi/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.309 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.309 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.310 | 56098 | Recursively removing directory: /tmp/git.cxDdfr/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.311 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.311 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.311 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.314 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.314 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.314 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.314 | 77909 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.314 | 56097 | Removed run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.314 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.314 | 56097 | Assigned run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.314 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.64IRIi +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.315 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.317 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.317 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.317 | 77910 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.317 | 56097 | Removed run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.317 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.317 | 56097 | Assigned run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.317 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.318 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.ZUbgX8 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.319 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.321 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.323 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.324 | 77907 | Marked run 1975 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.324 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.324 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.328 | 77908 | Marked run 1976 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.328 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.330 | 56101 | Recursively removing directory: /tmp/git.64IRIi/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.332 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.332 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.333 | 56098 | Recursively removing directory: /tmp/git.ZUbgX8/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.334 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.334 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.336 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.339 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.339 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.340 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.340 | 77927 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.340 | 56097 | Removed run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.340 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.340 | 56097 | Assigned run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.340 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.340 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Dt1TnN +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.342 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.342 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.343 | 77928 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.343 | 56097 | Removed run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.343 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.343 | 56097 | Assigned run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.343 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.343 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.R9mqQF +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.345 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.346 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.349 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.352 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.353 | 77925 | Marked run 1977 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.353 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.354 | 56101 | Recursively removing directory: /tmp/git.Dt1TnN/ +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.356 | 77926 | Marked run 1978 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.356 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.356 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.356 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.360 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.361 | 56098 | Recursively removing directory: /tmp/git.R9mqQF/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.362 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.362 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.363 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.363 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.363 | 77944 | Added a new worker 10 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.363 | 56097 | Removed run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.363 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.363 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.363 | 56097 | Assigned run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.363 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Ydnb01 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.365 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.368 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.368 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.368 | 77946 | Added a new worker 14 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.368 | 56097 | Removed run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.368 | 56097 | Removed worker 14 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.368 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.368 | 56097 | Assigned run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 14 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.369 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.fQ20Sc +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.371 | 77943 | Marked run 1979 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.371 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.371 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.372 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.374 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.376 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.378 | 77945 | Marked run 1980 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.378 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.380 | 56101 | Recursively removing directory: /tmp/git.Ydnb01/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.382 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.382 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.385 | 56098 | Recursively removing directory: /tmp/git.fQ20Sc/ +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.386 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.386 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.386 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.388 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.388 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.389 | 77962 | Added a new worker 10 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.389 | 56097 | Removed run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.389 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.389 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.389 | 56097 | Assigned run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.389 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.389 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.X55f3t +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.392 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.392 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.392 | 77964 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.392 | 56097 | Removed run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.392 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.392 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.392 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.L3DCal +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.392 | 56097 | Assigned run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.394 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.395 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.398 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.398 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.400 | 77961 | Marked run 1981 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.400 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.403 | 77963 | Marked run 1982 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.403 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.405 | 56101 | Recursively removing directory: /tmp/git.X55f3t/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.406 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.406 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.407 | 56098 | Recursively removing directory: /tmp/git.L3DCal/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.409 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.409 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.409 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.411 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.412 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.412 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.412 | 77981 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.412 | 56097 | Removed run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.412 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.412 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.412 | 56097 | Assigned run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.412 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.O3BcXe +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.415 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.415 | 77982 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.415 | 56097 | Removed run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.415 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.415 | 56097 | Assigned run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.415 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.415 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.8HMNzX +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.416 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.417 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.419 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.420 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.421 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.422 | 77979 | Marked run 1983 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.422 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.425 | 77980 | Marked run 1984 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.426 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.428 | 56101 | Recursively removing directory: /tmp/git.O3BcXe/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.429 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.429 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.430 | 56098 | Recursively removing directory: /tmp/git.8HMNzX/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.431 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.431 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.434 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.436 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.437 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.437 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.437 | 77999 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.437 | 56097 | Removed run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.437 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.437 | 56097 | Assigned run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.437 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.Nbpgfc +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.438 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.439 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.439 | 78000 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.439 | 56097 | Removed run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.439 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.439 | 56097 | Assigned run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.440 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.439 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.440 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.qLiAQi +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.442 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.443 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.445 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.446 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.448 | 77997 | Marked run 1985 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.448 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.451 | 77998 | Marked run 1986 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.451 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.453 | 56101 | Recursively removing directory: /tmp/git.Nbpgfc/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.454 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.454 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.455 | 56098 | Recursively removing directory: /tmp/git.qLiAQi/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.456 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.456 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.457 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.459 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.460 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.460 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.460 | 78017 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.460 | 56097 | Removed run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.460 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.460 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.460 | 56097 | Assigned run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.461 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.hGWiWG +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.462 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.462 | 78018 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.462 | 56097 | Removed run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.462 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.462 | 56097 | Assigned run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.462 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.462 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.OVbZLO +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.462 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.468 | 78015 | Marked run 1987 as finished +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.468 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.469 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.470 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.470 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.471 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.472 | 78016 | Marked run 1988 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.472 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.478 | 56098 | Recursively removing directory: /tmp/git.OVbZLO/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.479 | 56101 | Recursively removing directory: /tmp/git.hGWiWG/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.480 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.480 | 56098 | Process output: 415086 bytes +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.481 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.481 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.482 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.484 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.485 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.485 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.485 | 78035 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.485 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.485 | 56097 | Removed run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.485 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.485 | 56097 | Assigned run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.486 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.lJdcvY +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.487 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.487 | 78036 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.487 | 56097 | Removed run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.487 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.487 | 56097 | Assigned run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.487 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.487 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.487 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.QobNxj +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.490 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.491 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.492 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.493 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.497 | 78033 | Marked run 1990 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.497 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.500 | 56098 | Recursively removing directory: /tmp/git.lJdcvY/ +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.500 | 78034 | Marked run 1989 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.501 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.502 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.502 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.503 | 56101 | Recursively removing directory: /tmp/git.QobNxj/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.505 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.505 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.506 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.509 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.510 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.510 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.510 | 78053 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.510 | 56097 | Removed run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.510 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.510 | 56097 | Assigned run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.510 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.gxhXVX +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.510 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.512 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.513 | 78054 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.513 | 56097 | Removed run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.513 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.513 | 56097 | Assigned run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.512 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.513 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.4tmvNP +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.513 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.516 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.517 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.518 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.519 | 78051 | Marked run 1991 as finished +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.519 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.519 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.523 | 78052 | Marked run 1992 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.523 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.525 | 56098 | Recursively removing directory: /tmp/git.gxhXVX/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.527 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.527 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.529 | 56101 | Recursively removing directory: /tmp/git.4tmvNP/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.530 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.530 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.530 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.533 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.533 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.533 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.533 | 78071 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.533 | 56097 | Removed run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.533 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.533 | 56097 | Assigned run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.533 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.534 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.3edAnB +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.536 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.536 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.536 | 78072 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.536 | 56097 | Removed run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.536 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.536 | 56097 | Assigned run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.536 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.537 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.okX72m +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.539 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.539 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.542 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.543 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.544 | 78069 | Marked run 1993 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.545 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.547 | 78070 | Marked run 1994 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.548 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.548 | 56098 | Recursively removing directory: /tmp/git.3edAnB/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.549 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.549 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.553 | 56101 | Recursively removing directory: /tmp/git.okX72m/ +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.553 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.554 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.554 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.556 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.556 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.556 | 78088 | Added a new worker 10 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.556 | 56097 | Removed run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.556 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.556 | 56097 | Assigned run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.556 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.221ChE +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.557 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.558 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.560 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.561 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.561 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.561 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.561 | 78091 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.562 | 56097 | Removed run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.562 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.562 | 56097 | Assigned run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.562 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.562 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.yAUOJo +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.567 | 78087 | Marked run 1995 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.568 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.568 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.569 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.571 | 78089 | Marked run 1996 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.571 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.572 | 56098 | Recursively removing directory: /tmp/git.221ChE/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.573 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.573 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.576 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.578 | 56101 | Recursively removing directory: /tmp/git.yAUOJo/ +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.579 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.579 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.580 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.580 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.580 | 78106 | Added a new worker 10 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.580 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.580 | 56097 | Removed run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.580 | 56097 | Removed worker 10 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.580 | 56097 | Assigned run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 10 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.580 | 56098 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.UKx3Ja +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.582 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.584 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.584 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.585 | 78108 | Added a new worker 12 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.585 | 56097 | Removed run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.585 | 56097 | Removed worker 12 from the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.585 | 56097 | Assigned run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to worker 12 +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.585 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.585 | 56101 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to /tmp/git.t1Si5O +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.585 | 56098 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.586 | 56098 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.591 | 78105 | Marked run 1997 as finished +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.591 | 56101 | Checking out revision HEAD +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.591 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.592 | 56101 | Going to run: ./ci +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.594 | 78107 | Marked run 1998 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.594 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.596 | 56098 | Recursively removing directory: /tmp/git.UKx3Ja/ +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.597 | 56098 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.597 | 56098 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.600 | 56101 | Recursively removing directory: /tmp/git.t1Si5O/ +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.601 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.602 | 56101 | Process exit code: 0 +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.602 | 56101 | Process output: 415087 bytes +2024-01-28 10:56:15 | INFO | 56098/cimple-worker: 2024-01-28 10:56:15.604 | 56098 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.604 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.604 | 78124 | Added a new worker 10 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.604 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.605 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56101/cimple-worker: 2024-01-28 10:56:15.608 | 56101 | Waiting for a new command +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.608 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.608 | 78126 | Added a new worker 14 to the queue +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.608 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.612 | 78123 | Marked run 1999 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.612 | 56095 | Waiting for new connections +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.616 | 78125 | Marked run 2000 as finished +2024-01-28 10:56:15 | INFO | 56095/cimple-server: 2024-01-28 10:56:15.616 | 56095 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.200 | 56095 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.200 | 78129 | Adding a run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.200 | 78129 | Adding a run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.200 | 78129 | Adding a run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.200 | 78129 | Adding a run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.200 | 78129 | Adding a run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.200 | 78129 | Adding a run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.201 | 78129 | Adding a run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.201 | 78129 | Adding a run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.201 | 78129 | Adding a run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.201 | 78129 | Adding a run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.201 | 78129 | Adding a run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.201 | 78129 | Adding a run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.201 | 78129 | Adding a run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.202 | 78129 | Adding a run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.202 | 78129 | Adding a run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.202 | 78129 | Adding a run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.202 | 78129 | Adding a run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.202 | 78129 | Adding a run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.202 | 78129 | Adding a run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.202 | 78129 | Adding a run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.202 | 78129 | Adding a run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.203 | 78129 | Adding a run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.203 | 78129 | Adding a run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.203 | 78129 | Adding a run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.203 | 78129 | Adding a run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.203 | 78129 | Adding a run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.203 | 78129 | Adding a run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.203 | 78129 | Adding a run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.204 | 78129 | Adding a run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.204 | 78129 | Adding a run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.204 | 78129 | Adding a run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.204 | 78129 | Adding a run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.204 | 78129 | Adding a run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.204 | 78129 | Adding a run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.204 | 78129 | Adding a run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.204 | 78129 | Adding a run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.205 | 78129 | Adding a run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.205 | 78129 | Adding a run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.205 | 78129 | Adding a run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.205 | 78129 | Adding a run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.205 | 78129 | Adding a run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.205 | 78129 | Adding a run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.205 | 78129 | Adding a run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.205 | 78129 | Adding a run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.206 | 78129 | Adding a run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.206 | 78129 | Adding a run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.206 | 78129 | Adding a run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.206 | 78129 | Adding a run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.206 | 78129 | Adding a run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.206 | 78129 | Adding a run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.206 | 78129 | Adding a run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.207 | 78129 | Adding a run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.207 | 78129 | Adding a run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.207 | 78129 | Adding a run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.207 | 78129 | Adding a run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.207 | 78129 | Adding a run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.207 | 78129 | Adding a run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.207 | 78129 | Adding a run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.207 | 78129 | Adding a run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.208 | 78129 | Adding a run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.208 | 78129 | Adding a run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.208 | 78129 | Adding a run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.208 | 78129 | Adding a run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.208 | 78129 | Adding a run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.208 | 78129 | Adding a run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.208 | 78129 | Adding a run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.209 | 78129 | Adding a run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.209 | 78129 | Adding a run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.209 | 78129 | Adding a run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.209 | 78129 | Adding a run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.209 | 78129 | Adding a run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.209 | 78129 | Adding a run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.209 | 78129 | Adding a run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.209 | 78129 | Adding a run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.210 | 78129 | Adding a run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.210 | 78129 | Adding a run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.210 | 78129 | Adding a run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.210 | 78129 | Adding a run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.210 | 78129 | Adding a run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.210 | 78129 | Adding a run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.210 | 78129 | Adding a run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.210 | 78129 | Adding a run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.211 | 78129 | Adding a run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.211 | 78129 | Adding a run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.211 | 78129 | Adding a run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.211 | 78129 | Adding a run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.211 | 78129 | Adding a run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.211 | 78129 | Adding a run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.211 | 78129 | Adding a run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.212 | 78129 | Adding a run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.212 | 78129 | Adding a run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.212 | 78129 | Adding a run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.212 | 78129 | Adding a run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.212 | 78129 | Adding a run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.212 | 78129 | Adding a run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.212 | 78129 | Adding a run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.212 | 78129 | Adding a run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.213 | 78129 | Adding a run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.213 | 78129 | Adding a run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.213 | 78129 | Adding a run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.213 | 78129 | Adding a run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.213 | 78129 | Adding a run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.213 | 78129 | Adding a run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.213 | 78129 | Adding a run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.214 | 78129 | Adding a run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.214 | 78129 | Adding a run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.214 | 78129 | Adding a run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.214 | 78129 | Adding a run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.214 | 78129 | Adding a run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.214 | 78129 | Adding a run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.214 | 78129 | Adding a run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.214 | 78129 | Adding a run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.215 | 78129 | Adding a run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.215 | 78129 | Adding a run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.215 | 78129 | Adding a run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.215 | 78129 | Adding a run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.215 | 78129 | Adding a run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.215 | 78129 | Adding a run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.215 | 78129 | Adding a run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.216 | 78129 | Adding a run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.216 | 78129 | Adding a run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.216 | 78129 | Adding a run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.216 | 78129 | Adding a run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.216 | 78129 | Adding a run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.216 | 78129 | Adding a run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.216 | 78129 | Adding a run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.216 | 78129 | Adding a run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.217 | 78129 | Adding a run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.217 | 78129 | Adding a run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.217 | 78129 | Adding a run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.217 | 78129 | Adding a run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.217 | 78129 | Adding a run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.217 | 78129 | Adding a run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.217 | 78129 | Adding a run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.218 | 78129 | Adding a run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.218 | 78129 | Adding a run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.218 | 78129 | Adding a run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.218 | 78129 | Adding a run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.218 | 78129 | Adding a run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.218 | 78129 | Adding a run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.218 | 78129 | Adding a run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.218 | 78129 | Adding a run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.219 | 78129 | Adding a run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.219 | 78129 | Adding a run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.219 | 78129 | Adding a run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.219 | 78129 | Adding a run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.219 | 78129 | Adding a run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.219 | 78129 | Adding a run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.219 | 78129 | Adding a run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.219 | 78129 | Adding a run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.220 | 78129 | Adding a run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.220 | 78129 | Adding a run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.220 | 78129 | Adding a run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.220 | 78129 | Adding a run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.220 | 78129 | Adding a run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.220 | 78129 | Adding a run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.220 | 78129 | Adding a run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.221 | 78129 | Adding a run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.221 | 78129 | Adding a run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.221 | 78129 | Adding a run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.221 | 78129 | Adding a run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.221 | 78129 | Adding a run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.221 | 78129 | Adding a run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.221 | 78129 | Adding a run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.221 | 78129 | Adding a run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.222 | 78129 | Adding a run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.222 | 78129 | Adding a run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.222 | 78129 | Adding a run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.222 | 78129 | Adding a run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.222 | 78129 | Adding a run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.222 | 78129 | Adding a run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.222 | 78129 | Adding a run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.223 | 78129 | Adding a run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.223 | 78129 | Adding a run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.223 | 78129 | Adding a run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.223 | 78129 | Adding a run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.223 | 78129 | Adding a run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.223 | 78129 | Adding a run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.223 | 78129 | Adding a run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.223 | 78129 | Adding a run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.224 | 78129 | Adding a run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.224 | 78129 | Adding a run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.224 | 78129 | Adding a run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.224 | 78129 | Adding a run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.224 | 78129 | Adding a run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.224 | 78129 | Adding a run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.224 | 78129 | Adding a run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.225 | 78129 | Adding a run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.225 | 78129 | Adding a run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.225 | 78129 | Adding a run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.225 | 78129 | Adding a run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.225 | 78129 | Adding a run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.225 | 78129 | Adding a run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.225 | 78129 | Adding a run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.225 | 78129 | Adding a run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.226 | 78129 | Adding a run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.226 | 78129 | Adding a run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.226 | 78129 | Adding a run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.226 | 78129 | Adding a run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.226 | 78129 | Adding a run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.226 | 78129 | Adding a run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.226 | 78129 | Adding a run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.227 | 78129 | Adding a run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.227 | 78129 | Adding a run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.227 | 78129 | Adding a run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.227 | 78129 | Adding a run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.227 | 78129 | Adding a run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.227 | 78129 | Adding a run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.227 | 78129 | Adding a run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.227 | 78129 | Adding a run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.228 | 78129 | Adding a run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.228 | 78129 | Adding a run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.228 | 78129 | Adding a run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.228 | 78129 | Adding a run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.228 | 78129 | Adding a run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.228 | 78129 | Adding a run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.228 | 78129 | Adding a run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.229 | 78129 | Adding a run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.229 | 78129 | Adding a run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.229 | 78129 | Adding a run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.229 | 78129 | Adding a run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.229 | 78129 | Adding a run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.229 | 78129 | Adding a run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.229 | 78129 | Adding a run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.229 | 78129 | Adding a run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.230 | 78129 | Adding a run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.230 | 78129 | Adding a run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.230 | 78129 | Adding a run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.230 | 78129 | Adding a run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.230 | 78129 | Adding a run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.230 | 78129 | Adding a run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.230 | 78129 | Adding a run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.231 | 78129 | Adding a run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.231 | 78129 | Adding a run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.231 | 78129 | Adding a run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.231 | 78129 | Adding a run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.231 | 78129 | Adding a run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.231 | 78129 | Adding a run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.231 | 78129 | Adding a run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.231 | 78129 | Adding a run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.232 | 78129 | Adding a run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.232 | 78129 | Adding a run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.232 | 78129 | Adding a run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.232 | 78129 | Adding a run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.232 | 78129 | Adding a run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.232 | 78129 | Adding a run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.232 | 78129 | Adding a run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.233 | 78129 | Adding a run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.233 | 78129 | Adding a run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.233 | 78129 | Adding a run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.233 | 78129 | Adding a run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.233 | 78129 | Adding a run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.233 | 78129 | Adding a run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.233 | 78129 | Adding a run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.233 | 78129 | Adding a run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.234 | 78129 | Adding a run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.234 | 78129 | Adding a run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.234 | 78129 | Adding a run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.234 | 78129 | Adding a run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.234 | 78129 | Adding a run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.234 | 78129 | Adding a run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.234 | 78129 | Adding a run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.234 | 78129 | Adding a run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.235 | 78129 | Adding a run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.235 | 78129 | Adding a run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.235 | 78129 | Adding a run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.235 | 78129 | Adding a run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.235 | 78129 | Adding a run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.235 | 78129 | Adding a run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.235 | 78129 | Adding a run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.236 | 78129 | Adding a run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.236 | 78129 | Adding a run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.236 | 78129 | Adding a run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.236 | 78129 | Adding a run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.236 | 78129 | Adding a run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.236 | 78129 | Adding a run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.236 | 78129 | Adding a run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.236 | 78129 | Adding a run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.237 | 78129 | Adding a run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.237 | 78129 | Adding a run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.237 | 78129 | Adding a run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.237 | 78129 | Adding a run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.237 | 78129 | Adding a run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.237 | 78129 | Adding a run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.237 | 78129 | Adding a run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.237 | 78129 | Adding a run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.238 | 78129 | Adding a run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.238 | 78129 | Adding a run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.238 | 78129 | Adding a run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.238 | 78129 | Adding a run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.238 | 78129 | Adding a run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.238 | 78129 | Adding a run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.238 | 78129 | Adding a run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.239 | 78129 | Adding a run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.239 | 78129 | Adding a run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.239 | 78129 | Adding a run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.239 | 78129 | Adding a run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.239 | 78129 | Adding a run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.239 | 78129 | Adding a run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.239 | 78129 | Adding a run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.239 | 78129 | Adding a run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.240 | 78129 | Adding a run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.240 | 78129 | Adding a run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.240 | 78129 | Adding a run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.240 | 78129 | Adding a run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.240 | 78129 | Adding a run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.240 | 78129 | Adding a run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.240 | 78129 | Adding a run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.241 | 78129 | Adding a run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.241 | 78129 | Adding a run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.241 | 78129 | Adding a run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.241 | 78129 | Adding a run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.241 | 78129 | Adding a run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.241 | 78129 | Adding a run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.241 | 78129 | Adding a run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.241 | 78129 | Adding a run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.242 | 78129 | Adding a run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.242 | 78129 | Adding a run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.242 | 78129 | Adding a run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.242 | 78129 | Adding a run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.242 | 78129 | Adding a run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.242 | 78129 | Adding a run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.242 | 78129 | Adding a run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.243 | 78129 | Adding a run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.243 | 78129 | Adding a run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.243 | 78129 | Adding a run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.243 | 78129 | Adding a run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.243 | 78129 | Adding a run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.243 | 78129 | Adding a run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.243 | 78129 | Adding a run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.243 | 78129 | Adding a run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.244 | 78129 | Adding a run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.244 | 78129 | Adding a run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.244 | 78129 | Adding a run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.244 | 78129 | Adding a run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.244 | 78129 | Adding a run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.244 | 78129 | Adding a run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.244 | 78129 | Adding a run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.244 | 78129 | Adding a run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.245 | 78129 | Adding a run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.245 | 78129 | Adding a run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.245 | 78129 | Adding a run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.245 | 78129 | Adding a run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.245 | 78129 | Adding a run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.245 | 78129 | Adding a run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.245 | 78129 | Adding a run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.246 | 78129 | Adding a run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.246 | 78129 | Adding a run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.246 | 78129 | Adding a run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.246 | 78129 | Adding a run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.246 | 78129 | Adding a run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.246 | 78129 | Adding a run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.246 | 78129 | Adding a run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.246 | 78129 | Adding a run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.247 | 78129 | Adding a run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.247 | 78129 | Adding a run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.247 | 78129 | Adding a run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.247 | 78129 | Adding a run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.247 | 78129 | Adding a run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.247 | 78129 | Adding a run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.247 | 78129 | Adding a run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.247 | 78129 | Adding a run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.248 | 78129 | Adding a run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.248 | 78129 | Adding a run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.248 | 78129 | Adding a run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.248 | 78129 | Adding a run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.248 | 78129 | Adding a run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.248 | 78129 | Adding a run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.248 | 78129 | Adding a run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.249 | 78129 | Adding a run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.249 | 78129 | Adding a run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.249 | 78129 | Adding a run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.249 | 78129 | Adding a run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.249 | 78129 | Adding a run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.249 | 78129 | Adding a run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.249 | 78129 | Adding a run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.249 | 78129 | Adding a run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.250 | 78129 | Adding a run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.250 | 78129 | Adding a run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.250 | 78129 | Adding a run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.250 | 78129 | Adding a run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.250 | 78129 | Adding a run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.250 | 78129 | Adding a run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.250 | 78129 | Adding a run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.251 | 78129 | Adding a run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.251 | 78129 | Adding a run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.251 | 78129 | Adding a run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.251 | 78129 | Adding a run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.251 | 78129 | Adding a run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.251 | 78129 | Adding a run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.251 | 78129 | Adding a run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.251 | 78129 | Adding a run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.252 | 78129 | Adding a run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.252 | 78129 | Adding a run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.252 | 78129 | Adding a run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.252 | 78129 | Adding a run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.252 | 78129 | Adding a run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.252 | 78129 | Adding a run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.252 | 78129 | Adding a run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.253 | 78129 | Adding a run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.253 | 78129 | Adding a run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.253 | 78129 | Adding a run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.253 | 78129 | Adding a run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.253 | 78129 | Adding a run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.253 | 78129 | Adding a run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.253 | 78129 | Adding a run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.253 | 78129 | Adding a run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.254 | 78129 | Adding a run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.254 | 78129 | Adding a run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.254 | 78129 | Adding a run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.254 | 78129 | Adding a run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.254 | 78129 | Adding a run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.254 | 78129 | Adding a run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.254 | 78129 | Adding a run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.255 | 78129 | Adding a run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.255 | 78129 | Adding a run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.255 | 78129 | Adding a run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.255 | 78129 | Adding a run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.255 | 78129 | Adding a run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.255 | 78129 | Adding a run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.255 | 78129 | Adding a run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.255 | 78129 | Adding a run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.256 | 78129 | Adding a run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.256 | 78129 | Adding a run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.256 | 78129 | Adding a run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.256 | 78129 | Adding a run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.256 | 78129 | Adding a run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.256 | 78129 | Adding a run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.256 | 78129 | Adding a run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.257 | 78129 | Adding a run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.257 | 78129 | Adding a run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.257 | 78129 | Adding a run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.257 | 78129 | Adding a run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.257 | 78129 | Adding a run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.257 | 78129 | Adding a run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.257 | 78129 | Adding a run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.257 | 78129 | Adding a run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.258 | 78129 | Adding a run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.258 | 78129 | Adding a run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.258 | 78129 | Adding a run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.258 | 78129 | Adding a run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.258 | 78129 | Adding a run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.258 | 78129 | Adding a run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.258 | 78129 | Adding a run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.259 | 78129 | Adding a run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.259 | 78129 | Adding a run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.259 | 78129 | Adding a run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.259 | 78129 | Adding a run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.259 | 78129 | Adding a run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.259 | 78129 | Adding a run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.259 | 78129 | Adding a run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.259 | 78129 | Adding a run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.260 | 78129 | Adding a run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.260 | 78129 | Adding a run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.260 | 78129 | Adding a run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.260 | 78129 | Adding a run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.260 | 78129 | Adding a run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.260 | 78129 | Adding a run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.260 | 78129 | Adding a run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.261 | 78129 | Adding a run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.261 | 78129 | Adding a run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.261 | 78129 | Adding a run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.261 | 78129 | Adding a run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.261 | 78129 | Adding a run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.261 | 78129 | Adding a run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.261 | 78129 | Adding a run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.261 | 78129 | Adding a run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.262 | 78129 | Adding a run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.262 | 78129 | Adding a run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.262 | 78129 | Adding a run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.262 | 78129 | Adding a run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.262 | 78129 | Adding a run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.262 | 78129 | Adding a run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.262 | 78129 | Adding a run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.262 | 78129 | Adding a run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.263 | 78129 | Adding a run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.263 | 78129 | Adding a run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.263 | 78129 | Adding a run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.263 | 78129 | Adding a run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.263 | 78129 | Adding a run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.263 | 78129 | Adding a run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.263 | 78129 | Adding a run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.264 | 78129 | Adding a run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.264 | 78129 | Adding a run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.264 | 78129 | Adding a run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.264 | 78129 | Adding a run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.264 | 78129 | Adding a run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.264 | 78129 | Adding a run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.264 | 78129 | Adding a run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.264 | 78129 | Adding a run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.265 | 78129 | Adding a run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.265 | 78129 | Adding a run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.265 | 78129 | Adding a run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.265 | 78129 | Adding a run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.265 | 78129 | Adding a run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.265 | 78129 | Adding a run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.265 | 78129 | Adding a run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.266 | 78129 | Adding a run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.266 | 78129 | Adding a run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.266 | 78129 | Adding a run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.266 | 78129 | Adding a run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.266 | 78129 | Adding a run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.266 | 78129 | Adding a run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.266 | 78129 | Adding a run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.266 | 78129 | Adding a run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.267 | 78129 | Adding a run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.267 | 78129 | Adding a run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.267 | 78129 | Adding a run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.267 | 78129 | Adding a run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.267 | 78129 | Adding a run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.267 | 78129 | Adding a run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.267 | 78129 | Adding a run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.268 | 78129 | Adding a run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.268 | 78129 | Adding a run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.268 | 78129 | Adding a run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.268 | 78129 | Adding a run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.268 | 78129 | Adding a run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.268 | 78129 | Adding a run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.268 | 78129 | Adding a run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.268 | 78129 | Adding a run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.269 | 78129 | Adding a run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.269 | 78129 | Adding a run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.269 | 78129 | Adding a run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.269 | 78129 | Adding a run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.269 | 78129 | Adding a run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.269 | 78129 | Adding a run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.269 | 78129 | Adding a run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.270 | 78129 | Adding a run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.270 | 78129 | Adding a run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.270 | 78129 | Adding a run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.270 | 78129 | Adding a run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.270 | 78129 | Adding a run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.270 | 78129 | Adding a run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.270 | 78129 | Adding a run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.270 | 78129 | Adding a run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.271 | 78129 | Adding a run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.271 | 78129 | Adding a run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.271 | 78129 | Adding a run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.271 | 78129 | Adding a run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.271 | 78129 | Adding a run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.271 | 78129 | Adding a run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.271 | 78129 | Adding a run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.271 | 78129 | Adding a run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.272 | 78129 | Adding a run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.272 | 78129 | Adding a run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.272 | 78129 | Adding a run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.272 | 78129 | Adding a run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.272 | 78129 | Adding a run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.272 | 78129 | Adding a run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.272 | 78129 | Adding a run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.273 | 78129 | Adding a run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.273 | 78129 | Adding a run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.273 | 78129 | Adding a run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.273 | 78129 | Adding a run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.273 | 78129 | Adding a run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.273 | 78129 | Adding a run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.273 | 78129 | Adding a run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.273 | 78129 | Adding a run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.274 | 78129 | Adding a run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.274 | 78129 | Adding a run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.274 | 78129 | Adding a run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.274 | 78129 | Adding a run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.274 | 78129 | Adding a run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.274 | 78129 | Adding a run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.274 | 78129 | Adding a run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.275 | 78129 | Adding a run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.275 | 78129 | Adding a run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.275 | 78129 | Adding a run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.275 | 78129 | Adding a run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.275 | 78129 | Adding a run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.275 | 78129 | Adding a run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.275 | 78129 | Adding a run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.275 | 78129 | Adding a run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.276 | 78129 | Adding a run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.276 | 78129 | Adding a run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.276 | 78129 | Adding a run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.276 | 78129 | Adding a run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.276 | 78129 | Adding a run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.276 | 78129 | Adding a run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.276 | 78129 | Adding a run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.277 | 78129 | Adding a run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.277 | 78129 | Adding a run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.277 | 78129 | Adding a run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.277 | 78129 | Adding a run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.277 | 78129 | Adding a run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.277 | 78129 | Adding a run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.277 | 78129 | Adding a run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.277 | 78129 | Adding a run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.278 | 78129 | Adding a run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.278 | 78129 | Adding a run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.278 | 78129 | Adding a run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.278 | 78129 | Adding a run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.278 | 78129 | Adding a run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.278 | 78129 | Adding a run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.278 | 78129 | Adding a run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.278 | 78129 | Adding a run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.279 | 78129 | Adding a run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.279 | 78129 | Adding a run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.279 | 78129 | Adding a run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.279 | 78129 | Adding a run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.279 | 78129 | Adding a run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.279 | 78129 | Adding a run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.279 | 78129 | Adding a run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.280 | 78129 | Adding a run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.280 | 78129 | Adding a run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.280 | 78129 | Adding a run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.280 | 78129 | Adding a run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.280 | 78129 | Adding a run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.280 | 78129 | Adding a run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.280 | 78129 | Adding a run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.280 | 78129 | Adding a run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.281 | 78129 | Adding a run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.281 | 78129 | Adding a run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.281 | 78129 | Adding a run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.281 | 78129 | Adding a run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.281 | 78129 | Adding a run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.281 | 78129 | Adding a run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.281 | 78129 | Adding a run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.282 | 78129 | Adding a run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.282 | 78129 | Adding a run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.282 | 78129 | Adding a run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.282 | 78129 | Adding a run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.282 | 78129 | Adding a run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.282 | 78129 | Adding a run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.282 | 78129 | Adding a run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.282 | 78129 | Adding a run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.283 | 78129 | Adding a run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.283 | 78129 | Adding a run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.283 | 78129 | Adding a run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.283 | 78129 | Adding a run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.283 | 78129 | Adding a run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.283 | 78129 | Adding a run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.283 | 78129 | Adding a run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.284 | 78129 | Adding a run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.284 | 78129 | Adding a run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.284 | 78129 | Adding a run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.284 | 78129 | Adding a run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.284 | 78129 | Adding a run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.284 | 78129 | Adding a run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.284 | 78129 | Adding a run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.284 | 78129 | Adding a run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.285 | 78129 | Adding a run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.285 | 78129 | Adding a run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.285 | 78129 | Adding a run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.285 | 78129 | Adding a run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.285 | 78129 | Adding a run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.285 | 78129 | Adding a run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.285 | 78129 | Adding a run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.286 | 78129 | Adding a run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.286 | 78129 | Adding a run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.286 | 78129 | Adding a run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.286 | 78129 | Adding a run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.286 | 78129 | Adding a run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.286 | 78129 | Adding a run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.286 | 78129 | Adding a run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.286 | 78129 | Adding a run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.287 | 78129 | Adding a run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.287 | 78129 | Adding a run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.287 | 78129 | Adding a run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.287 | 78129 | Adding a run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.287 | 78129 | Adding a run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.287 | 78129 | Adding a run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.287 | 78129 | Adding a run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.287 | 78129 | Adding a run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.288 | 78129 | Adding a run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.288 | 78129 | Adding a run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.288 | 78129 | Adding a run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.288 | 78129 | Adding a run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.288 | 78129 | Adding a run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.288 | 78129 | Adding a run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.288 | 78129 | Adding a run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.289 | 78129 | Adding a run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.289 | 78129 | Adding a run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.289 | 78129 | Adding a run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.289 | 78129 | Adding a run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.289 | 78129 | Adding a run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.289 | 78129 | Adding a run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.289 | 78129 | Adding a run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.289 | 78129 | Adding a run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.290 | 78129 | Adding a run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.290 | 78129 | Adding a run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.290 | 78129 | Adding a run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.290 | 78129 | Adding a run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.290 | 78129 | Adding a run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.290 | 78129 | Adding a run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.290 | 78129 | Adding a run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.291 | 78129 | Adding a run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.291 | 78129 | Adding a run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.291 | 78129 | Adding a run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.291 | 78129 | Adding a run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.291 | 78129 | Adding a run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.291 | 78129 | Adding a run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.291 | 78129 | Adding a run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.291 | 78129 | Adding a run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.292 | 78129 | Adding a run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.292 | 78129 | Adding a run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.292 | 78129 | Adding a run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.292 | 78129 | Adding a run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.292 | 78129 | Adding a run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.292 | 78129 | Adding a run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.292 | 78129 | Adding a run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.293 | 78129 | Adding a run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.293 | 78129 | Adding a run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.293 | 78129 | Adding a run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.293 | 78129 | Adding a run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.293 | 78129 | Adding a run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.293 | 78129 | Adding a run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.293 | 78129 | Adding a run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.293 | 78129 | Adding a run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.294 | 78129 | Adding a run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.294 | 78129 | Adding a run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.294 | 78129 | Adding a run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.294 | 78129 | Adding a run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.294 | 78129 | Adding a run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.294 | 78129 | Adding a run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.294 | 78129 | Adding a run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.295 | 78129 | Adding a run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.295 | 78129 | Adding a run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.295 | 78129 | Adding a run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.295 | 78129 | Adding a run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.295 | 78129 | Adding a run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.295 | 78129 | Adding a run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.295 | 78129 | Adding a run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.295 | 78129 | Adding a run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.296 | 78129 | Adding a run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.296 | 78129 | Adding a run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.296 | 78129 | Adding a run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.296 | 78129 | Adding a run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.296 | 78129 | Adding a run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.296 | 78129 | Adding a run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.296 | 78129 | Adding a run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.296 | 78129 | Adding a run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.297 | 78129 | Adding a run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.297 | 78129 | Adding a run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.297 | 78129 | Adding a run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.297 | 78129 | Adding a run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.297 | 78129 | Adding a run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.297 | 78129 | Adding a run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.297 | 78129 | Adding a run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.298 | 78129 | Adding a run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.298 | 78129 | Adding a run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.298 | 78129 | Adding a run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.298 | 78129 | Adding a run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.298 | 78129 | Adding a run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.298 | 78129 | Adding a run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.298 | 78129 | Adding a run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.298 | 78129 | Adding a run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.299 | 78129 | Adding a run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.299 | 78129 | Adding a run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.299 | 78129 | Adding a run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.299 | 78129 | Adding a run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.299 | 78129 | Adding a run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.299 | 78129 | Adding a run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.299 | 78129 | Adding a run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.299 | 78129 | Adding a run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.300 | 78129 | Adding a run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.300 | 78129 | Adding a run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.300 | 78129 | Adding a run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.300 | 78129 | Adding a run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.300 | 78129 | Adding a run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.300 | 78129 | Adding a run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.300 | 78129 | Adding a run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.301 | 78129 | Adding a run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.301 | 78129 | Adding a run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.301 | 78129 | Adding a run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.301 | 78129 | Adding a run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.301 | 78129 | Adding a run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.301 | 78129 | Adding a run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.301 | 78129 | Adding a run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.301 | 78129 | Adding a run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.302 | 78129 | Adding a run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.302 | 78129 | Adding a run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.302 | 78129 | Adding a run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.302 | 78129 | Adding a run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.302 | 78129 | Adding a run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.302 | 78129 | Adding a run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.302 | 78129 | Adding a run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.303 | 78129 | Adding a run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.303 | 78129 | Adding a run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.303 | 78129 | Adding a run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.303 | 78129 | Adding a run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.303 | 78129 | Adding a run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.303 | 78129 | Adding a run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.303 | 78129 | Adding a run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.303 | 78129 | Adding a run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.304 | 78129 | Adding a run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.304 | 78129 | Adding a run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.304 | 78129 | Adding a run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.304 | 78129 | Adding a run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.304 | 78129 | Adding a run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.304 | 78129 | Adding a run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.304 | 78129 | Adding a run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.305 | 78129 | Adding a run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.305 | 78129 | Adding a run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.305 | 78129 | Adding a run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.305 | 78129 | Adding a run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.305 | 78129 | Adding a run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.305 | 78129 | Adding a run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.305 | 78129 | Adding a run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.305 | 78129 | Adding a run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.306 | 78129 | Adding a run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.306 | 78129 | Adding a run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.306 | 78129 | Adding a run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.306 | 78129 | Adding a run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.306 | 78129 | Adding a run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.306 | 78129 | Adding a run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.306 | 78129 | Adding a run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.306 | 78129 | Adding a run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.307 | 78129 | Adding a run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.307 | 78129 | Adding a run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.307 | 78129 | Adding a run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.307 | 78129 | Adding a run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.307 | 78129 | Adding a run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.307 | 78129 | Adding a run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.307 | 78129 | Adding a run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.308 | 78129 | Adding a run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.308 | 78129 | Adding a run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.308 | 78129 | Adding a run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.308 | 78129 | Adding a run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.308 | 78129 | Adding a run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.308 | 78129 | Adding a run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.308 | 78129 | Adding a run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.308 | 78129 | Adding a run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.309 | 78129 | Adding a run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.309 | 78129 | Adding a run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.309 | 78129 | Adding a run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.309 | 78129 | Adding a run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.309 | 78129 | Adding a run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.309 | 78129 | Adding a run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.309 | 78129 | Adding a run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.310 | 78129 | Adding a run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.310 | 78129 | Adding a run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.310 | 78129 | Adding a run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.310 | 78129 | Adding a run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.310 | 78129 | Adding a run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.310 | 78129 | Adding a run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.310 | 78129 | Adding a run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.310 | 78129 | Adding a run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.311 | 78129 | Adding a run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.311 | 78129 | Adding a run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.311 | 78129 | Adding a run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.311 | 78129 | Adding a run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.311 | 78129 | Adding a run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.311 | 78129 | Adding a run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.311 | 78129 | Adding a run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.311 | 78129 | Adding a run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.312 | 78129 | Adding a run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.312 | 78129 | Adding a run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.312 | 78129 | Adding a run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.312 | 78129 | Adding a run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.312 | 78129 | Adding a run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.312 | 78129 | Adding a run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.312 | 78129 | Adding a run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.313 | 78129 | Adding a run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.313 | 78129 | Adding a run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.313 | 78129 | Adding a run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.313 | 78129 | Adding a run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.313 | 78129 | Adding a run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.313 | 78129 | Adding a run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.313 | 78129 | Adding a run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.313 | 78129 | Adding a run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.314 | 78129 | Adding a run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.314 | 78129 | Adding a run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.314 | 78129 | Adding a run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.314 | 78129 | Adding a run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.314 | 78129 | Adding a run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.314 | 78129 | Adding a run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.314 | 78129 | Adding a run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.315 | 78129 | Adding a run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.315 | 78129 | Adding a run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.315 | 78129 | Adding a run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.315 | 78129 | Adding a run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.315 | 78129 | Adding a run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.315 | 78129 | Adding a run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.315 | 78129 | Adding a run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.315 | 78129 | Adding a run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.316 | 78129 | Adding a run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.316 | 78129 | Adding a run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.316 | 78129 | Adding a run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.316 | 78129 | Adding a run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.316 | 78129 | Adding a run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.316 | 78129 | Adding a run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.316 | 78129 | Adding a run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.317 | 78129 | Adding a run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.317 | 78129 | Adding a run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.317 | 78129 | Adding a run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.317 | 78129 | Adding a run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.317 | 78129 | Adding a run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.317 | 78129 | Adding a run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.317 | 78129 | Adding a run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.317 | 78129 | Adding a run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.318 | 78129 | Adding a run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.318 | 78129 | Adding a run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.318 | 78129 | Adding a run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.318 | 78129 | Adding a run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.318 | 78129 | Adding a run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.318 | 78129 | Adding a run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.318 | 78129 | Adding a run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.319 | 78129 | Adding a run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.319 | 78129 | Adding a run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.319 | 78129 | Adding a run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.319 | 78129 | Adding a run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.319 | 78129 | Adding a run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.319 | 78129 | Adding a run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.319 | 78129 | Adding a run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.319 | 78129 | Adding a run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.320 | 78129 | Adding a run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.320 | 78129 | Adding a run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.320 | 78129 | Adding a run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.320 | 78129 | Adding a run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.320 | 78129 | Adding a run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.320 | 78129 | Adding a run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.320 | 78129 | Adding a run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.321 | 78129 | Adding a run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.321 | 78129 | Adding a run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.321 | 78129 | Adding a run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.321 | 78129 | Adding a run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.321 | 78129 | Adding a run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.321 | 78129 | Adding a run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.321 | 78129 | Adding a run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.321 | 78129 | Adding a run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.322 | 78129 | Adding a run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.322 | 78129 | Adding a run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.322 | 78129 | Adding a run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.322 | 78129 | Adding a run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.322 | 78129 | Adding a run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.322 | 78129 | Adding a run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.322 | 78129 | Adding a run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.322 | 78129 | Adding a run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.323 | 78129 | Adding a run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.323 | 78129 | Adding a run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.323 | 78129 | Adding a run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.323 | 78129 | Adding a run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.323 | 78129 | Adding a run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.323 | 78129 | Adding a run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.323 | 78129 | Adding a run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.324 | 78129 | Adding a run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.324 | 78129 | Adding a run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.324 | 78129 | Adding a run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.324 | 78129 | Adding a run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.324 | 78129 | Adding a run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.324 | 78129 | Adding a run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.324 | 78129 | Adding a run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.324 | 78129 | Adding a run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.325 | 78129 | Adding a run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.325 | 78129 | Adding a run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.325 | 78129 | Adding a run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.325 | 78129 | Adding a run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.325 | 78129 | Adding a run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.325 | 78129 | Adding a run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.325 | 78129 | Adding a run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.326 | 78129 | Adding a run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.326 | 78129 | Adding a run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.326 | 78129 | Adding a run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.326 | 78129 | Adding a run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.326 | 78129 | Adding a run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.326 | 78129 | Adding a run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.326 | 78129 | Adding a run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.326 | 78129 | Adding a run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.327 | 78129 | Adding a run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.327 | 78129 | Adding a run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.327 | 78129 | Adding a run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.327 | 78129 | Adding a run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.327 | 78129 | Adding a run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.327 | 78129 | Adding a run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.327 | 78129 | Adding a run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.328 | 78129 | Adding a run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.328 | 78129 | Adding a run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.328 | 78129 | Adding a run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.328 | 78129 | Adding a run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.328 | 78129 | Adding a run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.328 | 78129 | Adding a run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.328 | 78129 | Adding a run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.328 | 78129 | Adding a run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.329 | 78129 | Adding a run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.329 | 78129 | Adding a run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.329 | 78129 | Adding a run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.329 | 78129 | Adding a run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.329 | 78129 | Adding a run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.329 | 78129 | Adding a run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.329 | 78129 | Adding a run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.329 | 78129 | Adding a run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.330 | 78129 | Adding a run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.330 | 78129 | Adding a run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.330 | 78129 | Adding a run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.330 | 78129 | Adding a run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.330 | 78129 | Adding a run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.330 | 78129 | Adding a run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.330 | 78129 | Adding a run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.331 | 78129 | Adding a run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.331 | 78129 | Adding a run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.331 | 78129 | Adding a run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.331 | 78129 | Adding a run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.331 | 78129 | Adding a run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.331 | 78129 | Adding a run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.331 | 78129 | Adding a run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.331 | 78129 | Adding a run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.332 | 78129 | Adding a run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.332 | 78129 | Adding a run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.332 | 78129 | Adding a run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.332 | 78129 | Adding a run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.332 | 78129 | Adding a run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.332 | 78129 | Adding a run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.332 | 78129 | Adding a run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.333 | 78129 | Adding a run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.333 | 78129 | Adding a run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.333 | 78129 | Adding a run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.333 | 78129 | Adding a run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.333 | 78129 | Adding a run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.333 | 78129 | Adding a run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.333 | 78129 | Adding a run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.333 | 78129 | Adding a run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.334 | 78129 | Adding a run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.334 | 78129 | Adding a run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.334 | 78129 | Adding a run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.334 | 78129 | Adding a run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.334 | 78129 | Adding a run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.334 | 78129 | Adding a run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.334 | 78129 | Adding a run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.334 | 78129 | Adding a run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.335 | 78129 | Adding a run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.335 | 78129 | Adding a run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.335 | 78129 | Adding a run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.335 | 78129 | Adding a run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.335 | 78129 | Adding a run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.335 | 78129 | Adding a run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.335 | 78129 | Adding a run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.336 | 78129 | Adding a run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.336 | 78129 | Adding a run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.336 | 78129 | Adding a run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.336 | 78129 | Adding a run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.336 | 78129 | Adding a run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.336 | 78129 | Adding a run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.336 | 78129 | Adding a run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.336 | 78129 | Adding a run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.337 | 78129 | Adding a run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.337 | 78129 | Adding a run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.337 | 78129 | Adding a run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.337 | 78129 | Adding a run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.337 | 78129 | Adding a run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.337 | 78129 | Adding a run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.337 | 78129 | Adding a run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.338 | 78129 | Adding a run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.338 | 78129 | Adding a run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.338 | 78129 | Adding a run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.338 | 78129 | Adding a run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.338 | 78129 | Adding a run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.338 | 78129 | Adding a run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.338 | 78129 | Adding a run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.338 | 78129 | Adding a run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.339 | 78129 | Adding a run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.339 | 78129 | Adding a run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.339 | 78129 | Adding a run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.339 | 78129 | Adding a run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.339 | 78129 | Adding a run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.339 | 78129 | Adding a run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.339 | 78129 | Adding a run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.340 | 78129 | Adding a run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.340 | 78129 | Adding a run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.340 | 78129 | Adding a run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.340 | 78129 | Adding a run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.340 | 78129 | Adding a run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.340 | 78129 | Adding a run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.340 | 78129 | Adding a run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.340 | 78129 | Adding a run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.341 | 78129 | Adding a run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.341 | 78129 | Adding a run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.341 | 78129 | Adding a run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.341 | 78129 | Adding a run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.341 | 78129 | Adding a run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.341 | 78129 | Adding a run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.341 | 78129 | Adding a run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.341 | 78129 | Adding a run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.342 | 78129 | Adding a run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.342 | 78129 | Adding a run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.342 | 78129 | Adding a run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.342 | 78129 | Adding a run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.342 | 78129 | Adding a run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.342 | 78129 | Adding a run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.342 | 78129 | Adding a run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.343 | 78129 | Adding a run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.343 | 78129 | Adding a run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.343 | 78129 | Adding a run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.343 | 78129 | Adding a run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.343 | 78129 | Adding a run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.343 | 78129 | Adding a run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.343 | 78129 | Adding a run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.343 | 78129 | Adding a run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.344 | 78129 | Adding a run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.344 | 78129 | Adding a run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.344 | 78129 | Adding a run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.344 | 78129 | Adding a run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.344 | 78129 | Adding a run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.344 | 78129 | Adding a run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.344 | 78129 | Adding a run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.345 | 78129 | Adding a run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.345 | 78129 | Adding a run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.345 | 78129 | Adding a run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.345 | 78129 | Adding a run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.345 | 78129 | Adding a run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.345 | 78129 | Adding a run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.345 | 78129 | Adding a run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.346 | 78129 | Adding a run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.346 | 78129 | Adding a run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.346 | 78129 | Adding a run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.346 | 78129 | Adding a run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.346 | 78129 | Adding a run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.346 | 78129 | Adding a run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.346 | 78129 | Adding a run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.346 | 78129 | Adding a run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.347 | 78129 | Adding a run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.347 | 78129 | Adding a run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.347 | 78129 | Adding a run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.347 | 78129 | Adding a run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.347 | 78129 | Adding a run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.347 | 78129 | Adding a run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.347 | 78129 | Adding a run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.347 | 78129 | Adding a run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.348 | 78129 | Adding a run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.348 | 78129 | Adding a run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.348 | 78129 | Adding a run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.348 | 78129 | Adding a run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.348 | 78129 | Adding a run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.348 | 78129 | Adding a run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.348 | 78129 | Adding a run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.349 | 78129 | Adding a run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.349 | 78129 | Adding a run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.349 | 78129 | Adding a run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.349 | 78129 | Adding a run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.349 | 78129 | Adding a run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.349 | 78129 | Adding a run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.349 | 78129 | Adding a run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.349 | 78129 | Adding a run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.350 | 78129 | Adding a run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.350 | 78129 | Adding a run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.350 | 78129 | Adding a run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.350 | 78129 | Adding a run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.350 | 78129 | Adding a run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.350 | 78129 | Adding a run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.350 | 78129 | Adding a run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.351 | 78129 | Adding a run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.351 | 78129 | Adding a run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.351 | 78129 | Adding a run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.351 | 78129 | Adding a run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.351 | 78129 | Adding a run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.351 | 78129 | Adding a run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.351 | 78129 | Adding a run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.351 | 78129 | Adding a run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.352 | 78129 | Adding a run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.352 | 78129 | Adding a run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.352 | 78129 | Adding a run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.352 | 78129 | Adding a run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.352 | 78129 | Adding a run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.352 | 78129 | Adding a run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.352 | 78129 | Adding a run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.353 | 78129 | Adding a run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.353 | 78129 | Adding a run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.353 | 78129 | Adding a run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.353 | 78129 | Adding a run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.353 | 78129 | Adding a run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.353 | 78129 | Adding a run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.353 | 78129 | Adding a run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.354 | 78129 | Adding a run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.354 | 78129 | Adding a run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.354 | 78129 | Adding a run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.354 | 78129 | Adding a run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.354 | 78129 | Adding a run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.354 | 78129 | Adding a run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.354 | 78129 | Adding a run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.354 | 78129 | Adding a run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.355 | 78129 | Adding a run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.355 | 78129 | Adding a run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.355 | 78129 | Adding a run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.355 | 78129 | Adding a run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.355 | 78129 | Adding a run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.355 | 78129 | Adding a run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.355 | 78129 | Adding a run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.356 | 78129 | Adding a run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.356 | 78129 | Adding a run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.356 | 78129 | Adding a run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.356 | 78129 | Adding a run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.356 | 78129 | Adding a run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.356 | 78129 | Adding a run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.356 | 78129 | Adding a run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.356 | 78129 | Adding a run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.357 | 78129 | Adding a run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.357 | 78129 | Adding a run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.357 | 78129 | Adding a run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.357 | 78129 | Adding a run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.357 | 78129 | Adding a run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.357 | 78129 | Adding a run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.357 | 78129 | Adding a run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.358 | 78129 | Adding a run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.358 | 78129 | Adding a run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.358 | 78129 | Adding a run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.358 | 78129 | Adding a run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.358 | 78129 | Adding a run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.358 | 78129 | Adding a run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.358 | 78129 | Adding a run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.358 | 78129 | Adding a run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.359 | 78129 | Adding a run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.359 | 78129 | Adding a run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.359 | 78129 | Adding a run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.359 | 78129 | Adding a run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.359 | 78129 | Adding a run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.359 | 78129 | Adding a run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.359 | 78129 | Adding a run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.360 | 78129 | Adding a run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.360 | 78129 | Adding a run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.360 | 78129 | Adding a run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.360 | 78129 | Adding a run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.360 | 78129 | Adding a run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.360 | 78129 | Adding a run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.360 | 78129 | Adding a run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.360 | 78129 | Adding a run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.361 | 78129 | Adding a run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.361 | 78129 | Adding a run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.361 | 78129 | Adding a run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.361 | 78129 | Adding a run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.361 | 78129 | Adding a run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.361 | 78129 | Adding a run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.361 | 78129 | Adding a run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.362 | 78129 | Adding a run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.362 | 78129 | Adding a run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.362 | 78129 | Adding a run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.362 | 78129 | Adding a run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.362 | 78129 | Adding a run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.362 | 78129 | Adding a run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.362 | 78129 | Adding a run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.362 | 78129 | Adding a run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.363 | 78129 | Adding a run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.363 | 78129 | Adding a run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.363 | 78129 | Adding a run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.363 | 78129 | Adding a run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.363 | 78129 | Adding a run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.363 | 78129 | Adding a run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.363 | 78129 | Adding a run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.363 | 78129 | Adding a run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.364 | 78129 | Adding a run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.364 | 78129 | Adding a run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.364 | 78129 | Adding a run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.364 | 78129 | Adding a run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.364 | 78129 | Adding a run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.364 | 78129 | Adding a run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.364 | 78129 | Adding a run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.365 | 78129 | Adding a run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.365 | 78129 | Adding a run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.365 | 78129 | Adding a run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.365 | 78129 | Adding a run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.365 | 78129 | Adding a run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.365 | 78129 | Adding a run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.365 | 78129 | Adding a run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.366 | 78129 | Adding a run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.366 | 78129 | Adding a run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.366 | 78129 | Adding a run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.366 | 78129 | Adding a run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.366 | 78129 | Adding a run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.366 | 78129 | Adding a run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.366 | 78129 | Adding a run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.366 | 78129 | Adding a run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.367 | 78129 | Adding a run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.367 | 78129 | Adding a run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.367 | 78129 | Adding a run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.367 | 78129 | Adding a run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.367 | 78129 | Adding a run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.367 | 78129 | Adding a run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.367 | 78129 | Adding a run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.367 | 78129 | Adding a run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.368 | 78129 | Adding a run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.368 | 78129 | Adding a run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.368 | 78129 | Adding a run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.368 | 78129 | Adding a run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.368 | 78129 | Adding a run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.368 | 78129 | Adding a run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.368 | 78129 | Adding a run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.369 | 78129 | Adding a run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.369 | 78129 | Adding a run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.369 | 78129 | Adding a run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.369 | 78129 | Adding a run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.369 | 78129 | Adding a run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.369 | 78129 | Adding a run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.369 | 78129 | Adding a run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.369 | 78129 | Adding a run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.370 | 78129 | Adding a run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.370 | 78129 | Adding a run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.370 | 78129 | Adding a run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.370 | 78129 | Adding a run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.370 | 78129 | Adding a run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.370 | 78129 | Adding a run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.370 | 78129 | Adding a run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.370 | 78129 | Adding a run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.371 | 78129 | Adding a run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.371 | 78129 | Adding a run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.371 | 78129 | Adding a run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.371 | 78129 | Adding a run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.371 | 78129 | Adding a run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.371 | 78129 | Adding a run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.371 | 78129 | Adding a run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.372 | 78129 | Adding a run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.372 | 78129 | Adding a run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.372 | 78129 | Adding a run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.372 | 78129 | Adding a run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.372 | 78129 | Adding a run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.372 | 78129 | Adding a run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.372 | 78129 | Adding a run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.372 | 78129 | Adding a run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.373 | 78129 | Adding a run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.373 | 78129 | Adding a run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.373 | 78129 | Adding a run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.373 | 78129 | Adding a run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.373 | 78129 | Adding a run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.373 | 78129 | Adding a run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.373 | 78129 | Adding a run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.374 | 78129 | Adding a run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.374 | 78129 | Adding a run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.374 | 78129 | Adding a run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.374 | 78129 | Adding a run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.374 | 78129 | Adding a run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.374 | 78129 | Adding a run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.374 | 78129 | Adding a run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.374 | 78129 | Adding a run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.375 | 78129 | Adding a run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.375 | 78129 | Adding a run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.375 | 78129 | Adding a run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.375 | 78129 | Adding a run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.375 | 78129 | Adding a run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.375 | 78129 | Adding a run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.375 | 78129 | Adding a run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.375 | 78129 | Adding a run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.376 | 78129 | Adding a run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.376 | 78129 | Adding a run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.376 | 78129 | Adding a run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.376 | 78129 | Adding a run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.376 | 78129 | Adding a run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.376 | 78129 | Adding a run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.376 | 78129 | Adding a run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.377 | 78129 | Adding a run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.377 | 78129 | Adding a run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.377 | 78129 | Adding a run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.377 | 78129 | Adding a run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.377 | 78129 | Adding a run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.377 | 78129 | Adding a run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.377 | 78129 | Adding a run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.377 | 78129 | Adding a run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.378 | 78129 | Adding a run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.378 | 78129 | Adding a run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.378 | 78129 | Adding a run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.378 | 78129 | Adding a run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.378 | 78129 | Adding a run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.378 | 78129 | Adding a run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.378 | 78129 | Adding a run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.379 | 78129 | Adding a run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.379 | 78129 | Adding a run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.379 | 78129 | Adding a run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.379 | 78129 | Adding a run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.379 | 78129 | Adding a run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.379 | 78129 | Adding a run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.379 | 78129 | Adding a run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.379 | 78129 | Adding a run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.380 | 78129 | Adding a run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.380 | 78129 | Adding a run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.380 | 78129 | Adding a run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.380 | 78129 | Adding a run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.380 | 78129 | Adding a run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.380 | 78129 | Adding a run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.380 | 78129 | Adding a run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.381 | 78129 | Adding a run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.381 | 78129 | Adding a run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.381 | 78129 | Adding a run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.381 | 78129 | Adding a run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.381 | 78129 | Adding a run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.381 | 78129 | Adding a run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.381 | 78129 | Adding a run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.381 | 78129 | Adding a run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.382 | 78129 | Adding a run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.382 | 78129 | Adding a run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.382 | 78129 | Adding a run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.382 | 78129 | Adding a run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.382 | 78129 | Adding a run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.382 | 78129 | Adding a run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.382 | 78129 | Adding a run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.383 | 78129 | Adding a run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.383 | 78129 | Adding a run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.383 | 78129 | Adding a run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.383 | 78129 | Adding a run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.383 | 78129 | Adding a run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.383 | 78129 | Adding a run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.383 | 78129 | Adding a run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.383 | 78129 | Adding a run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.384 | 78129 | Adding a run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.384 | 78129 | Adding a run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.384 | 78129 | Adding a run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.384 | 78129 | Adding a run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.384 | 78129 | Adding a run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.384 | 78129 | Adding a run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.384 | 78129 | Adding a run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.385 | 78129 | Adding a run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.385 | 78129 | Adding a run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.385 | 78129 | Adding a run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.385 | 78129 | Adding a run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.385 | 78129 | Adding a run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.385 | 78129 | Adding a run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.385 | 78129 | Adding a run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.385 | 78129 | Adding a run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.386 | 78129 | Adding a run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.386 | 78129 | Adding a run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.386 | 78129 | Adding a run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.386 | 78129 | Adding a run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.386 | 78129 | Adding a run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.386 | 78129 | Adding a run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.386 | 78129 | Adding a run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.387 | 78129 | Adding a run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.387 | 78129 | Adding a run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.387 | 78129 | Adding a run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.387 | 78129 | Adding a run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.387 | 78129 | Adding a run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.387 | 78129 | Adding a run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.387 | 78129 | Adding a run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.387 | 78129 | Adding a run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.388 | 78129 | Adding a run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.388 | 78129 | Adding a run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.388 | 78129 | Adding a run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.388 | 78129 | Adding a run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.388 | 78129 | Adding a run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.388 | 78129 | Adding a run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.388 | 78129 | Adding a run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.389 | 78129 | Adding a run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.389 | 78129 | Adding a run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.389 | 78129 | Adding a run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.389 | 78129 | Adding a run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.389 | 78129 | Adding a run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.389 | 78129 | Adding a run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.389 | 78129 | Adding a run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.389 | 78129 | Adding a run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.390 | 78129 | Adding a run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.390 | 78129 | Adding a run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.390 | 78129 | Adding a run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.390 | 78129 | Adding a run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.390 | 78129 | Adding a run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.390 | 78129 | Adding a run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.390 | 78129 | Adding a run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.390 | 78129 | Adding a run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.391 | 78129 | Adding a run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.391 | 78129 | Adding a run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.391 | 78129 | Adding a run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.391 | 78129 | Adding a run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.391 | 78129 | Adding a run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.391 | 78129 | Adding a run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.391 | 78129 | Adding a run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.392 | 78129 | Adding a run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.392 | 78129 | Adding a run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.392 | 78129 | Adding a run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.392 | 78129 | Adding a run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.392 | 78129 | Adding a run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.392 | 78129 | Adding a run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.392 | 78129 | Adding a run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.392 | 78129 | Adding a run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.393 | 78129 | Adding a run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.393 | 78129 | Adding a run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.393 | 78129 | Adding a run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.393 | 78129 | Adding a run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.393 | 78129 | Adding a run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.393 | 78129 | Adding a run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.393 | 78129 | Adding a run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.394 | 78129 | Adding a run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.394 | 78129 | Adding a run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.394 | 78129 | Adding a run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.394 | 78129 | Adding a run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.394 | 78129 | Adding a run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.394 | 78129 | Adding a run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.394 | 78129 | Adding a run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.394 | 78129 | Adding a run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.395 | 78129 | Adding a run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.395 | 78129 | Adding a run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.395 | 78129 | Adding a run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.395 | 78129 | Adding a run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.395 | 78129 | Adding a run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.395 | 78129 | Adding a run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.395 | 78129 | Adding a run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.396 | 78129 | Adding a run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.396 | 78129 | Adding a run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.396 | 78129 | Adding a run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.396 | 78129 | Adding a run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.396 | 78129 | Adding a run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.396 | 78129 | Adding a run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.396 | 78129 | Adding a run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.396 | 78129 | Adding a run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.397 | 78129 | Adding a run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.397 | 78129 | Adding a run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.397 | 78129 | Adding a run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.397 | 78129 | Adding a run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.397 | 78129 | Adding a run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.397 | 78129 | Adding a run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.397 | 78129 | Adding a run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.397 | 78129 | Adding a run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.398 | 78129 | Adding a run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.398 | 78129 | Adding a run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.398 | 78129 | Adding a run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.398 | 78129 | Adding a run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.398 | 78129 | Adding a run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.398 | 78129 | Adding a run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.398 | 78129 | Adding a run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.399 | 78129 | Adding a run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.399 | 78129 | Adding a run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.399 | 78129 | Adding a run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.399 | 78129 | Adding a run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.399 | 78129 | Adding a run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.399 | 78129 | Adding a run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.399 | 78129 | Adding a run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.399 | 78129 | Adding a run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.400 | 78129 | Adding a run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.400 | 78129 | Adding a run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.400 | 78129 | Adding a run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.400 | 78129 | Adding a run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.400 | 78129 | Adding a run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.400 | 78129 | Adding a run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.400 | 78129 | Adding a run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.401 | 78129 | Adding a run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.401 | 78129 | Adding a run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.401 | 78129 | Adding a run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.401 | 78129 | Adding a run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.401 | 78129 | Adding a run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.401 | 78129 | Adding a run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.401 | 78129 | Adding a run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.401 | 78129 | Adding a run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.402 | 78129 | Adding a run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.402 | 78129 | Adding a run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.402 | 78129 | Adding a run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.402 | 78129 | Adding a run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.402 | 78129 | Adding a run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.402 | 78129 | Adding a run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.402 | 78129 | Adding a run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.402 | 78129 | Adding a run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.403 | 78129 | Adding a run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.403 | 78129 | Adding a run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.403 | 78129 | Adding a run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.403 | 78129 | Adding a run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.403 | 78129 | Adding a run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.403 | 78129 | Adding a run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.403 | 78129 | Adding a run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.404 | 78129 | Adding a run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.404 | 78129 | Adding a run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.404 | 78129 | Adding a run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.404 | 78129 | Adding a run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.404 | 78129 | Adding a run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.404 | 78129 | Adding a run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.404 | 78129 | Adding a run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.404 | 78129 | Adding a run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.405 | 78129 | Adding a run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.405 | 78129 | Adding a run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.405 | 78129 | Adding a run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.405 | 78129 | Adding a run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.405 | 78129 | Adding a run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.405 | 78129 | Adding a run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.405 | 78129 | Adding a run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.406 | 78129 | Adding a run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.406 | 78129 | Adding a run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.406 | 78129 | Adding a run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.406 | 78129 | Adding a run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.406 | 78129 | Adding a run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.406 | 78129 | Adding a run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.406 | 78129 | Adding a run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.406 | 78129 | Adding a run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.407 | 78129 | Adding a run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.407 | 78129 | Adding a run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.407 | 78129 | Adding a run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.407 | 78129 | Adding a run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.407 | 78129 | Adding a run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.407 | 78129 | Adding a run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.407 | 78129 | Adding a run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.408 | 78129 | Adding a run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.408 | 78129 | Adding a run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.408 | 78129 | Adding a run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.408 | 78129 | Adding a run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.408 | 78129 | Adding a run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.408 | 78129 | Adding a run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.408 | 78129 | Adding a run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.408 | 78129 | Adding a run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.409 | 78129 | Adding a run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.409 | 78129 | Adding a run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.409 | 78129 | Adding a run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.409 | 78129 | Adding a run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.409 | 78129 | Adding a run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.409 | 78129 | Adding a run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.409 | 78129 | Adding a run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.409 | 78129 | Adding a run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.410 | 78129 | Adding a run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.410 | 78129 | Adding a run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.410 | 78129 | Adding a run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.410 | 78129 | Adding a run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.410 | 78129 | Adding a run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.410 | 78129 | Adding a run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.410 | 78129 | Adding a run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.411 | 78129 | Adding a run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.411 | 78129 | Adding a run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.411 | 78129 | Adding a run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.411 | 78129 | Adding a run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.411 | 78129 | Adding a run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.411 | 78129 | Adding a run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.411 | 78129 | Adding a run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.411 | 78129 | Adding a run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.412 | 78129 | Adding a run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.412 | 78129 | Adding a run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.412 | 78129 | Adding a run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.412 | 78129 | Adding a run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.412 | 78129 | Adding a run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.412 | 78129 | Adding a run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.412 | 78129 | Adding a run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.413 | 78129 | Adding a run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.413 | 78129 | Adding a run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.413 | 78129 | Adding a run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.413 | 78129 | Adding a run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.413 | 78129 | Adding a run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.413 | 78129 | Adding a run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.413 | 78129 | Adding a run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.413 | 78129 | Adding a run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.414 | 78129 | Adding a run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.414 | 78129 | Adding a run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.414 | 78129 | Adding a run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.414 | 78129 | Adding a run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.414 | 78129 | Adding a run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.414 | 78129 | Adding a run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.414 | 78129 | Adding a run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.414 | 78129 | Adding a run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.415 | 78129 | Adding a run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.415 | 78129 | Adding a run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.415 | 78129 | Adding a run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.415 | 78129 | Adding a run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.415 | 78129 | Adding a run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.415 | 78129 | Adding a run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.415 | 78129 | Adding a run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.416 | 78129 | Adding a run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.416 | 78129 | Adding a run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.416 | 78129 | Adding a run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.416 | 78129 | Adding a run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.416 | 78129 | Adding a run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.416 | 78129 | Adding a run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.416 | 78129 | Adding a run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.416 | 78129 | Adding a run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.417 | 78129 | Adding a run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.417 | 78129 | Adding a run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.417 | 78129 | Adding a run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.417 | 78129 | Adding a run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.417 | 78129 | Adding a run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.417 | 78129 | Adding a run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.417 | 78129 | Adding a run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.418 | 78129 | Adding a run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.418 | 78129 | Adding a run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.418 | 78129 | Adding a run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.418 | 78129 | Adding a run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.418 | 78129 | Adding a run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.418 | 78129 | Adding a run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.418 | 78129 | Adding a run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.418 | 78129 | Adding a run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.419 | 78129 | Adding a run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.419 | 78129 | Adding a run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.419 | 78129 | Adding a run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.419 | 78129 | Adding a run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.419 | 78129 | Adding a run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.419 | 78129 | Adding a run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.419 | 78129 | Adding a run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.420 | 78129 | Adding a run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.420 | 78129 | Adding a run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.420 | 78129 | Adding a run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.420 | 78129 | Adding a run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.420 | 78129 | Adding a run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.420 | 78129 | Adding a run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.420 | 78129 | Adding a run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.420 | 78129 | Adding a run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.421 | 78129 | Adding a run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.421 | 78129 | Adding a run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.421 | 78129 | Adding a run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.421 | 78129 | Adding a run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.421 | 78129 | Adding a run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.421 | 78129 | Adding a run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.421 | 78129 | Adding a run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.421 | 78129 | Adding a run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.422 | 78129 | Adding a run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.422 | 78129 | Adding a run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.422 | 78129 | Adding a run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.422 | 78129 | Adding a run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.422 | 78129 | Adding a run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.422 | 78129 | Adding a run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.422 | 78129 | Adding a run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.423 | 78129 | Adding a run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.423 | 78129 | Adding a run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.423 | 78129 | Adding a run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.423 | 78129 | Adding a run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.423 | 78129 | Adding a run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.423 | 78129 | Adding a run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.423 | 78129 | Adding a run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.423 | 78129 | Adding a run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.424 | 78129 | Adding a run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.424 | 78129 | Adding a run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.424 | 78129 | Adding a run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.424 | 78129 | Adding a run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.424 | 78129 | Adding a run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.424 | 78129 | Adding a run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.424 | 78129 | Adding a run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.425 | 78129 | Adding a run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.425 | 78129 | Adding a run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.425 | 78129 | Adding a run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.425 | 78129 | Adding a run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.425 | 78129 | Adding a run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.425 | 78129 | Adding a run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.425 | 78129 | Adding a run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.425 | 78129 | Adding a run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.426 | 78129 | Adding a run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.426 | 78129 | Adding a run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.426 | 78129 | Adding a run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.426 | 78129 | Adding a run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.426 | 78129 | Adding a run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.426 | 78129 | Adding a run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.426 | 78129 | Adding a run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.427 | 78129 | Adding a run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.427 | 78129 | Adding a run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.427 | 78129 | Adding a run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.427 | 78129 | Adding a run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.427 | 78129 | Adding a run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.427 | 78129 | Adding a run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.427 | 78129 | Adding a run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.427 | 78129 | Adding a run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.428 | 78129 | Adding a run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.428 | 78129 | Adding a run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.428 | 78129 | Adding a run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.428 | 78129 | Adding a run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.428 | 78129 | Adding a run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.428 | 78129 | Adding a run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.428 | 78129 | Adding a run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.428 | 78129 | Adding a run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.429 | 78129 | Adding a run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.429 | 78129 | Adding a run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.429 | 78129 | Adding a run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.429 | 78129 | Adding a run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.429 | 78129 | Adding a run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.429 | 78129 | Adding a run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.429 | 78129 | Adding a run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.430 | 78129 | Adding a run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.430 | 78129 | Adding a run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.430 | 78129 | Adding a run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.430 | 78129 | Adding a run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.430 | 78129 | Adding a run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.431 | 78129 | Adding a run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.431 | 78129 | Adding a run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.431 | 78129 | Adding a run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.431 | 78129 | Adding a run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.431 | 78129 | Adding a run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.432 | 78129 | Adding a run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.432 | 78129 | Adding a run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.432 | 78129 | Adding a run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.432 | 78129 | Adding a run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.432 | 78129 | Adding a run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.432 | 78129 | Adding a run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.433 | 78129 | Adding a run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.433 | 78129 | Adding a run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.433 | 78129 | Adding a run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.433 | 78129 | Adding a run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.433 | 78129 | Adding a run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.433 | 78129 | Adding a run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.433 | 78129 | Adding a run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.433 | 78129 | Adding a run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.434 | 78129 | Adding a run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.434 | 78129 | Adding a run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.434 | 78129 | Adding a run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.434 | 78129 | Adding a run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.434 | 78129 | Adding a run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.434 | 78129 | Adding a run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.434 | 78129 | Adding a run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.434 | 78129 | Adding a run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.435 | 78129 | Adding a run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.435 | 78129 | Adding a run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.435 | 78129 | Adding a run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.435 | 78129 | Adding a run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.435 | 78129 | Adding a run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.435 | 78129 | Adding a run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.435 | 78129 | Adding a run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.436 | 78129 | Adding a run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.436 | 78129 | Adding a run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.436 | 78129 | Adding a run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.436 | 78129 | Adding a run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.436 | 78129 | Adding a run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.436 | 78129 | Adding a run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.436 | 78129 | Adding a run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.436 | 78129 | Adding a run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.437 | 78129 | Adding a run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.437 | 78129 | Adding a run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.437 | 78129 | Adding a run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.437 | 78129 | Adding a run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.437 | 78129 | Adding a run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.437 | 78129 | Adding a run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.437 | 78129 | Adding a run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.438 | 78129 | Adding a run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.438 | 78129 | Adding a run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.438 | 78129 | Adding a run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.438 | 78129 | Adding a run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.438 | 78129 | Adding a run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.438 | 78129 | Adding a run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.438 | 78129 | Adding a run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.438 | 78129 | Adding a run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.439 | 78129 | Adding a run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.439 | 78129 | Adding a run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.439 | 78129 | Adding a run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.439 | 78129 | Adding a run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.439 | 78129 | Adding a run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.439 | 78129 | Adding a run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.439 | 78129 | Adding a run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.439 | 78129 | Adding a run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.440 | 78129 | Adding a run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.440 | 78129 | Adding a run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.440 | 78129 | Adding a run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.440 | 78129 | Adding a run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.440 | 78129 | Adding a run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.440 | 78129 | Adding a run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.440 | 78129 | Adding a run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.441 | 78129 | Adding a run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.441 | 78129 | Adding a run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.441 | 78129 | Adding a run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.441 | 78129 | Adding a run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.441 | 78129 | Adding a run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.441 | 78129 | Adding a run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.441 | 78129 | Adding a run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.441 | 78129 | Adding a run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.442 | 78129 | Adding a run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.442 | 78129 | Adding a run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.442 | 78129 | Adding a run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.442 | 78129 | Adding a run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.442 | 78129 | Adding a run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.442 | 78129 | Adding a run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.442 | 78129 | Adding a run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.443 | 78129 | Adding a run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.443 | 78129 | Adding a run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.443 | 78129 | Adding a run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.443 | 78129 | Adding a run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.443 | 78129 | Adding a run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.443 | 78129 | Adding a run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.443 | 78129 | Adding a run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.443 | 78129 | Adding a run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.444 | 78129 | Adding a run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.444 | 78129 | Adding a run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.444 | 78129 | Adding a run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.444 | 78129 | Adding a run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.444 | 78129 | Adding a run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.444 | 78129 | Adding a run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.444 | 78129 | Adding a run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.445 | 78129 | Adding a run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.445 | 78129 | Adding a run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.445 | 78129 | Adding a run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.445 | 78129 | Adding a run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.445 | 78129 | Adding a run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.445 | 78129 | Adding a run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.445 | 78129 | Adding a run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.445 | 78129 | Adding a run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.446 | 78129 | Adding a run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.446 | 78129 | Adding a run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.446 | 78129 | Adding a run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.446 | 78129 | Adding a run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.446 | 78129 | Adding a run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.446 | 78129 | Adding a run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.446 | 78129 | Adding a run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.447 | 78129 | Adding a run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.447 | 78129 | Adding a run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.447 | 78129 | Adding a run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.447 | 78129 | Adding a run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.447 | 78129 | Adding a run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.447 | 78129 | Adding a run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.447 | 78129 | Adding a run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.447 | 78129 | Adding a run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.448 | 78129 | Adding a run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.448 | 78129 | Adding a run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.448 | 78129 | Adding a run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.448 | 78129 | Adding a run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.448 | 78129 | Adding a run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.448 | 78129 | Adding a run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.448 | 78129 | Adding a run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.448 | 78129 | Adding a run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.449 | 78129 | Adding a run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.449 | 78129 | Adding a run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.449 | 78129 | Adding a run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.449 | 78129 | Adding a run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.449 | 78129 | Adding a run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.449 | 78129 | Adding a run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.449 | 78129 | Adding a run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.450 | 78129 | Adding a run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.450 | 78129 | Adding a run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.450 | 78129 | Adding a run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.450 | 78129 | Adding a run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.450 | 78129 | Adding a run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.450 | 78129 | Adding a run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.450 | 78129 | Adding a run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.450 | 78129 | Adding a run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.451 | 78129 | Adding a run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.451 | 78129 | Adding a run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.451 | 78129 | Adding a run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.451 | 78129 | Adding a run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.451 | 78129 | Adding a run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.451 | 78129 | Adding a run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.451 | 78129 | Adding a run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.452 | 78129 | Adding a run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.452 | 78129 | Adding a run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.452 | 78129 | Adding a run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.452 | 78129 | Adding a run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.452 | 78129 | Adding a run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.452 | 78129 | Adding a run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.452 | 78129 | Adding a run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.452 | 78129 | Adding a run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.453 | 78129 | Adding a run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.453 | 78129 | Adding a run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.453 | 78129 | Adding a run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.453 | 78129 | Adding a run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.453 | 78129 | Adding a run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.453 | 78129 | Adding a run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.453 | 78129 | Adding a run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.453 | 78129 | Adding a run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.454 | 78129 | Adding a run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.454 | 78129 | Adding a run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.454 | 78129 | Adding a run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.454 | 78129 | Adding a run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.454 | 78129 | Adding a run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.454 | 78129 | Adding a run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.454 | 78129 | Adding a run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.455 | 78129 | Adding a run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.455 | 78129 | Adding a run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.455 | 78129 | Adding a run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.455 | 78129 | Adding a run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.455 | 78129 | Adding a run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.455 | 78129 | Adding a run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.455 | 78129 | Adding a run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.455 | 78129 | Adding a run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.456 | 78129 | Adding a run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.456 | 78129 | Adding a run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.456 | 78129 | Adding a run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.456 | 78129 | Adding a run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.456 | 78129 | Adding a run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.456 | 78129 | Adding a run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.456 | 78129 | Adding a run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.457 | 78129 | Adding a run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.457 | 78129 | Adding a run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.457 | 78129 | Adding a run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.457 | 78129 | Adding a run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.457 | 78129 | Adding a run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.457 | 78129 | Adding a run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.457 | 78129 | Adding a run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.457 | 78129 | Adding a run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.458 | 78129 | Adding a run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.458 | 78129 | Adding a run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.458 | 78129 | Adding a run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.458 | 78129 | Adding a run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.458 | 78129 | Adding a run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.458 | 78129 | Adding a run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.458 | 78129 | Adding a run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.459 | 78129 | Adding a run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.459 | 78129 | Adding a run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.459 | 78129 | Adding a run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.459 | 78129 | Adding a run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.459 | 78129 | Adding a run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.459 | 78129 | Adding a run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.459 | 78129 | Adding a run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.459 | 78129 | Adding a run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.460 | 78129 | Adding a run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.460 | 78129 | Adding a run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.460 | 78129 | Adding a run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.460 | 78129 | Adding a run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.460 | 78129 | Adding a run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.460 | 78129 | Adding a run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.460 | 78129 | Adding a run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.461 | 78129 | Adding a run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.461 | 78129 | Adding a run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.461 | 78129 | Adding a run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.461 | 78129 | Adding a run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.461 | 78129 | Adding a run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.461 | 78129 | Adding a run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.461 | 78129 | Adding a run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.461 | 78129 | Adding a run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.462 | 78129 | Adding a run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.462 | 78129 | Adding a run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.462 | 78129 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.462 | 78129 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.462 | 78129 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.462 | 78129 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.462 | 78129 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.462 | 78129 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.463 | 78129 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.463 | 78129 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.463 | 78129 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.463 | 78129 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.463 | 78129 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.463 | 78129 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.463 | 78129 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.464 | 78129 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.464 | 78129 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.464 | 78129 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.464 | 78129 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.464 | 78129 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.464 | 78129 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.464 | 78129 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.464 | 78129 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.465 | 78129 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.465 | 78129 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.465 | 78129 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.465 | 78129 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n1/repo to the queue +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.469 | 56095 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 2000, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1999, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1998, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1997, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1996, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1995, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1994, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1993, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1992, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1991, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1990, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1989, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1988, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1987, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1986, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1985, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1984, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1983, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1982, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1981, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1980, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1979, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1978, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1977, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1976, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1975, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1974, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1973, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1972, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1971, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1970, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1969, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1968, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1967, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1966, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1965, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1964, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1963, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1962, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1961, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1960, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1959, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1958, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1957, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1956, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1955, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1954, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1953, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1952, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1951, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1950, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1949, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1948, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1947, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1946, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1945, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1944, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1943, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1942, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1941, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1940, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1939, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1938, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1937, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1936, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1935, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1934, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1933, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1932, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1931, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1930, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1929, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1928, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1927, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1926, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1925, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1924, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1923, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1922, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1921, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1920, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1919, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1918, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1917, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1916, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1915, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1914, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1913, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1912, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1911, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1910, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1909, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1908, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1907, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1906, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1905, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1904, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1903, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1902, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1901, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1900, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1899, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1898, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1897, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1896, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1895, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1894, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1893, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1892, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1891, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1890, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1889, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1888, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1887, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1886, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1885, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1884, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1883, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1882, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1881, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1880, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1879, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1878, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1877, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1876, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1875, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1874, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1873, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1872, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1871, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1870, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1869, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1868, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1867, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1866, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1865, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1864, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1863, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1862, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1861, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1860, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1859, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1858, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1857, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1856, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1855, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1854, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1853, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1852, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1851, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1850, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1849, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1848, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1847, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1846, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1845, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1844, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1843, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1842, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1841, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1840, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1839, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1838, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1837, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1836, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1835, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1834, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1833, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1832, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1831, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1830, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1829, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1828, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1827, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1826, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1825, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1824, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1823, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1822, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1821, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1820, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1819, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1818, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1817, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1816, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1815, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1814, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1813, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1812, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1811, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1810, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1809, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1808, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1807, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1806, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1805, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1804, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1803, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1802, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1801, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1800, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1799, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1798, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1797, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1796, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1795, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1794, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1793, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1792, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1791, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1790, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1789, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1788, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1787, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1786, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1785, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1784, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1783, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1782, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1781, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1780, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1779, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1778, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1777, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1776, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1775, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1774, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1773, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1772, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1771, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1770, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1769, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1768, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1767, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1766, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1765, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1764, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1763, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1762, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1761, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1760, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1759, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1758, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1757, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1756, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1755, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1754, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1753, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1752, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1751, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1750, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1749, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1748, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1747, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1746, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1745, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1744, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1743, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1742, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1741, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1740, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1739, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1738, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1737, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1736, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1735, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1734, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1733, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1732, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1731, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1730, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1729, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1728, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1727, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1726, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1725, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1724, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1723, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1722, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1721, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1720, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1719, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1718, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1717, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1716, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1715, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1714, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1713, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1712, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1711, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1710, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1709, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1708, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1707, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1706, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1705, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1704, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1703, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1702, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1701, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1700, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1699, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1698, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1697, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1696, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1695, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1694, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1693, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1692, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1691, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1690, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1689, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1688, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1687, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1686, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1685, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1684, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1683, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1682, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1681, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1680, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1679, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1678, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1677, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1676, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1675, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1674, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1673, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1672, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1671, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1670, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1669, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1668, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1667, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1666, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1665, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1664, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1663, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1662, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1661, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1660, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1659, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1658, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1657, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1656, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1655, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1654, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1653, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1652, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1651, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1650, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1649, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1648, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1647, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1646, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1645, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1644, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1643, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1642, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1641, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1640, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1639, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1638, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1637, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1636, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1635, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1634, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1633, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1632, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1631, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1630, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1629, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1628, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1627, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1626, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1625, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1624, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1623, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1622, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1621, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1620, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1619, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1618, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1617, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1616, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1615, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1614, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1613, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1612, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1611, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1610, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1609, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1608, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1607, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1606, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1605, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1604, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1603, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1602, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1601, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1600, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1599, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1598, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1597, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1596, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1595, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1594, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1593, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1592, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1591, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1590, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1589, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1588, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1587, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1586, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1585, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1584, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1583, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1582, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1581, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1580, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1579, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1578, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1577, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1576, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1575, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1574, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1573, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1572, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1571, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1570, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1569, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1568, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1567, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1566, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1565, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1564, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1563, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1562, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1561, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1560, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1559, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1558, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1557, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1556, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1555, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1554, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1553, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1552, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1551, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1550, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1549, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1548, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1547, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1546, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1545, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1544, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1543, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1542, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1541, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1540, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1539, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1538, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1537, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1536, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1535, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1534, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1533, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1532, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1531, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1530, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1529, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1528, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1527, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1526, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1525, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1524, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1523, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1522, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1521, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1520, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1519, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1518, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1517, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1516, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1515, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1514, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1513, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1512, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1511, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1510, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1509, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1508, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1507, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1506, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1505, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1504, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1503, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1502, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1501, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1500, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1499, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1498, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1497, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1496, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1495, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1494, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1493, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1492, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1491, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1490, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1489, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1488, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1487, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1486, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1485, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1484, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1483, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1482, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1481, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1480, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1479, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1478, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1477, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1476, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1475, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1474, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1473, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1472, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1471, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1470, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1469, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1468, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1467, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1466, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1465, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1464, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1463, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1462, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1461, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1460, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1459, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1458, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1457, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1456, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1455, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1454, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1453, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1452, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1451, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1450, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1449, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1448, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1447, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1446, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1445, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1444, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1443, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1442, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1441, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1440, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1439, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1438, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1437, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1436, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1435, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1434, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1433, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1432, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1431, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1430, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1429, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1428, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1427, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1426, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1425, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1424, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1423, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1422, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1421, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1420, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1419, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1418, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1417, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1416, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1415, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1414, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1413, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1412, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1411, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1410, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1409, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1408, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1407, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1406, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1405, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1404, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1403, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1402, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1401, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1400, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1399, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1398, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1397, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1396, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1395, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1394, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1393, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1392, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1391, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1390, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1389, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1388, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1387, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1386, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1385, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1384, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1383, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1382, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1381, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1380, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1379, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1378, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1377, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1376, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1375, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1374, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1373, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1372, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1371, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1370, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1369, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1368, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1367, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1366, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1365, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1364, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1363, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1362, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1361, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1360, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1359, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1358, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1357, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1356, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1355, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1354, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1353, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1352, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1351, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1350, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1349, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1348, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1347, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1346, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1345, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1344, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1343, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1342, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1341, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1340, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1339, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1338, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1337, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1336, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1335, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1334, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1333, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1332, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1331, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1330, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1329, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1328, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1327, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1326, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1325, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1324, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1323, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1322, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1321, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1320, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1319, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1318, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1317, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1316, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1315, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1314, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1313, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1312, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1311, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1310, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1309, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1308, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1307, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1306, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1305, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1304, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1303, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1302, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1301, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1300, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1299, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1298, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1297, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1296, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1295, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1294, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1293, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1292, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1291, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1290, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1289, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1288, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1287, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1286, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1285, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1284, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1283, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1282, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1281, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1280, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1279, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1278, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1277, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1276, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1275, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1274, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1273, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1272, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1271, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1270, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1269, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1268, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1267, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1266, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1265, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1264, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1263, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1262, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1261, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1260, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1259, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1258, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1257, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1256, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1255, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1254, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1253, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1252, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1251, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1250, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1249, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1248, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1247, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1246, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1245, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1244, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1243, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1242, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1241, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1240, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1239, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1238, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1237, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1236, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1235, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1234, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1233, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1232, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1231, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1230, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1229, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1228, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1227, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1226, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1225, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1224, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1223, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1222, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1221, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1220, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1219, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1218, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1217, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1216, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1215, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1214, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1213, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1212, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1211, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1210, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1209, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1208, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1207, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1206, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1205, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1204, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1203, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1202, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1201, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1200, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1199, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1198, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1197, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1196, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1195, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1194, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1193, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1192, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1191, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1190, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1189, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1188, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1187, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1186, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1185, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1184, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1183, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1182, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1181, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1180, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1179, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1178, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1177, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1176, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1175, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1174, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1173, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1172, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1171, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1170, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1169, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1168, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1167, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1166, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1165, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1164, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1163, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1162, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1161, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1160, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1159, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1158, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1157, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1156, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1155, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1154, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1153, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1152, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1151, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1150, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1149, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1148, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1147, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1146, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1145, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1144, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1143, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1142, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1141, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1140, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1139, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1138, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1137, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1136, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1135, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1134, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1133, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1132, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1131, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1130, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1129, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1128, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1127, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1126, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1125, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1124, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1123, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1122, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1121, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1120, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1119, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1118, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1117, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1116, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1115, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1114, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1113, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1112, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1111, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1110, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1109, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1108, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1107, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1106, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1105, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1104, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1103, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1102, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1101, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1100, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1099, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1098, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1097, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1096, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1095, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1094, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1093, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1092, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1091, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1090, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1089, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1088, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1087, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1086, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1085, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1084, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1083, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1082, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1081, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1080, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1079, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1078, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1077, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1076, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1075, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1074, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1073, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1072, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1071, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1070, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1069, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1068, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1067, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1066, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1065, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1064, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1063, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1062, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1061, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1060, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1059, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1058, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1057, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1056, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1055, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1054, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1053, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1052, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1051, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1050, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1049, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1048, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1047, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1046, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1045, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1044, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1043, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1042, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1041, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1040, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1039, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1038, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1037, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1036, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1035, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1034, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1033, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1032, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1031, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1030, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1029, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1028, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1027, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1026, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1025, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1024, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1023, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1022, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1021, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1020, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1019, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1018, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1017, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1016, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1015, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1014, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1013, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1012, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1011, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1010, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1009, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1008, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1007, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1006, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1005, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1004, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1003, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1002, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1001, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1000, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 999, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 998, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 997, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 996, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 995, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 994, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 993, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 992, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 991, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 990, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 989, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 988, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 987, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 986, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 985, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 984, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 983, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 982, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 981, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 980, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 979, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 978, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 977, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 976, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 975, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 974, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 973, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 972, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 971, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 970, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 969, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 968, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 967, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 966, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 965, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 964, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 963, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 962, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 961, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 960, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 959, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 958, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 957, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 956, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 955, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 954, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 953, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 952, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 951, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 950, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 949, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 948, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 947, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 946, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 945, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 944, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 943, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 942, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 941, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 940, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 939, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 938, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 937, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 936, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 935, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 934, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 933, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 932, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 931, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 930, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 929, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 928, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 927, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 926, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 925, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 924, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 923, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 922, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 921, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 920, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 919, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 918, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 917, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 916, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 915, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 914, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 913, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 912, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 911, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 910, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 909, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 908, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 907, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 906, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 905, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 904, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 903, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 902, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 901, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 900, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 899, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 898, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 897, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 896, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 895, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 894, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 893, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 892, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 891, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 890, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 889, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 888, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 887, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 886, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 885, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 884, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 883, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 882, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 881, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 880, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 879, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 878, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 877, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 876, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 875, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 874, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 873, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 872, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 871, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 870, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 869, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 868, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 867, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 866, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 865, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 864, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 863, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 862, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 861, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 860, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 859, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 858, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 857, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 856, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 855, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 854, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 853, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 852, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 851, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 850, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 849, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 848, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 847, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 846, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 845, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 844, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 843, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 842, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 841, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 840, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 839, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 838, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 837, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 836, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 835, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 834, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 833, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 832, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 831, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 830, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 829, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 828, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 827, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 826, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 825, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 824, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 823, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 822, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 821, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 820, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 819, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 818, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 817, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 816, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 815, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 814, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 813, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 812, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 811, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 810, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 809, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 808, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 807, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 806, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 805, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 804, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 803, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 802, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 801, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 800, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 799, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 798, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 797, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 796, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 795, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 794, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 793, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 792, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 791, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 790, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 789, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 788, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 787, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 786, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 785, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 784, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 783, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 782, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 781, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 780, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 779, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 778, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 777, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 776, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 775, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 774, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 773, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 772, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 771, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 770, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 769, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 768, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 767, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 766, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 765, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 764, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 763, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 762, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 761, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 760, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 759, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 758, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 757, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 756, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 755, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 754, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 753, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 752, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 751, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 750, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 749, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 748, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 747, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 746, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 745, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 744, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 743, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 742, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 741, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 740, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 739, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 738, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 737, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 736, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 735, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 734, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 733, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 732, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 731, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 730, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 729, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 728, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 727, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 726, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 725, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 724, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 723, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 722, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 721, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 720, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 719, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 718, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 717, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 716, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 715, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 714, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 713, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 712, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 711, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 710, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 709, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 708, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 707, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 706, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 705, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 704, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 703, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 702, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 701, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 700, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 699, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 698, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 697, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 696, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 695, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 694, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 693, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 692, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 691, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 690, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 689, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 688, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 687, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 686, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 685, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 684, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 683, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 682, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 681, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 680, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 679, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 678, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 677, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 676, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 675, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 674, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 673, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 672, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 671, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 670, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 669, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 668, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 667, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 666, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 665, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 664, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 663, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 662, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 661, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 660, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 659, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 658, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 657, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 656, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 655, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 654, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 653, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 652, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 651, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 650, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 649, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 648, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 647, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 646, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 645, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 644, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 643, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 642, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 641, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 640, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 639, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 638, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 637, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 636, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 635, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 634, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 633, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 632, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 631, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 630, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 629, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 628, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 627, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 626, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 625, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 624, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 623, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 622, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 621, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 620, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 619, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 618, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 617, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 616, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 615, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 614, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 613, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 612, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 611, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 610, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 609, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 608, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 607, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 606, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 605, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 604, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 603, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 602, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 601, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 600, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 599, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 598, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 597, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 596, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 595, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 594, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 593, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 592, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 591, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 590, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 589, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 588, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 587, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 586, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 585, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 584, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 583, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 582, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 581, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 580, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 579, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 578, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 577, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 576, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 575, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 574, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 573, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 572, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 571, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 570, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 569, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 568, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 567, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 566, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 565, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 564, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 563, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 562, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 561, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 560, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 559, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 558, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 557, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 556, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 555, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 554, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 553, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 552, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 551, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 550, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 549, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 548, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 547, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 546, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 545, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 544, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 543, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 542, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 541, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 540, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 539, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 538, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 537, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 536, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 535, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 534, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 533, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 532, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 531, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 530, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 529, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 528, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 527, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 526, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 525, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 524, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 523, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 522, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 521, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 520, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 519, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 518, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 517, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 516, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 515, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 514, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 513, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 512, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 511, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 510, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 509, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 508, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 507, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 506, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 505, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 504, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 503, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 502, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 501, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 500, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 499, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 498, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 497, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 496, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 495, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 494, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 493, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 492, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 491, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 490, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 489, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 488, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 487, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 486, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 485, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 484, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 483, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 482, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 481, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 480, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 479, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 478, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 477, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 476, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 475, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 474, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 473, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 472, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 471, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 470, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 469, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 468, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 467, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 466, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 465, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 464, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 463, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 462, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 461, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 460, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 459, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 458, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 457, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 456, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 455, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 454, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 453, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 452, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 451, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 450, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 449, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 448, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 447, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 446, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 445, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 444, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 443, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 442, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 441, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 440, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 439, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 438, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 437, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 436, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 435, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 434, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 433, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 432, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 431, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 430, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 429, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 428, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 427, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 426, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 425, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 424, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 423, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 422, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 421, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 420, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 419, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 418, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 417, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 416, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 415, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 414, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 413, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 412, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 411, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 410, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 409, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 408, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 407, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 406, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 405, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 404, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 403, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 402, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 401, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 400, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 399, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 398, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 397, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 396, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 395, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 394, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 393, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 392, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 391, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 390, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 389, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 388, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 387, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 386, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 385, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 384, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 383, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 382, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 381, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 380, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 379, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 378, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 377, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 376, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 375, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 374, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 373, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 372, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 371, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 370, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 369, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 368, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 367, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 366, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 365, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 364, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 363, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 362, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 361, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 360, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 359, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 358, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 357, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 356, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 355, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 354, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 353, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 352, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 351, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 350, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 349, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 348, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 347, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 346, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 345, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 344, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 343, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 342, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 341, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 340, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 339, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 338, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 337, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 336, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 335, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 334, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 333, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 332, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 331, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 330, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 329, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 328, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 327, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 326, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 325, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 324, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 323, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 322, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 321, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 320, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 319, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 318, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 317, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 316, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 315, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 314, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 313, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 312, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 311, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 310, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 309, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 308, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 307, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 306, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 305, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 304, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 303, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 302, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 301, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 300, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 299, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 298, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 297, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 296, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 295, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 294, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 293, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 292, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 291, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 290, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 289, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 288, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 287, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 286, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 285, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 284, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 283, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 282, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 281, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 280, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 279, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 278, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 277, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 276, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 275, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 274, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 273, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 272, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 271, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 270, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 269, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 268, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 267, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 266, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 265, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 264, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 263, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 262, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 261, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 260, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 259, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 258, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 257, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 256, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 255, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 254, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 253, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 252, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 251, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 250, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 249, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 248, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 247, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 246, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 245, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 244, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 243, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 242, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 241, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 240, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 239, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 238, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 237, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 236, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 235, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 234, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 233, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 232, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 231, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 230, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 229, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 228, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 227, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 226, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 225, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 224, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 223, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 222, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 221, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 220, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 219, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 218, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 217, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 216, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 215, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 214, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 213, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 212, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 211, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 210, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 209, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 208, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 207, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 206, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 205, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 204, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 203, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 202, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 201, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 200, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 199, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 198, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 197, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 196, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 195, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 194, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 193, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 192, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 191, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 190, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 189, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 188, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 187, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 186, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 185, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 184, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 183, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 182, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 181, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 180, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 179, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 178, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 177, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 176, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 175, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 174, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 173, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 172, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 171, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 170, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 169, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 168, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 167, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 166, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 165, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 164, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 163, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 162, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 161, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 160, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 159, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 158, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 157, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 156, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 155, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 154, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 153, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 152, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 151, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 150, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 149, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 148, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 147, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 146, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 145, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 144, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 143, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 142, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 141, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 140, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 139, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 138, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 137, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 136, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 135, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 134, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 133, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 132, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 131, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 130, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 129, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 128, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 127, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 126, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 125, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 124, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 123, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 122, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 121, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 120, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 119, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 118, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 117, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 116, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 115, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 114, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 113, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 112, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 111, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 110, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 109, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 108, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 107, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 106, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 105, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 104, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 103, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 102, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 101, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 100, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 99, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 98, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 97, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 96, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 95, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 94, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 93, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 92, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 91, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 90, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 89, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 88, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 87, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 86, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 85, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 84, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 83, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 82, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 81, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 80, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 79, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 78, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 77, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 76, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 75, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 74, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 73, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 72, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 71, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 70, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 69, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 68, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 67, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 66, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 65, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 64, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 63, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 62, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 61, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 60, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 59, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 58, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 57, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 56, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 55, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 54, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 53, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 52, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 51, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 50, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 49, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 48, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 47, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 46, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 45, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 44, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 43, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 42, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 41, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 40, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 39, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 38, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 37, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 36, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 35, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 34, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 33, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 32, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 31, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 30, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 29, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 28, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 27, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 26, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 25, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 24, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 23, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 22, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 21, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 20, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 19, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 18, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 17, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 16, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 15, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 14, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 13, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 12, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 11, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 10, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 9, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 8, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 7, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 6, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 5, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n1\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:56:16 | INFO | Terminating process 56101/cimple-worker +2024-01-28 10:56:16 | INFO | 56101/cimple-worker: 2024-01-28 10:56:16.565 | 56101 | Shutting down +2024-01-28 10:56:16 | INFO | Terminating process 56098/cimple-worker +2024-01-28 10:56:16 | INFO | 56098/cimple-worker: 2024-01-28 10:56:16.566 | 56098 | Shutting down +2024-01-28 10:56:16 | INFO | Terminating process 56095/cimple-server +2024-01-28 10:56:16 | INFO | 56095/cimple-server: 2024-01-28 10:56:16.567 | 56095 | Shutting down
Passedsrc/test_repo.py::test_repo_stress[output_long-numof_clients=4-runs_per_client=500]27.81
+
-------------------------------Captured log setup-------------------------------
2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-server', '--port', '39855', '--sqlite', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/cimple.sqlite'] +2024-01-28 10:56:16 | INFO | Process 78131/cimple-server has started +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.593 | 78131 | Using SQLite database at /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/cimple.sqlite +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.593 | 78131 | SQLite database version: 0 +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.593 | 78131 | Newest database version: 1 +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.593 | 78131 | Upgrading SQLite database from version 0 to version 1 +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.606 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Process 78131/cimple-server is ready +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:56:16 | INFO | Process 78134/cimple-worker has started +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.614 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.615 | 78136 | Added a new worker 8 to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.615 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.614 | 78134 | Waiting for a new command +2024-01-28 10:56:16 | INFO | Process 78134/cimple-worker is ready +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-worker', '--host', '127.0.0.1', '--port', '39855'] +2024-01-28 10:56:16 | INFO | Process 78137/cimple-worker has started +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.623 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.623 | 78139 | Added a new worker 9 to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.623 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.623 | 78137 | Waiting for a new command +2024-01-28 10:56:16 | INFO | Process 78137/cimple-worker is ready +2024-01-28 10:56:16 | INFO | Opening SQLite database: /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/cimple.sqlite +2024-01-28 10:56:16 | INFO | Executing command: ['git', 'init', '-q', '--initial-branch=main'] +2024-01-28 10:56:16 | INFO | Command ['git', 'init', '-q', '--initial-branch=main'] completed successfully +2024-01-28 10:56:16 | INFO | Executing command: ['git', 'config', 'user.name', 'Test User'] +2024-01-28 10:56:16 | INFO | Command ['git', 'config', 'user.name', 'Test User'] completed successfully +2024-01-28 10:56:16 | INFO | Executing command: ['git', 'config', 'user.email', 'test@example.com'] +2024-01-28 10:56:16 | INFO | Command ['git', 'config', 'user.email', 'test@example.com'] completed successfully +2024-01-28 10:56:16 | INFO | Executing command: ['git', 'add', '--', 'ci'] +2024-01-28 10:56:16 | INFO | Command ['git', 'add', '--', 'ci'] completed successfully +2024-01-28 10:56:16 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add CI script'] +2024-01-28 10:56:16 | INFO | Command ['git', 'commit', '-q', '-m', 'add CI script'] completed successfully +2024-01-28 10:56:16 | INFO | Executing command: ['git', 'add', '--', 'generate-output'] +2024-01-28 10:56:16 | INFO | Command ['git', 'add', '--', 'generate-output'] completed successfully +2024-01-28 10:56:16 | INFO | Executing command: ['git', 'commit', '-q', '-m', 'add output script'] +2024-01-28 10:56:16 | INFO | Command ['git', 'commit', '-q', '-m', 'add output script'] completed successfully
-------------------------------Captured log call--------------------------------
2024-01-28 10:56:16 | INFO | Executing 500 clients +2024-01-28 10:56:16 | INFO | Executing 500 clients +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | Executing 500 clients +2024-01-28 10:56:16 | INFO | Executing 500 clients +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.829 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.830 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.830 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.830 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.832 | 78164 | Added a new run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.832 | 78133 | Removed run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.832 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.832 | 78133 | Assigned run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.832 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.832 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.X9oL3b +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.834 | 78162 | Added a new run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.834 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.834 | 78133 | Removed run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.834 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.834 | 78133 | Assigned run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.834 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wwgQsv +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.835 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.836 | 78163 | Added a new run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.837 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.838 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.839 | 78134 | Checking out revision HEAD +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.839 | 78134 | Going to run: ./ci +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.839 | 78165 | Added a new run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.839 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.840 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.841 | 78169 | Added a new run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.841 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.842 | 78137 | Checking out revision HEAD +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.843 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.844 | 78137 | Going to run: ./ci +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.844 | 78168 | Added a new run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.844 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.844 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.845 | 78173 | Added a new run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.845 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.847 | 78176 | Added a new run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.847 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.848 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.849 | 78179 | Added a new run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.849 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.851 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.851 | 78188 | Added a new run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.851 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.853 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.853 | 78190 | Added a new run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.853 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.855 | 78194 | Added a new run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.855 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.857 | 78196 | Added a new run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.858 | 78134 | Recursively removing directory: /tmp/git.X9oL3b/ +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.858 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.858 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.859 | 78137 | Recursively removing directory: /tmp/git.wwgQsv/ +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.860 | 78200 | Added a new run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.860 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.861 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.860 | 78134 | Process exit code: 0 +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.860 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.861 | 78137 | Process exit code: 0 +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.861 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.863 | 78204 | Added a new run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.863 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.864 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.865 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.866 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.866 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.866 | 78202 | Added a new run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.867 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.868 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.868 | 78134 | Waiting for a new command +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.868 | 78213 | Added a new worker 19 to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.868 | 78133 | Removed run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.868 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.868 | 78133 | Assigned run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.869 | 78207 | Added a new run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.869 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b03PWz +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.870 | 78137 | Waiting for a new command +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.870 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.870 | 78216 | Added a new worker 7 to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.870 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.872 | 78206 | Added a new run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.872 | 78133 | Removed run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.872 | 78133 | Removed worker 7 from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.872 | 78133 | Assigned run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.872 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.872 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.873 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.872 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VPi3ts +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.874 | 78211 | Added a new run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.874 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.876 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.876 | 78215 | Added a new run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.876 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.877 | 78134 | Checking out revision HEAD +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.879 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.879 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.879 | 78218 | Added a new run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.880 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.879 | 78134 | Going to run: ./ci +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.882 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.884 | 78137 | Checking out revision HEAD +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.886 | 78137 | Going to run: ./ci +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.887 | 78220 | Added a new run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.887 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.889 | 78222 | Added a new run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.889 | 78210 | Marked run 2 as finished +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.889 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.889 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.891 | 78134 | Recursively removing directory: /tmp/git.b03PWz/ +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.893 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.893 | 78134 | Process exit code: 0 +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.893 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.894 | 78209 | Marked run 1 as finished +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.894 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.895 | 78223 | Added a new run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.895 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.897 | 78227 | Added a new run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.897 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.897 | 78137 | Recursively removing directory: /tmp/git.VPi3ts/ +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.898 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.898 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.899 | 78137 | Process exit code: 0 +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.899 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.900 | 78236 | Added a new run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.900 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.900 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.901 | 78243 | Added a new run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.902 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.902 | 78134 | Waiting for a new command +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.902 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.902 | 78250 | Added a new worker 15 to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.903 | 78133 | Removed run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.903 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.903 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.903 | 78133 | Assigned run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.903 | 78247 | Added a new run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.903 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.903 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.903 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.904 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tOTbAC +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.905 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.906 | 78249 | Added a new run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.906 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.908 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.909 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.909 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.910 | 78137 | Waiting for a new command +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.910 | 78259 | Added a new worker 21 to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.910 | 78133 | Removed run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.910 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.910 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.910 | 78133 | Assigned run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.910 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WUD1cd +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.910 | 78252 | Added a new run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.911 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.911 | 78134 | Checking out revision HEAD +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.912 | 78134 | Going to run: ./ci +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.913 | 78258 | Added a new run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.913 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.915 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.915 | 78255 | Added a new run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.916 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.917 | 78137 | Checking out revision HEAD +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.918 | 78137 | Going to run: ./ci +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.919 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.919 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.924 | 78245 | Marked run 3 as finished +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.924 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.925 | 78257 | Added a new run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.925 | 78134 | Recursively removing directory: /tmp/git.tOTbAC/ +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.926 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.927 | 78263 | Added a new run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.927 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.928 | 78134 | Process exit code: 0 +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.928 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.929 | 78268 | Added a new run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.929 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.930 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.931 | 78271 | Added a new run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.932 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.932 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.932 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.935 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.935 | 78137 | Recursively removing directory: /tmp/git.WUD1cd/ +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.935 | 78253 | Marked run 4 as finished +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.936 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.936 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.936 | 78289 | Added a new worker 19 to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.936 | 78133 | Removed run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.936 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.936 | 78133 | Assigned run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.936 | 78134 | Waiting for a new command +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.936 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Lp9uuG +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.937 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.938 | 78283 | Added a new run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.938 | 78137 | Process exit code: 0 +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.938 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.938 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.939 | 78287 | Added a new run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.940 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.941 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.941 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.941 | 78284 | Added a new run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.942 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.943 | 78288 | Added a new run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.944 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.944 | 78134 | Checking out revision HEAD +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.945 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.945 | 78134 | Going to run: ./ci +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.946 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.946 | 78137 | Waiting for a new command +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.946 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.947 | 78297 | Added a new worker 21 to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.947 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.947 | 78292 | Added a new run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.947 | 78133 | Removed run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.947 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.947 | 78133 | Assigned run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.947 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.948 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.949 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.H0LIfX +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.951 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.955 | 78286 | Marked run 5 as finished +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.955 | 78296 | Added a new run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.955 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.956 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.956 | 78137 | Checking out revision HEAD +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.957 | 78134 | Recursively removing directory: /tmp/git.Lp9uuG/ +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.957 | 78137 | Going to run: ./ci +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.957 | 78300 | Added a new run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.958 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.958 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.959 | 78134 | Process exit code: 0 +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.959 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.960 | 78299 | Added a new run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.961 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.961 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.963 | 78293 | Marked run 6 as finished +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.963 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.963 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.963 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.964 | 78304 | Added a new run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.964 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.966 | 78312 | Added a new run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.966 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.967 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.968 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.968 | 78134 | Waiting for a new command +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.968 | 78326 | Added a new worker 17 to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.968 | 78133 | Removed run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.968 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.968 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.968 | 78133 | Assigned run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.968 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rtmvcs +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.969 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.970 | 78315 | Added a new run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.970 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.971 | 78137 | Recursively removing directory: /tmp/git.H0LIfX/ +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.972 | 78320 | Added a new run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.973 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.974 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.974 | 78137 | Process exit code: 0 +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.974 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.975 | 78325 | Added a new run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.975 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.976 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.976 | 78134 | Checking out revision HEAD +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.977 | 78327 | Added a new run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.977 | 78134 | Going to run: ./ci +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.977 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.978 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.979 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.980 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.980 | 78318 | Marked run 7 as finished +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.980 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.981 | 78330 | Added a new run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.981 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.983 | 78332 | Added a new run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.983 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.984 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.984 | 78336 | Added a new run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.985 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.985 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.985 | 78137 | Waiting for a new command +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.986 | 78347 | Added a new worker 12 to the queue +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.986 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8IpejV +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.986 | 78133 | Removed run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.986 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.986 | 78133 | Assigned run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.986 | 78343 | Added a new run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.987 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.987 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.988 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.990 | 78338 | Added a new run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.990 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.991 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.992 | 78137 | Checking out revision HEAD +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.992 | 78134 | Recursively removing directory: /tmp/git.rtmvcs/ +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.993 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78137/cimple-worker: 2024-01-28 10:56:16.993 | 78137 | Going to run: ./ci +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.995 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.994 | 78134 | Process exit code: 0 +2024-01-28 10:56:16 | INFO | 78134/cimple-worker: 2024-01-28 10:56:16.994 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.997 | 78335 | Marked run 8 as finished +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.998 | 78350 | Added a new run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.998 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:16 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:16 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.998 | 78131 | Waiting for new connections +2024-01-28 10:56:16 | INFO | 78131/cimple-server: 2024-01-28 10:56:16.999 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.000 | 78352 | Added a new run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.000 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.001 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.003 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.003 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.003 | 78366 | Added a new worker 11 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.003 | 78355 | Added a new run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.003 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.003 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.003 | 78137 | Recursively removing directory: /tmp/git.8IpejV/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.004 | 78133 | Removed run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.004 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.004 | 78133 | Assigned run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.004 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.005 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cWqlQS +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.006 | 78353 | Added a new run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.006 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.008 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.008 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.009 | 78365 | Added a new run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.009 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.009 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.011 | 78367 | Added a new run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.011 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.011 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.012 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.012 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.013 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.013 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.014 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.015 | 78360 | Marked run 9 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.015 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.016 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.016 | 78379 | Added a new worker 19 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.016 | 78133 | Removed run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.016 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.017 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.017 | 78133 | Assigned run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.016 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.017 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8gT58N +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.017 | 78370 | Added a new run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.017 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.019 | 78372 | Added a new run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.019 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.021 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.022 | 78374 | Added a new run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.022 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.023 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.025 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.026 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.026 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.026 | 78375 | Marked run 10 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.026 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.027 | 78134 | Recursively removing directory: /tmp/git.cWqlQS/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.028 | 78377 | Added a new run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.029 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.029 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.029 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.030 | 78387 | Added a new run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.030 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.032 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.033 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.034 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.035 | 78389 | Added a new run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.035 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.036 | 78391 | Added a new run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.036 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.037 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.038 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.038 | 78405 | Added a new worker 11 to the queue +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.038 | 78137 | Recursively removing directory: /tmp/git.8gT58N/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.038 | 78133 | Removed run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.038 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.038 | 78133 | Assigned run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.038 | 78398 | Added a new run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.038 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.039 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.040 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.040 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.040 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.040 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pN1DiO +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.042 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.042 | 78401 | Added a new run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.043 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.044 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.044 | 78407 | Added a new run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.045 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.045 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.046 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.047 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.048 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.048 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.048 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.048 | 78408 | Added a new run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.049 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.049 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.049 | 78415 | Added a new worker 19 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.049 | 78133 | Removed run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.049 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.049 | 78133 | Assigned run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.050 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MRQ5ZX +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.050 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.052 | 78402 | Marked run 11 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.053 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.053 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.055 | 78411 | Added a new run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.056 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.056 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.057 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.058 | 78419 | Added a new run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.059 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.059 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.060 | 78134 | Recursively removing directory: /tmp/git.pN1DiO/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.062 | 78410 | Marked run 12 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.062 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.062 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.062 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.062 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.063 | 78416 | Added a new run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.063 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.065 | 78413 | Added a new run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.065 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.067 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.067 | 78427 | Added a new run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.067 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.067 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.069 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.069 | 78431 | Added a new run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.069 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.069 | 78137 | Recursively removing directory: /tmp/git.MRQ5ZX/ +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.070 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.071 | 78438 | Added a new run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.071 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.071 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.071 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.072 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.072 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.073 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.073 | 78445 | Added a new worker 17 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.073 | 78133 | Removed run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.073 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.073 | 78133 | Assigned run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.073 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gx74eU +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.074 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.075 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.075 | 78441 | Added a new run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.076 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.076 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.079 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.079 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.080 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.080 | 78446 | Added a new run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.080 | 78451 | Added a new worker 20 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.080 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.080 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.080 | 78133 | Removed run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.080 | 78133 | Removed worker 20 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.080 | 78133 | Assigned run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.080 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.080 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.k1VTJv +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.080 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.083 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.084 | 78439 | Marked run 13 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.084 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.086 | 78443 | Added a new run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.086 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.087 | 78447 | Added a new run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.087 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.089 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.090 | 78450 | Added a new run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.090 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.091 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.092 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.092 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.093 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.093 | 78134 | Recursively removing directory: /tmp/git.gx74eU/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.094 | 78448 | Marked run 14 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.094 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.095 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.095 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.095 | 78454 | Added a new run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.095 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.097 | 78463 | Added a new run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.098 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.098 | 78465 | Added a new run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.099 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.099 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.100 | 78467 | Added a new run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.100 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.101 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.102 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.103 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.103 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.103 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.103 | 78479 | Added a new run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.103 | 78481 | Added a new worker 12 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.104 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.104 | 78133 | Removed run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.104 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.104 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.104 | 78133 | Assigned run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.104 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zhxwpW +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.104 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.106 | 78480 | Added a new run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.107 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.110 | 78137 | Recursively removing directory: /tmp/git.k1VTJv/ +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.110 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.108 | 78482 | Added a new run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.109 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.110 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.111 | 78483 | Added a new run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.111 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.112 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.112 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.112 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.113 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.113 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.115 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.115 | 78474 | Marked run 15 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.115 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.116 | 78487 | Added a new run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.117 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.117 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.118 | 78489 | Added a new run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.118 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.119 | 78491 | Added a new run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.120 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.121 | 78492 | Added a new run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.121 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.122 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.122 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.122 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.122 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.123 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.123 | 78505 | Added a new worker 17 to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.123 | 78133 | Removed run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.123 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.123 | 78133 | Assigned run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.123 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.123 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cFs7Hp +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.125 | 78503 | Added a new run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.125 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.127 | 78504 | Added a new run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.128 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.129 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.129 | 78134 | Recursively removing directory: /tmp/git.zhxwpW/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.129 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.130 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.131 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.131 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.131 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.132 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.134 | 78495 | Marked run 16 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.134 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.134 | 78506 | Added a new run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.134 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.135 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.136 | 78511 | Added a new run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.137 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.137 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.138 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.138 | 78510 | Added a new run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.138 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.139 | 78512 | Added a new run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.139 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.141 | 78519 | Added a new run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.141 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.141 | 78522 | Added a new worker 10 to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.142 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VxqMfw +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.141 | 78133 | Removed run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.141 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.141 | 78133 | Assigned run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.143 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.143 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.143 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.145 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.145 | 78526 | Added a new run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.146 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.146 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.148 | 78137 | Recursively removing directory: /tmp/git.cFs7Hp/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.148 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.148 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.149 | 78529 | Added a new run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.149 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.149 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.150 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.150 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.152 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.152 | 78514 | Marked run 17 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.152 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.154 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.154 | 78532 | Added a new run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.154 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.155 | 78533 | Added a new run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.155 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.157 | 78536 | Added a new run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.157 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.158 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.158 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.158 | 78546 | Added a new worker 10 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.158 | 78133 | Removed run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.158 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.158 | 78133 | Assigned run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.158 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.158 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jqepDP +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.159 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.161 | 78530 | Added a new run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.161 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.161 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.162 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.163 | 78548 | Added a new run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.163 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.164 | 78134 | Recursively removing directory: /tmp/git.VxqMfw/ +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.165 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.165 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.166 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.166 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.167 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.168 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.168 | 78549 | Added a new run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.168 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.171 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.171 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.171 | 78539 | Marked run 18 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.171 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.173 | 78551 | Added a new run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.173 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.174 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.174 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.175 | 78566 | Added a new worker 13 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.175 | 78133 | Removed run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.175 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.175 | 78133 | Assigned run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.175 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mhTHYg +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.176 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.176 | 78554 | Added a new run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.177 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.177 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.179 | 78555 | Added a new run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.179 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.179 | 78137 | Recursively removing directory: /tmp/git.jqepDP/ +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.181 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.181 | 78558 | Added a new run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.181 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.182 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.182 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.181 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.181 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.184 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.185 | 78568 | Added a new run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.185 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.186 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.187 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.188 | 78559 | Marked run 19 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.188 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.188 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.189 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.190 | 78570 | Added a new run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.190 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.190 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.191 | 78583 | Added a new worker 6 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.191 | 78133 | Removed run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.191 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.191 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.191 | 78133 | Assigned run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.191 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pGKDn5 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.192 | 78579 | Added a new run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.192 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.193 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.195 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.196 | 78577 | Added a new run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.196 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.198 | 78134 | Recursively removing directory: /tmp/git.mhTHYg/ +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.198 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.199 | 78573 | Added a new run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.199 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.199 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.199 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.200 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.200 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.202 | 78574 | Marked run 20 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.203 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.204 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.204 | 78587 | Added a new run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.204 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.205 | 78588 | Added a new run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.206 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.207 | 78590 | Added a new run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.208 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.208 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.209 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.209 | 78605 | Added a new worker 15 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.209 | 78133 | Removed run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.209 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.209 | 78133 | Assigned run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.210 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.210 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.210 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OLxrCk +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.211 | 78594 | Added a new run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.211 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.212 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.213 | 78603 | Added a new run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.213 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.214 | 78137 | Recursively removing directory: /tmp/git.pGKDn5/ +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.214 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.216 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.217 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.217 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.217 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.217 | 78608 | Added a new run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.217 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.219 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.220 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.221 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.221 | 78596 | Marked run 21 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.221 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.222 | 78610 | Added a new run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.222 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.223 | 78606 | Added a new run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.223 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.225 | 78611 | Added a new run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.225 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.226 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.226 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.226 | 78625 | Added a new worker 12 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.226 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.226 | 78133 | Removed run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.226 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.226 | 78133 | Assigned run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.227 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.chQrxO +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.229 | 78624 | Added a new run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.229 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.229 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.230 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.230 | 78614 | Added a new run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.231 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.232 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.233 | 78627 | Added a new run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.234 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.234 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.235 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.236 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.236 | 78134 | Recursively removing directory: /tmp/git.OLxrCk/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.237 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.237 | 78615 | Marked run 22 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.237 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.239 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.239 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.239 | 78629 | Added a new run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.239 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.241 | 78631 | Added a new run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.241 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.242 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.243 | 78632 | Added a new run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.243 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.243 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.245 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.245 | 78635 | Added a new run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.245 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.246 | 78642 | Added a new run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.247 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.248 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.248 | 78647 | Added a new run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.249 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.250 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.250 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.251 | 78649 | Added a new run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.251 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.251 | 78651 | Added a new worker 6 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.251 | 78133 | Removed run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.251 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.251 | 78133 | Assigned run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.251 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.251 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wHLdDV +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.253 | 78137 | Recursively removing directory: /tmp/git.chQrxO/ +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.254 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.254 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.255 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.255 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.257 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.258 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.258 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.261 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.261 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.261 | 78662 | Added a new worker 21 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.261 | 78133 | Removed run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.261 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.261 | 78133 | Assigned run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.261 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.262 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TRrKfK +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.262 | 78644 | Marked run 23 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.262 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.264 | 78653 | Added a new run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.264 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.267 | 78654 | Added a new run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.267 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.268 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.269 | 78134 | Recursively removing directory: /tmp/git.wHLdDV/ +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.269 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.269 | 78656 | Added a new run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.270 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.270 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.270 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.271 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.271 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.273 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.273 | 78659 | Marked run 24 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.274 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.274 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.275 | 78668 | Added a new run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.275 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.276 | 78657 | Added a new run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.276 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.277 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.278 | 78672 | Added a new run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.278 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.278 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.278 | 78682 | Added a new worker 6 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.278 | 78133 | Removed run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.278 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.278 | 78133 | Assigned run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.278 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rFyPl1 +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.279 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.280 | 78673 | Added a new run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.281 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.282 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.282 | 78681 | Added a new run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.283 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.283 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.284 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.285 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.285 | 78687 | Added a new run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.286 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.287 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.288 | 78690 | Added a new run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.288 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.289 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.290 | 78137 | Recursively removing directory: /tmp/git.TRrKfK/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.290 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.292 | 78675 | Marked run 25 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.292 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.292 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.292 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.292 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.293 | 78689 | Added a new run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.293 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.295 | 78694 | Added a new run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.295 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.297 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.297 | 78134 | Recursively removing directory: /tmp/git.rFyPl1/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.298 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.298 | 78696 | Added a new run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.298 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.299 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.300 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.300 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.300 | 78700 | Added a new run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.300 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.301 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.302 | 78706 | Added a new run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.302 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.302 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.302 | 78711 | Added a new worker 17 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.303 | 78133 | Removed run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.303 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.303 | 78133 | Assigned run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.303 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hXLeVW +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.304 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.305 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.306 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.307 | 78710 | Added a new run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.307 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.309 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.309 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.309 | 78717 | Added a new worker 16 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.309 | 78133 | Removed run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.309 | 78133 | Removed worker 16 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.309 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.309 | 78133 | Assigned run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.309 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jbFqVN +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.310 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.309 | 78708 | Added a new run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.310 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.312 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.312 | 78713 | Added a new run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.313 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.314 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.315 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.315 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.317 | 78705 | Marked run 26 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.317 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.317 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.320 | 78714 | Marked run 27 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.320 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.322 | 78715 | Added a new run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.322 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.324 | 78720 | Added a new run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.324 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.326 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.326 | 78722 | Added a new run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.327 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.327 | 78137 | Recursively removing directory: /tmp/git.hXLeVW/ +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.328 | 78134 | Recursively removing directory: /tmp/git.jbFqVN/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.329 | 78725 | Added a new run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.329 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.329 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.329 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.330 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.330 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.330 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.331 | 78739 | Added a new run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.331 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.332 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.333 | 78740 | Added a new run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.334 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.334 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.335 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.335 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.335 | 78743 | Added a new run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.336 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.337 | 78744 | Added a new run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.337 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.338 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.338 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.339 | 78748 | Added a new run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.340 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.340 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.338 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.340 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.l12Xkp +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.341 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.W9C8A2 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.340 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.340 | 78753 | Added a new worker 17 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.340 | 78133 | Removed run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.340 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.340 | 78133 | Assigned run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.340 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.340 | 78755 | Added a new worker 10 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.340 | 78133 | Removed run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.340 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.340 | 78133 | Assigned run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.341 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.344 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.345 | 78752 | Added a new run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.345 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.346 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.346 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.347 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.347 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.348 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.349 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.349 | 78756 | Added a new run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.349 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.350 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.352 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.353 | 78746 | Marked run 28 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.353 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.354 | 78760 | Added a new run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.354 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.355 | 78761 | Added a new run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.355 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.357 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.359 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.359 | 78749 | Marked run 29 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.360 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.360 | 78134 | Recursively removing directory: /tmp/git.W9C8A2/ +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.361 | 78137 | Recursively removing directory: /tmp/git.l12Xkp/ +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.362 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.362 | 78137 | Process output: 415085 bytes +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.362 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.362 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.364 | 78764 | Added a new run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.364 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.366 | 78768 | Added a new run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.366 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.368 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.368 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.368 | 78779 | Added a new run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.368 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.369 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.370 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.370 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.370 | 78788 | Added a new worker 19 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.371 | 78133 | Removed run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.371 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.371 | 78133 | Assigned run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.371 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YAjUmB +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.372 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.372 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.372 | 78780 | Added a new run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.373 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.373 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.373 | 78791 | Added a new worker 7 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.373 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.373 | 78133 | Removed run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.373 | 78133 | Removed worker 7 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.373 | 78133 | Assigned run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.373 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.z21si0 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.375 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.377 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.377 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.377 | 78785 | Added a new run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.377 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.380 | 78787 | Added a new run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.380 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.380 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.381 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.381 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.383 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.386 | 78789 | Added a new run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.386 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.386 | 78782 | Marked run 31 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.386 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.389 | 78134 | Recursively removing directory: /tmp/git.YAjUmB/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.390 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.390 | 78784 | Marked run 30 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.391 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.391 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.391 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.392 | 78792 | Added a new run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.392 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.393 | 78137 | Recursively removing directory: /tmp/git.z21si0/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.394 | 78812 | Added a new run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.394 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.395 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.395 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.395 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.395 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.396 | 78800 | Added a new run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.396 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.398 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.398 | 78797 | Added a new run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.398 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.399 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.399 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.399 | 78819 | Added a new worker 17 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.399 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.399 | 78133 | Removed run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.399 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.399 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.399 | 78133 | Assigned run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.399 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lvDxrR +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.402 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.403 | 78816 | Added a new run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.403 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.404 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.404 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.404 | 78825 | Added a new worker 20 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.404 | 78133 | Removed run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.404 | 78133 | Removed worker 20 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.404 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.404 | 78133 | Assigned run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.405 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.weLi6p +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.405 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.405 | 78818 | Added a new run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.406 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.406 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.408 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.409 | 78820 | Added a new run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.409 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.410 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.411 | 78823 | Added a new run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.411 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.412 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.413 | 78828 | Added a new run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.413 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.413 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.414 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.415 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.417 | 78814 | Marked run 32 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.417 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.417 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.419 | 78134 | Recursively removing directory: /tmp/git.lvDxrR/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.420 | 78822 | Marked run 33 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.420 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.421 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.421 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.422 | 78831 | Added a new run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.422 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.423 | 78840 | Added a new run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.423 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.425 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.425 | 78137 | Recursively removing directory: /tmp/git.weLi6p/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.426 | 78841 | Added a new run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.426 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.427 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.428 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.428 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.428 | 78842 | Added a new run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.428 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.429 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.430 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.431 | 78852 | Added a new run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.431 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.431 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.431 | 78857 | Added a new worker 11 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.432 | 78133 | Removed run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.432 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.432 | 78133 | Assigned run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.432 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ALtub9 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.432 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.433 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.433 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.434 | 78854 | Added a new run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.434 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.436 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.436 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.436 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.436 | 78863 | Added a new worker 20 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.436 | 78133 | Removed run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.436 | 78133 | Removed worker 20 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.436 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.436 | 78133 | Assigned run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.436 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z4L3rQ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.437 | 78856 | Added a new run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.437 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.440 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.440 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.440 | 78859 | Added a new run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.441 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.441 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.442 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.443 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.445 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.445 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.447 | 78851 | Marked run 34 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.447 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.450 | 78134 | Recursively removing directory: /tmp/git.ALtub9/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.451 | 78860 | Marked run 35 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.451 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.453 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.453 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.453 | 78861 | Added a new run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.454 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.455 | 78137 | Recursively removing directory: /tmp/git.Z4L3rQ/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.455 | 78865 | Added a new run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.455 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.457 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.457 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.458 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.458 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.458 | 78868 | Added a new run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.458 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.459 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.460 | 78872 | Added a new run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.460 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.462 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.462 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.462 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.462 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.463 | 78891 | Added a new worker 19 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.463 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.463 | 78885 | Added a new run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.463 | 78133 | Removed run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.463 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.463 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.463 | 78133 | Assigned run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.463 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BpcWxr +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.464 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.466 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.466 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.466 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.468 | 78895 | Added a new worker 7 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.468 | 78890 | Added a new run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.468 | 78133 | Removed run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.468 | 78133 | Removed worker 7 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.468 | 78133 | Assigned run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.469 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.469 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TQ2rtn +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.469 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.470 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.470 | 78888 | Added a new run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.471 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.471 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.472 | 78893 | Added a new run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.473 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.475 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.475 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.476 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.476 | 78886 | Marked run 36 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.477 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.477 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.478 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.480 | 78892 | Marked run 37 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.480 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.482 | 78134 | Recursively removing directory: /tmp/git.BpcWxr/ +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.484 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.484 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.484 | 78896 | Added a new run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.485 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.487 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.487 | 78902 | Added a new run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.487 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.488 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.489 | 78903 | Added a new run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.489 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.489 | 78137 | Recursively removing directory: /tmp/git.TQ2rtn/ +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.491 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.491 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.491 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.492 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.492 | 78918 | Added a new run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.493 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.493 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.493 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.493 | 78925 | Added a new worker 6 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.493 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.493 | 78133 | Removed run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.493 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.493 | 78133 | Assigned run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.493 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1ZUS2e +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.494 | 78904 | Added a new run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.495 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.497 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.498 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.498 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.500 | 78922 | Added a new run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.500 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.500 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.500 | 78930 | Added a new worker 21 to the queue +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.501 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.m96WBR +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.500 | 78133 | Removed run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.500 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.501 | 78133 | Assigned run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.501 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.501 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.502 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.502 | 78923 | Added a new run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.502 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.503 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.504 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.506 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.506 | 78920 | Marked run 38 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.506 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.508 | 78929 | Added a new run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.508 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.511 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.511 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.512 | 78927 | Marked run 39 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.512 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.513 | 78928 | Added a new run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.513 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.513 | 78134 | Recursively removing directory: /tmp/git.1ZUS2e/ +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.513 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.515 | 78934 | Added a new run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.515 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.515 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.515 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.517 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.517 | 78936 | Added a new run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.517 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.519 | 78943 | Added a new run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.519 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.519 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.520 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.521 | 78948 | Added a new run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.522 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.522 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.522 | 78953 | Added a new run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.522 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.524 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.524 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.524 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.524 | 78962 | Added a new worker 17 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.525 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.525 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.525 | 78133 | Removed run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.525 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.525 | 78133 | Assigned run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.525 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XeSbsx +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.526 | 78958 | Added a new run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.526 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.528 | 78137 | Recursively removing directory: /tmp/git.m96WBR/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.528 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.528 | 78961 | Added a new run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.528 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.530 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.530 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.531 | 78963 | Added a new run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.531 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.533 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.533 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.533 | 78965 | Added a new run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.534 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.534 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.535 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.536 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.538 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.538 | 78957 | Marked run 40 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.538 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.538 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.538 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.539 | 78977 | Added a new worker 19 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.539 | 78133 | Removed run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.539 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.539 | 78133 | Assigned run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.539 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.538 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.539 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QkYWNP +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.541 | 78968 | Added a new run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.541 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.543 | 78974 | Added a new run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.544 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.545 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.545 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.546 | 78976 | Added a new run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.546 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.546 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.547 | 78134 | Recursively removing directory: /tmp/git.XeSbsx/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.548 | 78972 | Added a new run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.548 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.549 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.549 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.549 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.550 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.552 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.552 | 78984 | Added a new run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.552 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.553 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.554 | 78988 | Added a new run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.555 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.556 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.556 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.557 | 79001 | Added a new worker 19 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.557 | 78133 | Removed run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.557 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.557 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.557 | 78133 | Assigned run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.557 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mkWwqx +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.558 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.558 | 78971 | Marked run 41 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.558 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.560 | 78137 | Recursively removing directory: /tmp/git.QkYWNP/ +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.560 | 78990 | Added a new run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.561 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.563 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.563 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.564 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.564 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.564 | 78991 | Added a new run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.564 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.565 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.566 | 78997 | Added a new run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.566 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.567 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.567 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.569 | 79002 | Added a new run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.569 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.569 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.570 | 79008 | Added a new run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.571 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.573 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.573 | 78995 | Marked run 42 as finished +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.574 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.574 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.574 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.574 | 79020 | Added a new worker 19 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.574 | 78133 | Removed run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.574 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.574 | 78133 | Assigned run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.574 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.574 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fvRINl +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.575 | 79004 | Added a new run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.576 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.577 | 79012 | Added a new run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.578 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.578 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.579 | 78134 | Recursively removing directory: /tmp/git.mkWwqx/ +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.581 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.581 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.581 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.581 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.581 | 79024 | Added a new run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.582 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.582 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.583 | 79019 | Added a new run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.583 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.585 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.585 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.586 | 79009 | Marked run 43 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.587 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.587 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.588 | 79021 | Added a new run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.588 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.589 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.589 | 79037 | Added a new worker 10 to the queue +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.589 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lwKqh4 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.589 | 78133 | Removed run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.589 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.589 | 78133 | Assigned run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.590 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.591 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.593 | 79025 | Added a new run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.593 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.595 | 78137 | Recursively removing directory: /tmp/git.fvRINl/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.596 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.597 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.597 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.598 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.598 | 79029 | Added a new run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.598 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.599 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.600 | 79032 | Added a new run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.600 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.600 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.602 | 79040 | Added a new run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.602 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.603 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.603 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.604 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.605 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.605 | 79030 | Marked run 44 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.605 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.605 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.605 | 79052 | Added a new worker 19 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.605 | 78133 | Removed run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.605 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.606 | 78133 | Assigned run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.606 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NbZF63 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.606 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.607 | 79042 | Added a new run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.608 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.610 | 79050 | Added a new run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.611 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.611 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.612 | 79049 | Added a new run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.612 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.613 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.614 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.615 | 78134 | Recursively removing directory: /tmp/git.lwKqh4/ +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.615 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.615 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.615 | 79053 | Added a new run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.616 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.617 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.617 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.619 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.620 | 79060 | Added a new run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.620 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.621 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.622 | 79062 | Added a new run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.622 | 79045 | Marked run 45 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.622 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.624 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.624 | 79063 | Added a new run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.624 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.626 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.626 | 79067 | Added a new run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.627 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.627 | 78137 | Recursively removing directory: /tmp/git.NbZF63/ +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.627 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.628 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DMe4Od +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.627 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.628 | 79079 | Added a new worker 13 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.628 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.628 | 78133 | Removed run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.628 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.628 | 78133 | Assigned run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.630 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.630 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.630 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.630 | 79076 | Added a new run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.630 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.631 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.632 | 79078 | Added a new run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.633 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.635 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.635 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.635 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.636 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.636 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.636 | 79072 | Marked run 46 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.636 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.637 | 79082 | Added a new run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.638 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.639 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.639 | 79091 | Added a new worker 14 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.639 | 78133 | Removed run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.639 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.639 | 78133 | Assigned run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.639 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.639 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oGEvb3 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.640 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.640 | 79081 | Added a new run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.640 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.642 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.642 | 79087 | Added a new run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.643 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.644 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.645 | 79086 | Added a new run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.645 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.645 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.646 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.647 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.648 | 79094 | Added a new run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.648 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.648 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.649 | 79097 | Added a new run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.650 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.651 | 79099 | Added a new run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.651 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.651 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.653 | 78134 | Recursively removing directory: /tmp/git.DMe4Od/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.653 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.654 | 79103 | Added a new run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.654 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.654 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.654 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.655 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.656 | 79108 | Added a new run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.656 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.659 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.659 | 79085 | Marked run 47 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.660 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.660 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.660 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.661 | 79110 | Added a new run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.661 | 78137 | Recursively removing directory: /tmp/git.oGEvb3/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.661 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.663 | 79119 | Added a new run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.663 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.663 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.663 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.664 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.664 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.664 | 79124 | Added a new worker 16 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.664 | 78133 | Removed run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.664 | 78133 | Removed worker 16 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.664 | 78133 | Assigned run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.665 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.665 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.665 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cfRbUX +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.665 | 79116 | Added a new run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.665 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.667 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.667 | 79121 | Added a new run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.667 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.669 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.669 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.670 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.670 | 79125 | Added a new run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.670 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.673 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.673 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.673 | 79133 | Added a new worker 20 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.673 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.673 | 78133 | Removed run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.673 | 78133 | Removed worker 20 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.673 | 78133 | Assigned run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.673 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.674 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wwHyaE +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.674 | 79127 | Added a new run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.675 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.675 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.677 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.677 | 79130 | Added a new run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.677 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.678 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.679 | 79131 | Added a new run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.680 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.682 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.682 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.683 | 79120 | Marked run 48 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.683 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.683 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.684 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.684 | 79134 | Added a new run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.684 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.686 | 79138 | Added a new run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.686 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.687 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.690 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.690 | 79129 | Marked run 49 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.690 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.691 | 78134 | Recursively removing directory: /tmp/git.cfRbUX/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.691 | 79142 | Added a new run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.691 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.693 | 79145 | Added a new run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.693 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.694 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.694 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.694 | 79152 | Added a new run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.695 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.696 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.696 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.697 | 79154 | Added a new run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.697 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.698 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.698 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.699 | 78137 | Recursively removing directory: /tmp/git.wwHyaE/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.700 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.700 | 79163 | Added a new run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.701 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.701 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.701 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.702 | 79162 | Added a new run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.702 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.703 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.704 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.704 | 79170 | Added a new worker 17 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.704 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.704 | 78133 | Removed run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.704 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.704 | 78133 | Assigned run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.704 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mSPO9l +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.706 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.706 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.708 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.708 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.708 | 79174 | Added a new worker 21 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.708 | 78133 | Removed run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.708 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.709 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.709 | 78133 | Assigned run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.709 | 79166 | Added a new run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.709 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.709 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wwMGLK +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.711 | 79167 | Added a new run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.711 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.713 | 79171 | Added a new run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.714 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.714 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.715 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.715 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.716 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.716 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.717 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.717 | 79165 | Marked run 50 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.717 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.717 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.719 | 79173 | Added a new run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.719 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.721 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.722 | 79172 | Marked run 51 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.722 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.723 | 79178 | Added a new run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.724 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.725 | 79180 | Added a new run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.725 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.727 | 79181 | Added a new run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.727 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.727 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.729 | 79188 | Added a new run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.730 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.730 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.730 | 78137 | Recursively removing directory: /tmp/git.wwMGLK/ +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.730 | 78134 | Recursively removing directory: /tmp/git.mSPO9l/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.731 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.732 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.732 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.732 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.732 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.732 | 79199 | Added a new run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.734 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.735 | 79201 | Added a new run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.735 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.736 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.737 | 79205 | Added a new run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.737 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.738 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.739 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.740 | 79203 | Added a new run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.740 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.741 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.741 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.741 | 79213 | Added a new worker 17 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.741 | 78133 | Removed run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.741 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.741 | 78133 | Assigned run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.741 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.741 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zUvbBO +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.741 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.742 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bf8ZUp +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.742 | 79206 | Added a new run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.742 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.742 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.742 | 79214 | Added a new worker 14 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.742 | 78133 | Removed run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.742 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.742 | 78133 | Assigned run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.742 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.743 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.746 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.748 | 79211 | Added a new run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.748 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.748 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.749 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.751 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.756 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.757 | 78137 | Recursively removing directory: /tmp/git.zUvbBO/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.757 | 79217 | Added a new run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.757 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.757 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.760 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.760 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.760 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.762 | 79208 | Marked run 53 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.762 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.763 | 79218 | Added a new run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.764 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.764 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.766 | 79215 | Added a new run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.766 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.767 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.767 | 78134 | Recursively removing directory: /tmp/git.bf8ZUp/ +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.767 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.768 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.768 | 79241 | Added a new worker 7 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.768 | 78133 | Removed run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.768 | 78133 | Removed worker 7 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.768 | 78133 | Assigned run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.768 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.768 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.trcewG +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.769 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.769 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.770 | 79209 | Marked run 52 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.770 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.771 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.772 | 79221 | Added a new run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.772 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.774 | 79230 | Added a new run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.774 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.775 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.776 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.777 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.777 | 79240 | Added a new run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.777 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.778 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.778 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.778 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.779 | 79249 | Added a new worker 8 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.779 | 78133 | Removed run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.779 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.779 | 78133 | Assigned run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.779 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.779 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.O0poQ5 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.780 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.782 | 79237 | Marked run 54 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.782 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.784 | 79242 | Added a new run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.784 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.786 | 79246 | Added a new run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.786 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.787 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.788 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.788 | 79247 | Added a new run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.789 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.789 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.790 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.790 | 78137 | Recursively removing directory: /tmp/git.trcewG/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.791 | 79251 | Added a new run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.791 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.792 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.793 | 79260 | Added a new run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.793 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.793 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.793 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.794 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.796 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.798 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.798 | 79245 | Marked run 55 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.798 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.799 | 78134 | Recursively removing directory: /tmp/git.O0poQ5/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.799 | 79263 | Added a new run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.800 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.802 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.802 | 79277 | Added a new worker 12 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.802 | 78133 | Removed run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.802 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.802 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.802 | 78133 | Assigned run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.802 | 79264 | Added a new run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.802 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.802 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.802 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.802 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CLfIHZ +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.803 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.803 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.805 | 79269 | Added a new run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.805 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.805 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.806 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.808 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.808 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.809 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.810 | 79279 | Added a new run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.810 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.810 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.810 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.811 | 79285 | Added a new worker 10 to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.811 | 78133 | Removed run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.811 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.811 | 78133 | Assigned run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.811 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.811 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YHd6sp +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.812 | 79274 | Added a new run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.813 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.814 | 79283 | Added a new run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.815 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.816 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.818 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.818 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.821 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.821 | 78137 | Recursively removing directory: /tmp/git.CLfIHZ/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.822 | 79275 | Marked run 56 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.823 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.823 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.823 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.824 | 79280 | Added a new run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.824 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.826 | 79290 | Added a new run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.826 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.827 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.827 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.828 | 79292 | Added a new run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.828 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.830 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.830 | 79296 | Added a new run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.830 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.832 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.832 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.832 | 79312 | Added a new worker 19 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.832 | 78133 | Removed run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.832 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.832 | 78133 | Assigned run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.833 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jWeD8S +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.834 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.834 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.836 | 78134 | Recursively removing directory: /tmp/git.YHd6sp/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.836 | 79306 | Added a new run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.837 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.838 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.838 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.838 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.839 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.839 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.841 | 79282 | Marked run 57 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.841 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.842 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.842 | 79310 | Added a new run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.842 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.845 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.845 | 79305 | Marked run 58 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.846 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.846 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.846 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.846 | 79327 | Added a new worker 19 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.846 | 78133 | Removed run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.846 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.846 | 78133 | Assigned run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.846 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.847 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.opCMgH +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.847 | 79313 | Added a new run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.847 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.850 | 79314 | Added a new run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.850 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.851 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.852 | 79316 | Added a new run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.852 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.853 | 78137 | Recursively removing directory: /tmp/git.jWeD8S/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.854 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.854 | 79329 | Added a new run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.855 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.855 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.855 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.855 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.856 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.857 | 79324 | Added a new run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.857 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.857 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.859 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.859 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.860 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.861 | 79319 | Marked run 59 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.861 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.862 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.862 | 79344 | Added a new worker 19 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.862 | 78133 | Removed run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.862 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.863 | 78133 | Assigned run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.863 | 79332 | Added a new run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.862 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.863 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ol7ZbE +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.863 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.863 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.866 | 79335 | Added a new run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.867 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.868 | 79338 | Added a new run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.868 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.870 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.870 | 78134 | Recursively removing directory: /tmp/git.opCMgH/ +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.870 | 79340 | Added a new run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.871 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.871 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.870 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.871 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.871 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.871 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.874 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.874 | 79337 | Marked run 60 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.875 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.875 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.876 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.876 | 79350 | Added a new run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.876 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.877 | 79353 | Added a new run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.878 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.879 | 79355 | Added a new run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.879 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.879 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.881 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.881 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.882 | 79365 | Added a new worker 15 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.882 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.882 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YgXjRP +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.882 | 78133 | Removed run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.882 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.882 | 78133 | Assigned run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.883 | 79357 | Added a new run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.883 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.883 | 78137 | Recursively removing directory: /tmp/git.ol7ZbE/ +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.885 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.885 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.886 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.888 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.888 | 79367 | Added a new run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.888 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.888 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.889 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.890 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.890 | 79368 | Added a new run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.891 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.891 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.893 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.893 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.893 | 79377 | Added a new worker 19 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.893 | 78133 | Removed run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.893 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.893 | 78133 | Assigned run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.894 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.894 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rwh8HU +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.895 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.895 | 79359 | Marked run 61 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.895 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.897 | 79370 | Added a new run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.897 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.899 | 79371 | Added a new run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.900 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.901 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.902 | 79375 | Added a new run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.902 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.902 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.903 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.904 | 79379 | Added a new run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.904 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.906 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.907 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.906 | 78134 | Recursively removing directory: /tmp/git.YgXjRP/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.908 | 79373 | Marked run 62 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.908 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.908 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.908 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.910 | 79386 | Added a new run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.910 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.912 | 79390 | Added a new run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.912 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.913 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.913 | 78137 | Recursively removing directory: /tmp/git.rwh8HU/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.914 | 79395 | Added a new run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.914 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.915 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.915 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.916 | 79393 | Added a new run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.916 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.916 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.916 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.917 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.917 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.918 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.918 | 79407 | Added a new worker 17 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.918 | 78133 | Removed run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.918 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.918 | 78133 | Assigned run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.918 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.918 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0cRAnW +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.920 | 79404 | Added a new run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.920 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.920 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.922 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.923 | 79405 | Added a new run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.923 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.924 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.924 | 79408 | Added a new run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.925 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.926 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.925 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.926 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.926 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.926 | 79415 | Added a new worker 18 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.926 | 78133 | Removed run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.926 | 78133 | Removed worker 18 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.926 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.926 | 78133 | Assigned run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.927 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UYJi78 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.927 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.929 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.929 | 79401 | Marked run 63 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.930 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.936 | 79409 | Added a new run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.936 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.938 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.940 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.938 | 79413 | Added a new run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.940 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.941 | 78134 | Recursively removing directory: /tmp/git.0cRAnW/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.942 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.942 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.942 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.943 | 79411 | Marked run 64 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.943 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.944 | 79417 | Added a new run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.945 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.946 | 79419 | Added a new run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.946 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.946 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.947 | 79427 | Added a new run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.948 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.948 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.949 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.950 | 79429 | Added a new run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.950 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.951 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.951 | 79443 | Added a new worker 15 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.951 | 78133 | Removed run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.951 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.951 | 78133 | Assigned run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.951 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.951 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.951 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.znLNdL +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.953 | 79439 | Added a new run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.953 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.953 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.954 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.955 | 79441 | Added a new run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.956 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.956 | 78137 | Recursively removing directory: /tmp/git.UYJi78/ +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.958 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.958 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.958 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.958 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.959 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.959 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.959 | 79446 | Added a new run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.960 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.961 | 79444 | Added a new run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.961 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.962 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.963 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.964 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.964 | 79437 | Marked run 65 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.965 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.966 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.966 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.966 | 79460 | Added a new worker 19 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.966 | 78133 | Removed run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.966 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.966 | 78133 | Assigned run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.966 | 79448 | Added a new run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.966 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.966 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mAms7B +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.968 | 79449 | Added a new run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.968 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.970 | 79454 | Added a new run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.971 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.973 | 79456 | Added a new run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.973 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.973 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.974 | 78137 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.975 | 78134 | Recursively removing directory: /tmp/git.znLNdL/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.975 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.976 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.976 | 78137 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.977 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.977 | 78134 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.977 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.978 | 79455 | Marked run 66 as finished +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.978 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.980 | 79466 | Added a new run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.980 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.981 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.982 | 79468 | Added a new run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.982 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.984 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.984 | 79469 | Added a new run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.985 | 78134 | Waiting for a new command +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.985 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.985 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.985 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.986 | 79483 | Added a new worker 17 to the queue +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.986 | 79471 | Added a new run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.986 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.987 | 78133 | Removed run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.987 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.987 | 78133 | Assigned run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.987 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IEXlAj +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.987 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.988 | 78137 | Recursively removing directory: /tmp/git.mAms7B/ +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.989 | 79481 | Added a new run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.989 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.989 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.990 | 78137 | Process exit code: 0 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.990 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.991 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.992 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.992 | 79484 | Added a new run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.993 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.994 | 79486 | Added a new run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.994 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.994 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:17 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.995 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.996 | 78134 | Checking out revision HEAD +2024-01-28 10:56:17 | INFO | 78134/cimple-worker: 2024-01-28 10:56:17.997 | 78134 | Going to run: ./ci +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.998 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.998 | 78137 | Waiting for a new command +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.998 | 78131 | Waiting for new connections +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.998 | 79496 | Added a new worker 21 to the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.998 | 78133 | Removed run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.998 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.998 | 78133 | Assigned run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:17 | INFO | 78137/cimple-worker: 2024-01-28 10:56:17.998 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HoDsXb +2024-01-28 10:56:17 | INFO | 78131/cimple-server: 2024-01-28 10:56:17.999 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.000 | 79477 | Marked run 67 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.000 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.001 | 79488 | Added a new run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.001 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.004 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.004 | 79489 | Added a new run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.004 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.005 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.006 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.006 | 79493 | Added a new run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.006 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.007 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.009 | 78134 | Recursively removing directory: /tmp/git.IEXlAj/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.010 | 79495 | Added a new run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.010 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.010 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.011 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.011 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.013 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.013 | 79504 | Added a new run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.014 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.015 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.016 | 79510 | Added a new run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.016 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.017 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.018 | 78137 | Recursively removing directory: /tmp/git.HoDsXb/ +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.019 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.019 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.019 | 79508 | Added a new run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.019 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.019 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.019 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.019 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.020 | 79523 | Added a new worker 12 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.020 | 78133 | Removed run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.020 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.020 | 78133 | Assigned run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.020 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MZyaBs +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.021 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.023 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.023 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.024 | 79517 | Added a new run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.024 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.026 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.027 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.027 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.027 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.028 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.028 | 79530 | Added a new worker 23 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.028 | 78133 | Removed run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.028 | 78133 | Removed worker 23 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.028 | 79491 | Marked run 68 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.028 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.029 | 78133 | Assigned run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 23 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.028 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ofS2gG +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.029 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.030 | 79521 | Added a new run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.030 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.034 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.035 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.035 | 79519 | Marked run 69 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.035 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.035 | 79526 | Marked run 70 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.035 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.036 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.038 | 78134 | Recursively removing directory: /tmp/git.MZyaBs/ +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.039 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.039 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.039 | 79522 | Added a new run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.039 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.041 | 79525 | Added a new run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.041 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.043 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.043 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.044 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.044 | 79538 | Added a new run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.045 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.046 | 79548 | Added a new run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.047 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.047 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.047 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.049 | 79528 | Added a new run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.049 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.050 | 79553 | Added a new worker 8 to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.050 | 78137 | Recursively removing directory: /tmp/git.ofS2gG/ +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.050 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ngc6Yv +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.050 | 78133 | Removed run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.050 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.050 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.050 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.050 | 78133 | Assigned run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.052 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.052 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.053 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.054 | 79550 | Added a new run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.054 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.055 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.056 | 79555 | Added a new run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.057 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.057 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.057 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.059 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.059 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.059 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.059 | 79562 | Added a new worker 20 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.059 | 78133 | Removed run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.059 | 78133 | Removed worker 20 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.059 | 78133 | Assigned run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.059 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QM97KY +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.060 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.060 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.062 | 79549 | Marked run 71 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.062 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.063 | 79557 | Added a new run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.063 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.066 | 79556 | Added a new run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.066 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.067 | 79561 | Added a new run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.067 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.068 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.068 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.069 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.069 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.070 | 79564 | Added a new run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.070 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.072 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.074 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.074 | 79559 | Marked run 72 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.075 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.074 | 78134 | Recursively removing directory: /tmp/git.ngc6Yv/ +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.076 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.076 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.076 | 79574 | Added a new run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.077 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.078 | 79575 | Added a new run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.078 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.080 | 79578 | Added a new run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.080 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.081 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.081 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.082 | 78137 | Recursively removing directory: /tmp/git.QM97KY/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.083 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.083 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.083 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.083 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.084 | 79581 | Added a new run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.084 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.085 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.085 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.086 | 79594 | Added a new worker 16 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.086 | 78133 | Removed run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.086 | 78133 | Removed worker 16 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.086 | 78133 | Assigned run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.086 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AReulX +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.086 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.087 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.087 | 79591 | Added a new run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.088 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.090 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.090 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.091 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.091 | 79599 | Added a new worker 12 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.091 | 78133 | Removed run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.091 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.091 | 78133 | Assigned run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.091 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SBcucs +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.091 | 79590 | Added a new run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.092 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.092 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.094 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.095 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.096 | 79589 | Marked run 73 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.096 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.096 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.097 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.098 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.098 | 79596 | Added a new run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.098 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.100 | 79598 | Added a new run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.100 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.102 | 79601 | Added a new run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.102 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.102 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.103 | 79592 | Added a new run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.104 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.104 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.107 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.107 | 79595 | Marked run 74 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.107 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.108 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.109 | 79611 | Added a new run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.110 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.110 | 78134 | Recursively removing directory: /tmp/git.AReulX/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.111 | 79616 | Added a new run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.111 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.111 | 78137 | Recursively removing directory: /tmp/git.SBcucs/ +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.112 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.112 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.112 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.113 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.113 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.114 | 79622 | Added a new run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.114 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.115 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.116 | 79625 | Added a new run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.116 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.117 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.118 | 79623 | Added a new run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.118 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.118 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.118 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.119 | 79628 | Added a new run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.120 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.120 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.121 | 79630 | Added a new run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.121 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.122 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.123 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.123 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.123 | 79638 | Added a new worker 18 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.123 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.124 | 79634 | Added a new run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.124 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.124 | 78133 | Removed run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.124 | 78133 | Removed worker 18 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.124 | 78133 | Assigned run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.124 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.124 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.124 | 79640 | Added a new worker 9 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.124 | 78133 | Removed run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.124 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.124 | 78133 | Assigned run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.124 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.124 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aqaen6 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.125 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.125 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fzurZG +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.125 | 79637 | Added a new run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.127 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.128 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.130 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.132 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.134 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.134 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.135 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.136 | 79631 | Marked run 76 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.136 | 79639 | Added a new run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.136 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.137 | 79642 | Added a new run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.137 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.138 | 79644 | Added a new run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.139 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.139 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.141 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.142 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.142 | 79632 | Marked run 75 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.143 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.144 | 79645 | Added a new run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.144 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.145 | 79654 | Added a new run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.145 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.147 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.148 | 79663 | Added a new run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.148 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.148 | 78134 | Recursively removing directory: /tmp/git.aqaen6/ +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.148 | 78137 | Recursively removing directory: /tmp/git.fzurZG/ +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.150 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.150 | 79658 | Added a new run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.150 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.150 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.150 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.151 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.151 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.151 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.152 | 79668 | Added a new run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.153 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.154 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.155 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.155 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.156 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.156 | 79670 | Added a new run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.156 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.157 | 79671 | Added a new run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.158 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.159 | 79674 | Added a new run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.159 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.160 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.160 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.160 | 79681 | Added a new worker 12 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.160 | 79680 | Added a new worker 13 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.160 | 78133 | Removed run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.160 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.160 | 78133 | Assigned run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.160 | 78133 | Removed run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.160 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.160 | 78133 | Assigned run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.160 | 79675 | Added a new run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.160 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.160 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.162 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.161 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JciNbB +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.160 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.161 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dkwwZO +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.162 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.164 | 79683 | Added a new run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.166 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.165 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.167 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.168 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.169 | 79685 | Added a new run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.169 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.170 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.170 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.171 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.171 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.172 | 79676 | Marked run 78 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.173 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.174 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.174 | 79688 | Added a new run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.174 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.176 | 79691 | Added a new run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.176 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.178 | 79692 | Added a new run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.178 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.179 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.181 | 79677 | Marked run 77 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.182 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.182 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.182 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.182 | 79695 | Added a new run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.183 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.184 | 78134 | Recursively removing directory: /tmp/git.dkwwZO/ +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.184 | 78137 | Recursively removing directory: /tmp/git.JciNbB/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.185 | 79708 | Added a new run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.185 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.185 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.186 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.186 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.186 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.186 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.187 | 79710 | Added a new run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.187 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.188 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.190 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.190 | 79711 | Added a new run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.190 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.190 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.191 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.191 | 79716 | Added a new run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.192 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.193 | 79713 | Added a new run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.193 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.193 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.195 | 79718 | Added a new run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.195 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.195 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.196 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.196 | 79722 | Added a new run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.197 | 79724 | Added a new worker 6 to the queue +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.197 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PWqVyn +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.197 | 78133 | Removed run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.197 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.197 | 78133 | Assigned run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.197 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.197 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.201 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.201 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.201 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.201 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.202 | 79729 | Added a new worker 20 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.202 | 78133 | Removed run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.202 | 78133 | Removed worker 20 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.202 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.202 | 78133 | Assigned run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.202 | 79726 | Added a new run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.203 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.202 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C5yqW2 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.203 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.205 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.205 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.206 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.207 | 79717 | Marked run 80 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.207 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.208 | 79730 | Added a new run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.209 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.209 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.210 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.212 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.212 | 79719 | Marked run 79 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.212 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.214 | 79728 | Added a new run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.214 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.216 | 79732 | Added a new run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.216 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.216 | 78134 | Recursively removing directory: /tmp/git.PWqVyn/ +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.217 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.218 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.218 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.218 | 79734 | Added a new run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.218 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.220 | 79743 | Added a new run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.220 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.222 | 79747 | Added a new run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.222 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.222 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.223 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.224 | 79753 | Added a new run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.224 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.224 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.226 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.226 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.227 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.227 | 79762 | Added a new worker 18 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.227 | 78133 | Removed run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.227 | 78133 | Removed worker 18 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.227 | 78133 | Assigned run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.227 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.227 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.227 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ci8EKE +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.228 | 79758 | Added a new run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.228 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.228 | 78137 | Recursively removing directory: /tmp/git.C5yqW2/ +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.230 | 79760 | Added a new run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.230 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.230 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.230 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.232 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.232 | 79761 | Added a new run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.232 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.234 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.234 | 79763 | Added a new run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.234 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.235 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.236 | 79766 | Added a new run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.237 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.237 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.237 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.238 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.238 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.238 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.239 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.239 | 79774 | Added a new worker 19 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.239 | 78133 | Removed run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.239 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.239 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.240 | 78133 | Assigned run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.240 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZBebkX +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.240 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.241 | 79770 | Added a new run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.241 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.243 | 79773 | Added a new run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.243 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.246 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.247 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.245 | 79771 | Added a new run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.246 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.246 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.247 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.249 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.252 | 78134 | Recursively removing directory: /tmp/git.Ci8EKE/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.251 | 79756 | Marked run 81 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.252 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.253 | 79776 | Added a new run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.254 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.255 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.255 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.256 | 79783 | Added a new run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.256 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.256 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.258 | 78137 | Recursively removing directory: /tmp/git.ZBebkX/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.258 | 79788 | Added a new run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.259 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.259 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.259 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.259 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.260 | 79789 | Added a new run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.260 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.261 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.263 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.264 | 79768 | Marked run 82 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.264 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.264 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.264 | 79805 | Added a new worker 19 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.264 | 78133 | Removed run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.264 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.264 | 78133 | Assigned run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.264 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.264 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.264 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.264 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fp6H66 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.266 | 79797 | Added a new run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.266 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.268 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.268 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.268 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.268 | 79808 | Added a new worker 21 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.268 | 78133 | Removed run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.268 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.268 | 78133 | Assigned run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.268 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.269 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.saccwY +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.270 | 79800 | Added a new run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.270 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.272 | 79802 | Added a new run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.272 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.274 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.274 | 79804 | Added a new run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.274 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.274 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.275 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.276 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.277 | 79809 | Added a new run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.277 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.278 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.279 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.280 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.280 | 79801 | Marked run 83 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.281 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.281 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.282 | 79812 | Added a new run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.282 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.284 | 79814 | Added a new run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.285 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.285 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.285 | 78134 | Recursively removing directory: /tmp/git.fp6H66/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.286 | 79822 | Added a new run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.287 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.287 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.287 | 78134 | Process output: 415085 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.288 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.290 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.291 | 79806 | Marked run 84 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.291 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.291 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.292 | 78137 | Recursively removing directory: /tmp/git.saccwY/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.293 | 79825 | Added a new run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.293 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.294 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.294 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.295 | 79830 | Added a new run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.295 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.295 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.295 | 79840 | Added a new worker 10 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.296 | 78133 | Removed run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.296 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.296 | 78133 | Assigned run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.296 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.296 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.296 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vt7xqw +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.298 | 79836 | Added a new run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.298 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.299 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.300 | 79837 | Added a new run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.300 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.301 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.303 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.303 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.304 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.304 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.304 | 79849 | Added a new worker 21 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.304 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.304 | 78133 | Removed run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.304 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.304 | 78133 | Assigned run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.305 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sTWbXJ +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.305 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.305 | 79842 | Added a new run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.305 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.308 | 79847 | Added a new run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.308 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.308 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.311 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.313 | 79838 | Marked run 85 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.313 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.313 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.314 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.315 | 78134 | Recursively removing directory: /tmp/git.vt7xqw/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.316 | 79845 | Marked run 86 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.317 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.318 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.318 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.318 | 79844 | Added a new run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.318 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.320 | 79848 | Added a new run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.320 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.321 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.321 | 79853 | Added a new run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.322 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.322 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.324 | 79858 | Added a new run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.324 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.326 | 79868 | Added a new run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.326 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.326 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.326 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.327 | 79875 | Added a new worker 13 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.327 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.327 | 78133 | Removed run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.327 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.327 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.327 | 78133 | Assigned run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.327 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lAC2fZ +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.328 | 78137 | Recursively removing directory: /tmp/git.sTWbXJ/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.329 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.330 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.330 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.330 | 79873 | Added a new run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.331 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.332 | 79878 | Added a new run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.332 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.333 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.334 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.334 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.335 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.336 | 79877 | Added a new run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.336 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.337 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.338 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.338 | 79879 | Added a new run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.338 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.338 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.338 | 79887 | Added a new worker 6 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.338 | 78133 | Removed run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.338 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.338 | 78133 | Assigned run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.339 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XVGWp6 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.339 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.340 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.342 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.343 | 79871 | Marked run 87 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.343 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.345 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.345 | 79884 | Added a new run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.346 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.346 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.347 | 79888 | Added a new run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.348 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.349 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.349 | 79891 | Added a new run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.349 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.349 | 78134 | Recursively removing directory: /tmp/git.lAC2fZ/ +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.351 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.351 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.351 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.352 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.353 | 79894 | Added a new run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.353 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.355 | 79901 | Added a new run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.355 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.356 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.357 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.357 | 78137 | Recursively removing directory: /tmp/git.XVGWp6/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.357 | 79904 | Added a new run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.357 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.359 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.360 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.360 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.360 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.360 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.361 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.361 | 79917 | Added a new worker 21 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.361 | 78133 | Removed run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.361 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.361 | 78133 | Assigned run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.361 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.361 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FLZw8H +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.362 | 79882 | Marked run 88 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.362 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.363 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.363 | 79907 | Added a new run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.363 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.366 | 79913 | Added a new run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.367 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.367 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.367 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.367 | 79922 | Added a new worker 21 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.367 | 78133 | Removed run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.367 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.368 | 78133 | Assigned run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.368 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4IqLmn +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.368 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.368 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.368 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.368 | 79916 | Added a new run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.369 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.370 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.371 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.372 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.373 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.374 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.376 | 79912 | Marked run 89 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.376 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.378 | 79918 | Marked run 90 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.379 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.383 | 78137 | Recursively removing directory: /tmp/git.4IqLmn/ +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.383 | 78134 | Recursively removing directory: /tmp/git.FLZw8H/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.384 | 79915 | Added a new run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.385 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.385 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.385 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.386 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.386 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.386 | 79921 | Added a new run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.387 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.388 | 79926 | Added a new run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.388 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.389 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.389 | 79925 | Added a new run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.390 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.390 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.391 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.391 | 79943 | Added a new run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.392 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.393 | 79947 | Added a new run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.393 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.394 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.394 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.394 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.395 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.396 | 79951 | Added a new worker 19 to the queue +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.396 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.396 | 78133 | Removed run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.396 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.396 | 78133 | Assigned run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.396 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.396 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.396 | 79953 | Added a new worker 9 to the queue +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.396 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wqhZJy +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.397 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.397 | 78133 | Removed run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.397 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.397 | 78133 | Assigned run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.397 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mL3lAU +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.398 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.400 | 79949 | Added a new run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.401 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.401 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.403 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.403 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.403 | 79954 | Added a new run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.403 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.404 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.404 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.405 | 79952 | Added a new run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.406 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.407 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.408 | 79946 | Marked run 91 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.408 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.409 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.410 | 79957 | Added a new run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.411 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.412 | 79955 | Added a new run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.412 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.414 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.414 | 79963 | Added a new run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.414 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.416 | 78134 | Recursively removing directory: /tmp/git.wqhZJy/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.416 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.418 | 79944 | Marked run 92 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.418 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.418 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.418 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.419 | 78137 | Recursively removing directory: /tmp/git.mL3lAU/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.419 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.420 | 79966 | Added a new run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.420 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.421 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.421 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.422 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.422 | 79978 | Added a new run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.422 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.424 | 79980 | Added a new run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.424 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.425 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.425 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.425 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.425 | 79987 | Added a new worker 15 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.425 | 78133 | Removed run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.425 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.425 | 78133 | Assigned run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.425 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RLHOrX +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.426 | 79981 | Added a new run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.426 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.426 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.427 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.428 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.429 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.429 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.429 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.430 | 79991 | Added a new worker 19 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.430 | 78133 | Removed run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.430 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.430 | 78133 | Assigned run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.431 | 79988 | Added a new run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.432 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.432 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.431 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.432 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.431 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HpkaxF +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.436 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.436 | 79983 | Marked run 93 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.436 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.436 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.437 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.438 | 79989 | Added a new run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.438 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.438 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.439 | 79996 | Added a new run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.440 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.441 | 79990 | Added a new run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.441 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.444 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.444 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.445 | 79986 | Marked run 94 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.445 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.446 | 78134 | Recursively removing directory: /tmp/git.RLHOrX/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.447 | 80007 | Added a new run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.447 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.448 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.448 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.449 | 80002 | Added a new run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.449 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.450 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.451 | 80010 | Added a new run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.451 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.452 | 78137 | Recursively removing directory: /tmp/git.HpkaxF/ +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.452 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.453 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.453 | 80011 | Added a new run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.454 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.454 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.454 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.455 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.456 | 80018 | Added a new run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.457 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.456 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.457 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.458 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.458 | 80025 | Added a new worker 17 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.458 | 80021 | Added a new run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.458 | 78133 | Removed run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.458 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.458 | 78133 | Assigned run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.459 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.459 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.459 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.460 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.460 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jtksdi +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.460 | 80023 | Added a new run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.461 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.463 | 80026 | Added a new run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.463 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.463 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.464 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.464 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.464 | 80031 | Added a new worker 15 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.465 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.465 | 78133 | Removed run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.465 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.465 | 78133 | Assigned run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.465 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6tggvV +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.465 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.467 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.467 | 80019 | Marked run 95 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.468 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.469 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.469 | 80028 | Added a new run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.470 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.470 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.471 | 80034 | Added a new run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.472 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.472 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.472 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.473 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.474 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.476 | 80027 | Marked run 96 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.476 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.477 | 80033 | Added a new run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.478 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.479 | 80035 | Added a new run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.479 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.481 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.481 | 80038 | Added a new run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.481 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.483 | 80042 | Added a new run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.483 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.484 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.485 | 78134 | Recursively removing directory: /tmp/git.jtksdi/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.485 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.486 | 78137 | Recursively removing directory: /tmp/git.6tggvV/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.486 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.487 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.487 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.488 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.488 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.488 | 80056 | Added a new run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.488 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.490 | 80059 | Added a new run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.491 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.491 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.491 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.492 | 80060 | Added a new run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.492 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.492 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.493 | 80061 | Added a new run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.493 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.493 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.495 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.496 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.496 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.496 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.496 | 80071 | Added a new worker 21 to the queue +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.496 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.496 | 80072 | Added a new worker 22 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.497 | 78133 | Removed run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.497 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.497 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.497 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.497 | 78133 | Assigned run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.497 | 78133 | Removed run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.497 | 78133 | Removed worker 22 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.497 | 78133 | Assigned run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.497 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.a40r8C +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.497 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.497 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.F17YF6 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.498 | 80064 | Added a new run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.498 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.500 | 80068 | Added a new run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.500 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.502 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.503 | 80070 | Added a new run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.503 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.505 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.505 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.506 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.506 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.508 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.508 | 80066 | Marked run 97 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.508 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.508 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.509 | 80073 | Added a new run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.510 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.511 | 80076 | Added a new run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.512 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.513 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.515 | 80065 | Marked run 98 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.515 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.515 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.517 | 80078 | Added a new run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.518 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.519 | 78134 | Recursively removing directory: /tmp/git.F17YF6/ +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.519 | 78137 | Recursively removing directory: /tmp/git.a40r8C/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.520 | 80080 | Added a new run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.520 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.521 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.521 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.521 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.522 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.522 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.522 | 80092 | Added a new run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.523 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.524 | 80099 | Added a new run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.525 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.525 | 80097 | Added a new run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.525 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.526 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.526 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.526 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.528 | 80107 | Added a new run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.528 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.529 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.530 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.530 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.530 | 80106 | Added a new run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.532 | 80109 | Added a new run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.532 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.532 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.532 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.533 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.533 | 80111 | Added a new worker 18 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.533 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.533 | 80112 | Added a new worker 15 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.533 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.533 | 78133 | Removed run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.533 | 78133 | Removed worker 18 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.533 | 78133 | Assigned run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.533 | 78133 | Removed run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.533 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.533 | 78133 | Assigned run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.533 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1u9jW9 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.534 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1z4DG3 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.535 | 80113 | Added a new run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.535 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.536 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.538 | 80114 | Added a new run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.539 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.539 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.540 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.540 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.541 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.541 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.543 | 80103 | Marked run 100 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.543 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.544 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.545 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.547 | 80105 | Marked run 99 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.547 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.549 | 80116 | Added a new run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.549 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.550 | 78134 | Recursively removing directory: /tmp/git.1u9jW9/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.551 | 80118 | Added a new run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.551 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.552 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.553 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.553 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.553 | 80120 | Added a new run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.554 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.555 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.556 | 80121 | Added a new run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.557 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.557 | 78137 | Recursively removing directory: /tmp/git.1z4DG3/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.557 | 80135 | Added a new run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.558 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.558 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.558 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.559 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.559 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.561 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.561 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.561 | 80144 | Added a new run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.561 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.562 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.562 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.562 | 80147 | Added a new worker 17 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.562 | 78133 | Removed run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.562 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.562 | 78133 | Assigned run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.562 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.562 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Xy7jlA +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.563 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.563 | 80140 | Added a new run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.564 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.567 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.567 | 80145 | Added a new run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.567 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.567 | 80152 | Added a new worker 13 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.568 | 78133 | Removed run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.568 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.568 | 78133 | Assigned run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.568 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.567 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.569 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cAEXGG +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.570 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.570 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.571 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.572 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.574 | 80146 | Added a new run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.574 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.576 | 80151 | Added a new run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.576 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.577 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.577 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.579 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.579 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.579 | 80154 | Added a new run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.579 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.581 | 80155 | Added a new run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.581 | 80143 | Marked run 101 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.581 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.583 | 80163 | Added a new run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.583 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.584 | 78134 | Recursively removing directory: /tmp/git.Xy7jlA/ +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.585 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.585 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.586 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.586 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.587 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.590 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.591 | 80149 | Marked run 102 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.591 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.593 | 80167 | Added a new run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.593 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.593 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.593 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.593 | 80181 | Added a new worker 12 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.593 | 78133 | Removed run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.593 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.593 | 78133 | Assigned run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.594 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wuUSRc +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.594 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.595 | 78137 | Recursively removing directory: /tmp/git.cAEXGG/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.595 | 80173 | Added a new run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.596 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.597 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.597 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.597 | 80176 | Added a new run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.598 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.600 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.601 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.601 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.601 | 80177 | Added a new run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.602 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.602 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.603 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.604 | 80185 | Added a new run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.604 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.605 | 80186 | Added a new run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.605 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.606 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.606 | 80192 | Added a new worker 7 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.606 | 78133 | Removed run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.607 | 78133 | Removed worker 7 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.607 | 78133 | Assigned run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.607 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.607 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.607 | 80187 | Added a new run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.608 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.608 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.F85aJd +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.611 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.612 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.613 | 80180 | Marked run 103 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.613 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.615 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.616 | 78134 | Recursively removing directory: /tmp/git.wuUSRc/ +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.616 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.617 | 80188 | Marked run 104 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.617 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.618 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.618 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.618 | 80197 | Added a new run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.618 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.620 | 80195 | Added a new run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.620 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.621 | 80204 | Added a new run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.621 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.621 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.623 | 80203 | Added a new run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.623 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.624 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.624 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.625 | 80215 | Added a new run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.626 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.626 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.627 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.627 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.627 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.627 | 80211 | Added a new run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.628 | 80221 | Added a new worker 17 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.628 | 78133 | Removed run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.628 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.628 | 78133 | Assigned run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.628 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.85KWd7 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.628 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.630 | 80220 | Added a new run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.631 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.632 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.633 | 80222 | Added a new run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.633 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.635 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.636 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.637 | 78137 | Recursively removing directory: /tmp/git.F85aJd/ +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.637 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.638 | 80216 | Marked run 105 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.639 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.640 | 80224 | Added a new run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.640 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.640 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.641 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.642 | 80225 | Added a new run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.642 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.643 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.643 | 80228 | Added a new run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.643 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.644 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.645 | 80230 | Added a new run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.646 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.646 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.648 | 80235 | Added a new run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.648 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.648 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.648 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.649 | 80244 | Added a new worker 7 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.649 | 78133 | Removed run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.649 | 78133 | Removed worker 7 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.649 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.649 | 78133 | Assigned run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.650 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.650 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xFIqQe +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.651 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.651 | 78134 | Recursively removing directory: /tmp/git.85KWd7/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.652 | 80242 | Added a new run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.652 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.653 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.655 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.655 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.654 | 80246 | Added a new run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.655 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.655 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.656 | 80247 | Added a new run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.657 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.657 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.658 | 80250 | Added a new run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.658 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.659 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.659 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.659 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.660 | 80248 | Added a new run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.661 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.661 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.663 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.663 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.663 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.664 | 80262 | Added a new worker 19 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.664 | 78133 | Removed run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.664 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.664 | 78133 | Assigned run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.664 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QWOqYq +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.665 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.665 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.665 | 80239 | Marked run 106 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.665 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.668 | 80256 | Added a new run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.668 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.670 | 80257 | Added a new run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.670 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.671 | 78137 | Recursively removing directory: /tmp/git.xFIqQe/ +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.671 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.672 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.672 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.672 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.673 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.673 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.674 | 80261 | Added a new run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.674 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.676 | 80265 | Added a new run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.676 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.676 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.678 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.679 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.679 | 80255 | Marked run 107 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.680 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.681 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.681 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.681 | 80284 | Added a new worker 19 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.681 | 78133 | Removed run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.681 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.681 | 78133 | Assigned run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.682 | 80272 | Added a new run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.682 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.682 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AxwItd +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.683 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.684 | 80271 | Added a new run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.684 | 78134 | Recursively removing directory: /tmp/git.QWOqYq/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.684 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.686 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.687 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.687 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.686 | 80280 | Added a new run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.687 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.687 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.689 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.690 | 80283 | Added a new run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.690 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.691 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.692 | 80289 | Added a new run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.692 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.692 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.693 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.693 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.694 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.694 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.695 | 80296 | Added a new worker 19 to the queue +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.695 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2bTSGp +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.695 | 78133 | Removed run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.695 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.695 | 78133 | Assigned run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.696 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.696 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.705 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.707 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.707 | 80287 | Added a new run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.708 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.708 | 78137 | Recursively removing directory: /tmp/git.AxwItd/ +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.710 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.710 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.710 | 80290 | Added a new run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.710 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.712 | 80294 | Added a new run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.712 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.713 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.713 | 80297 | Added a new run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.713 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.714 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.715 | 80308 | Added a new run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.715 | 80276 | Marked run 108 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.715 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.717 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.717 | 80313 | Added a new run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.718 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.718 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.719 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.719 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.719 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.719 | 80323 | Added a new worker 19 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.719 | 78133 | Removed run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.719 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.719 | 78133 | Assigned run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.719 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.720 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RhT1wv +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.721 | 80291 | Marked run 109 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.721 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.723 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.723 | 80319 | Added a new run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.723 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.723 | 78134 | Recursively removing directory: /tmp/git.2bTSGp/ +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.725 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.726 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.726 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.726 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.726 | 80322 | Added a new run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.726 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.726 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.728 | 80320 | Added a new run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.728 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.730 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.730 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.731 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.731 | 80317 | Marked run 110 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.731 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.734 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.734 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.734 | 80337 | Added a new worker 6 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.734 | 80324 | Added a new run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.734 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.734 | 78133 | Removed run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.734 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.734 | 78133 | Assigned run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.735 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.735 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WJPipG +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.736 | 80326 | Added a new run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.737 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.738 | 80330 | Added a new run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.738 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.741 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.741 | 80333 | Added a new run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.741 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.742 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.742 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.743 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.743 | 78137 | Recursively removing directory: /tmp/git.RhT1wv/ +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.744 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.745 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.746 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.746 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.747 | 80332 | Marked run 111 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.747 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.748 | 80345 | Added a new run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.748 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.749 | 80343 | Added a new run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.750 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.750 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.751 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.751 | 80346 | Added a new run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.751 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.752 | 80348 | Added a new run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.753 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.753 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.754 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.754 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.755 | 80362 | Added a new worker 15 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.755 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.755 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.755 | 78133 | Removed run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.755 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.755 | 78133 | Assigned run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.756 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1qivoi +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.756 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.757 | 80357 | Added a new run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.757 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.758 | 80361 | Added a new run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.759 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.761 | 78134 | Recursively removing directory: /tmp/git.WJPipG/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.761 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.762 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.762 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.762 | 80363 | Added a new run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.762 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.763 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.765 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.765 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.765 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.768 | 80354 | Marked run 112 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.768 | 80367 | Added a new run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.769 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.770 | 80368 | Added a new run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.770 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.771 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.772 | 80371 | Added a new run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.772 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.772 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.772 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.772 | 80382 | Added a new worker 12 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.772 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.773 | 78133 | Removed run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.773 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.773 | 78133 | Assigned run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.773 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XGGO7N +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.775 | 80381 | Added a new run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.775 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.776 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.776 | 78137 | Recursively removing directory: /tmp/git.1qivoi/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.777 | 80364 | Added a new run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.778 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.778 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.778 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.779 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.780 | 80384 | Added a new run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.780 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.781 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.782 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.782 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.783 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.784 | 80377 | Marked run 113 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.784 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.785 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.785 | 80386 | Added a new run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.786 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.785 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.786 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.786 | 80396 | Added a new worker 17 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.786 | 78133 | Removed run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.786 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.786 | 78133 | Assigned run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.786 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.az9U4k +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.787 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.790 | 80392 | Added a new run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.790 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.792 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.793 | 80390 | Added a new run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.793 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.793 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.794 | 78134 | Recursively removing directory: /tmp/git.XGGO7N/ +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.794 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.795 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.795 | 80394 | Added a new run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.796 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.796 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.796 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.796 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.799 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.799 | 80391 | Marked run 114 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.799 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.800 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.800 | 80405 | Added a new run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.801 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.802 | 80403 | Added a new run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.802 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.803 | 80407 | Added a new run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.804 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.804 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.804 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.805 | 80410 | Added a new run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.805 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.806 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.806 | 80419 | Added a new worker 14 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.806 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.806 | 78133 | Removed run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.806 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.806 | 78133 | Assigned run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.807 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PtsQtf +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.809 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.809 | 80422 | Added a new run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.810 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.810 | 78137 | Recursively removing directory: /tmp/git.az9U4k/ +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.812 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.812 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.812 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.813 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.814 | 80420 | Added a new run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.814 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.815 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.816 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.817 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.816 | 80424 | Added a new run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.817 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.818 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.820 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.820 | 80434 | Added a new worker 19 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.820 | 78133 | Removed run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.820 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.820 | 78133 | Assigned run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.820 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.820 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2UbQZd +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.820 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.821 | 80412 | Marked run 115 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.821 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.821 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.823 | 80426 | Added a new run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.824 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.825 | 80427 | Added a new run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.825 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.827 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.827 | 80432 | Added a new run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.827 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.827 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.828 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.829 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.831 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.831 | 80429 | Marked run 116 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.831 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.832 | 78134 | Recursively removing directory: /tmp/git.PtsQtf/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.833 | 80436 | Added a new run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.833 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.834 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.834 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.836 | 80443 | Added a new run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.836 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.836 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.838 | 80445 | Added a new run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.838 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.839 | 80447 | Added a new run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.839 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.839 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.840 | 78137 | Recursively removing directory: /tmp/git.2UbQZd/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.841 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.842 | 80456 | Added a new run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.842 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.842 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.842 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.842 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.844 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.844 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.844 | 80464 | Added a new worker 17 to the queue +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.845 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZqBBgh +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.844 | 78133 | Removed run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.844 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.844 | 78133 | Assigned run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.846 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.846 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.846 | 80458 | Added a new run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.846 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.849 | 80461 | Added a new run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.849 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.850 | 80468 | Added a new worker 14 to the queue +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.850 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.850 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.851 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.851 | 78133 | Removed run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.851 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.851 | 78133 | Assigned run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.851 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.851 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.852 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hiV81M +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.852 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.853 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.855 | 80459 | Marked run 117 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.855 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.857 | 80462 | Added a new run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.857 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.859 | 80465 | Added a new run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.859 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.860 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.861 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.861 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.861 | 80470 | Added a new run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.862 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.863 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.864 | 80472 | Added a new run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.864 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.864 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.865 | 78134 | Recursively removing directory: /tmp/git.ZqBBgh/ +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.867 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.867 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.868 | 80466 | Marked run 118 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.868 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.868 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.871 | 80484 | Added a new run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.871 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.871 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.871 | 78137 | Recursively removing directory: /tmp/git.hiV81M/ +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.873 | 80486 | Added a new run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.874 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.874 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.874 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.875 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.875 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.875 | 80498 | Added a new worker 17 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.875 | 78133 | Removed run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.875 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.875 | 78133 | Assigned run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.875 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EZd0un +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.876 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.876 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.876 | 80493 | Added a new run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.876 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.878 | 80481 | Added a new run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.878 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.880 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.882 | 80497 | Added a new run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.882 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.882 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.883 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.884 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.884 | 80504 | Added a new worker 10 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.884 | 78133 | Removed run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.884 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.884 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.884 | 78133 | Assigned run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.885 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.885 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AIQ3nQ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.885 | 80499 | Added a new run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.885 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.886 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.888 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.889 | 80503 | Added a new run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.889 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.891 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.892 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.892 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.893 | 80494 | Marked run 119 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.894 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.895 | 80509 | Added a new run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.895 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.897 | 78134 | Recursively removing directory: /tmp/git.EZd0un/ +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.898 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.898 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.899 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.899 | 80501 | Marked run 120 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.899 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.901 | 80506 | Added a new run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.901 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.902 | 80510 | Added a new run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.903 | 78137 | Recursively removing directory: /tmp/git.AIQ3nQ/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.903 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.904 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.904 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.905 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.905 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.905 | 80516 | Added a new run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.905 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.906 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.906 | 80525 | Added a new run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.907 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.908 | 80530 | Added a new run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.908 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.909 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.909 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.909 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.909 | 80536 | Added a new worker 15 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.909 | 78133 | Removed run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.909 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.909 | 78133 | Assigned run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.909 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.909 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SK6tLN +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.911 | 80533 | Added a new run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.912 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.912 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.914 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.915 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.915 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.915 | 80542 | Added a new worker 20 to the queue +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.916 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.916 | 78133 | Removed run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.916 | 78133 | Removed worker 20 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.916 | 78133 | Assigned run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.916 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.916 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Jxn6AF +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.917 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.918 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.918 | 80540 | Added a new run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.919 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.921 | 80535 | Added a new run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.921 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.922 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.923 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.923 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.924 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.931 | 80531 | Marked run 121 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.931 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.934 | 78134 | Recursively removing directory: /tmp/git.SK6tLN/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.935 | 80538 | Marked run 122 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.935 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.937 | 80541 | Added a new run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.937 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.937 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.937 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.938 | 78137 | Recursively removing directory: /tmp/git.Jxn6AF/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.939 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.940 | 80544 | Added a new run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.940 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.940 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.940 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.941 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.941 | 80549 | Added a new run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.941 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.943 | 80555 | Added a new run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.943 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.943 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.944 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.945 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.945 | 80563 | Added a new run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.945 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.946 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.946 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.946 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.946 | 80572 | Added a new worker 19 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.946 | 78133 | Removed run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.946 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.946 | 78133 | Assigned run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.947 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.947 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZQWxx1 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.948 | 80570 | Added a new run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.948 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.949 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.950 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.950 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.950 | 80576 | Added a new worker 20 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.950 | 78133 | Removed run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.950 | 78133 | Removed worker 20 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.950 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.950 | 78133 | Assigned run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.950 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cXUw06 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.951 | 80567 | Added a new run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.951 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.955 | 80575 | Added a new run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.955 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.956 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.957 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.957 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.958 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.958 | 80573 | Added a new run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.958 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.958 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.959 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.960 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.961 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.962 | 80565 | Marked run 123 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.963 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.964 | 80579 | Added a new run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.964 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.967 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.968 | 80569 | Marked run 124 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.969 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.970 | 80583 | Added a new run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.970 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.971 | 78134 | Recursively removing directory: /tmp/git.ZQWxx1/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.972 | 80584 | Added a new run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.973 | 78137 | Recursively removing directory: /tmp/git.cXUw06/ +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.973 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.973 | 78134 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.973 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.974 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.974 | 80587 | Added a new run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.975 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.975 | 78137 | Process exit code: 0 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.975 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.976 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.976 | 80599 | Added a new run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.977 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.978 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.978 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.978 | 80602 | Added a new run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.979 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.979 | 80604 | Added a new run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.980 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.980 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.980 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.981 | 80606 | Added a new run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.982 | 78134 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.982 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.983 | 80611 | Added a new run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.983 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.984 | 78137 | Waiting for a new command +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.984 | 80612 | Added a new worker 6 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.984 | 78133 | Removed run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.984 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.984 | 78133 | Assigned run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.984 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cYOet9 +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.986 | 80615 | Added a new worker 6 to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.987 | 78133 | Removed run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.987 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.987 | 78133 | Assigned run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.987 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VVaeYC +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.988 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.988 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.988 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.988 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.989 | 78134 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78134/cimple-worker: 2024-01-28 10:56:18.990 | 78134 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.993 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.993 | 80617 | Added a new run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.993 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.994 | 78137 | Checking out revision HEAD +2024-01-28 10:56:18 | INFO | 78137/cimple-worker: 2024-01-28 10:56:18.995 | 78137 | Going to run: ./ci +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.995 | 80616 | Added a new run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.995 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:18 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:18 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.996 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.999 | 80607 | Marked run 125 as finished +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.999 | 78131 | Waiting for new connections +2024-01-28 10:56:18 | INFO | 78131/cimple-server: 2024-01-28 10:56:18.999 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.001 | 78134 | Recursively removing directory: /tmp/git.cYOet9/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.003 | 80609 | Marked run 126 as finished +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.003 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.003 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.003 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.005 | 80618 | Added a new run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.005 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.006 | 78137 | Recursively removing directory: /tmp/git.VVaeYC/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.007 | 80620 | Added a new run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.007 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.008 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.009 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.009 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.009 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.010 | 80628 | Added a new run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.010 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.011 | 80632 | Added a new run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.012 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.012 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.012 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.013 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.013 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.013 | 80645 | Added a new worker 19 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.013 | 78133 | Removed run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.013 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.013 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.013 | 78133 | Assigned run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.014 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nvXyPN +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.015 | 80642 | Added a new run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.016 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.017 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.017 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.017 | 80649 | Added a new worker 12 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.017 | 78133 | Removed run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.017 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.017 | 78133 | Assigned run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.018 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.018 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0w4CGg +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.019 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.019 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.020 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.020 | 80641 | Added a new run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.021 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.021 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.024 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.024 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.025 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.026 | 80640 | Marked run 127 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.026 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.030 | 80646 | Marked run 128 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.030 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.030 | 78134 | Recursively removing directory: /tmp/git.nvXyPN/ +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.032 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.032 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.032 | 80650 | Added a new run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.033 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.034 | 80647 | Added a new run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.035 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.035 | 78137 | Recursively removing directory: /tmp/git.0w4CGg/ +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.036 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.037 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.037 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.037 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.038 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.039 | 80651 | Added a new run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.039 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.039 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.039 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.040 | 80673 | Added a new worker 17 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.040 | 78133 | Removed run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.040 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.040 | 78133 | Assigned run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.040 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.O2c95j +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.041 | 80655 | Added a new run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.041 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.041 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.041 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.043 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.045 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.045 | 80678 | Added a new worker 19 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.045 | 78133 | Removed run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.045 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.045 | 78133 | Assigned run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.045 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.045 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.107ewO +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.046 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.046 | 80671 | Added a new run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.046 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.046 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.048 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.048 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.049 | 80672 | Added a new run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.049 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.049 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.052 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.052 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.054 | 80670 | Marked run 129 as finished +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.054 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.054 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.055 | 80676 | Added a new run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.056 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.057 | 80680 | Added a new run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.057 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.059 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.060 | 78134 | Recursively removing directory: /tmp/git.O2c95j/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.060 | 80675 | Marked run 130 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.061 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.061 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.062 | 80682 | Added a new run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.062 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.063 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.063 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.064 | 80685 | Added a new run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.064 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.065 | 80696 | Added a new run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.065 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.066 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.067 | 80699 | Added a new run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.067 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.067 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.068 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.069 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.070 | 78137 | Recursively removing directory: /tmp/git.107ewO/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.070 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.071 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.071 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.071 | 80704 | Added a new run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.071 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.072 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.072 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.072 | 80712 | Added a new worker 17 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.072 | 78133 | Removed run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.072 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.072 | 78133 | Assigned run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.072 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.073 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rIEpqZ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.073 | 80706 | Added a new run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.074 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.074 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.076 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.077 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.078 | 80709 | Added a new run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.079 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.079 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.079 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.080 | 80718 | Added a new worker 20 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.080 | 78133 | Removed run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.080 | 78133 | Removed worker 20 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.080 | 78133 | Assigned run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.080 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.081 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eWrmWQ +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.081 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.081 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.082 | 80710 | Added a new run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.082 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.082 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.085 | 80714 | Added a new run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.085 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.087 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.087 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.087 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.087 | 80716 | Added a new run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.088 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.088 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.089 | 80719 | Added a new run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.089 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.091 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.093 | 80708 | Marked run 131 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.093 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.093 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.094 | 80724 | Added a new run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.094 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.096 | 80727 | Added a new run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.097 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.099 | 78134 | Recursively removing directory: /tmp/git.rIEpqZ/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.100 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.101 | 80715 | Marked run 132 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.101 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.101 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.101 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.102 | 78137 | Recursively removing directory: /tmp/git.eWrmWQ/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.102 | 80735 | Added a new run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.102 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.104 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.104 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.104 | 80739 | Added a new run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.104 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.105 | 80743 | Added a new run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.105 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.106 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.106 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.108 | 80745 | Added a new run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.108 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.108 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.108 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.109 | 80748 | Added a new run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.109 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.111 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.111 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.111 | 80755 | Added a new worker 15 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.111 | 78133 | Removed run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.111 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.111 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.111 | 78133 | Assigned run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.111 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WkzoAU +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.112 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.113 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.113 | 80751 | Added a new run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.114 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.114 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.114 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.115 | 80757 | Added a new worker 17 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.115 | 78133 | Removed run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.115 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.115 | 78133 | Assigned run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.115 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.116 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rYCkdj +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.117 | 80756 | Added a new run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.117 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.117 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.119 | 80758 | Added a new run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.120 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.120 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.121 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.121 | 80759 | Added a new run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.121 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.121 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.122 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.123 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.124 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.125 | 80761 | Added a new run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.125 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.126 | 80764 | Added a new run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.127 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.129 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.129 | 80749 | Marked run 133 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.130 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.130 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.131 | 80768 | Added a new run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.131 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.134 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.134 | 80752 | Marked run 134 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.134 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.135 | 78137 | Recursively removing directory: /tmp/git.rYCkdj/ +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.136 | 78134 | Recursively removing directory: /tmp/git.WkzoAU/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.137 | 80770 | Added a new run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.137 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.137 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.137 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.139 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.139 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.139 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.139 | 80780 | Added a new run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.139 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.141 | 80781 | Added a new run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.142 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.142 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.142 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.143 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.143 | 80787 | Added a new run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.144 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.145 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.145 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.145 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.145 | 80789 | Added a new run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.146 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.146 | 80797 | Added a new worker 10 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.147 | 80793 | Added a new run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.148 | 78133 | Removed run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.148 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.148 | 78133 | Assigned run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.148 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.148 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.148 | 80799 | Added a new worker 17 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.148 | 78133 | Removed run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.148 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.148 | 78133 | Assigned run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.148 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.147 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.149 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.151 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pyPYkB +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.151 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2AppmU +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.152 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.153 | 80796 | Added a new run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.153 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.156 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.156 | 80801 | Added a new run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.156 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.157 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.158 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.159 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.159 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.160 | 80791 | Marked run 136 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.160 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.161 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.164 | 80794 | Marked run 135 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.164 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.166 | 80800 | Added a new run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.166 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.168 | 80803 | Added a new run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.168 | 78134 | Recursively removing directory: /tmp/git.pyPYkB/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.168 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.170 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.170 | 80805 | Added a new run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.170 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.171 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.171 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.171 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.173 | 80808 | Added a new run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.173 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.174 | 78137 | Recursively removing directory: /tmp/git.2AppmU/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.174 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.175 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.175 | 80824 | Added a new run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.176 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.176 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.176 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.177 | 80826 | Added a new run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.178 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.179 | 80828 | Added a new run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.179 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.180 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.180 | 80834 | Added a new worker 12 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.180 | 78133 | Removed run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.180 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.180 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.180 | 78133 | Assigned run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.180 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.180 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RewrIx +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.181 | 80835 | Added a new run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.181 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.183 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.184 | 80830 | Added a new run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.184 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.185 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.185 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.185 | 80840 | Added a new worker 13 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.185 | 78133 | Removed run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.185 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.185 | 78133 | Assigned run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.186 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nOfjbw +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.185 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.187 | 80838 | Added a new run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.186 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.187 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.188 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.188 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.190 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.191 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.192 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.193 | 80845 | Added a new run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.193 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.193 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.195 | 80844 | Added a new run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.195 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.195 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.198 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.200 | 80829 | Marked run 138 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.200 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.201 | 78134 | Recursively removing directory: /tmp/git.RewrIx/ +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.203 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.203 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.204 | 80836 | Marked run 137 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.204 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.205 | 78137 | Recursively removing directory: /tmp/git.nOfjbw/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.206 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.206 | 80843 | Added a new run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.206 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.206 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.206 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.208 | 80846 | Added a new run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.208 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.210 | 80851 | Added a new run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.211 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.211 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.211 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.210 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.213 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.213 | 80859 | Added a new run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.213 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.213 | 80867 | Added a new worker 13 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.213 | 78133 | Removed run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.213 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.213 | 78133 | Assigned run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.213 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.213 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.H8Fkr1 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.215 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.215 | 80873 | Added a new worker 13 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.215 | 78133 | Removed run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.215 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.215 | 78133 | Assigned run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.215 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.215 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.215 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.215 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.69WgFU +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.216 | 80869 | Added a new run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.217 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.219 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.219 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.221 | 80864 | Marked run 139 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.221 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.221 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.222 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.223 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.223 | 80871 | Added a new run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.224 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.224 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.225 | 80874 | Added a new run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.225 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.227 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.229 | 80868 | Marked run 140 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.229 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.229 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.230 | 80876 | Added a new run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.231 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.233 | 80877 | Added a new run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.234 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.235 | 80884 | Added a new run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.235 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.235 | 78137 | Recursively removing directory: /tmp/git.69WgFU/ +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.236 | 78134 | Recursively removing directory: /tmp/git.H8Fkr1/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.237 | 80890 | Added a new run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.238 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.238 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.238 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.238 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.238 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.238 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.239 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.241 | 80897 | Added a new run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.241 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.241 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.242 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.242 | 80902 | Added a new run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.243 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.244 | 80901 | Added a new run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.244 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.245 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.245 | 80903 | Added a new run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.245 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.246 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.246 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.247 | 80909 | Added a new run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.247 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.248 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.248 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.248 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.248 | 80911 | Added a new worker 14 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.249 | 78133 | Removed run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.249 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.249 | 78133 | Assigned run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.249 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.249 | 80914 | Added a new worker 9 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.249 | 78133 | Removed run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.249 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.249 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.249 | 78133 | Assigned run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.250 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HbwC51 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.251 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rwuc4q +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.251 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.253 | 80915 | Added a new run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.253 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.255 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.256 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.257 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.257 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.257 | 80916 | Added a new run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.258 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.258 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.259 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.259 | 80912 | Added a new run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.260 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.262 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.265 | 80906 | Marked run 141 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.266 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.267 | 80918 | Added a new run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.268 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.269 | 78134 | Recursively removing directory: /tmp/git.HbwC51/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.270 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.270 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.270 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.270 | 78137 | Recursively removing directory: /tmp/git.rwuc4q/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.271 | 80905 | Marked run 142 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.272 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.273 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.273 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.273 | 80920 | Added a new run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.274 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.275 | 80923 | Added a new run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.275 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.276 | 80930 | Added a new run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.277 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.277 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.277 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.277 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.278 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.278 | 80945 | Added a new worker 17 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.278 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.278 | 78133 | Removed run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.278 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.278 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.278 | 78133 | Assigned run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.278 | 80939 | Added a new run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.278 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.279 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4jmyvg +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.281 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.281 | 80943 | Added a new run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.281 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.282 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.282 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.282 | 80951 | Added a new worker 13 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.283 | 78133 | Removed run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.283 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.283 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.283 | 78133 | Assigned run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.283 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.283 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.D394yP +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.284 | 80947 | Added a new run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.285 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.286 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.286 | 80949 | Added a new run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.287 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.288 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.289 | 80952 | Added a new run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.289 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.290 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.291 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.291 | 80954 | Added a new run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.291 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.292 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.292 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.293 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.293 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.295 | 80940 | Marked run 144 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.295 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.298 | 80946 | Marked run 143 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.298 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.300 | 80956 | Added a new run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.300 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.302 | 80964 | Added a new run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.302 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.303 | 78137 | Recursively removing directory: /tmp/git.D394yP/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.304 | 80961 | Added a new run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.304 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.305 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.305 | 78134 | Recursively removing directory: /tmp/git.4jmyvg/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.306 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.306 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.306 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.306 | 80960 | Added a new run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.307 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.307 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.307 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.308 | 80979 | Added a new run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.309 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.309 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.311 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.311 | 80980 | Added a new run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.311 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.311 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.312 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.313 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.313 | 80982 | Added a new run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.313 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.314 | 80987 | Added a new run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.315 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.315 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.316 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.316 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.316 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.317 | 80991 | Added a new worker 19 to the queue +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.316 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.317 | 80988 | Added a new run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.317 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.318 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.318 | 80993 | Added a new worker 6 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.318 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.318 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.318 | 78133 | Removed run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.318 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.318 | 78133 | Assigned run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.318 | 78133 | Removed run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.318 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.318 | 78133 | Assigned run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.319 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.stNyWN +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.321 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.321 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1MblTr +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.323 | 80992 | Added a new run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.324 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.324 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.325 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.326 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.327 | 80984 | Marked run 146 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.328 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.328 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.329 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.331 | 80986 | Marked run 145 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.331 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.333 | 80994 | Added a new run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.333 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.334 | 80995 | Added a new run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.335 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.336 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.337 | 80997 | Added a new run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.337 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.338 | 78137 | Recursively removing directory: /tmp/git.stNyWN/ +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.338 | 81000 | Added a new run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.339 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.339 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.340 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.340 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.340 | 81016 | Added a new run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.341 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.342 | 78134 | Recursively removing directory: /tmp/git.1MblTr/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.343 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.343 | 81018 | Added a new run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.344 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.344 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.344 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.345 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.345 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.345 | 81020 | Added a new run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.346 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.347 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.347 | 81022 | Added a new run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.347 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.349 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.349 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.349 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.349 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.349 | 81030 | Added a new worker 19 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.349 | 78133 | Removed run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.349 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.349 | 78133 | Assigned run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.349 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c0a5QV +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.350 | 81025 | Added a new run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.350 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.350 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.351 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.352 | 81027 | Added a new run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.353 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.354 | 81029 | Added a new run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.354 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.356 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.356 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.356 | 81037 | Added a new worker 12 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.356 | 78133 | Removed run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.356 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.356 | 78133 | Assigned run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.357 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.357 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DzNqGX +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.357 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.358 | 81033 | Added a new run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.358 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.358 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.359 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.361 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.363 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.364 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.366 | 81034 | Added a new run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.366 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.368 | 81038 | Added a new run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.368 | 81024 | Marked run 147 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.368 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.369 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.371 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.371 | 81031 | Marked run 148 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.371 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.372 | 78137 | Recursively removing directory: /tmp/git.c0a5QV/ +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.374 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.374 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.374 | 78134 | Recursively removing directory: /tmp/git.DzNqGX/ +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.375 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.375 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.376 | 81040 | Added a new run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.376 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.377 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.378 | 81042 | Added a new run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.378 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.379 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.379 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.380 | 81054 | Added a new run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.380 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.381 | 81059 | Added a new run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.382 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.382 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.383 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.383 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.383 | 81066 | Added a new worker 17 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.383 | 78133 | Removed run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.383 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.383 | 78133 | Assigned run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.383 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.383 | 81063 | Added a new run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.383 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.384 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.383 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kWqLJB +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.385 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.387 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.387 | 81068 | Added a new worker 19 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.387 | 78133 | Removed run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.387 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.387 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.387 | 78133 | Assigned run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.388 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gc7va2 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.389 | 81069 | Added a new run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.390 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.391 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.392 | 81071 | Added a new run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.392 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.392 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.393 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.394 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.395 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.395 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.396 | 81061 | Marked run 149 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.396 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.397 | 81072 | Added a new run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.397 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.400 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.401 | 81064 | Marked run 150 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.401 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.403 | 81073 | Added a new run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.403 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.405 | 78134 | Recursively removing directory: /tmp/git.gc7va2/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.406 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.406 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.406 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.407 | 78137 | Recursively removing directory: /tmp/git.kWqLJB/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.407 | 81077 | Added a new run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.407 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.409 | 81078 | Added a new run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.410 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.410 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.410 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.409 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.409 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.412 | 81093 | Added a new run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.412 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.412 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.413 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.413 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.413 | 81102 | Added a new worker 17 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.413 | 78133 | Removed run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.413 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.413 | 78133 | Assigned run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.414 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MhgOy8 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.414 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.415 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.415 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.415 | 81099 | Added a new run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.416 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.418 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.418 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.419 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.419 | 81107 | Added a new worker 22 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.419 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.419 | 78133 | Removed run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.419 | 78133 | Removed worker 22 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.419 | 78133 | Assigned run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.419 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xPTlQc +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.420 | 81095 | Added a new run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.421 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.421 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.422 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.424 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.424 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.425 | 81098 | Marked run 152 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.425 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.426 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.427 | 81101 | Added a new run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.427 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.429 | 81104 | Added a new run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.429 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.430 | 81106 | Added a new run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.431 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.432 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.434 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.435 | 81103 | Marked run 151 as finished +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.435 | 78134 | Recursively removing directory: /tmp/git.MhgOy8/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.435 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.437 | 81110 | Added a new run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.437 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.437 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.437 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.438 | 78137 | Recursively removing directory: /tmp/git.xPTlQc/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.439 | 81122 | Added a new run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.439 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.440 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.440 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.441 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.441 | 81124 | Added a new run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.441 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.442 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.443 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.443 | 81129 | Added a new run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.443 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.444 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.445 | 81132 | Added a new run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.445 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.446 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.446 | 81139 | Added a new worker 15 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.446 | 78133 | Removed run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.446 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.446 | 78133 | Assigned run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.446 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.446 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OWBIsB +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.446 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.447 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.447 | 81135 | Added a new run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.448 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.449 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.448 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.449 | 81143 | Added a new worker 18 to the queue +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.451 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R2ehNB +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.451 | 78133 | Removed run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.451 | 78133 | Removed worker 18 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.451 | 78133 | Assigned run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.451 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.451 | 81140 | Added a new run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.452 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.452 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.453 | 81141 | Added a new run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.453 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.455 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.454 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.454 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.457 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.458 | 81145 | Added a new run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.458 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.458 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.460 | 81148 | Added a new run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.460 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.460 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.462 | 81150 | Added a new run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.462 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.463 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.463 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.465 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.466 | 81137 | Marked run 154 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.466 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.469 | 81134 | Marked run 153 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.470 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.470 | 78134 | Recursively removing directory: /tmp/git.OWBIsB/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.471 | 81144 | Added a new run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.471 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.471 | 78137 | Recursively removing directory: /tmp/git.R2ehNB/ +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.472 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.472 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.473 | 81160 | Added a new run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.474 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.473 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.473 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.474 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.475 | 81159 | Added a new run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.475 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.477 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.477 | 81165 | Added a new run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.477 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.479 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.479 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.479 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.479 | 81171 | Added a new run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.479 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.481 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.481 | 81178 | Added a new run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.483 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.483 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.483 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.483 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.483 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.483 | 81181 | Added a new worker 21 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.484 | 78133 | Removed run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.484 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.484 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.484 | 78133 | Assigned run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.484 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4cfkTY +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.485 | 81184 | Added a new worker 9 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.485 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.485 | 78133 | Removed run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.485 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.486 | 78133 | Assigned run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.486 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8eKyCb +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.486 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.488 | 81177 | Added a new run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.488 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.491 | 81182 | Added a new run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.491 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.492 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.493 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.493 | 81183 | Added a new run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.493 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.494 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.494 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.495 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.495 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.495 | 81185 | Added a new run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.495 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.496 | 81188 | Added a new run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.497 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.497 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.498 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.500 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.500 | 81174 | Marked run 155 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.501 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.502 | 81189 | Added a new run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.502 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.504 | 81203 | Added a new run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.505 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.505 | 78134 | Recursively removing directory: /tmp/git.4cfkTY/ +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.507 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.507 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.508 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.508 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.509 | 78137 | Recursively removing directory: /tmp/git.8eKyCb/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.509 | 81176 | Marked run 156 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.509 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.511 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.511 | 81197 | Added a new run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.511 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.511 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.511 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.512 | 81194 | Added a new run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.513 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.514 | 81212 | Added a new run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.514 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.514 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.514 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.515 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.516 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.516 | 81213 | Added a new run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.517 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.517 | 81217 | Added a new worker 13 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.517 | 78133 | Removed run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.517 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.517 | 78133 | Assigned run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.517 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.517 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.517 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qsiWFY +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.520 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.520 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.520 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.521 | 81214 | Marked run 157 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.521 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.521 | 81224 | Added a new worker 11 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.521 | 78133 | Removed run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.521 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.521 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.521 | 78133 | Assigned run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.521 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.waqwnL +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.522 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.523 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.524 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.526 | 81219 | Added a new run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.526 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.528 | 81221 | Added a new run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.528 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.529 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.529 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.529 | 81225 | Added a new run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.530 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.530 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.531 | 81223 | Added a new run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.531 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.533 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.534 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.534 | 81218 | Marked run 158 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.534 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.534 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.536 | 81233 | Added a new run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.536 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.538 | 78134 | Recursively removing directory: /tmp/git.qsiWFY/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.538 | 81241 | Added a new run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.539 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.539 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.540 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.540 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.540 | 81239 | Added a new run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.541 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.542 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.543 | 81242 | Added a new run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.543 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.544 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.545 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.546 | 81250 | Added a new run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.546 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.546 | 78137 | Recursively removing directory: /tmp/git.waqwnL/ +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.547 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.548 | 81252 | Added a new run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.548 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.549 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.549 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.549 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.550 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.550 | 81259 | Added a new worker 17 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.550 | 78133 | Removed run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.550 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.550 | 78133 | Assigned run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.550 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.550 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.550 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Gk4Ais +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.551 | 81255 | Added a new run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.551 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.552 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.553 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.555 | 81257 | Added a new run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.555 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.556 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.556 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.556 | 81264 | Added a new worker 17 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.556 | 78133 | Removed run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.556 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.556 | 78133 | Assigned run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.557 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2i6YBh +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.557 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.557 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.558 | 81260 | Added a new run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.559 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.559 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.559 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.560 | 81262 | Added a new run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.560 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.562 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.562 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.563 | 81268 | Added a new run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.564 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.565 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.565 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.566 | 81270 | Added a new run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.566 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.566 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.568 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.569 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.569 | 81254 | Marked run 159 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.569 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.572 | 81263 | Marked run 160 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.573 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.573 | 78134 | Recursively removing directory: /tmp/git.Gk4Ais/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.574 | 81271 | Added a new run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.574 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.576 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.576 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.576 | 81275 | Added a new run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.576 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.577 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.578 | 81280 | Added a new run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.578 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.579 | 78137 | Recursively removing directory: /tmp/git.2i6YBh/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.580 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.580 | 81281 | Added a new run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.581 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.581 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.581 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.581 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.583 | 81292 | Added a new run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.583 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.583 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.585 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.585 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.585 | 81300 | Added a new worker 17 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.585 | 81294 | Added a new run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.585 | 78133 | Removed run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.585 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.585 | 78133 | Assigned run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.585 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.586 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3u0wLY +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.587 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.589 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.589 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.590 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.590 | 81304 | Added a new worker 21 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.590 | 78133 | Removed run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.590 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.590 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.590 | 78133 | Assigned run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.590 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Jqa5jj +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.591 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.591 | 81297 | Added a new run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.592 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.592 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.593 | 81298 | Added a new run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.594 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.596 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.597 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.597 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.597 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.604 | 78134 | Recursively removing directory: /tmp/git.3u0wLY/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.605 | 81296 | Marked run 161 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.605 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.606 | 78137 | Recursively removing directory: /tmp/git.Jqa5jj/ +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.606 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.606 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.607 | 81302 | Added a new run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.607 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.609 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.609 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.609 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.611 | 81301 | Marked run 162 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.611 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.611 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.612 | 81305 | Added a new run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.612 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.613 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.614 | 81310 | Added a new run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.614 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.615 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.615 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.615 | 81330 | Added a new worker 17 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.615 | 78133 | Removed run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.615 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.616 | 78133 | Assigned run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.616 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.616 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YFjJIT +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.617 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.617 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.618 | 81311 | Added a new run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.618 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.618 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.618 | 81332 | Added a new worker 19 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.618 | 78133 | Removed run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.618 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.618 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.618 | 78133 | Assigned run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.618 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ne55Yj +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.621 | 81325 | Added a new run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.621 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.623 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.624 | 81333 | Added a new run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.624 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.624 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.625 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.626 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.628 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.629 | 81326 | Marked run 163 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.629 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.629 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.630 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.631 | 81331 | Added a new run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.631 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.634 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.634 | 78134 | Recursively removing directory: /tmp/git.YFjJIT/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.634 | 81328 | Marked run 164 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.635 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.636 | 81342 | Added a new run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.637 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.637 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.637 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.638 | 81339 | Added a new run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.639 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.640 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.641 | 81338 | Added a new run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.641 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.642 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.642 | 81350 | Added a new run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.643 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.643 | 78137 | Recursively removing directory: /tmp/git.ne55Yj/ +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.644 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.644 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.643 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.645 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.645 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.646 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.646 | 81364 | Added a new worker 19 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.646 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.647 | 81362 | Added a new run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.647 | 78133 | Removed run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.647 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.647 | 78133 | Assigned run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.647 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.647 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gXnjXJ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.647 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.649 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.650 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.650 | 81358 | Added a new run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.651 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.652 | 81363 | Added a new run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.652 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.653 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.654 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.654 | 81371 | Added a new worker 12 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.654 | 78133 | Removed run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.654 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.654 | 78133 | Assigned run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.654 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.654 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.654 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DWqFFj +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.654 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.656 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.657 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.658 | 81360 | Marked run 165 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.658 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.659 | 81365 | Added a new run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.660 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.661 | 81368 | Added a new run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.661 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.662 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.663 | 81372 | Added a new run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.663 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.663 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.664 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.664 | 81374 | Added a new run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.665 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.666 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.667 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.667 | 81385 | Added a new run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.668 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.669 | 78134 | Recursively removing directory: /tmp/git.gXnjXJ/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.670 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.671 | 81367 | Marked run 166 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.671 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.671 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.671 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.672 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.672 | 81388 | Added a new run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.672 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.674 | 81387 | Added a new run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.674 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.675 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.676 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.676 | 81393 | Added a new run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.676 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.678 | 81397 | Added a new run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.678 | 78137 | Recursively removing directory: /tmp/git.DWqFFj/ +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.679 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.679 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.679 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.679 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.680 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.680 | 81405 | Added a new worker 17 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.680 | 78133 | Removed run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.680 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.680 | 78133 | Assigned run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.680 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.679 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.680 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dCXYNM +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.683 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.683 | 81401 | Added a new run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.683 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.685 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.686 | 81404 | Added a new run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.686 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.686 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.688 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.688 | 81406 | Added a new run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.688 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.688 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.689 | 81400 | Marked run 167 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.689 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.689 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.689 | 81414 | Added a new worker 13 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.689 | 78133 | Removed run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.689 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.689 | 78133 | Assigned run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.689 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.690 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8mO8M3 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.690 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.691 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.693 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.693 | 81407 | Added a new run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.695 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.696 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.696 | 81412 | Added a new run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.697 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.697 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.698 | 81415 | Added a new run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.698 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.699 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.701 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.701 | 81409 | Marked run 168 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.701 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.701 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.703 | 81416 | Added a new run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.703 | 78134 | Recursively removing directory: /tmp/git.dCXYNM/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.703 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.704 | 81427 | Added a new run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.705 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.705 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.705 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.706 | 81428 | Added a new run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.707 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.708 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.708 | 81430 | Added a new run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.708 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.710 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.710 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.711 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.712 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.712 | 78137 | Recursively removing directory: /tmp/git.8mO8M3/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.713 | 81439 | Added a new run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.713 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.714 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.714 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.714 | 81446 | Added a new worker 18 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.714 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.714 | 78133 | Removed run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.714 | 78133 | Removed worker 18 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.714 | 78133 | Assigned run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.715 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.W0vr7k +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.715 | 81441 | Added a new run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.715 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.715 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.715 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.718 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.718 | 81444 | Added a new run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.719 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.719 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.720 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.720 | 81443 | Added a new run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.721 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.722 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.722 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.723 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.723 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.723 | 81454 | Added a new worker 19 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.723 | 78133 | Removed run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.723 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.723 | 78133 | Assigned run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.723 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c5n1Bp +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.723 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.724 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.725 | 81442 | Marked run 169 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.725 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.726 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.727 | 81451 | Added a new run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.727 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.729 | 81448 | Added a new run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.729 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.729 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.730 | 81453 | Added a new run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.730 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.731 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.733 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.734 | 81449 | Marked run 170 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.734 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.734 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.735 | 81456 | Added a new run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.735 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.737 | 81461 | Added a new run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.737 | 78134 | Recursively removing directory: /tmp/git.W0vr7k/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.737 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.739 | 81468 | Added a new run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.739 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.739 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.740 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.740 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.740 | 81469 | Added a new run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.741 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.742 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.742 | 81476 | Added a new run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.742 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.745 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.745 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.745 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.746 | 81481 | Added a new run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.746 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.747 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.748 | 78137 | Recursively removing directory: /tmp/git.c5n1Bp/ +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.749 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.749 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.749 | 81488 | Added a new worker 16 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.749 | 78133 | Removed run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.749 | 78133 | Removed worker 16 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.749 | 78133 | Assigned run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.749 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UUJgzB +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.749 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.750 | 81483 | Added a new run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.751 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.751 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.750 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.750 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.753 | 81485 | Added a new run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.753 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.754 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.755 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.756 | 81490 | Added a new run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.756 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.756 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.757 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.758 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.758 | 81487 | Added a new run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.759 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.760 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.760 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.760 | 81499 | Added a new worker 19 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.760 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.760 | 78133 | Removed run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.760 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.760 | 78133 | Assigned run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.761 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PYWbKT +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.761 | 81492 | Added a new run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.761 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.763 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.764 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.766 | 81484 | Marked run 171 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.766 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.768 | 81497 | Added a new run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.768 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.768 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.769 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.770 | 81495 | Added a new run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.771 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.770 | 78134 | Recursively removing directory: /tmp/git.UUJgzB/ +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.771 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.773 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.773 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.774 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.775 | 81493 | Marked run 172 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.775 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.776 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.777 | 81502 | Added a new run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.777 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.778 | 81504 | Added a new run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.779 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.780 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.780 | 81512 | Added a new run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.780 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.781 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.781 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.782 | 81524 | Added a new worker 11 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.782 | 78133 | Removed run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.782 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.782 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.782 | 78133 | Assigned run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.782 | 81515 | Added a new run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.782 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jVQyZh +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.783 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.784 | 78137 | Recursively removing directory: /tmp/git.PYWbKT/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.784 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.785 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.785 | 81523 | Added a new run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.785 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.787 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.787 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.788 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.789 | 81527 | Added a new run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.789 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.789 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.790 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.790 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.791 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.792 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.793 | 81518 | Marked run 173 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.793 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.794 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.794 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.794 | 81537 | Added a new worker 19 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.794 | 81528 | Added a new run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.795 | 78133 | Removed run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.795 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.795 | 78133 | Assigned run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.795 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.796 | 81530 | Added a new run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.795 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4U0CFA +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.796 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.798 | 81531 | Added a new run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.798 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.799 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.800 | 81535 | Added a new run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.801 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.801 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.802 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.803 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.803 | 81546 | Added a new run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.803 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.803 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.804 | 81547 | Added a new run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.805 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.806 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.806 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.807 | 81549 | Added a new run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.807 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.808 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.810 | 78134 | Recursively removing directory: /tmp/git.jVQyZh/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.811 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.812 | 81534 | Marked run 174 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.812 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.812 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.812 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.813 | 81553 | Added a new run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.814 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.815 | 81554 | Added a new run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.815 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.815 | 78137 | Recursively removing directory: /tmp/git.4U0CFA/ +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.816 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.817 | 81558 | Added a new run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.817 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.817 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.817 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.818 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.818 | 81563 | Added a new run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.819 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.820 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.820 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.820 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.821 | 81571 | Added a new worker 15 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.821 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.822 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.822 | 78133 | Removed run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.822 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.822 | 78133 | Assigned run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.822 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uV9ViE +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.823 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.823 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.825 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.825 | 81575 | Added a new worker 22 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.825 | 78133 | Removed run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.825 | 78133 | Removed worker 22 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.825 | 78133 | Assigned run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.825 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.825 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.826 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hJ0HW3 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.827 | 81570 | Added a new run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.828 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.829 | 81568 | Added a new run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.830 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.832 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.832 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.833 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.833 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.833 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.833 | 81566 | Marked run 175 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.834 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.834 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.837 | 81572 | Marked run 176 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.837 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.838 | 81573 | Added a new run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.838 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.840 | 81574 | Added a new run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.840 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.841 | 81578 | Added a new run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.842 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.843 | 81579 | Added a new run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.843 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.844 | 78137 | Recursively removing directory: /tmp/git.hJ0HW3/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.844 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.844 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.846 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.846 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.846 | 81598 | Added a new run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.847 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.848 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.848 | 78134 | Recursively removing directory: /tmp/git.uV9ViE/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.849 | 81599 | Added a new run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.849 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.850 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.851 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.851 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.851 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.852 | 81601 | Added a new run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.852 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.854 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.854 | 81600 | Added a new run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.854 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.855 | 81608 | Added a new worker 12 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.855 | 78133 | Removed run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.855 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.855 | 78133 | Assigned run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.855 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.856 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.856 | 81605 | Added a new run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.856 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.856 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oqbNJr +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.856 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.859 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.860 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.860 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.860 | 81614 | Added a new worker 19 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.860 | 78133 | Removed run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.860 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.860 | 78133 | Assigned run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.860 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.861 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BDcfom +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.861 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.862 | 81610 | Added a new run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.863 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.863 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.864 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.865 | 81606 | Added a new run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.867 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.866 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.868 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.868 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.868 | 81613 | Added a new run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.869 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.870 | 81615 | Added a new run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.870 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.871 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.872 | 81620 | Added a new run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.872 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.873 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.876 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.876 | 81604 | Marked run 178 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.876 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.877 | 81630 | Added a new run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.878 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.879 | 78137 | Recursively removing directory: /tmp/git.oqbNJr/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.880 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.881 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.881 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.881 | 81612 | Marked run 177 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.881 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.882 | 78134 | Recursively removing directory: /tmp/git.BDcfom/ +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.884 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.884 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.884 | 81632 | Added a new run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.885 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.886 | 81631 | Added a new run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.887 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.887 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.888 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.888 | 81639 | Added a new run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.888 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.889 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.889 | 81646 | Added a new worker 17 to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.889 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZpfJhI +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.889 | 78133 | Removed run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.889 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.889 | 78133 | Assigned run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.890 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.890 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.891 | 81641 | Added a new run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.892 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.893 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.893 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.894 | 81652 | Added a new worker 14 to the queue +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.894 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.895 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.895 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.895 | 78133 | Removed run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.895 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.895 | 78133 | Assigned run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.895 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rwUOQX +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.896 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.900 | 81642 | Marked run 179 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.900 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.901 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.902 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.903 | 81647 | Marked run 180 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.904 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.905 | 81645 | Added a new run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.905 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.906 | 78137 | Recursively removing directory: /tmp/git.ZpfJhI/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.908 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.908 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.908 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.908 | 81650 | Added a new run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.908 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.909 | 81649 | Added a new run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.910 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.911 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.912 | 81653 | Added a new run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.912 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.913 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.913 | 78134 | Recursively removing directory: /tmp/git.rwUOQX/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.914 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.914 | 81669 | Added a new run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.914 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.916 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.916 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.916 | 81672 | Added a new run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.916 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.917 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.918 | 81674 | Added a new run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.918 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.918 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.919 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.919 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.920 | 81681 | Added a new worker 17 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.920 | 78133 | Removed run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.920 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.920 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.920 | 78133 | Assigned run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.920 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fqHi13 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.921 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.921 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.922 | 81677 | Added a new run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.923 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.925 | 81682 | Added a new run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.925 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.925 | 81686 | Added a new worker 9 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.925 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.925 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.926 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.u3OBUK +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.925 | 78133 | Removed run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.925 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.925 | 78133 | Assigned run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.928 | 81679 | Added a new run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.928 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.928 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.929 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.929 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.930 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.932 | 81684 | Added a new run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.932 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.933 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.934 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.934 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.937 | 81675 | Marked run 181 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.937 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.939 | 81690 | Added a new run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.939 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.941 | 81691 | Added a new run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.941 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.942 | 78137 | Recursively removing directory: /tmp/git.fqHi13/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.943 | 81692 | Added a new run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.943 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.945 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.944 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.944 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.946 | 78134 | Recursively removing directory: /tmp/git.u3OBUK/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.947 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.947 | 81683 | Marked run 182 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.947 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.948 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.948 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.948 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.949 | 81696 | Added a new run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.949 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.950 | 81712 | Added a new run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.950 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.951 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.951 | 81710 | Added a new run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.952 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.952 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.952 | 81713 | Added a new run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.952 | 81717 | Added a new worker 6 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.952 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.952 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.953 | 78133 | Removed run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.953 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.953 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.953 | 78133 | Assigned run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.955 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.955 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yLCjQx +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.955 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.957 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.957 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.958 | 81723 | Added a new worker 19 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.958 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.958 | 78133 | Removed run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.958 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.958 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.958 | 78133 | Assigned run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.958 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kHPm96 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.962 | 81714 | Marked run 183 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.962 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.963 | 81721 | Added a new run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.963 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.964 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.964 | 81722 | Added a new run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.965 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.965 | 78134 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.965 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.966 | 81724 | Added a new run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.966 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.966 | 78134 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.967 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.968 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.970 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.970 | 81719 | Marked run 184 as finished +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.970 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.971 | 81725 | Added a new run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.971 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.972 | 81732 | Added a new run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.973 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.975 | 81731 | Added a new run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.976 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.978 | 81735 | Added a new run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.978 | 78137 | Recursively removing directory: /tmp/git.yLCjQx/ +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.978 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.980 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.980 | 81748 | Added a new run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.980 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.980 | 78137 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.980 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.981 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.981 | 78134 | Recursively removing directory: /tmp/git.kHPm96/ +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.981 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.983 | 81751 | Added a new run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.984 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.984 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.984 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.984 | 81752 | Added a new run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.984 | 78134 | Process exit code: 0 +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.984 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.985 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.987 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.987 | 81756 | Added a new run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.988 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.988 | 78137 | Waiting for a new command +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.988 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.989 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.989 | 81754 | Added a new run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.989 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.990 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.990 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.990 | 81761 | Added a new worker 19 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.991 | 78133 | Removed run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.991 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.991 | 78133 | Assigned run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.991 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Mj1egu +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.991 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.993 | 78134 | Waiting for a new command +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.993 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.993 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.993 | 81767 | Added a new worker 21 to the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.993 | 78133 | Removed run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.993 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.993 | 78133 | Assigned run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.994 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.993 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aYHPW6 +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.996 | 78137 | Checking out revision HEAD +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.996 | 81759 | Added a new run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:19 | INFO | 78137/cimple-worker: 2024-01-28 10:56:19.996 | 78137 | Going to run: ./ci +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.997 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | 78131/cimple-server: 2024-01-28 10:56:19.999 | 81760 | Added a new run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:19.999 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.000 | 78131 | Waiting for new connections +2024-01-28 10:56:19 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:19 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:19 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.000 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.001 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.002 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.003 | 81757 | Marked run 185 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.003 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.006 | 81763 | Marked run 186 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.006 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.008 | 81765 | Added a new run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.008 | 78137 | Recursively removing directory: /tmp/git.Mj1egu/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.008 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.010 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.010 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.010 | 81766 | Added a new run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.011 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.012 | 81772 | Added a new run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.012 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.013 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.014 | 81775 | Added a new run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.014 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.014 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.016 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.016 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.016 | 81789 | Added a new run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.016 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.016 | 78134 | Recursively removing directory: /tmp/git.aYHPW6/ +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.018 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.018 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.018 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.019 | 81790 | Added a new run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.019 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.021 | 81793 | Added a new run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.021 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.021 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.022 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.022 | 81797 | Added a new worker 17 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.022 | 78133 | Removed run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.022 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.022 | 78133 | Assigned run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.022 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.022 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.019 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.022 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GVE25Q +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.024 | 81795 | Added a new run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.026 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.027 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.027 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.027 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FDdv6i +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.027 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.027 | 81804 | Added a new worker 8 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.027 | 78133 | Removed run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.027 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.027 | 78133 | Assigned run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.027 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.028 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.029 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.030 | 81792 | Marked run 187 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.030 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.032 | 81798 | Added a new run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.033 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.033 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.034 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.034 | 81799 | Added a new run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.034 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.036 | 81803 | Added a new run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.036 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.037 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.037 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.040 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.040 | 81800 | Marked run 188 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.040 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.042 | 81806 | Added a new run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.042 | 78137 | Recursively removing directory: /tmp/git.GVE25Q/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.042 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.045 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.045 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.045 | 81815 | Added a new run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.045 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.046 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.047 | 78134 | Recursively removing directory: /tmp/git.FDdv6i/ +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.048 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.048 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.048 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.049 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.051 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.052 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.052 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.052 | 81832 | Added a new worker 22 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.052 | 78133 | Removed run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.052 | 78133 | Removed worker 22 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.052 | 78133 | Assigned run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.052 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DlXuAC +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.052 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.053 | 81814 | Added a new run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.054 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.055 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.055 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.056 | 81834 | Added a new worker 20 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.056 | 78133 | Removed run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.056 | 78133 | Removed worker 20 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.056 | 78133 | Assigned run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.056 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.057 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.057 | 81821 | Added a new run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.057 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.060 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.058 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ce2qBL +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.060 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.061 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.062 | 81828 | Added a new run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.062 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.062 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.064 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.065 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.065 | 81829 | Added a new run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.065 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.068 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.070 | 81830 | Marked run 189 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.071 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.078 | 78137 | Recursively removing directory: /tmp/git.DlXuAC/ +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.079 | 78134 | Recursively removing directory: /tmp/git.Ce2qBL/ +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.085 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.085 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.086 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.086 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.089 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.089 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.092 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.092 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.092 | 81858 | Added a new worker 23 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.092 | 78133 | Removed run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.092 | 78133 | Removed worker 23 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.093 | 78133 | Assigned run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 23 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.093 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.093 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VjwTuy +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.093 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.094 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.a5pV5L +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.093 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.093 | 81859 | Added a new worker 23 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.093 | 78133 | Removed run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.093 | 78133 | Removed worker 23 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.094 | 78133 | Assigned run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 23 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.095 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.103 | 81835 | Added a new run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.104 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.106 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.210 | 81837 | Added a new run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.210 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.212 | 81842 | Added a new run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.212 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.213 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.213 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.213 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.214 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.215 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.215 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.217 | 81831 | Marked run 190 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.217 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.219 | 81850 | Added a new run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.219 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.221 | 81861 | Added a new run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.222 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.224 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.224 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.225 | 81856 | Marked run 192 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.225 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.226 | 78134 | Recursively removing directory: /tmp/git.VjwTuy/ +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.227 | 78137 | Recursively removing directory: /tmp/git.a5pV5L/ +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.228 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.228 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.228 | 81857 | Marked run 191 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.228 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.229 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.229 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.230 | 81864 | Added a new run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.230 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.231 | 81867 | Added a new run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.232 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.232 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.233 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.233 | 81882 | Added a new run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.234 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.235 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.236 | 81887 | Added a new run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.236 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.237 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.237 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.237 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.plQhCA +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.237 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.237 | 81893 | Added a new worker 19 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.237 | 78133 | Removed run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.237 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.237 | 78133 | Assigned run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.238 | 81883 | Added a new run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.238 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.240 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.240 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.241 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.241 | 81895 | Added a new worker 20 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.241 | 78133 | Removed run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.241 | 78133 | Removed worker 20 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.241 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.242 | 78133 | Assigned run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.242 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.242 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dvO18x +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.243 | 81890 | Added a new run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.243 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.247 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.248 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.248 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.248 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.249 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.250 | 81885 | Marked run 193 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.250 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.251 | 81891 | Added a new run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.251 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.253 | 81896 | Added a new run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.253 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.254 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.257 | 81888 | Marked run 194 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.257 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.257 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.259 | 81897 | Added a new run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.259 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.261 | 81899 | Added a new run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.261 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.261 | 78134 | Recursively removing directory: /tmp/git.plQhCA/ +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.261 | 78137 | Recursively removing directory: /tmp/git.dvO18x/ +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.263 | 81912 | Added a new run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.263 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.263 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.264 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.264 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.264 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.264 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.264 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.265 | 81917 | Added a new run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.265 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.266 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.267 | 81920 | Added a new run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.267 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.268 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.268 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.269 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.270 | 81922 | Added a new run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.270 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.271 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.271 | 81924 | Added a new run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.272 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.272 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.272 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.273 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.273 | 81932 | Added a new worker 19 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.273 | 78133 | Removed run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.273 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.273 | 78133 | Assigned run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.274 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.274 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.31F4t3 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.275 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.275 | 81934 | Added a new worker 19 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.275 | 78133 | Removed run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.275 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.275 | 78133 | Assigned run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.275 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.275 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aJtDqG +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.275 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.276 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.277 | 81927 | Added a new run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.277 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.279 | 81930 | Added a new run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.280 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.281 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.282 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.283 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.283 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.282 | 81933 | Added a new run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.283 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.283 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.284 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.286 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.286 | 81926 | Marked run 196 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.286 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.288 | 81935 | Added a new run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.288 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.291 | 81928 | Marked run 195 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.291 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.292 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.293 | 81938 | Added a new run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.294 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.295 | 81941 | Added a new run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.295 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.296 | 78137 | Recursively removing directory: /tmp/git.aJtDqG/ +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.297 | 78134 | Recursively removing directory: /tmp/git.31F4t3/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.297 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.298 | 81944 | Added a new run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.298 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.299 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.300 | 81957 | Added a new run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.301 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.299 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.299 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.300 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.300 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.301 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.303 | 81960 | Added a new run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.303 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.303 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.305 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.306 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.306 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.307 | 81962 | Added a new run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.307 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.307 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.307 | 81970 | Added a new worker 21 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.307 | 78133 | Removed run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.307 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.308 | 78133 | Assigned run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.308 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.308 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zc4XWP +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.308 | 81963 | Added a new run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.308 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.309 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.309 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.309 | 81972 | Added a new worker 12 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.309 | 78133 | Removed run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.309 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.309 | 78133 | Assigned run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.310 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.310 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fmsYN2 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.310 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.312 | 81969 | Added a new run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.312 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.316 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.317 | 81966 | Marked run 197 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.317 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.317 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.318 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.319 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.319 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.320 | 81967 | Marked run 198 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.320 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.320 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.322 | 81968 | Added a new run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.323 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.324 | 81974 | Added a new run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.324 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.325 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.326 | 81976 | Added a new run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.326 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.327 | 81977 | Added a new run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.327 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.328 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.330 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.330 | 81988 | Added a new run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.331 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.331 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.333 | 81995 | Added a new run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.333 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.334 | 78137 | Recursively removing directory: /tmp/git.fmsYN2/ +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.334 | 78134 | Recursively removing directory: /tmp/git.zc4XWP/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.334 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.335 | 81998 | Added a new run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.335 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.336 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.336 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.336 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.336 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.336 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.338 | 82000 | Added a new run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.338 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.339 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.340 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.340 | 82003 | Added a new run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.341 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.341 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.343 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.343 | 82006 | Added a new run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.344 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.344 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.344 | 82011 | Added a new worker 19 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.344 | 78133 | Removed run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.344 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.344 | 78133 | Assigned run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.345 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.345 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.345 | 82002 | Added a new run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.345 | 82014 | Added a new worker 16 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.345 | 78133 | Removed run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.345 | 78133 | Removed worker 16 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.345 | 78133 | Assigned run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.345 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.345 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lqJRZ3 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.346 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gbCovB +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.346 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.347 | 82010 | Added a new run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.348 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.350 | 82012 | Added a new run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.350 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.351 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.353 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.354 | 82007 | Marked run 200 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.354 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.354 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.355 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.355 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.355 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.356 | 82018 | Added a new run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.356 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.357 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.358 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.358 | 82019 | Added a new run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.358 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.360 | 82020 | Added a new run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.360 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.360 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.361 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.362 | 82024 | Added a new run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.363 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.364 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.365 | 82009 | Marked run 199 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.366 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.367 | 82029 | Added a new run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.368 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.369 | 78137 | Recursively removing directory: /tmp/git.gbCovB/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.370 | 82031 | Added a new run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.370 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.370 | 78134 | Recursively removing directory: /tmp/git.lqJRZ3/ +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.371 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.371 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.371 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.372 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.372 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.373 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.373 | 82042 | Added a new run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.374 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.375 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.375 | 82043 | Added a new run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.375 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.376 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.377 | 82046 | Added a new run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.377 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.379 | 82047 | Added a new run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.379 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.380 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.380 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.380 | 82052 | Added a new run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.381 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.381 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.381 | 82056 | Added a new worker 15 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.381 | 78133 | Removed run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.381 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.381 | 78133 | Assigned run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.381 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.383 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.383 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.384 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.384 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Cp6BSK +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.384 | 82060 | Added a new worker 21 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.384 | 78133 | Removed run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.384 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.384 | 78133 | Assigned run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.385 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.384 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.385 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hpeA55 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.389 | 82058 | Added a new run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.389 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.391 | 82054 | Added a new run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.391 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.392 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.392 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.393 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.394 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.394 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.395 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.396 | 82051 | Marked run 202 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.396 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.397 | 82059 | Added a new run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.398 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.400 | 82061 | Added a new run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.400 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.401 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.402 | 82064 | Added a new run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.402 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.404 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.405 | 78137 | Recursively removing directory: /tmp/git.hpeA55/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.406 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.406 | 82048 | Marked run 201 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.406 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.407 | 78134 | Recursively removing directory: /tmp/git.Cp6BSK/ +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.408 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.408 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.408 | 82067 | Added a new run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.408 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.410 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.410 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.410 | 82082 | Added a new run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.410 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.411 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.412 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.413 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.413 | 82084 | Added a new run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.414 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.414 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.415 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.415 | 82085 | Added a new run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.415 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.416 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.416 | 82089 | Added a new run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.417 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.418 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.418 | 82093 | Added a new worker 11 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.419 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.419 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.419 | 78133 | Removed run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.419 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.419 | 78133 | Assigned run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.419 | 82090 | Added a new run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.419 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.419 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.420 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.O1EHKF +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.420 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.420 | 82097 | Added a new worker 16 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.420 | 78133 | Removed run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.420 | 78133 | Removed worker 16 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.420 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.420 | 78133 | Assigned run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.420 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oTwaro +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.424 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.425 | 82095 | Added a new run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.425 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.426 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.426 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.427 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.426 | 82099 | Added a new run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.427 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.428 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.429 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.429 | 82098 | Added a new run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.429 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.430 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.430 | 82101 | Added a new run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.430 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.432 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.434 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.435 | 82108 | Added a new run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.435 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.437 | 82106 | Added a new run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.437 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.438 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.439 | 82113 | Added a new run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.439 | 82088 | Marked run 204 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.439 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.439 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.440 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.442 | 78134 | Recursively removing directory: /tmp/git.oTwaro/ +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.442 | 78137 | Recursively removing directory: /tmp/git.O1EHKF/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.443 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.443 | 82092 | Marked run 203 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.443 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.444 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.444 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.445 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.445 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.445 | 82117 | Added a new run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.445 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.446 | 82126 | Added a new run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.447 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.448 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.449 | 82128 | Added a new run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.449 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.449 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.450 | 82129 | Added a new run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.450 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.451 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.452 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.453 | 82132 | Added a new run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.453 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.453 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.454 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QGltkz +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.453 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.453 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.453 | 82139 | Added a new worker 19 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.453 | 78133 | Removed run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.453 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.454 | 78133 | Assigned run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.454 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.454 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.455 | 82140 | Added a new worker 10 to the queue +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.455 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bcZ8hv +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.455 | 78133 | Removed run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.455 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.455 | 78133 | Assigned run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.456 | 82137 | Added a new run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.457 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.458 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.459 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.461 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.460 | 82138 | Added a new run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.461 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.462 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.462 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.463 | 82143 | Added a new run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.463 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.464 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.465 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.465 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.465 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.467 | 82133 | Marked run 206 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.467 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.467 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.470 | 82134 | Marked run 205 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.471 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.472 | 82145 | Added a new run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.473 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.474 | 78137 | Recursively removing directory: /tmp/git.bcZ8hv/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.474 | 82148 | Added a new run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.475 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.476 | 82149 | Added a new run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.477 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.477 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.477 | 78134 | Recursively removing directory: /tmp/git.QGltkz/ +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.476 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.476 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.478 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.478 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.479 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.480 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.480 | 82153 | Added a new run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.481 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.482 | 82168 | Added a new run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.482 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.483 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.483 | 82166 | Added a new run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.484 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.484 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.484 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.486 | 82169 | Added a new run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.486 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.487 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.487 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.487 | 82177 | Added a new worker 14 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.487 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.487 | 78133 | Removed run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.487 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.487 | 78133 | Assigned run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.487 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.487 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JNsJen +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.489 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.491 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.491 | 82175 | Added a new worker 19 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.491 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.491 | 78133 | Removed run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.491 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.492 | 78133 | Assigned run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.492 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.492 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tErUWB +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.492 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.493 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.494 | 82178 | Added a new run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.494 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.497 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.500 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.500 | 82170 | Marked run 208 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.500 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.501 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.502 | 82179 | Added a new run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.502 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.503 | 78134 | Recursively removing directory: /tmp/git.JNsJen/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.504 | 82181 | Added a new run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.504 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.505 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.506 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.506 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.506 | 82180 | Added a new run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.506 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.508 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.509 | 82186 | Added a new run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.509 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.510 | 82197 | Added a new run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.510 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.511 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.512 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.513 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.514 | 78137 | Recursively removing directory: /tmp/git.tErUWB/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.514 | 82172 | Marked run 207 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.514 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.514 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.516 | 82202 | Added a new run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.516 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.517 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.516 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.516 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.517 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.517 | 82210 | Added a new worker 11 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.517 | 82205 | Added a new run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.518 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.518 | 78133 | Removed run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.518 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.518 | 78133 | Assigned run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.518 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.518 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HEK5ES +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.519 | 82206 | Added a new run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.520 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.520 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.521 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.521 | 82208 | Added a new run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.522 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.523 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.525 | 82213 | Added a new run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.525 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.526 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.526 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.526 | 82214 | Added a new run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.526 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.528 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.528 | 82220 | Added a new worker 10 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.528 | 78133 | Removed run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.528 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.529 | 78133 | Assigned run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.529 | 82217 | Added a new run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.529 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HN6BVR +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.529 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.529 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.529 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.530 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.530 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.532 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.535 | 82207 | Marked run 209 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.535 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.537 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.539 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.539 | 82215 | Marked run 210 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.539 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.540 | 82219 | Added a new run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.540 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.541 | 78134 | Recursively removing directory: /tmp/git.HEK5ES/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.542 | 82222 | Added a new run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.542 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.543 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.544 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.544 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.544 | 82224 | Added a new run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.545 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.546 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.546 | 82226 | Added a new run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.546 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.548 | 82237 | Added a new run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.548 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.548 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.549 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.550 | 82243 | Added a new run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.550 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.552 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.553 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.553 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.553 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.554 | 82251 | Added a new worker 18 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.554 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.554 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.554 | 78137 | Recursively removing directory: /tmp/git.HN6BVR/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.554 | 78133 | Removed run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.554 | 78133 | Removed worker 18 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.554 | 78133 | Assigned run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.554 | 82246 | Added a new run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.555 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WjqHcJ +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.555 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.557 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.557 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.556 | 82250 | Added a new run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.556 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.558 | 82252 | Added a new run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.559 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.560 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.561 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.562 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.562 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.562 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.563 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.563 | 82248 | Marked run 211 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.563 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.564 | 82253 | Added a new run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.565 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.565 | 82257 | Added a new run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.566 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.566 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.566 | 82263 | Added a new worker 8 to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.566 | 78133 | Removed run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.566 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.566 | 78133 | Assigned run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.566 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.567 | 82259 | Added a new run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.567 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.es30W0 +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.567 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.568 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.569 | 82260 | Added a new run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.569 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.571 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.571 | 82267 | Added a new run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.571 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.572 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.573 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.573 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.574 | 82269 | Added a new run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.574 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.574 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.575 | 82271 | Added a new run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.575 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.576 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.577 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.578 | 82258 | Marked run 212 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.578 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.579 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.579 | 82272 | Added a new run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.580 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.582 | 82277 | Added a new run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.582 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.583 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.584 | 82278 | Added a new run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.584 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.585 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.585 | 78134 | Recursively removing directory: /tmp/git.WjqHcJ/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.586 | 82285 | Added a new run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.586 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.587 | 78137 | Recursively removing directory: /tmp/git.es30W0/ +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.588 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.588 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.589 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.589 | 82292 | Added a new run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.589 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.589 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.589 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.590 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.592 | 82294 | Added a new run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.592 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.592 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.593 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.593 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.593 | 82296 | Added a new run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.593 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.595 | 82298 | Added a new run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.595 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.596 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.597 | 82299 | Added a new run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.597 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.598 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.drWAlU +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.597 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.597 | 82306 | Added a new worker 13 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.597 | 78133 | Removed run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.597 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.597 | 78133 | Assigned run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.598 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.599 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.599 | 82305 | Added a new run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.599 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.600 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.601 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.602 | 82308 | Added a new run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.602 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.603 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.603 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.603 | 82312 | Added a new worker 13 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.603 | 78133 | Removed run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.603 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.603 | 78133 | Assigned run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.603 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.603 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KvX9x6 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.604 | 82310 | Added a new run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.605 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.605 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.605 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.606 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.607 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.608 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.612 | 82311 | Added a new run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.612 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.613 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.614 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.615 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.616 | 82301 | Marked run 213 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.616 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.617 | 78134 | Recursively removing directory: /tmp/git.drWAlU/ +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.618 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.619 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.620 | 82302 | Marked run 214 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.620 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.621 | 82315 | Added a new run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.622 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.623 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.624 | 82317 | Added a new run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.624 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.626 | 78137 | Recursively removing directory: /tmp/git.KvX9x6/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.626 | 82318 | Added a new run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.626 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.627 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.628 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.628 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.628 | 82340 | Added a new worker 18 to the queue +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.628 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.628 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.629 | 82336 | Added a new run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.629 | 78133 | Removed run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.629 | 78133 | Removed worker 18 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.629 | 78133 | Assigned run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.629 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.629 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kA92cp +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.631 | 82327 | Added a new run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.632 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.632 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.632 | 82339 | Added a new run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.632 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.633 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.634 | 82341 | Added a new run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.634 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.635 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.636 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.636 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.637 | 82346 | Added a new run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.638 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.638 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.638 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.638 | 82347 | Added a new worker 15 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.638 | 78133 | Removed run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.638 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.638 | 78133 | Assigned run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.638 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9mLD79 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.639 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.640 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.640 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.642 | 82335 | Marked run 215 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.642 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.643 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.644 | 82350 | Added a new run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.644 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.645 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.646 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.646 | 82353 | Added a new run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.647 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.647 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.649 | 82354 | Added a new run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.649 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.649 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.652 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.652 | 82344 | Marked run 216 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.652 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.653 | 78134 | Recursively removing directory: /tmp/git.kA92cp/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.654 | 82351 | Added a new run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.654 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.656 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.656 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.656 | 82360 | Added a new run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.656 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.658 | 82365 | Added a new run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.658 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.658 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.660 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.660 | 82369 | Added a new run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.661 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.661 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.660 | 78137 | Recursively removing directory: /tmp/git.9mLD79/ +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.662 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.662 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.663 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.663 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.664 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.664 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.664 | 82381 | Added a new worker 19 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.664 | 78133 | Removed run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.664 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.664 | 78133 | Assigned run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.664 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.665 | 82376 | Added a new run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.664 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9CaA25 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.665 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.666 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.667 | 82380 | Added a new run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.667 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.669 | 82383 | Added a new run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.670 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.670 | 82388 | Added a new worker 12 to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.671 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QlRFvM +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.672 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.673 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.670 | 78133 | Removed run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.670 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.670 | 78133 | Assigned run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.670 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.670 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.671 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.673 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.674 | 82382 | Added a new run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.674 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.676 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.678 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.678 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.679 | 82378 | Marked run 217 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.679 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.679 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.682 | 82385 | Marked run 218 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.683 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.684 | 82389 | Added a new run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.684 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.686 | 78134 | Recursively removing directory: /tmp/git.9CaA25/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.686 | 82390 | Added a new run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.686 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.687 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.688 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.688 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.688 | 82393 | Added a new run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.689 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.689 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.690 | 82395 | Added a new run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.690 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.692 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.693 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.693 | 82410 | Added a new run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.693 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.694 | 78137 | Recursively removing directory: /tmp/git.QlRFvM/ +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.694 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.695 | 82411 | Added a new run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.695 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.696 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.696 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.697 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.698 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.77nfFr +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.697 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.697 | 82414 | Added a new run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.697 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.697 | 82419 | Added a new worker 6 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.698 | 78133 | Removed run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.698 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.698 | 78133 | Assigned run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.698 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.699 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.700 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.701 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.702 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.703 | 82421 | Added a new run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.703 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.703 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.704 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.706 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.706 | 82427 | Added a new worker 20 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.706 | 78133 | Removed run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.706 | 78133 | Removed worker 20 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.706 | 78133 | Assigned run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.706 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.706 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cHT6Tm +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.706 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.709 | 82415 | Marked run 219 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.709 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.710 | 82417 | Added a new run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.711 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.712 | 82423 | Added a new run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.712 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.713 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.714 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.714 | 82422 | Added a new run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.714 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.715 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.715 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.716 | 82428 | Added a new run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.716 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.717 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.718 | 82439 | Added a new run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.718 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.719 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.719 | 82440 | Added a new run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.720 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.721 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.723 | 78134 | Recursively removing directory: /tmp/git.77nfFr/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.724 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.725 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.725 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.726 | 78137 | Recursively removing directory: /tmp/git.cHT6Tm/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.726 | 82424 | Marked run 220 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.727 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.728 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.728 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.728 | 82443 | Added a new run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.728 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.728 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.730 | 82446 | Added a new run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.730 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.731 | 82450 | Added a new run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.732 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.732 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.733 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.733 | 82453 | Added a new run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.733 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.734 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.734 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.736 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.736 | 82461 | Added a new worker 19 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.736 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.736 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.737 | 78133 | Removed run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.737 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.737 | 78133 | Assigned run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.737 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MInf3r +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.737 | 82464 | Added a new worker 11 to the queue +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.737 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rgpxgB +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.737 | 78133 | Removed run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.737 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.737 | 78133 | Assigned run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.737 | 82462 | Added a new run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.740 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.740 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.741 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.742 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.743 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.744 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.744 | 82454 | Marked run 221 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.744 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.744 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.744 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.745 | 82459 | Added a new run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.746 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.747 | 82463 | Added a new run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.747 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.749 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.750 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.751 | 82457 | Marked run 222 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.752 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.753 | 82466 | Added a new run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.753 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.755 | 82469 | Added a new run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.755 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.755 | 78137 | Recursively removing directory: /tmp/git.rgpxgB/ +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.757 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.757 | 78134 | Recursively removing directory: /tmp/git.MInf3r/ +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.758 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.758 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.758 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.758 | 82476 | Added a new run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.759 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.759 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.759 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.760 | 82481 | Added a new run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.761 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.763 | 82489 | Added a new run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.763 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.763 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.763 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.764 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.765 | 82488 | Added a new run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.765 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.766 | 82492 | Added a new run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.767 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.766 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.766 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.767 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.767 | 82500 | Added a new worker 17 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.767 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.767 | 78133 | Removed run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.767 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.767 | 78133 | Assigned run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.768 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.768 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.768 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EsgoRp +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.768 | 82501 | Added a new worker 17 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.768 | 78133 | Removed run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.768 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.768 | 78133 | Assigned run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.768 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.769 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.770 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iLnFWD +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.773 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.774 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.774 | 82496 | Added a new run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.775 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.775 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.776 | 82498 | Added a new run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.777 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.777 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.778 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.778 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.781 | 82493 | Marked run 224 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.781 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.781 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.782 | 82502 | Added a new run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.782 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.785 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.786 | 82494 | Marked run 223 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.786 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.787 | 82505 | Added a new run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.787 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.789 | 82508 | Added a new run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.790 | 78137 | Recursively removing directory: /tmp/git.EsgoRp/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.790 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.790 | 78134 | Recursively removing directory: /tmp/git.iLnFWD/ +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.791 | 82522 | Added a new run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.792 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.793 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.793 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.793 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.793 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.793 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.794 | 82512 | Added a new run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.794 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.796 | 82526 | Added a new run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.796 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.797 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.797 | 82528 | Added a new run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.797 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.798 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.798 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.799 | 82529 | Added a new run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.799 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.800 | 82534 | Added a new run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.800 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.801 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.801 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.801 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.801 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.802 | 82539 | Added a new worker 17 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.802 | 78133 | Removed run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.802 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.802 | 78133 | Assigned run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.802 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7c4GkZ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.802 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.804 | 82537 | Added a new run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.804 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.805 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.805 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.807 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.807 | 82541 | Added a new worker 9 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.808 | 78133 | Removed run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.808 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.808 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.808 | 78133 | Assigned run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.808 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ac0JTR +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.808 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.808 | 82540 | Added a new run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.809 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.809 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.809 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.810 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.813 | 82532 | Marked run 225 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.813 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.814 | 82543 | Added a new run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.815 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.816 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.817 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.818 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.819 | 82535 | Marked run 226 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.819 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.820 | 78137 | Recursively removing directory: /tmp/git.7c4GkZ/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.820 | 82545 | Added a new run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.820 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.822 | 82544 | Added a new run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.822 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.823 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.823 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.824 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.824 | 82549 | Added a new run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.824 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.826 | 82557 | Added a new run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.826 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.827 | 82564 | Added a new run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.827 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.828 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.828 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.829 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.829 | 82570 | Added a new run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.829 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.831 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.831 | 82573 | Added a new run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.832 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.832 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.832 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.834 | 82577 | Added a new worker 16 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.834 | 78133 | Removed run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.834 | 78133 | Removed worker 16 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.834 | 78133 | Assigned run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.834 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.834 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.834 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FWczWe +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.835 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.837 | 82575 | Added a new run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.836 | 78134 | Recursively removing directory: /tmp/git.ac0JTR/ +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.837 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.838 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.838 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.840 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.841 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.842 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.842 | 82571 | Marked run 227 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.843 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.843 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.844 | 82568 | Added a new run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.844 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.847 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.846 | 82578 | Added a new run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.847 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.847 | 82588 | Added a new worker 9 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.847 | 78133 | Removed run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.847 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.847 | 78133 | Assigned run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.847 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.847 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.57ciJL +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.850 | 82581 | Added a new run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.850 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.853 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.853 | 82579 | Added a new run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.854 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.854 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.855 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.855 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.857 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.857 | 78137 | Recursively removing directory: /tmp/git.FWczWe/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.858 | 82583 | Marked run 228 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.859 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.859 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.859 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.860 | 82591 | Added a new run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.860 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.862 | 82595 | Added a new run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.862 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.863 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.863 | 82598 | Added a new run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.863 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.864 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.865 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.865 | 82599 | Added a new run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.865 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.867 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.867 | 82612 | Added a new worker 13 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.867 | 78133 | Removed run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.867 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.867 | 78133 | Assigned run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.867 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.867 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cz75ra +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.867 | 82610 | Added a new run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.868 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.868 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.869 | 82609 | Added a new run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.870 | 78134 | Recursively removing directory: /tmp/git.57ciJL/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.872 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.872 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.872 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.872 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.872 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.874 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.875 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.875 | 82616 | Added a new run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.875 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.876 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.877 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.878 | 82617 | Added a new run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.879 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.879 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.880 | 82619 | Added a new run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.880 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.881 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.882 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.883 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.883 | 82632 | Added a new worker 19 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.883 | 78133 | Removed run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.883 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.883 | 78133 | Assigned run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.883 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mox2uM +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.883 | 82608 | Marked run 229 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.883 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.885 | 82621 | Added a new run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.886 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.887 | 82628 | Added a new run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.888 | 78137 | Recursively removing directory: /tmp/git.cz75ra/ +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.889 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.889 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.890 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.889 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.890 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.891 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.892 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.893 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.894 | 82623 | Marked run 230 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.894 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.895 | 82633 | Added a new run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.895 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.896 | 82634 | Added a new run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.897 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.897 | 82646 | Added a new worker 8 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.897 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.897 | 78133 | Removed run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.897 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.897 | 78133 | Assigned run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.898 | 82637 | Added a new run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.898 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.897 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.898 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c1sXwm +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.900 | 82639 | Added a new run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.900 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.901 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.902 | 82649 | Added a new run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.903 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.904 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.906 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.907 | 82655 | Added a new run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.907 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.907 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.907 | 78134 | Recursively removing directory: /tmp/git.mox2uM/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.907 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.907 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.909 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.909 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.910 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.911 | 82640 | Marked run 231 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.912 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.913 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.913 | 82653 | Added a new run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.914 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.914 | 82656 | Added a new run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.915 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.916 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.916 | 82659 | Added a new run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.917 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.918 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.918 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.918 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.918 | 82673 | Added a new worker 17 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.919 | 82660 | Added a new run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.919 | 78133 | Removed run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.919 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.919 | 78133 | Assigned run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.919 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.919 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.919 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GeAiF7 +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.921 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.921 | 78137 | Recursively removing directory: /tmp/git.c1sXwm/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.923 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.923 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.923 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.923 | 82670 | Added a new run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.924 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.925 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.926 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.927 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.927 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.928 | 82665 | Marked run 232 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.928 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.929 | 82672 | Added a new run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.930 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.930 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.930 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.931 | 82684 | Added a new worker 13 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.931 | 78133 | Removed run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.931 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.931 | 78133 | Assigned run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.931 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vEIoEZ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.933 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.933 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.935 | 82675 | Added a new run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.935 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.937 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.938 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.937 | 82676 | Added a new run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.938 | 78134 | Recursively removing directory: /tmp/git.GeAiF7/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.938 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.939 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.940 | 82680 | Added a new run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.941 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.941 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.942 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.942 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.942 | 82687 | Added a new run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.943 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.944 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.944 | 82695 | Added a new run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.945 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.946 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.946 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.948 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.949 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.950 | 78137 | Recursively removing directory: /tmp/git.vEIoEZ/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.950 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.950 | 82708 | Added a new worker 21 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.950 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.950 | 78133 | Removed run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.950 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.950 | 78133 | Assigned run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.950 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.n15oHY +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.951 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.951 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.953 | 82678 | Marked run 233 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.953 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.955 | 82693 | Added a new run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.955 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.956 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.958 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.957 | 82701 | Added a new run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.957 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.958 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.958 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.960 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.960 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ko3RCX +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.960 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.960 | 82714 | Added a new worker 19 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.960 | 78133 | Removed run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.960 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.960 | 78133 | Assigned run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.961 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.961 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.962 | 82705 | Marked run 234 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.962 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.964 | 82706 | Added a new run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.964 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.966 | 82707 | Added a new run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.966 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.967 | 78137 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.968 | 78137 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.968 | 82712 | Added a new run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.969 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.969 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.970 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.970 | 82715 | Added a new run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.971 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.973 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.974 | 78134 | Recursively removing directory: /tmp/git.n15oHY/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.974 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.974 | 82710 | Marked run 235 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.975 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.976 | 78134 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.976 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.976 | 82727 | Added a new run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.977 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.978 | 82730 | Added a new run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.979 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.980 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.980 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.980 | 82733 | Added a new run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.981 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.982 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.983 | 78137 | Recursively removing directory: /tmp/git.Ko3RCX/ +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.983 | 82739 | Added a new run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.983 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.984 | 78134 | Waiting for a new command +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.984 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.984 | 82743 | Added a new worker 15 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.984 | 78133 | Removed run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.984 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.984 | 78133 | Assigned run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.984 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.S7nhhB +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.985 | 82725 | Added a new run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.985 | 78137 | Process exit code: 0 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.985 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.986 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.988 | 82742 | Added a new run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.989 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.990 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.991 | 82746 | Added a new run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.991 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.991 | 78134 | Checking out revision HEAD +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.991 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78134/cimple-worker: 2024-01-28 10:56:20.992 | 78134 | Going to run: ./ci +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.993 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.993 | 82750 | Added a new run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.993 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:20 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:20 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.995 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.995 | 78137 | Waiting for a new command +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.995 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.995 | 82754 | Added a new worker 17 to the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.995 | 78133 | Removed run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.995 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.995 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.995 | 78133 | Assigned run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:20 | INFO | 78137/cimple-worker: 2024-01-28 10:56:20.996 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GZjBpc +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.997 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.998 | 82740 | Marked run 236 as finished +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.998 | 78131 | Waiting for new connections +2024-01-28 10:56:20 | INFO | 78131/cimple-server: 2024-01-28 10:56:20.998 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.001 | 82752 | Added a new run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.001 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.002 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.003 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.003 | 82755 | Added a new run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.003 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.005 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.005 | 82758 | Added a new run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.006 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.007 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.007 | 78134 | Recursively removing directory: /tmp/git.S7nhhB/ +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.009 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.009 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.009 | 82748 | Marked run 237 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.009 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.011 | 82761 | Added a new run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.011 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.013 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.013 | 82767 | Added a new run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.014 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.015 | 82770 | Added a new run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.016 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.016 | 78137 | Recursively removing directory: /tmp/git.GZjBpc/ +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.017 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.017 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.017 | 82782 | Added a new worker 12 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.017 | 78133 | Removed run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.017 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.017 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.017 | 78133 | Assigned run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.017 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.017 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ofHFcN +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.018 | 82774 | Added a new run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.018 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.018 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.018 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.019 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.021 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.021 | 82780 | Added a new run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.021 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.023 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.023 | 82783 | Added a new run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.023 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.025 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.027 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.027 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.027 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.027 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.027 | 82791 | Added a new worker 21 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.028 | 78133 | Removed run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.028 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.028 | 78133 | Assigned run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.028 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.028 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.028 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iOQ1UW +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.029 | 82778 | Marked run 238 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.029 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.031 | 82785 | Added a new run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.031 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.034 | 82786 | Added a new run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.034 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.034 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.036 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.036 | 82790 | Added a new run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.036 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.037 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.037 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.039 | 82788 | Marked run 239 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.040 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.041 | 82792 | Added a new run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.041 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.042 | 78134 | Recursively removing directory: /tmp/git.ofHFcN/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.043 | 82797 | Added a new run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.043 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.045 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.045 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.045 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.045 | 82803 | Added a new run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.045 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.047 | 82807 | Added a new run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.047 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.048 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.049 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.050 | 82815 | Added a new run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.050 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.050 | 78137 | Recursively removing directory: /tmp/git.iOQ1UW/ +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.051 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.052 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.052 | 82818 | Added a new run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.052 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.052 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.052 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.054 | 82819 | Added a new run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.054 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.054 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.055 | 82822 | Added a new run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.056 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.057 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PIjFmZ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.056 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.057 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.057 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.057 | 82826 | Added a new worker 17 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.057 | 78133 | Removed run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.057 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.057 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.057 | 78133 | Assigned run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.058 | 82824 | Added a new run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.058 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.058 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.061 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.061 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.061 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.061 | 82833 | Added a new worker 19 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.061 | 78133 | Removed run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.061 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.061 | 78133 | Assigned run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.062 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.062 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.062 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mPEoWq +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.063 | 82828 | Added a new run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.063 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.067 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.067 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.069 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.069 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.069 | 82830 | Added a new run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.069 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.070 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.071 | 82832 | Added a new run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.071 | 82821 | Marked run 240 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.072 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.073 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.074 | 82834 | Added a new run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.074 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.075 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.078 | 82829 | Marked run 241 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.078 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.080 | 82836 | Added a new run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.080 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.080 | 78134 | Recursively removing directory: /tmp/git.PIjFmZ/ +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.082 | 78137 | Recursively removing directory: /tmp/git.mPEoWq/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.082 | 82844 | Added a new run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.083 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.083 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.082 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.082 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.084 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.084 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.085 | 82848 | Added a new run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.085 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.086 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.087 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.087 | 82856 | Added a new run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.087 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.088 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.089 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.089 | 82861 | Added a new run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.090 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.090 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.091 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.091 | 82868 | Added a new worker 19 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.091 | 78133 | Removed run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.091 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.091 | 78133 | Assigned run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.091 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.091 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GC6ZlK +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.091 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.091 | 82869 | Added a new worker 17 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.092 | 78133 | Removed run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.092 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.092 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.092 | 78133 | Assigned run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.091 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.092 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ANcpgA +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.094 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.097 | 82859 | Added a new run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.097 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.097 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.098 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.099 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.099 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.100 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.103 | 82862 | Marked run 242 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.103 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.107 | 82863 | Marked run 243 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.107 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.109 | 82865 | Added a new run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.109 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.110 | 78134 | Recursively removing directory: /tmp/git.GC6ZlK/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.110 | 82867 | Added a new run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.111 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.111 | 78137 | Recursively removing directory: /tmp/git.ANcpgA/ +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.112 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.112 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.112 | 82870 | Added a new run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.113 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.114 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.114 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.115 | 82874 | Added a new run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.115 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.115 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.115 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.116 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.116 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.117 | 82891 | Added a new run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.117 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.118 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.119 | 82890 | Added a new run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.120 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.120 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.120 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.121 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.121 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.122 | 82899 | Added a new worker 19 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.122 | 78133 | Removed run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.122 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.122 | 78133 | Assigned run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.122 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hLGecU +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.122 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.123 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.123 | 82901 | Added a new worker 19 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.123 | 78133 | Removed run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.123 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.123 | 78133 | Assigned run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.124 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.123 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.124 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.i5ZmnX +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.124 | 82894 | Added a new run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.124 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.125 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.127 | 82896 | Added a new run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.127 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.127 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.129 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.130 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.130 | 82900 | Added a new run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.130 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.131 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.132 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.132 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.132 | 82903 | Added a new run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.133 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.134 | 82904 | Added a new run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.134 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.134 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.136 | 82908 | Added a new run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.137 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.137 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.138 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.140 | 82893 | Marked run 244 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.140 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.142 | 82912 | Added a new run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.142 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.143 | 78134 | Recursively removing directory: /tmp/git.hLGecU/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.144 | 82920 | Added a new run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.144 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.146 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.146 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.146 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.147 | 78137 | Recursively removing directory: /tmp/git.i5ZmnX/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.148 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.148 | 82897 | Marked run 245 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.148 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.150 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.150 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.150 | 82919 | Added a new run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.150 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.150 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.151 | 82931 | Added a new run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.151 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.153 | 82926 | Added a new run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.154 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.154 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.154 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.154 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.154 | 82937 | Added a new worker 14 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.154 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.154 | 78133 | Removed run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.154 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.154 | 78133 | Assigned run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.155 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.155 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.k3jX80 +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.157 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.157 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.157 | 82932 | Added a new run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.158 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.159 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.159 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.160 | 82939 | Added a new run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.160 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.160 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.161 | 82943 | Added a new worker 7 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.161 | 78133 | Removed run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.161 | 78133 | Removed worker 7 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.161 | 78133 | Assigned run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.162 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.162 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.162 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SwHMhD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.162 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.163 | 82940 | Added a new run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.164 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.165 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.167 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.167 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.167 | 82933 | Marked run 246 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.167 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.168 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.173 | 82938 | Marked run 247 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.173 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.174 | 82941 | Added a new run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.175 | 78134 | Recursively removing directory: /tmp/git.k3jX80/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.175 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.176 | 82946 | Added a new run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.177 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.178 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.178 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.178 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.178 | 82948 | Added a new run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.179 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.180 | 82949 | Added a new run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.180 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.181 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.182 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.183 | 78137 | Recursively removing directory: /tmp/git.SwHMhD/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.183 | 82965 | Added a new run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.183 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.184 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.184 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.184 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.184 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.186 | 82969 | Added a new run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.186 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.187 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.188 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.188 | 82968 | Added a new run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.188 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.188 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.188 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.189 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.190 | 82976 | Added a new worker 19 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.190 | 78133 | Removed run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.190 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.190 | 78133 | Assigned run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.190 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8YJlpk +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.190 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.191 | 82972 | Added a new run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.191 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.192 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.192 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.193 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.193 | 82980 | Added a new worker 15 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.193 | 78133 | Removed run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.193 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.193 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.193 | 78133 | Assigned run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.194 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PWxnjd +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.194 | 82974 | Added a new run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.194 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.195 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.196 | 82978 | Added a new run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.197 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.197 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.199 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.200 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.201 | 82970 | Marked run 248 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.201 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.201 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.203 | 82981 | Added a new run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.203 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.203 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.205 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.206 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.207 | 82975 | Marked run 249 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.207 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.208 | 82983 | Added a new run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.208 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.210 | 82985 | Added a new run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.210 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.211 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.212 | 78134 | Recursively removing directory: /tmp/git.8YJlpk/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.212 | 82986 | Added a new run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.213 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.214 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.214 | 82996 | Added a new run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.215 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.215 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.215 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.217 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.217 | 83003 | Added a new run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.217 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.218 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.219 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.220 | 83007 | Added a new run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.220 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.221 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.221 | 78137 | Recursively removing directory: /tmp/git.PWxnjd/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.223 | 83010 | Added a new run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.223 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.223 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.223 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.223 | 83016 | Added a new worker 17 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.223 | 78133 | Removed run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.223 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.223 | 78133 | Assigned run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.223 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.223 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.223 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ehAEVK +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.224 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.224 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.225 | 83009 | Added a new run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.225 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.227 | 83014 | Added a new run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.228 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.228 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.229 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.230 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.231 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.231 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.232 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.232 | 83015 | Added a new run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.232 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.232 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.232 | 83024 | Added a new worker 18 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.232 | 78133 | Removed run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.232 | 78133 | Removed worker 18 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.233 | 78133 | Assigned run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.233 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.233 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.233 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eC48FF +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.235 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.237 | 83021 | Added a new run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.238 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.239 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.240 | 83022 | Added a new run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.240 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.240 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.240 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.242 | 83026 | Added a new run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.243 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.243 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.245 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.246 | 83012 | Marked run 250 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.246 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.247 | 78134 | Recursively removing directory: /tmp/git.ehAEVK/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.248 | 83035 | Added a new run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.248 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.250 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.250 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.250 | 83027 | Added a new run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.251 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.251 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.252 | 78137 | Recursively removing directory: /tmp/git.eC48FF/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.253 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.254 | 83019 | Marked run 251 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.254 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.254 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.254 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.254 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.255 | 83040 | Added a new run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.255 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.257 | 83042 | Added a new run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.257 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.258 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.258 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.258 | 83055 | Added a new worker 17 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.259 | 78133 | Removed run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.259 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.259 | 78133 | Assigned run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.259 | 83050 | Added a new run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.259 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.260 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.258 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.259 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.M0QnFl +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.261 | 83049 | Added a new run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.261 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.262 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.263 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.263 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.531Dhr +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.263 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.263 | 83060 | Added a new worker 18 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.263 | 78133 | Removed run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.263 | 78133 | Removed worker 18 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.263 | 78133 | Assigned run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.263 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.265 | 83054 | Added a new run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.265 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.266 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.266 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.266 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.267 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.268 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.269 | 83058 | Added a new run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.269 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.272 | 83062 | Added a new run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.272 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.272 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.272 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.273 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.275 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.276 | 83051 | Marked run 252 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.276 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.278 | 83063 | Added a new run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.278 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.281 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.281 | 78134 | Recursively removing directory: /tmp/git.M0QnFl/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.282 | 83065 | Added a new run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.282 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.284 | 78137 | Recursively removing directory: /tmp/git.531Dhr/ +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.284 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.284 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.285 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.285 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.285 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.286 | 83056 | Marked run 253 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.287 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.288 | 83069 | Added a new run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.288 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.288 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.289 | 83077 | Added a new run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.290 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.290 | 83084 | Added a new run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.291 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.291 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.292 | 83086 | Added a new run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.292 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.293 | 83091 | Added a new run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.293 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.294 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.294 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.294 | 83096 | Added a new worker 15 to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.294 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.294 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.294 | 78133 | Removed run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.294 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.294 | 78133 | Assigned run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.295 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P0mHg4 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.295 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.297 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.298 | 83094 | Added a new run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.298 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.299 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.299 | 83099 | Added a new worker 8 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.300 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.300 | 78133 | Removed run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.300 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.300 | 78133 | Assigned run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.300 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZaY1Pt +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.301 | 83097 | Added a new run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.301 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.302 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.302 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.303 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.305 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.305 | 83098 | Added a new run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.305 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.306 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.308 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.309 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.309 | 83088 | Marked run 254 as finished +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.310 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.310 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.311 | 83101 | Added a new run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.311 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.314 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.315 | 78137 | Recursively removing directory: /tmp/git.P0mHg4/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.315 | 83089 | Marked run 255 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.316 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.317 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.317 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.318 | 83104 | Added a new run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.318 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.319 | 83105 | Added a new run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.319 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.321 | 83109 | Added a new run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.322 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.321 | 78134 | Recursively removing directory: /tmp/git.ZaY1Pt/ +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.323 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.323 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.323 | 83117 | Added a new run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.323 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.323 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.323 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.325 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.326 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.326 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.326 | 83130 | Added a new worker 17 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.326 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.326 | 78133 | Removed run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.326 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.326 | 78133 | Assigned run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.326 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AiHF2C +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.327 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.327 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.328 | 83127 | Added a new run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.329 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.330 | 83131 | Added a new run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.330 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.332 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.332 | 83128 | Added a new run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.332 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.332 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.333 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.333 | 83136 | Added a new worker 15 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.333 | 78133 | Removed run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.333 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.333 | 78133 | Assigned run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.333 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.334 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LY63FR +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.334 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.334 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.334 | 83132 | Added a new run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.335 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.337 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.337 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.338 | 83125 | Marked run 256 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.338 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.340 | 83138 | Added a new run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.340 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.340 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.342 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.341 | 83142 | Added a new run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.342 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.344 | 83139 | Added a new run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.344 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.344 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.346 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.348 | 83133 | Marked run 257 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.348 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.348 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.348 | 78137 | Recursively removing directory: /tmp/git.AiHF2C/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.349 | 83143 | Added a new run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.349 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.351 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.351 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.351 | 83153 | Added a new run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.352 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.354 | 83156 | Added a new run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.354 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.354 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.355 | 78134 | Recursively removing directory: /tmp/git.LY63FR/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.355 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.355 | 83160 | Added a new run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.356 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.357 | 83165 | Added a new run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.357 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.357 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.357 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.358 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.358 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.359 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.359 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.359 | 83172 | Added a new worker 15 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.359 | 78133 | Removed run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.359 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.359 | 78133 | Assigned run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.360 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.360 | 83171 | Added a new run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.360 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.361 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.M0xCRV +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.361 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.362 | 83170 | Added a new run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.363 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.365 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.365 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.366 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.366 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.367 | 83178 | Added a new worker 17 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.367 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.367 | 78133 | Removed run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.367 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.367 | 78133 | Assigned run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.368 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wCAf3h +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.368 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.369 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.369 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.370 | 83174 | Added a new run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.370 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.373 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.374 | 83167 | Marked run 258 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.374 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.374 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.374 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.375 | 83179 | Added a new run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.375 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.376 | 83177 | Added a new run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.377 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.377 | 83185 | Added a new run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.378 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.379 | 83181 | Added a new run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.380 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.380 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.381 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.382 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.382 | 83176 | Marked run 259 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.383 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.383 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.384 | 78137 | Recursively removing directory: /tmp/git.M0xCRV/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.384 | 83195 | Added a new run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.384 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.386 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.386 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.387 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.387 | 83197 | Added a new run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.387 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.389 | 83198 | Added a new run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.389 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.390 | 78134 | Recursively removing directory: /tmp/git.wCAf3h/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.391 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.391 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.392 | 83206 | Added a new run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.392 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.392 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.393 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.393 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.393 | 83200 | Added a new run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.393 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.394 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.395 | 83212 | Added a new run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.395 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.395 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.395 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.396 | 83215 | Added a new worker 15 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.396 | 78133 | Removed run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.396 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.396 | 78133 | Assigned run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.396 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.396 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3w8Nzw +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.397 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.398 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.399 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.401 | 83210 | Added a new run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.401 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.401 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.401 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.401 | 83220 | Added a new worker 14 to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.401 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.402 | 78133 | Removed run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.402 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.402 | 78133 | Assigned run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.402 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qnHURQ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.403 | 83214 | Added a new run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.403 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.405 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.406 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.406 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.406 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.407 | 83219 | Added a new run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.408 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.409 | 83217 | Added a new run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.410 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.410 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.410 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.411 | 83224 | Added a new run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.411 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.411 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.413 | 83225 | Added a new run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.414 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.416 | 83209 | Marked run 260 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.416 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.417 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.417 | 83229 | Added a new run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.418 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.418 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.421 | 83218 | Marked run 261 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.421 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.422 | 83240 | Added a new run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.423 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.423 | 78137 | Recursively removing directory: /tmp/git.3w8Nzw/ +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.424 | 78134 | Recursively removing directory: /tmp/git.qnHURQ/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.424 | 83235 | Added a new run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.425 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.425 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.425 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.425 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.426 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.427 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.427 | 83243 | Added a new run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.427 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.428 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.429 | 83251 | Added a new run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.429 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.430 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.430 | 83248 | Added a new run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.430 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.432 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.432 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.432 | 83253 | Added a new run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.433 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.433 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.434 | 83257 | Added a new run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.434 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.434 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.434 | 83261 | Added a new worker 12 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.434 | 78133 | Removed run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.434 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.434 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.434 | 78133 | Assigned run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.434 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EyH3yd +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.436 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.436 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.436 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.438 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.439 | 83264 | Added a new worker 19 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.439 | 78133 | Removed run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.439 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.439 | 78133 | Assigned run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.440 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.440 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.441 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.439 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1DCgxz +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.443 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.444 | 83260 | Added a new run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.444 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.444 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.445 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.447 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.448 | 83255 | Marked run 262 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.448 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.449 | 83263 | Added a new run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.449 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.450 | 83265 | Added a new run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.451 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.452 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.454 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.454 | 83258 | Marked run 263 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.454 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.454 | 78137 | Recursively removing directory: /tmp/git.EyH3yd/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.455 | 83267 | Added a new run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.456 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.457 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.457 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.457 | 83275 | Added a new run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.457 | 78134 | Recursively removing directory: /tmp/git.1DCgxz/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.458 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.459 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.460 | 83283 | Added a new run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.460 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.461 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.460 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.460 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.461 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.462 | 83286 | Added a new run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.463 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.464 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.464 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.464 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.465 | 83291 | Added a new run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.465 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.465 | 83296 | Added a new worker 12 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.465 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.465 | 78133 | Removed run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.465 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.465 | 78133 | Assigned run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.466 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XYFmFN +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.467 | 83295 | Added a new run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.467 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.468 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.468 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.470 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.470 | 83299 | Added a new worker 17 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.471 | 78133 | Removed run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.471 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.471 | 78133 | Assigned run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.471 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4YJjcj +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.471 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.472 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.473 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.473 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.475 | 83289 | Added a new run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.475 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.476 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.477 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.478 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.479 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.479 | 83290 | Marked run 264 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.479 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.480 | 83302 | Added a new run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.480 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.483 | 83294 | Marked run 265 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.484 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.484 | 78137 | Recursively removing directory: /tmp/git.XYFmFN/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.484 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.485 | 83300 | Added a new run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.485 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.487 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.487 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.487 | 83305 | Added a new run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.488 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.488 | 83310 | Added a new run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.489 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.489 | 78134 | Recursively removing directory: /tmp/git.4YJjcj/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.490 | 83318 | Added a new run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.490 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.490 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.491 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.491 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.492 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.492 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.493 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.493 | 83324 | Added a new run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.493 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.495 | 83326 | Added a new run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.495 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.496 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.496 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.497 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.497 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.497 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.497 | 83334 | Added a new worker 19 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.497 | 78133 | Removed run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.497 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.497 | 78133 | Assigned run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.497 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rWx9v0 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.498 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.499 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.499 | 83335 | Added a new worker 19 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.499 | 78133 | Removed run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.499 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.499 | 78133 | Assigned run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.500 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.499 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.500 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dYPiCE +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.501 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.503 | 83328 | Added a new run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.503 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.504 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.505 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.507 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.507 | 83325 | Marked run 266 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.507 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.508 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.509 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.511 | 83331 | Marked run 267 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.511 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.512 | 83332 | Added a new run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.513 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.514 | 83333 | Added a new run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.514 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.516 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.516 | 78137 | Recursively removing directory: /tmp/git.rWx9v0/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.517 | 83336 | Added a new run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.517 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.518 | 83339 | Added a new run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.519 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.519 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.519 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.520 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.521 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.521 | 83355 | Added a new run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.521 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.523 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.523 | 83358 | Added a new run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.523 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.523 | 78134 | Recursively removing directory: /tmp/git.dYPiCE/ +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.524 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.525 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.525 | 83359 | Added a new run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.525 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.526 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.526 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.528 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.528 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.528 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.528 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.528 | 83367 | Added a new worker 19 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.528 | 78133 | Removed run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.528 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.528 | 78133 | Assigned run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.529 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.528 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Jt2TzA +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.530 | 83361 | Added a new run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.531 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.531 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.533 | 83364 | Added a new run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.533 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.534 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.534 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.534 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.535 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.535 | 83373 | Added a new worker 18 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.535 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.535 | 78133 | Removed run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.535 | 78133 | Removed worker 18 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.535 | 78133 | Assigned run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.535 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jnyc01 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.535 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.537 | 83366 | Added a new run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.537 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.539 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.541 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.541 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.542 | 83362 | Marked run 268 as finished +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.542 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.543 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.543 | 83368 | Added a new run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.544 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.546 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.547 | 83369 | Marked run 269 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.547 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.548 | 83371 | Added a new run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.549 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.549 | 78137 | Recursively removing directory: /tmp/git.Jt2TzA/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.551 | 83376 | Added a new run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.552 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.552 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.552 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.554 | 78134 | Recursively removing directory: /tmp/git.jnyc01/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.554 | 83378 | Added a new run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.555 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.555 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.556 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.557 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.557 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.556 | 83387 | Added a new run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.558 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.559 | 83394 | Added a new run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.559 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.559 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.559 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.560 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.560 | 83401 | Added a new worker 17 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.560 | 78133 | Removed run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.560 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.560 | 78133 | Assigned run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.560 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.560 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kqLVH2 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.562 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.562 | 83397 | Added a new run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.563 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.564 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.565 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.565 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.567 | 83407 | Added a new worker 12 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.567 | 78133 | Removed run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.567 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.567 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.567 | 78133 | Assigned run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.567 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GUBDX4 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.567 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.567 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.567 | 83402 | Added a new run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.568 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.569 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.570 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.571 | 83400 | Added a new run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.572 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.573 | 83405 | Added a new run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.574 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.575 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.573 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.574 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.578 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.578 | 83398 | Marked run 270 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.578 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.579 | 83408 | Added a new run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.579 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.580 | 78137 | Recursively removing directory: /tmp/git.kqLVH2/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.581 | 83411 | Added a new run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.581 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.583 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.583 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.584 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.585 | 83404 | Marked run 271 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.585 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.585 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.586 | 83418 | Added a new run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.586 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.586 | 78134 | Recursively removing directory: /tmp/git.GUBDX4/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.587 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.588 | 83423 | Added a new run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.589 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.589 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.589 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.589 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.590 | 83431 | Added a new run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.590 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.591 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.591 | 83432 | Added a new run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.591 | 83438 | Added a new worker 6 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.592 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.592 | 78133 | Removed run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.592 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.592 | 78133 | Assigned run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.592 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.592 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.594 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.594 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.591 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.592 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pAWUxN +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.597 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.598 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.598 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.598 | 83445 | Added a new worker 21 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.598 | 78133 | Removed run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.598 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.598 | 78133 | Assigned run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.598 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.598 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vGbrks +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.599 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.601 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.602 | 83433 | Marked run 272 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.602 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.603 | 83436 | Added a new run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.603 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.606 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.607 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.607 | 83440 | Added a new run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.607 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.609 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.609 | 83442 | Added a new run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.610 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.610 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.611 | 83444 | Added a new run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.611 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.612 | 78137 | Recursively removing directory: /tmp/git.pAWUxN/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.613 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.615 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.615 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.615 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.616 | 83441 | Marked run 273 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.616 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.617 | 83450 | Added a new run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.618 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.619 | 83458 | Added a new run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.620 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.620 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.620 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.621 | 83461 | Added a new run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.621 | 78134 | Recursively removing directory: /tmp/git.vGbrks/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.621 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.623 | 83465 | Added a new run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.623 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.623 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.623 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.624 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.624 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.624 | 83474 | Added a new worker 13 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.625 | 78133 | Removed run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.625 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.625 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.625 | 78133 | Assigned run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.625 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.625 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4BP8Kc +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.626 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.627 | 83470 | Added a new run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.627 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.628 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.629 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.631 | 83475 | Added a new run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.631 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.631 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.632 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.632 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.633 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.633 | 83482 | Added a new worker 17 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.633 | 78133 | Removed run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.633 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.633 | 78133 | Assigned run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.633 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.634 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AZ9Jym +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.633 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.633 | 83476 | Added a new run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.634 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.634 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.637 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.639 | 83469 | Marked run 274 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.639 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.641 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.641 | 83479 | Added a new run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.641 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.642 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.643 | 83480 | Added a new run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.643 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.644 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.645 | 83485 | Added a new run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.645 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.646 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.648 | 78137 | Recursively removing directory: /tmp/git.4BP8Kc/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.649 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.650 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.650 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.651 | 83478 | Marked run 275 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.652 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.652 | 78134 | Recursively removing directory: /tmp/git.AZ9Jym/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.652 | 83486 | Added a new run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.653 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.654 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.655 | 83496 | Added a new run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.655 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.655 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.655 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.655 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.657 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.656 | 83500 | Added a new run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.657 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.658 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.658 | 83503 | Added a new run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.659 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.659 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.660 | 83508 | Added a new run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.660 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.660 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.662 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.663 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.663 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.663 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.663 | 83511 | Added a new worker 21 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.663 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.663 | 78133 | Removed run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.663 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.663 | 78133 | Assigned run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.663 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.d9Qead +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.664 | 83518 | Added a new worker 6 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.664 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.664 | 78133 | Removed run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.664 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.664 | 78133 | Assigned run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.665 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IJ5yUE +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.665 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.666 | 83516 | Added a new run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.666 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.668 | 83517 | Added a new run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.668 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.670 | 83513 | Added a new run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.671 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.671 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.671 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.671 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.672 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.672 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.673 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.674 | 83519 | Added a new run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.674 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.675 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.677 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.678 | 83507 | Marked run 276 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.678 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.680 | 83523 | Added a new run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.680 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.682 | 83524 | Added a new run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.682 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.683 | 78134 | Recursively removing directory: /tmp/git.IJ5yUE/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.684 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.685 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.685 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.685 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.687 | 83514 | Marked run 277 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.687 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.687 | 78137 | Recursively removing directory: /tmp/git.d9Qead/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.688 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.689 | 83528 | Added a new run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.689 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.690 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.690 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.691 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.691 | 83534 | Added a new run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.691 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.692 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.692 | 83548 | Added a new worker 15 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.692 | 78133 | Removed run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.692 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.692 | 78133 | Assigned run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.692 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.692 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.692 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HYiPZM +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.693 | 83544 | Added a new run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.693 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.695 | 83545 | Added a new run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.695 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.696 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.696 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.697 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.697 | 83550 | Added a new run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.697 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.699 | 83554 | Added a new run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.700 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.700 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.700 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.700 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.701 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.701 | 83559 | Added a new worker 17 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.701 | 78133 | Removed run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.701 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.701 | 78133 | Assigned run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.701 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.702 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Hd4Wur +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.702 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.702 | 83555 | Added a new run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.703 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.704 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.705 | 83558 | Added a new run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.705 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.707 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.707 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.709 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.709 | 83546 | Marked run 279 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.710 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.711 | 83562 | Added a new run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.711 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.711 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.712 | 83565 | Added a new run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.712 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.712 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.715 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.715 | 83552 | Marked run 278 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.715 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.716 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.719 | 83564 | Added a new run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.719 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.720 | 78134 | Recursively removing directory: /tmp/git.HYiPZM/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.721 | 83576 | Added a new run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.721 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.722 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.722 | 83568 | Added a new run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.722 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.722 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.723 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.723 | 83578 | Added a new run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.724 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.725 | 83584 | Added a new run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.725 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.726 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.727 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.728 | 83590 | Added a new run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.728 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.728 | 78137 | Recursively removing directory: /tmp/git.Hd4Wur/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.729 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.729 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.731 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.731 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.731 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.731 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.731 | 83592 | Added a new run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.732 | 83595 | Added a new worker 12 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.732 | 78133 | Removed run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.732 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.732 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.732 | 78133 | Assigned run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.732 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.732 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PlZ7UA +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.733 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.734 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.734 | 83594 | Added a new run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.735 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.735 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.736 | 83596 | Added a new run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.737 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.738 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.739 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.739 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.739 | 83603 | Added a new worker 17 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.739 | 78133 | Removed run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.739 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.740 | 78133 | Assigned run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.740 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.740 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.740 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PPt1Vz +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.742 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.741 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.742 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.743 | 83598 | Added a new run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.743 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.746 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.747 | 83591 | Marked run 280 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.747 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.747 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.748 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.750 | 83600 | Marked run 281 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.750 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.751 | 83602 | Added a new run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.751 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.753 | 83605 | Added a new run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.753 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.753 | 78134 | Recursively removing directory: /tmp/git.PlZ7UA/ +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.755 | 83604 | Added a new run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.755 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.755 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.756 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.756 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.757 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.757 | 83609 | Added a new run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.758 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.760 | 83622 | Added a new run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.760 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.761 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.761 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.762 | 78137 | Recursively removing directory: /tmp/git.PPt1Vz/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.762 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.763 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.763 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.763 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.763 | 83626 | Added a new run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.764 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.765 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.764 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.765 | 83629 | Added a new run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.766 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.767 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.767 | 83634 | Added a new worker 11 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.767 | 78133 | Removed run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.767 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.767 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.767 | 78133 | Assigned run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.768 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.768 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.768 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.T0SlLo +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.769 | 83632 | Added a new run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.770 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.771 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.771 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.771 | 83640 | Added a new worker 19 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.771 | 78133 | Removed run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.771 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.771 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.771 | 78133 | Assigned run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.771 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1GKkU5 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.772 | 83631 | Added a new run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.772 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.774 | 83636 | Added a new run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.774 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.776 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.777 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.777 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.776 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.777 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.778 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.779 | 83638 | Added a new run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.779 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.780 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.782 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.782 | 83630 | Marked run 282 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.782 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.785 | 83637 | Marked run 283 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.786 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.787 | 83643 | Added a new run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.787 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.788 | 78137 | Recursively removing directory: /tmp/git.1GKkU5/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.789 | 83645 | Added a new run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.789 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.791 | 83648 | Added a new run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.791 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.791 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.791 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.792 | 78134 | Recursively removing directory: /tmp/git.T0SlLo/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.793 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.793 | 83664 | Added a new run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.793 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.794 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.794 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.794 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.795 | 83651 | Added a new run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.795 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.796 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.797 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.797 | 83666 | Added a new run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.797 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.798 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.799 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.799 | 83668 | Added a new run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.799 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.800 | 83673 | Added a new run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.801 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.801 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.801 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.802 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.802 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.802 | 83676 | Added a new worker 17 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.802 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.802 | 78133 | Removed run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.802 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.803 | 78133 | Assigned run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.803 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.803 | 83678 | Added a new worker 17 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.803 | 78133 | Removed run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.803 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.803 | 78133 | Assigned run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.803 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AfjIgt +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.803 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xVOlYh +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.804 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.805 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.805 | 83671 | Added a new run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.806 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.807 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.808 | 83679 | Added a new run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.808 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.808 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.810 | 83680 | Added a new run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.811 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.811 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.811 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.812 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.813 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.814 | 83682 | Added a new run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.814 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.814 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.814 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.816 | 83683 | Added a new run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.816 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.817 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.819 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.820 | 83674 | Marked run 284 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.821 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.822 | 83687 | Added a new run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.822 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.824 | 78137 | Recursively removing directory: /tmp/git.AfjIgt/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.825 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.825 | 78134 | Recursively removing directory: /tmp/git.xVOlYh/ +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.826 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.826 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.826 | 83670 | Marked run 285 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.827 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.827 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.827 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.827 | 83688 | Added a new run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.828 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.830 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.832 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.832 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.832 | 83697 | Added a new run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.832 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.833 | 83700 | Added a new run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.834 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.835 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.835 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.835 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.835 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.835 | 83715 | Added a new worker 21 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.835 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.835 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.835 | 83716 | Added a new worker 17 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.836 | 78133 | Removed run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.836 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.836 | 78133 | Assigned run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.836 | 78133 | Removed run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.836 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.836 | 78133 | Assigned run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.836 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hfoSS5 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.837 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.837 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dAHGzf +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.837 | 83707 | Added a new run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.838 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.839 | 83709 | Added a new run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.840 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.841 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.842 | 83714 | Added a new run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.843 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.843 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.844 | 83717 | Added a new run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.845 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.845 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.846 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.847 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.848 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.848 | 83711 | Marked run 287 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.848 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.849 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.850 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.850 | 83720 | Added a new run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.850 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.854 | 83710 | Marked run 286 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.854 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.855 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.856 | 83722 | Added a new run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.856 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.856 | 78137 | Recursively removing directory: /tmp/git.hfoSS5/ +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.858 | 83724 | Added a new run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.858 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.859 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.860 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.860 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.860 | 83726 | Added a new run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.861 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.861 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.862 | 83739 | Added a new run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.862 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.863 | 78134 | Recursively removing directory: /tmp/git.dAHGzf/ +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.864 | 83744 | Added a new run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.864 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.865 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.865 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.865 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.865 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.866 | 83746 | Added a new run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.866 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.866 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.868 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.868 | 83748 | Added a new run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.868 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.870 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.870 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.870 | 83756 | Added a new worker 17 to the queue +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.870 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.870 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4qW5qG +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.870 | 78133 | Removed run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.870 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.870 | 78133 | Assigned run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.870 | 83751 | Added a new run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.870 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.871 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.871 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.874 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.874 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.875 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.875 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.876 | 83753 | Added a new run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.876 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.876 | 83761 | Added a new worker 12 to the queue +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.876 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.876 | 78133 | Removed run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.876 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.876 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.876 | 78133 | Assigned run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.877 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Za1Hmc +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.878 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.880 | 83750 | Marked run 288 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.880 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.880 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.882 | 83757 | Added a new run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.882 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.885 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.887 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.886 | 83758 | Added a new run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.887 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.888 | 78137 | Recursively removing directory: /tmp/git.4qW5qG/ +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.888 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.890 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.890 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.890 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.890 | 83755 | Marked run 289 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.891 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.892 | 83760 | Added a new run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.892 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.893 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.894 | 83764 | Added a new run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.895 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.895 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.896 | 83772 | Added a new run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.897 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.897 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.898 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.898 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.898 | 83775 | Added a new run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.898 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.898 | 83787 | Added a new worker 6 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.898 | 78133 | Removed run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.898 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.898 | 78133 | Assigned run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.899 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UiIPBM +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.899 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.901 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.902 | 83783 | Added a new run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.902 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.903 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.904 | 78134 | Recursively removing directory: /tmp/git.Za1Hmc/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.905 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.905 | 83788 | Added a new run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.906 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.906 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.907 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.907 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.907 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.908 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.909 | 83779 | Marked run 290 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.910 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.910 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.911 | 83792 | Added a new run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.911 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.912 | 83790 | Added a new run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.913 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.914 | 83793 | Added a new run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.914 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.914 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.914 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.915 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.915 | 83806 | Added a new worker 13 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.915 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.915 | 78133 | Removed run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.915 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.915 | 78133 | Assigned run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.915 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NLJDz4 +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.917 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.917 | 83796 | Added a new run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.918 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.920 | 83807 | Added a new run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.920 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.921 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.922 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.922 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.923 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.924 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.924 | 78137 | Recursively removing directory: /tmp/git.UiIPBM/ +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.925 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.925 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.926 | 83798 | Marked run 291 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.926 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.927 | 83809 | Added a new run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.928 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.928 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.930 | 83812 | Added a new run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.930 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.931 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.931 | 83813 | Added a new run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.932 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.932 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.932 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.933 | 83827 | Added a new worker 13 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.933 | 78133 | Removed run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.933 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.933 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.933 | 78133 | Assigned run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.933 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IqMJSG +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.934 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.934 | 83814 | Added a new run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.934 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.936 | 83823 | Added a new run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.936 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.937 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.940 | 78134 | Recursively removing directory: /tmp/git.NLJDz4/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.940 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.941 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.941 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.941 | 83828 | Added a new run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.941 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.942 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.942 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.944 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.944 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.945 | 83830 | Added a new run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.945 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.945 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.947 | 83832 | Added a new run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.947 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.948 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.949 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.950 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.950 | 83845 | Added a new worker 19 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.950 | 78133 | Removed run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.950 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.950 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.950 | 78133 | Assigned run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.950 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UJ8zrp +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.951 | 83821 | Marked run 292 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.951 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.951 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.952 | 83833 | Added a new run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.953 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.955 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.955 | 83835 | Added a new run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.956 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.956 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.957 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.958 | 78137 | Recursively removing directory: /tmp/git.IqMJSG/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.958 | 83842 | Added a new run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.958 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.959 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.959 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.959 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.962 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.962 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.965 | 83837 | Marked run 293 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.965 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.966 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.966 | 78137 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.966 | 83848 | Added a new run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.967 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.967 | 83863 | Added a new worker 7 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.967 | 78133 | Removed run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.967 | 78133 | Removed worker 7 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.967 | 78133 | Assigned run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.966 | 78134 | Recursively removing directory: /tmp/git.UJ8zrp/ +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.968 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ju2T2h +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.967 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.968 | 83852 | Added a new run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.969 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.969 | 78134 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.969 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.970 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.971 | 83854 | Added a new run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.971 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.973 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.973 | 83859 | Added a new run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.974 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.974 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.976 | 78137 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.977 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.977 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.977 | 83860 | Marked run 294 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.977 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.978 | 78137 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.978 | 78134 | Waiting for a new command +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.978 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.978 | 83874 | Added a new worker 19 to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.978 | 78133 | Removed run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.978 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.978 | 78133 | Assigned run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.979 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.978 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.egcwKR +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.979 | 83868 | Added a new run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.979 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.981 | 83866 | Added a new run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.981 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.983 | 83871 | Added a new run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.983 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.984 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.985 | 78134 | Checking out revision HEAD +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.985 | 83872 | Added a new run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.985 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78134/cimple-worker: 2024-01-28 10:56:21.986 | 78134 | Going to run: ./ci +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.986 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.986 | 83879 | Added a new run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.987 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.989 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.990 | 83870 | Marked run 295 as finished +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.990 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.990 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.991 | 83882 | Added a new run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.992 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.993 | 78137 | Recursively removing directory: /tmp/git.Ju2T2h/ +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.993 | 83886 | Added a new run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.994 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.994 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.995 | 78137 | Process exit code: 0 +2024-01-28 10:56:21 | INFO | 78137/cimple-worker: 2024-01-28 10:56:21.995 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.996 | 83892 | Added a new run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.996 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.998 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.998 | 83890 | Added a new run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:21 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.998 | 78131 | Waiting for new connections +2024-01-28 10:56:21 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:21 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:21 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:21.999 | 83899 | Added a new run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.000 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.000 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.000 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.001 | 78134 | Recursively removing directory: /tmp/git.egcwKR/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.003 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.003 | 83902 | Added a new run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.003 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.003 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.003 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.004 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.004 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.004 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.004 | 83909 | Added a new worker 17 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.005 | 78133 | Removed run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.005 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.005 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.005 | 78133 | Assigned run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.005 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.emXwLp +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.007 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.008 | 83906 | Added a new run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.008 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.008 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.010 | 83907 | Added a new run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.010 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.011 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.011 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.012 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.012 | 83914 | Added a new worker 17 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.012 | 78133 | Removed run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.012 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.012 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.012 | 78133 | Assigned run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.012 | 83910 | Added a new run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.013 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.014 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eg6SGA +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.012 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.013 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.014 | 83912 | Added a new run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.015 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.018 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.019 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.020 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.020 | 83904 | Marked run 296 as finished +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.020 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.021 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.022 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.022 | 83916 | Added a new run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.022 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.025 | 78137 | Recursively removing directory: /tmp/git.emXwLp/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.025 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.026 | 83911 | Marked run 297 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.026 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.027 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.027 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.028 | 83921 | Added a new run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.029 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.030 | 83925 | Added a new run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.030 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.031 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.032 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.033 | 83927 | Added a new run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.033 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.034 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.035 | 78134 | Recursively removing directory: /tmp/git.eg6SGA/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.034 | 83932 | Added a new run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.035 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.035 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.035 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.035 | 83945 | Added a new worker 15 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.035 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.036 | 78133 | Removed run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.036 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.036 | 78133 | Assigned run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.036 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QzXk9T +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.037 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.037 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.037 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.039 | 83941 | Added a new run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.040 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.041 | 83943 | Added a new run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.041 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.043 | 83946 | Added a new run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.043 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.044 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.044 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.045 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.045 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.045 | 83953 | Added a new worker 18 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.045 | 78133 | Removed run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.045 | 78133 | Removed worker 18 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.045 | 78133 | Assigned run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.045 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.045 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.046 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NSyv1x +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.046 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.048 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.048 | 83940 | Marked run 298 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.049 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.049 | 83951 | Added a new run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.050 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.051 | 83952 | Added a new run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.052 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.053 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.052 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.053 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.055 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.060 | 83955 | Added a new run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.061 | 78137 | Recursively removing directory: /tmp/git.QzXk9T/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.061 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.061 | 83956 | Added a new run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.062 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.064 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.064 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.065 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.065 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.065 | 83948 | Marked run 299 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.066 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.067 | 83961 | Added a new run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.068 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.068 | 83967 | Added a new run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.068 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.069 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.069 | 78134 | Recursively removing directory: /tmp/git.NSyv1x/ +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.070 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.070 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.071 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.071 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.072 | 83976 | Added a new run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.073 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.073 | 83977 | Added a new run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.073 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.074 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.075 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.075 | 83984 | Added a new worker 17 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.075 | 78133 | Removed run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.075 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.075 | 78133 | Assigned run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.076 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.076 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VtEBh6 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.076 | 83981 | Added a new run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.076 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.079 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.079 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.079 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.079 | 83989 | Added a new worker 19 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.079 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.079 | 78133 | Removed run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.079 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.079 | 78133 | Assigned run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.080 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uK0xpX +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.081 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.083 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.084 | 83980 | Marked run 300 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.084 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.084 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.087 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.088 | 83982 | Added a new run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.088 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.089 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.089 | 83987 | Added a new run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.089 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.090 | 83991 | Added a new run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.090 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.092 | 83990 | Added a new run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.092 | 83986 | Marked run 301 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.093 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.093 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.094 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.094 | 84004 | Added a new run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.095 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.096 | 84005 | Added a new run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.097 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.097 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.097 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.099 | 84007 | Added a new run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.099 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.100 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.100 | 84015 | Added a new run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.102 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.102 | 78137 | Recursively removing directory: /tmp/git.VtEBh6/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.102 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.103 | 84016 | Added a new run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.104 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.105 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.105 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.105 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.105 | 78134 | Recursively removing directory: /tmp/git.uK0xpX/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.106 | 84018 | Added a new run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.106 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.106 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.108 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.108 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.108 | 84020 | Added a new run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.109 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.110 | 84022 | Added a new run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.110 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.111 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.111 | 84023 | Added a new run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.112 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.112 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.112 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.114 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.114 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.114 | 84026 | Added a new run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.115 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.115 | 84033 | Added a new worker 20 to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.115 | 78133 | Removed run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.115 | 78133 | Removed worker 20 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.115 | 78133 | Assigned run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.115 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.116 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.117 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.114 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.115 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.osLulY +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.117 | 84036 | Added a new worker 20 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.117 | 78133 | Removed run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.117 | 78133 | Removed worker 20 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.117 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.117 | 78133 | Assigned run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 20 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.117 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.117 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0ZPH0a +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.118 | 84029 | Added a new run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.118 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.121 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.122 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.122 | 84032 | Added a new run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.122 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.123 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.123 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.124 | 84034 | Added a new run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.125 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.125 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.127 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.127 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.128 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.128 | 84027 | Marked run 302 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.128 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.130 | 84038 | Added a new run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.130 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.132 | 84030 | Marked run 303 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.133 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.133 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.134 | 84043 | Added a new run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.134 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.136 | 84045 | Added a new run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.136 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.138 | 78137 | Recursively removing directory: /tmp/git.osLulY/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.138 | 84040 | Added a new run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.138 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.139 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.139 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.140 | 84055 | Added a new run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.140 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.140 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.140 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.142 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.143 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.143 | 78134 | Recursively removing directory: /tmp/git.0ZPH0a/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.144 | 84062 | Added a new run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.144 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.145 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.146 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.146 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.146 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.147 | 84064 | Added a new run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.147 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.148 | 84066 | Added a new run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.148 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.149 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.149 | 84072 | Added a new worker 7 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.149 | 78133 | Removed run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.149 | 78133 | Removed worker 7 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.149 | 78133 | Assigned run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.150 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.150 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.150 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RKMO8U +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.150 | 84067 | Added a new run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.151 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.151 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.153 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.155 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.155 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.156 | 84078 | Added a new worker 21 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.156 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.156 | 78133 | Removed run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.156 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.156 | 78133 | Assigned run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.156 | 84070 | Added a new run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.156 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.y4TLqm +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.157 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.157 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.158 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.159 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.160 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.160 | 84077 | Added a new run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.160 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.162 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.163 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.163 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.165 | 84074 | Added a new run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.166 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.168 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.170 | 84079 | Added a new run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.170 | 84069 | Marked run 304 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.170 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.170 | 78137 | Recursively removing directory: /tmp/git.RKMO8U/ +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.172 | 84082 | Added a new run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.172 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.173 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.173 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.173 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.176 | 84076 | Marked run 305 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.176 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.177 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.177 | 78134 | Recursively removing directory: /tmp/git.y4TLqm/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.177 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.178 | 84085 | Added a new run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.178 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.179 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.179 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.179 | 84097 | Added a new run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.180 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.181 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.181 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.181 | 84107 | Added a new worker 15 to the queue +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.181 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.181 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1g7T6c +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.181 | 78133 | Removed run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.181 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.181 | 78133 | Assigned run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.182 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.183 | 84102 | Added a new run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.183 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.183 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.185 | 84103 | Added a new run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.186 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.187 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.187 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.188 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.187 | 84112 | Added a new worker 11 to the queue +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.189 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.189 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.189 | 78133 | Removed run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.189 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.189 | 78133 | Assigned run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.190 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2IGZ5N +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.190 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.190 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.190 | 84108 | Added a new run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.190 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.193 | 84114 | Added a new run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.193 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.194 | 84109 | Added a new run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.194 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.197 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.197 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.198 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.198 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.199 | 84104 | Marked run 306 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.200 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.201 | 84116 | Added a new run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.201 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.203 | 78137 | Recursively removing directory: /tmp/git.1g7T6c/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.204 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.204 | 84110 | Marked run 307 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.205 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.205 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.205 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.205 | 84119 | Added a new run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.206 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.207 | 84125 | Added a new run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.207 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.209 | 84135 | Added a new run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.209 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.209 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.210 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.211 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.211 | 84128 | Added a new run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.212 | 78134 | Recursively removing directory: /tmp/git.2IGZ5N/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.212 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.212 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.214 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.214 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.214 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.214 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.214 | 84146 | Added a new worker 19 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.214 | 78133 | Removed run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.214 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.214 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.214 | 78133 | Assigned run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.214 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.215 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mkjpAt +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.216 | 84140 | Added a new run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.217 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.218 | 84143 | Added a new run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.218 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.219 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.221 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.221 | 84144 | Added a new run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.221 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.222 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.223 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.223 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.223 | 84147 | Added a new run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.223 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.224 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.224 | 84154 | Added a new worker 15 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.224 | 78133 | Removed run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.224 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.224 | 78133 | Assigned run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.224 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.224 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TzsDQE +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.227 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.227 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.227 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.228 | 84142 | Marked run 308 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.228 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.229 | 84151 | Added a new run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.230 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.232 | 84158 | Added a new run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.232 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.233 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.233 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.235 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.235 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.235 | 84157 | Added a new run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.235 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.236 | 78137 | Recursively removing directory: /tmp/git.mkjpAt/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.238 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.238 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.238 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.240 | 84150 | Marked run 309 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.240 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.241 | 84159 | Added a new run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.242 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.242 | 84167 | Added a new run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.243 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.245 | 84168 | Added a new run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.245 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.245 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.246 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GisQkL +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.245 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.245 | 84182 | Added a new worker 15 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.246 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.246 | 78133 | Removed run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.246 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.246 | 78133 | Assigned run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.247 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.248 | 84172 | Added a new run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.249 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.249 | 78134 | Recursively removing directory: /tmp/git.TzsDQE/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.250 | 84181 | Added a new run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.251 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.252 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.251 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.251 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.253 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.254 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.255 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.255 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.256 | 84184 | Added a new run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.256 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.257 | 84186 | Added a new run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.258 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.259 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.261 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.261 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.261 | 84201 | Added a new worker 19 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.261 | 78133 | Removed run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.261 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.261 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.261 | 78133 | Assigned run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.261 | 84178 | Marked run 310 as finished +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.261 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.z7Lm4d +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.262 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.262 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.264 | 84188 | Added a new run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.264 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.266 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.267 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.268 | 84190 | Added a new run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.268 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.268 | 78137 | Recursively removing directory: /tmp/git.GisQkL/ +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.269 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.270 | 84196 | Added a new run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.270 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.271 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.271 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.272 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.272 | 84202 | Added a new run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.272 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.273 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.275 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.275 | 84192 | Marked run 311 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.275 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.275 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.277 | 84204 | Added a new run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.277 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.278 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.278 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.278 | 84220 | Added a new worker 17 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.278 | 78133 | Removed run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.278 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.279 | 78133 | Assigned run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.279 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nznH8t +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.279 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.280 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.280 | 84208 | Added a new run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.281 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.283 | 84211 | Added a new run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.284 | 78134 | Recursively removing directory: /tmp/git.z7Lm4d/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.284 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.285 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.286 | 84214 | Added a new run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.286 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.286 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.287 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.288 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.288 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.288 | 84221 | Added a new run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.288 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.289 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.291 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.291 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.291 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.292 | 84213 | Marked run 312 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.292 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.293 | 84224 | Added a new run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.293 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.295 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.295 | 84226 | Added a new run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.295 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.296 | 84237 | Added a new worker 9 to the queue +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.297 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JyHKfz +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.297 | 78133 | Removed run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.297 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.297 | 78133 | Assigned run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.297 | 84230 | Added a new run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.297 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.298 | 84231 | Added a new run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.299 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.299 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.301 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.301 | 84242 | Added a new run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.302 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.302 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.305 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.305 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.306 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.306 | 84229 | Marked run 313 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.306 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.307 | 78137 | Recursively removing directory: /tmp/git.nznH8t/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.308 | 84244 | Added a new run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.308 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.309 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.309 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.310 | 84245 | Added a new run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.310 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.312 | 84247 | Added a new run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.312 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.313 | 84248 | Added a new run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.313 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.313 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.314 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.314 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.315 | 84257 | Added a new run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.315 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.316 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.317 | 84262 | Added a new run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.317 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.318 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.319 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.320 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.320 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.320 | 84268 | Added a new worker 17 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.320 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.320 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.320 | 78133 | Removed run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.320 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.320 | 78133 | Assigned run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.321 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZtJKVH +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.322 | 84266 | Added a new run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.322 | 78134 | Recursively removing directory: /tmp/git.JyHKfz/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.322 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.324 | 84267 | Added a new run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.324 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.324 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.324 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.326 | 84264 | Added a new run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.327 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.327 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.328 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.328 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.329 | 84269 | Added a new run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.329 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.329 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.330 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.331 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.332 | 84261 | Marked run 314 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.332 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.333 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.333 | 84280 | Added a new worker 17 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.333 | 78133 | Removed run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.333 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.333 | 78133 | Assigned run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.333 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.333 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.333 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Xe7DAV +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.334 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.334 | 84272 | Added a new run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.335 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.336 | 84277 | Added a new run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.336 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.337 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.338 | 84278 | Added a new run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.338 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.339 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.340 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.341 | 84282 | Added a new run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.341 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.341 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.344 | 84274 | Marked run 315 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.344 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.345 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.345 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.346 | 78137 | Recursively removing directory: /tmp/git.ZtJKVH/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.346 | 84287 | Added a new run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.347 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.348 | 84288 | Added a new run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.348 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.349 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.349 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.350 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.352 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.352 | 84295 | Added a new run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.353 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.353 | 78134 | Recursively removing directory: /tmp/git.Xe7DAV/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.353 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.353 | 84296 | Added a new run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.354 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.356 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.356 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.356 | 84304 | Added a new run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.356 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.356 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.356 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.358 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.358 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.358 | 84312 | Added a new worker 17 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.358 | 78133 | Removed run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.358 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.358 | 78133 | Assigned run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.358 | 84305 | Added a new run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.359 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.359 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.360 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.360 | 84310 | Added a new run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.360 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.360 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cMLY29 +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.363 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.363 | 84309 | Added a new run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.363 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.365 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.365 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.365 | 84319 | Added a new worker 17 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.366 | 78133 | Removed run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.366 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.366 | 78133 | Assigned run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.366 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.366 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.367 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9892ge +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.367 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.367 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.368 | 84307 | Marked run 316 as finished +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.369 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.369 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.370 | 84315 | Added a new run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.371 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.372 | 84317 | Added a new run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.372 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.374 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.374 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.374 | 84320 | Added a new run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.374 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.376 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.377 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.378 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.378 | 84313 | Marked run 317 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.378 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.380 | 84321 | Added a new run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.380 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.380 | 78137 | Recursively removing directory: /tmp/git.cMLY29/ +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.381 | 84327 | Added a new run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.381 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.383 | 84333 | Added a new run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.383 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.383 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.383 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.384 | 84335 | Added a new run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.385 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.386 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.386 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.388 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.388 | 84347 | Added a new run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.389 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.389 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.390 | 84346 | Added a new run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.390 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.391 | 78134 | Recursively removing directory: /tmp/git.9892ge/ +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.392 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.392 | 84353 | Added a new worker 15 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.392 | 78133 | Removed run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.392 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.392 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.392 | 78133 | Assigned run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.392 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.393 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0wWSay +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.393 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.393 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.393 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.396 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.397 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.397 | 84351 | Added a new run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.397 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.398 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.399 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.401 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.401 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.401 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.401 | 84360 | Added a new worker 21 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.401 | 78133 | Removed run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.401 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.401 | 78133 | Assigned run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.401 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lRChs3 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.402 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.404 | 84349 | Added a new run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.404 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.406 | 84354 | Added a new run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.406 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.408 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.408 | 84355 | Added a new run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.408 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.408 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.410 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.410 | 84359 | Added a new run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.410 | 84348 | Marked run 318 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.411 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.412 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.414 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.414 | 84356 | Marked run 319 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.415 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.415 | 78137 | Recursively removing directory: /tmp/git.0wWSay/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.416 | 84369 | Added a new run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.416 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.418 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.418 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.418 | 84372 | Added a new run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.418 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.419 | 84374 | Added a new run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.419 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.420 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.422 | 84376 | Added a new run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.422 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.423 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.423 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.424 | 78134 | Recursively removing directory: /tmp/git.lRChs3/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.424 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.425 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.425 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.425 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.426 | 84385 | Added a new run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.426 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.427 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.427 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.427 | 84392 | Added a new worker 17 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.427 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.427 | 78133 | Removed run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.427 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.427 | 78133 | Assigned run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.427 | 84389 | Added a new run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.427 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3ahq1B +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.429 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.429 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.430 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.430 | 84387 | Added a new run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.430 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.433 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.433 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.433 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.433 | 84397 | Added a new worker 8 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.434 | 78133 | Removed run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.434 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.434 | 78133 | Assigned run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.434 | 84390 | Added a new run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.435 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.435 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vfRg2c +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.435 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.435 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.436 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.437 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.437 | 84394 | Added a new run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.437 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.438 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.440 | 84398 | Added a new run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.441 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.441 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.443 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.443 | 84403 | Added a new run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.444 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.444 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.445 | 84401 | Added a new run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.446 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.447 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.449 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.449 | 78137 | Recursively removing directory: /tmp/git.3ahq1B/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.449 | 84388 | Marked run 320 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.450 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.451 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.451 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.453 | 84395 | Marked run 321 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.453 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.454 | 84406 | Added a new run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.455 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.455 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.456 | 78134 | Recursively removing directory: /tmp/git.vfRg2c/ +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.456 | 84412 | Added a new run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.457 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.458 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.459 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.459 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.459 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.459 | 84428 | Added a new worker 17 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.459 | 78133 | Removed run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.459 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.459 | 78133 | Assigned run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.459 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.460 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b4HTQG +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.459 | 84416 | Added a new run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.460 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.460 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.461 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.462 | 84418 | Added a new run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.463 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.464 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.465 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.466 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.467 | 84427 | Added a new run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.467 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.468 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.467 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.468 | 84436 | Added a new worker 19 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.468 | 78133 | Removed run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.468 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.468 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.468 | 78133 | Assigned run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.468 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.468 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Gpimjk +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.469 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.471 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.471 | 84425 | Marked run 322 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.472 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.473 | 84429 | Added a new run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.473 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.475 | 84433 | Added a new run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.476 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.476 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.477 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.477 | 84434 | Added a new run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.478 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.478 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.479 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.480 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.482 | 84432 | Marked run 323 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.482 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.483 | 78137 | Recursively removing directory: /tmp/git.b4HTQG/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.483 | 84438 | Added a new run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.483 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.485 | 84445 | Added a new run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.485 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.485 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.486 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.487 | 84451 | Added a new run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.488 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.489 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.489 | 84450 | Added a new run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.489 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.490 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.491 | 78134 | Recursively removing directory: /tmp/git.Gpimjk/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.492 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.492 | 84461 | Added a new run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.492 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.493 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.493 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.493 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.494 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.494 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vU171k +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.494 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.494 | 84462 | Added a new run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.494 | 84468 | Added a new worker 17 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.494 | 78133 | Removed run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.494 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.494 | 78133 | Assigned run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.495 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.495 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.497 | 84465 | Added a new run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.497 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.498 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.499 | 84466 | Added a new run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.499 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.501 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.501 | 84474 | Added a new worker 10 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.501 | 78133 | Removed run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.501 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.501 | 78133 | Assigned run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.501 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.501 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UqZOd5 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.502 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.503 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.503 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.504 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.505 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.506 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.510 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.510 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.511 | 84464 | Marked run 324 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.511 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.512 | 84472 | Added a new run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.512 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.514 | 84476 | Added a new run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.514 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.515 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.518 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.519 | 84470 | Marked run 325 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.519 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.519 | 78137 | Recursively removing directory: /tmp/git.vU171k/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.520 | 84475 | Added a new run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.520 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.521 | 78134 | Recursively removing directory: /tmp/git.UqZOd5/ +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.521 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.521 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.523 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.523 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.522 | 84477 | Added a new run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.523 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.524 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.524 | 84492 | Added a new run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.525 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.525 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.526 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.526 | 84495 | Added a new run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.527 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.527 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.528 | 84497 | Added a new run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.529 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.529 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.529 | 84501 | Added a new run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.530 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.531 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.531 | 84507 | Added a new worker 17 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.531 | 78133 | Removed run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.531 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.531 | 78133 | Assigned run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.531 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.532 | 84506 | Added a new worker 11 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.532 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.532 | 78133 | Removed run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.532 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.532 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.532 | 78133 | Assigned run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.530 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.531 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.531 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qmQZ52 +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.533 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nAbkKl +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.533 | 84504 | Added a new run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.534 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.536 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.537 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.538 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.539 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.540 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.541 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.542 | 84500 | Marked run 326 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.542 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.542 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.543 | 84508 | Added a new run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.543 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.545 | 84512 | Added a new run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.545 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.546 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.549 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.549 | 84503 | Marked run 327 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.549 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.551 | 78134 | Recursively removing directory: /tmp/git.qmQZ52/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.551 | 84515 | Added a new run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.551 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.552 | 78137 | Recursively removing directory: /tmp/git.nAbkKl/ +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.553 | 84517 | Added a new run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.553 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.554 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.554 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.554 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.554 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.555 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.555 | 84528 | Added a new run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.556 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.557 | 84531 | Added a new run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.557 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.558 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.559 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.559 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.559 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.561 | 84539 | Added a new run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.561 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.562 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.562 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.562 | 84542 | Added a new worker 21 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.562 | 78133 | Removed run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.562 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.562 | 78133 | Assigned run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.562 | 84538 | Added a new run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.563 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.563 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aQyR7o +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.564 | 84534 | Added a new run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.565 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.565 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.565 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.565 | 84546 | Added a new worker 9 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.566 | 78133 | Removed run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.566 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.566 | 78133 | Assigned run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.566 | 84541 | Added a new run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.566 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1QlXiO +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.567 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.567 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.570 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.571 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.572 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.572 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.572 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.573 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.575 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.576 | 84540 | Marked run 329 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.576 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.577 | 84550 | Added a new run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.577 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.578 | 84547 | Added a new run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.579 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.582 | 84537 | Marked run 328 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.582 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.582 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.583 | 78134 | Recursively removing directory: /tmp/git.aQyR7o/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.584 | 84552 | Added a new run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.584 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.584 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.584 | 78137 | Recursively removing directory: /tmp/git.1QlXiO/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.586 | 84554 | Added a new run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.586 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.586 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.586 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.587 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.587 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.587 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.588 | 84568 | Added a new run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.588 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.589 | 84569 | Added a new run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.589 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.590 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.591 | 84571 | Added a new run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.591 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.591 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.592 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.592 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.593 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.593 | 84575 | Added a new run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.594 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.594 | 84578 | Added a new run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.595 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.595 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.596 | 84579 | Added a new run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.596 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.597 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.597 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.595 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.597 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.598 | 84582 | Added a new worker 16 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.598 | 78133 | Removed run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.598 | 78133 | Removed worker 16 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.598 | 78133 | Assigned run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 16 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.598 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.599 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.599 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.599 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6ieysQ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.599 | 84584 | Added a new worker 19 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.599 | 78133 | Removed run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.599 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.599 | 78133 | Assigned run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.600 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P87CGb +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.602 | 84587 | Added a new run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.603 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.604 | 84585 | Added a new run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.605 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.605 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.606 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.607 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.608 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.608 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.609 | 84576 | Marked run 330 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.609 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.609 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.612 | 84577 | Marked run 331 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.612 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.613 | 84588 | Added a new run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.613 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.614 | 84589 | Added a new run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.615 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.617 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.618 | 78137 | Recursively removing directory: /tmp/git.P87CGb/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.619 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.620 | 84591 | Added a new run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.620 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.620 | 78134 | Recursively removing directory: /tmp/git.6ieysQ/ +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.621 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.621 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.622 | 84594 | Added a new run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.623 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.623 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.624 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.624 | 84610 | Added a new run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.625 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.626 | 84614 | Added a new run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.626 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.626 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.627 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.627 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.628 | 84611 | Added a new run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.628 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.629 | 84618 | Added a new run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.629 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.630 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.630 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.631 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.630 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.630 | 84623 | Added a new worker 15 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.630 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.631 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.631 | 78133 | Removed run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.631 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.632 | 78133 | Assigned run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.632 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.632 | 84622 | Added a new run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.632 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XzMnt5 +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.633 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.634 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.636 | 84625 | Added a new worker 19 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.636 | 78133 | Removed run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.636 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.636 | 78133 | Assigned run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.636 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.636 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.636 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YSZVo2 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.639 | 84624 | Added a new run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.639 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.639 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.640 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.641 | 84627 | Added a new run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.642 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.644 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.644 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.645 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.646 | 84619 | Marked run 332 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.646 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.647 | 84628 | Added a new run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.648 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.650 | 84629 | Added a new run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.650 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.650 | 78137 | Recursively removing directory: /tmp/git.XzMnt5/ +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.651 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.652 | 84633 | Added a new run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.652 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.653 | 84636 | Added a new run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.654 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.652 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.652 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.655 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.656 | 84646 | Added a new run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.656 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.656 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.657 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.659 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.659 | 84616 | Marked run 333 as finished +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.659 | 78134 | Recursively removing directory: /tmp/git.YSZVo2/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.659 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.661 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.661 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.661 | 84659 | Added a new worker 19 to the queue +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.661 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.661 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.661 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.661 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bZ7m4h +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.661 | 78133 | Removed run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.661 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.661 | 78133 | Assigned run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.661 | 84653 | Added a new run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.662 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.662 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.665 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.665 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.665 | 84654 | Added a new run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.666 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.668 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.669 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.669 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.669 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.669 | 84657 | Added a new run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.669 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.670 | 84665 | Added a new worker 6 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.670 | 78133 | Removed run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.670 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.670 | 78133 | Assigned run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.670 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.670 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.670 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tWoocb +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.671 | 84658 | Added a new run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.672 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.673 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.673 | 84661 | Added a new run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.674 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.675 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.676 | 84664 | Added a new run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.677 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.677 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.679 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.680 | 84656 | Marked run 334 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.680 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.680 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.681 | 84669 | Added a new run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.682 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.682 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.683 | 78137 | Recursively removing directory: /tmp/git.bZ7m4h/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.685 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.685 | 84662 | Marked run 335 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.685 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.686 | 84673 | Added a new run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.687 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.687 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.687 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.687 | 84676 | Added a new run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.688 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.689 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.690 | 84680 | Added a new run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.690 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.691 | 84684 | Added a new run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.691 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.691 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.692 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.694 | 84690 | Added a new run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.694 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.695 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.695 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.695 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.696 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.696 | 84700 | Added a new worker 15 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.696 | 78133 | Removed run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.696 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.696 | 78133 | Assigned run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.696 | 84695 | Added a new run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.696 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6PWTpQ +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.697 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.697 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.698 | 84698 | Added a new run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.699 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.699 | 78134 | Recursively removing directory: /tmp/git.tWoocb/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.701 | 84699 | Added a new run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.701 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.703 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.701 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.701 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.703 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.704 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.705 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.705 | 84702 | Added a new run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.706 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.706 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.706 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.707 | 84705 | Added a new run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.707 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.708 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.710 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.710 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.710 | 84715 | Added a new worker 19 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.710 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.710 | 78133 | Removed run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.710 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.710 | 78133 | Assigned run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.711 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.711 | 84694 | Marked run 336 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.711 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.711 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eQFTEd +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.713 | 84706 | Added a new run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.713 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.716 | 78137 | Recursively removing directory: /tmp/git.6PWTpQ/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.716 | 84711 | Added a new run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.716 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.717 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.717 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.718 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.720 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.720 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.720 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.721 | 84708 | Marked run 337 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.721 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.722 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.723 | 84717 | Added a new run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.723 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.725 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.725 | 84710 | Added a new run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.725 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.726 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.726 | 84731 | Added a new worker 17 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.727 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.727 | 78133 | Removed run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.727 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.727 | 78133 | Assigned run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.727 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KetGy4 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.728 | 84723 | Added a new run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.729 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.730 | 84724 | Added a new run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.731 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.733 | 84734 | Added a new run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.733 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.734 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.735 | 78134 | Recursively removing directory: /tmp/git.eQFTEd/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.735 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.735 | 84737 | Added a new run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.736 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.736 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.736 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.736 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.736 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.738 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.738 | 84741 | Added a new run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.738 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.739 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.741 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.741 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.742 | 84726 | Marked run 338 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.742 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.744 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.744 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.744 | 84756 | Added a new worker 19 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.744 | 78133 | Removed run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.744 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.744 | 78133 | Assigned run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.744 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.745 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZJJjsi +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.746 | 84742 | Added a new run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.747 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.748 | 84743 | Added a new run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.748 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.750 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.750 | 84747 | Added a new run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.750 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.751 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.752 | 78137 | Recursively removing directory: /tmp/git.KetGy4/ +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.753 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.752 | 84750 | Added a new run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.753 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.754 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.754 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.754 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.754 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.756 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.757 | 84749 | Marked run 339 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.757 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.758 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.758 | 84759 | Added a new run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.758 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.759 | 84761 | Added a new run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.760 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.761 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.761 | 84763 | Added a new run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.762 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.762 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.762 | 84774 | Added a new worker 7 to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.763 | 78133 | Removed run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.763 | 78133 | Removed worker 7 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.763 | 78133 | Assigned run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.763 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.763 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SvyHzs +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.763 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.764 | 84765 | Added a new run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.764 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.766 | 84773 | Added a new run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.767 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.767 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.768 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.769 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.769 | 84778 | Added a new run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.770 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.771 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.771 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.771 | 78134 | Recursively removing directory: /tmp/git.ZJJjsi/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.773 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.773 | 84767 | Marked run 340 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.774 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.774 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.774 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.775 | 84780 | Added a new run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.775 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.776 | 84782 | Added a new run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.776 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.777 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.778 | 84784 | Added a new run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.778 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.779 | 84786 | Added a new run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.780 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.781 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.782 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.782 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.783 | 84797 | Added a new run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.783 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.783 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.784 | 84799 | Added a new worker 7 to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.784 | 78133 | Removed run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.784 | 78133 | Removed worker 7 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.784 | 78133 | Assigned run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.785 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vpwZaJ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.786 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.787 | 78137 | Recursively removing directory: /tmp/git.SvyHzs/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.787 | 84800 | Added a new run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.787 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.789 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.789 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.790 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.790 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.791 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.792 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.792 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.794 | 84801 | Added a new run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.794 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.795 | 84803 | Added a new run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.795 | 84790 | Marked run 341 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.795 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.796 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.796 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.796 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.796 | 84812 | Added a new worker 9 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.797 | 78133 | Removed run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.797 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.797 | 78133 | Assigned run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.797 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.797 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RIZnaD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.797 | 84805 | Added a new run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.798 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.798 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.799 | 84806 | Added a new run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.800 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.802 | 84815 | Added a new run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.802 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.802 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.803 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.804 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.805 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.805 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.806 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.807 | 84807 | Marked run 342 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.807 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.809 | 84819 | Added a new run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.809 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.811 | 84821 | Added a new run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.811 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.811 | 78134 | Recursively removing directory: /tmp/git.vpwZaJ/ +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.812 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.813 | 84825 | Added a new run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.813 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.814 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.814 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.815 | 84824 | Added a new run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.815 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.816 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.817 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.817 | 84835 | Added a new run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.818 | 78137 | Recursively removing directory: /tmp/git.RIZnaD/ +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.818 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.819 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.819 | 84838 | Added a new run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.820 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.820 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.821 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.821 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.821 | 84839 | Added a new run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.821 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.821 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.823 | 84841 | Added a new run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.823 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.823 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.824 | 84844 | Added a new run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.824 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.825 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.826 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.826 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.826 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.826 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.827 | 84850 | Added a new worker 19 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.827 | 78133 | Removed run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.827 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.827 | 78133 | Assigned run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.827 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8VFTRi +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.827 | 84846 | Added a new run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.828 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.829 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.829 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.829 | 84854 | Added a new worker 14 to the queue +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.829 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.830 | 78133 | Removed run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.830 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.830 | 78133 | Assigned run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.830 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.830 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LSHv4a +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.830 | 84851 | Added a new run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.831 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.832 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.833 | 84852 | Added a new run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.833 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.835 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.836 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.836 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.838 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.838 | 84856 | Added a new run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.839 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.839 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.839 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.840 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.841 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.845 | 84843 | Marked run 343 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.845 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.848 | 84849 | Marked run 344 as finished +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.848 | 78134 | Recursively removing directory: /tmp/git.8VFTRi/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.848 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.849 | 78137 | Recursively removing directory: /tmp/git.LSHv4a/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.850 | 84861 | Added a new run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.850 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.850 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.850 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.851 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.851 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.852 | 84862 | Added a new run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.852 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.853 | 84863 | Added a new run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.853 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.854 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.855 | 84866 | Added a new run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.855 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.855 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.856 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.857 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.857 | 84881 | Added a new run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.857 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.858 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.858 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.860 | 84885 | Added a new run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.860 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.861 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.861 | 84879 | Added a new run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.862 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.862 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.862 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.862 | 84891 | Added a new worker 12 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.862 | 78133 | Removed run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.862 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.862 | 78133 | Assigned run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.863 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.863 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mSO9aX +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.864 | 84887 | Added a new run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.864 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.866 | 84890 | Added a new worker 9 to the queue +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.868 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VxkTSe +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.867 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.867 | 84892 | Added a new run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.867 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.867 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.867 | 78133 | Removed run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.867 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.867 | 78133 | Assigned run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.870 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.871 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.870 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.871 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.872 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.873 | 84883 | Marked run 345 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.874 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.875 | 84894 | Added a new run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.875 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.875 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.877 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.878 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.880 | 84884 | Marked run 346 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.880 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.881 | 84896 | Added a new run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.881 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.883 | 84897 | Added a new run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.883 | 78137 | Recursively removing directory: /tmp/git.mSO9aX/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.883 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.885 | 84899 | Added a new run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.885 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.885 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.885 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.887 | 84906 | Added a new run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.887 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.887 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.889 | 84917 | Added a new run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.889 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.890 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.890 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.891 | 84919 | Added a new run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.891 | 78134 | Recursively removing directory: /tmp/git.VxkTSe/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.892 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.892 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.893 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.894 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.894 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.894 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.894 | 84923 | Added a new run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.894 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.894 | 84927 | Added a new worker 17 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.894 | 78133 | Removed run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.894 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.894 | 78133 | Assigned run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.895 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.895 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.895 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.895 | 84925 | Added a new run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.895 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fvG3pX +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.896 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.897 | 84926 | Added a new run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.897 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.898 | 84929 | Added a new run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.899 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.900 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.900 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.901 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.902 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.903 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.903 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.904 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.904 | 84938 | Added a new worker 22 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.904 | 78133 | Removed run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.904 | 78133 | Removed worker 22 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.904 | 78133 | Assigned run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 22 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.904 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.904 | 84933 | Added a new run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.905 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.905 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.l4qk87 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.906 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.907 | 84935 | Added a new run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.907 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.907 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.909 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.911 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.912 | 84922 | Marked run 347 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.912 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.913 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.914 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.915 | 84934 | Marked run 348 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.915 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.916 | 84936 | Added a new run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.917 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.917 | 78137 | Recursively removing directory: /tmp/git.fvG3pX/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.918 | 84937 | Added a new run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.919 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.919 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.919 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.920 | 84943 | Added a new run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.921 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.922 | 84945 | Added a new run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.922 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.923 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.923 | 84955 | Added a new run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.924 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.924 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.925 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.926 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.927 | 84963 | Added a new run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.927 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.928 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.928 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.928 | 84969 | Added a new worker 17 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.928 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.928 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.928 | 78133 | Removed run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.928 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.928 | 78133 | Assigned run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.929 | 78134 | Recursively removing directory: /tmp/git.l4qk87/ +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.929 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4fj7x9 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.931 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.931 | 84966 | Added a new run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.931 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.932 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.932 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.935 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.935 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.935 | 84967 | Added a new run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.936 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.936 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.937 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.937 | 84970 | Added a new run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.938 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.939 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.940 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.940 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.940 | 84980 | Added a new worker 19 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.940 | 78133 | Removed run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.940 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.940 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.940 | 78133 | Assigned run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.941 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Cmk4kJ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.941 | 84971 | Added a new run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.941 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.941 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.943 | 84973 | Added a new run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.943 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.945 | 84978 | Added a new run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.946 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.946 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.949 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.949 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.950 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.950 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.950 | 78137 | Recursively removing directory: /tmp/git.4fj7x9/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.951 | 84965 | Marked run 349 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.951 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.953 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.953 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.954 | 84982 | Added a new run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.954 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.957 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.957 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.957 | 84974 | Marked run 350 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.957 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.959 | 78134 | Recursively removing directory: /tmp/git.Cmk4kJ/ +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.959 | 84990 | Added a new run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.960 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.960 | 78137 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.960 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.961 | 85005 | Added a new worker 14 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.961 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.961 | 78133 | Removed run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.961 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.961 | 78133 | Assigned run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.961 | 84992 | Added a new run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.962 | 78134 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.962 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.961 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VxGdXi +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.963 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.964 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.964 | 84993 | Added a new run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.965 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.967 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.968 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.968 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.968 | 85003 | Added a new run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.968 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.969 | 78137 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.971 | 78137 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.971 | 85007 | Added a new run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.971 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.972 | 78134 | Waiting for a new command +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.972 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.972 | 85015 | Added a new worker 13 to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.973 | 78133 | Removed run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.973 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.973 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.973 | 78133 | Assigned run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.973 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RFDogL +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.973 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.974 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.974 | 85002 | Marked run 351 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.974 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.976 | 85011 | Added a new run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.976 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.978 | 85010 | Added a new run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.978 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.980 | 78134 | Checking out revision HEAD +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.980 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.980 | 85016 | Added a new run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.981 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.981 | 78134 | Going to run: ./ci +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.983 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.984 | 85009 | Marked run 352 as finished +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.984 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.984 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.985 | 85017 | Added a new run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.985 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.986 | 85024 | Added a new run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.986 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.988 | 85029 | Added a new run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.988 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.988 | 78137 | Recursively removing directory: /tmp/git.VxGdXi/ +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.989 | 85030 | Added a new run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.990 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.990 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.990 | 78137 | Process exit code: 0 +2024-01-28 10:56:22 | INFO | 78137/cimple-worker: 2024-01-28 10:56:22.990 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.991 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.992 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.993 | 85040 | Added a new run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.994 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.995 | 85042 | Added a new run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.995 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.997 | 85043 | Added a new run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.997 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.997 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.998 | 85044 | Added a new run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:22 | INFO | 78131/cimple-server: 2024-01-28 10:56:22.998 | 78131 | Waiting for new connections +2024-01-28 10:56:22 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:22 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:22 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:22 | INFO | 78134/cimple-worker: 2024-01-28 10:56:22.999 | 78134 | Recursively removing directory: /tmp/git.RFDogL/ +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.000 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.001 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.001 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.001 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.001 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.001 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.002 | 85051 | Added a new worker 18 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.002 | 78133 | Removed run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.002 | 78133 | Removed worker 18 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.002 | 78133 | Assigned run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 18 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.002 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.003 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.003 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5Qaqu2 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.004 | 85049 | Added a new run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.004 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.005 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.006 | 85053 | Added a new run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.006 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.007 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.009 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.008 | 85052 | Added a new run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.009 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.009 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.009 | 85060 | Added a new worker 17 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.009 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.010 | 78133 | Removed run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.010 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.010 | 78133 | Assigned run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.010 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.010 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xWBGW6 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.011 | 85054 | Added a new run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.011 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.012 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.013 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.013 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.014 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.016 | 85046 | Marked run 353 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.016 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.018 | 85058 | Added a new run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.018 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.018 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.020 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.020 | 85061 | Added a new run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.021 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.023 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.024 | 85056 | Marked run 354 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.024 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.026 | 85063 | Added a new run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.026 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.027 | 85065 | Added a new run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.027 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.028 | 78137 | Recursively removing directory: /tmp/git.5Qaqu2/ +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.029 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.029 | 85073 | Added a new run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.029 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.030 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.030 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.031 | 85076 | Added a new run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.032 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.032 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.034 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.034 | 78134 | Recursively removing directory: /tmp/git.xWBGW6/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.035 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.035 | 85085 | Added a new run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.035 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.035 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.036 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.036 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.037 | 85091 | Added a new run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.037 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.038 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.039 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.040 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.040 | 85095 | Added a new worker 19 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.040 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.040 | 78133 | Removed run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.040 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.040 | 78133 | Assigned run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.040 | 85090 | Added a new run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.040 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.041 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.041 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kt4M2d +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.043 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.044 | 85088 | Added a new run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.045 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.045 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.045 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.045 | 85100 | Added a new worker 11 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.045 | 78133 | Removed run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.045 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.045 | 78133 | Assigned run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.045 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.045 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oyZb22 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.049 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.049 | 85089 | Marked run 355 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.050 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.050 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.051 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.052 | 85094 | Added a new run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.053 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.054 | 85096 | Added a new run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.054 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.055 | 85099 | Added a new run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.056 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.057 | 85102 | Added a new run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.057 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.057 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.059 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.059 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.060 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.060 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.061 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.061 | 85097 | Marked run 356 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.062 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.063 | 85111 | Added a new run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.064 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.066 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.066 | 78137 | Recursively removing directory: /tmp/git.kt4M2d/ +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.068 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.068 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.069 | 85113 | Added a new run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.069 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.071 | 78134 | Recursively removing directory: /tmp/git.oyZb22/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.072 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.072 | 85115 | Added a new run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.072 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.073 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.073 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.073 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.074 | 85116 | Added a new run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.075 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.075 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.076 | 85122 | Added a new run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.076 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.078 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.078 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.078 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.079 | 85134 | Added a new worker 19 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.079 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.079 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.079 | 78133 | Removed run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.079 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.079 | 78133 | Assigned run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.076 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.079 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MSIVul +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.081 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.081 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.081 | 85138 | Added a new worker 19 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.081 | 78133 | Removed run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.081 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.081 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.081 | 78133 | Assigned run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.081 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tgwpX3 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.082 | 85128 | Added a new run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.082 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.085 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.085 | 85131 | Added a new run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.086 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.086 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.087 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.088 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.088 | 85137 | Added a new run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.089 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.090 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.090 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.092 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.092 | 85130 | Marked run 357 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.092 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.095 | 85135 | Marked run 358 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.096 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.097 | 85136 | Added a new run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.097 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.098 | 78134 | Recursively removing directory: /tmp/git.tgwpX3/ +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.099 | 78137 | Recursively removing directory: /tmp/git.MSIVul/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.099 | 85145 | Added a new run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.100 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.100 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.100 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.101 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.101 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.101 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.102 | 85146 | Added a new run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.102 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.103 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.104 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.104 | 85149 | Added a new run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.104 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.105 | 85161 | Added a new run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.106 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.106 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.107 | 85163 | Added a new run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.107 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.108 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.108 | 85170 | Added a new worker 15 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.108 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.109 | 85167 | Added a new run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.109 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.110 | 78133 | Removed run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.110 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.110 | 78133 | Assigned run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.108 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.110 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KE0DdN +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.111 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.112 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.110 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.112 | 85173 | Added a new worker 17 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.112 | 78133 | Removed run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.112 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.112 | 78133 | Assigned run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.113 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.113 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ncGebo +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.114 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.116 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.116 | 85171 | Added a new run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.117 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.117 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.118 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.119 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.119 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.120 | 85174 | Added a new run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.120 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.123 | 85164 | Marked run 360 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.124 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.124 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.125 | 85175 | Added a new run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.125 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.127 | 85178 | Added a new run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.127 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.128 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.131 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.131 | 78137 | Recursively removing directory: /tmp/git.ncGebo/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.132 | 85166 | Marked run 359 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.132 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.132 | 78134 | Recursively removing directory: /tmp/git.KE0DdN/ +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.132 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.132 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.134 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.134 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.134 | 85180 | Added a new run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.135 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.136 | 85188 | Added a new run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.136 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.136 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.137 | 85197 | Added a new run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.138 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.138 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.139 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.140 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.140 | 85198 | Added a new run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.140 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.140 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.140 | 85206 | Added a new worker 17 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.140 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.141 | 78133 | Removed run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.141 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.141 | 78133 | Assigned run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.142 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BqhWMk +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.141 | 85204 | Added a new run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.142 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.143 | 85202 | Added a new run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.143 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.144 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.145 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.147 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.147 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eSGTVb +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.147 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.147 | 85213 | Added a new worker 17 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.147 | 78133 | Removed run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.147 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.147 | 78133 | Assigned run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.147 | 85208 | Added a new run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.147 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.149 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.148 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.149 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.150 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.151 | 85210 | Added a new run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.151 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.154 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.155 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.155 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.155 | 85200 | Marked run 362 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.156 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.156 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.157 | 85214 | Added a new run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.157 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.160 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.161 | 85205 | Marked run 361 as finished +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.161 | 78137 | Recursively removing directory: /tmp/git.BqhWMk/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.161 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.163 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.163 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.163 | 85211 | Added a new run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.163 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.165 | 85219 | Added a new run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.165 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.167 | 85221 | Added a new run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.167 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.167 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.167 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.169 | 78134 | Recursively removing directory: /tmp/git.eSGTVb/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.169 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.170 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.170 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.170 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.171 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.171 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.171 | 85242 | Added a new worker 19 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.171 | 78133 | Removed run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.171 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.171 | 78133 | Assigned run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.172 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ypN9xK +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.172 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.173 | 85229 | Added a new run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.173 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.174 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.175 | 85237 | Added a new run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.175 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.176 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.178 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.178 | 85240 | Added a new run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.179 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.179 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.179 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.178 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.179 | 85247 | Added a new worker 12 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.180 | 78133 | Removed run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.180 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.180 | 78133 | Assigned run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.180 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pO8vtY +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.180 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.180 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.181 | 85241 | Added a new run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.181 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.182 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.185 | 85238 | Marked run 363 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.185 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.185 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.186 | 85246 | Added a new run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.187 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.188 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.188 | 85250 | Added a new run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.188 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.188 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.190 | 85251 | Added a new run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.190 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.190 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.192 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.192 | 85254 | Added a new run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.192 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.194 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.195 | 78137 | Recursively removing directory: /tmp/git.ypN9xK/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.196 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.196 | 85244 | Marked run 364 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.196 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.197 | 85263 | Added a new run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.197 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.198 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.198 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.199 | 85265 | Added a new run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.199 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.200 | 85268 | Added a new run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.200 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.202 | 85269 | Added a new run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.202 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.202 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.202 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.204 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.205 | 78134 | Recursively removing directory: /tmp/git.pO8vtY/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.205 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.206 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.206 | 85278 | Added a new run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.206 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.207 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.207 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.207 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.207 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.208 | 85283 | Added a new worker 17 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.208 | 78133 | Removed run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.208 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.208 | 78133 | Assigned run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.210 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.210 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.208 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fzE3CK +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.211 | 85281 | Added a new run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.212 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.214 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.215 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.215 | 85285 | Added a new run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.215 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.215 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.215 | 85289 | Added a new worker 7 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.215 | 78133 | Removed run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.215 | 78133 | Removed worker 7 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.215 | 78133 | Assigned run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.215 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bZYFt7 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.216 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.216 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.217 | 85286 | Added a new run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.218 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.219 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.220 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.222 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.223 | 85279 | Marked run 365 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.223 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.224 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.225 | 85282 | Added a new run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.225 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.228 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.228 | 85287 | Marked run 366 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.228 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.229 | 78137 | Recursively removing directory: /tmp/git.fzE3CK/ +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.230 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.230 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.231 | 85292 | Added a new run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.231 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.233 | 85294 | Added a new run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.233 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.234 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.235 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.236 | 85296 | Added a new run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.236 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.237 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.238 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.238 | 85305 | Added a new run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.238 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.239 | 85317 | Added a new worker 9 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.239 | 78133 | Removed run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.239 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.239 | 78133 | Assigned run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.239 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.239 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.239 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Yym2e2 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.238 | 78134 | Recursively removing directory: /tmp/git.bZYFt7/ +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.241 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.241 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.242 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.242 | 85314 | Added a new run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.243 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.245 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.246 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.246 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.247 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.247 | 85316 | Added a new run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.247 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.248 | 85318 | Added a new run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.248 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.250 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.250 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.250 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.251 | 85329 | Added a new worker 19 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.251 | 78133 | Removed run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.251 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.251 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.251 | 78133 | Assigned run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.252 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QBWzKC +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.252 | 85313 | Marked run 367 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.252 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.253 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.254 | 85320 | Added a new run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.254 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.256 | 85322 | Added a new run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.256 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.257 | 85330 | Added a new run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.258 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.259 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.260 | 85334 | Added a new run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.260 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.261 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.261 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.261 | 78137 | Recursively removing directory: /tmp/git.Yym2e2/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.262 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.262 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.263 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.263 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.263 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.265 | 85323 | Marked run 368 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.265 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.266 | 85339 | Added a new run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.267 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.267 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.268 | 85341 | Added a new run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.268 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.269 | 85342 | Added a new run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.269 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.271 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.271 | 85344 | Added a new run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.271 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.271 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.272 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.272 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.272 | 85357 | Added a new worker 15 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.272 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.273 | 78133 | Removed run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.273 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.273 | 78133 | Assigned run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.273 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sIKdDn +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.273 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.275 | 85355 | Added a new run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.276 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.277 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.278 | 78134 | Recursively removing directory: /tmp/git.QBWzKC/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.279 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.279 | 85356 | Added a new run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.279 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.279 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.280 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.281 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.281 | 85359 | Added a new run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.281 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.282 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.284 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.284 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.285 | 85347 | Marked run 369 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.285 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.285 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.286 | 85361 | Added a new run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.286 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.287 | 85362 | Added a new run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.287 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.288 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.288 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.289 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.289 | 85373 | Added a new worker 17 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.289 | 78133 | Removed run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.289 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.289 | 78133 | Assigned run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.289 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R6MaMN +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.289 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.291 | 85366 | Added a new run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.292 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.292 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.294 | 85369 | Added a new run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.294 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.295 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.295 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.296 | 85375 | Added a new run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.296 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.297 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.298 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.299 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.300 | 78137 | Recursively removing directory: /tmp/git.sIKdDn/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.300 | 85368 | Marked run 370 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.300 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.302 | 85379 | Added a new run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.302 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.302 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.302 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.303 | 85382 | Added a new run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.304 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.305 | 85385 | Added a new run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.306 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.307 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.307 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.307 | 85386 | Added a new run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.308 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.310 | 85396 | Added a new run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.310 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.310 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.310 | 78134 | Recursively removing directory: /tmp/git.R6MaMN/ +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.311 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.312 | 85398 | Added a new run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.312 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.312 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.312 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.313 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.313 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.314 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.314 | 85404 | Added a new worker 17 to the queue +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.315 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5Kw2k1 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.314 | 78133 | Removed run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.314 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.314 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.314 | 78133 | Assigned run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.315 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.316 | 85400 | Added a new run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.316 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.317 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.319 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.320 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.321 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.321 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.321 | 85410 | Added a new worker 21 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.321 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.321 | 78133 | Removed run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.321 | 78133 | Removed worker 21 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.321 | 78133 | Assigned run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 21 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.321 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.322 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ee60cm +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.323 | 85397 | Marked run 371 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.323 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.324 | 85405 | Added a new run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.325 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.328 | 85402 | Added a new run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.328 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.329 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.330 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.331 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.332 | 85408 | Marked run 372 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.332 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.332 | 78137 | Recursively removing directory: /tmp/git.5Kw2k1/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.334 | 85406 | Added a new run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.334 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.335 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.335 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.336 | 85409 | Added a new run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.336 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.337 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.338 | 85420 | Added a new run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.338 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.339 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.339 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.340 | 85422 | Added a new run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.340 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.342 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.343 | 78134 | Recursively removing directory: /tmp/git.Ee60cm/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.343 | 85431 | Added a new run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.343 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.343 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.343 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.344 | 85437 | Added a new worker 13 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.344 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.344 | 78133 | Removed run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.344 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.344 | 78133 | Assigned run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.344 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.345 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.345 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.345 | 85433 | Added a new run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.345 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.347 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.344 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Io9UCi +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.349 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.349 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.350 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.351 | 85436 | Added a new run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.351 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.352 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.352 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.353 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.353 | 85445 | Added a new worker 19 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.353 | 78133 | Removed run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.353 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.353 | 78133 | Assigned run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.353 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.353 | 85442 | Added a new run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.354 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.355 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.T4ThH3 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.356 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.356 | 85441 | Added a new run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.357 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.358 | 85439 | Added a new run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.359 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.359 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.362 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.362 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.362 | 85434 | Marked run 373 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.363 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.363 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.365 | 78137 | Recursively removing directory: /tmp/git.Io9UCi/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.366 | 85443 | Marked run 374 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.366 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.367 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.367 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.367 | 85449 | Added a new run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.368 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.368 | 85455 | Added a new run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.369 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.370 | 85459 | Added a new run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.370 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.371 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.371 | 85458 | Added a new run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.372 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.372 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.374 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.374 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.375 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.375 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.375 | 85475 | Added a new worker 17 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.376 | 78133 | Removed run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.376 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.376 | 78133 | Assigned run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.376 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qlt8g3 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.376 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.377 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.377 | 85471 | Added a new run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.377 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.379 | 78134 | Recursively removing directory: /tmp/git.T4ThH3/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.380 | 85473 | Added a new run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.380 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.381 | 85474 | Added a new run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.382 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.382 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.382 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.383 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.384 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.386 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.388 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.388 | 85476 | Added a new run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.388 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.389 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.389 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.389 | 85484 | Added a new worker 17 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.389 | 78133 | Removed run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.389 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.389 | 78133 | Assigned run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.389 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.izJI59 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.389 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.390 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.391 | 85479 | Added a new run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.391 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.392 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.395 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.395 | 85468 | Marked run 375 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.396 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.397 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.398 | 85481 | Added a new run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.398 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.399 | 85482 | Added a new run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.400 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.401 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.402 | 78137 | Recursively removing directory: /tmp/git.qlt8g3/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.403 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.403 | 85488 | Added a new run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.403 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.403 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.403 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.405 | 85491 | Added a new run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.405 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.406 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.407 | 85500 | Added a new run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.407 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.409 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.409 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.410 | 78134 | Recursively removing directory: /tmp/git.izJI59/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.410 | 85483 | Marked run 376 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.411 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.412 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.412 | 85504 | Added a new run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.412 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.413 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.413 | 85514 | Added a new worker 8 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.413 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.413 | 78133 | Removed run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.413 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.413 | 78133 | Assigned run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.412 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.412 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.413 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rILWCU +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.414 | 85509 | Added a new run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.415 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.417 | 85512 | Added a new run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.417 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.417 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.419 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.420 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.421 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.421 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.421 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.421 | 85513 | Added a new run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.422 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.422 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.422 | 85521 | Added a new worker 19 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.422 | 78133 | Removed run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.422 | 78133 | Removed worker 19 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.422 | 78133 | Assigned run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 19 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.423 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.423 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iPjfYG +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.426 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.426 | 85511 | Marked run 377 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.426 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.427 | 85522 | Added a new run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.428 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.429 | 85519 | Added a new run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.430 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.430 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.431 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.432 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.433 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.434 | 78137 | Recursively removing directory: /tmp/git.rILWCU/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.434 | 85517 | Marked run 378 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.434 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.436 | 85526 | Added a new run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.436 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.436 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.436 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.438 | 85523 | Added a new run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.438 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.440 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.440 | 85535 | Added a new run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.440 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.442 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.443 | 85536 | Added a new run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.444 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.445 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.444 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.446 | 78134 | Recursively removing directory: /tmp/git.iPjfYG/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.447 | 85549 | Added a new worker 17 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.447 | 78133 | Removed run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.447 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.447 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.447 | 78133 | Assigned run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.447 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.447 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AXtY3H +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.449 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.449 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.453 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.453 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.454 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.455 | 85546 | Marked run 379 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.455 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.455 | 85545 | Added a new run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.456 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.457 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.456 | 85547 | Added a new run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.456 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.457 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.457 | 85556 | Added a new worker 9 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.457 | 78133 | Removed run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.457 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.458 | 78133 | Assigned run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.458 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.458 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YDjy4o +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.460 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.462 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.463 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.464 | 85550 | Added a new run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.464 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.465 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.466 | 85560 | Added a new run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.466 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.467 | 85561 | Added a new run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.467 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.468 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.471 | 85551 | Marked run 380 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.471 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.471 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.472 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.473 | 85568 | Added a new run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.473 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.473 | 78137 | Recursively removing directory: /tmp/git.AXtY3H/ +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.475 | 85570 | Added a new run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.476 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.477 | 85572 | Added a new run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.479 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.479 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.477 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.477 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.480 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.481 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.481 | 78134 | Recursively removing directory: /tmp/git.YDjy4o/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.482 | 85580 | Added a new run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.482 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.483 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.484 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.484 | 85581 | Added a new run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.484 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.485 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.486 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.486 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.486 | 85586 | Added a new worker 13 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.486 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.486 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xMVwUK +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.486 | 78133 | Removed run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.486 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.486 | 78133 | Assigned run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.488 | 85582 | Added a new run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.488 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.491 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.492 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.492 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.492 | 85589 | Added a new worker 17 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.492 | 78133 | Removed run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.492 | 78133 | Removed worker 17 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.492 | 78133 | Assigned run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 17 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.493 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.493 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9SunoP +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.493 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.494 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.500 | 85583 | Marked run 381 as finished +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.501 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.501 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.502 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.504 | 85587 | Marked run 382 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.504 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.504 | 85585 | Added a new run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.504 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.506 | 85590 | Added a new run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.506 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.508 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.510 | 78137 | Recursively removing directory: /tmp/git.xMVwUK/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.510 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.512 | 85605 | Added a new run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.512 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.512 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.512 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.513 | 85608 | Added a new run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.516 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.517 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.519 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.516 | 78134 | Recursively removing directory: /tmp/git.9SunoP/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.518 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.518 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.520 | 85611 | Added a new run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.521 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.521 | 85612 | Added a new worker 12 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.521 | 78133 | Removed run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.521 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.521 | 78133 | Assigned run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.521 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.522 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.521 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.524 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.524 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.525 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bi2AQP +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.525 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.525 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.525 | 85616 | Added a new worker 15 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.526 | 78133 | Removed run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.526 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.526 | 78133 | Assigned run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.526 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.527 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Yh9zwH +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.531 | 85615 | Added a new run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.532 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.532 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.532 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'queue-run', '/tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo', 'HEAD'] completed successfully +2024-01-28 10:56:23 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": null +} +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.533 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.533 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.540 | 85610 | Marked run 383 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.541 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.545 | 85614 | Marked run 384 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.545 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.546 | 78134 | Recursively removing directory: /tmp/git.Yh9zwH/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.547 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.547 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.549 | 78137 | Recursively removing directory: /tmp/git.bi2AQP/ +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.551 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.551 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.551 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.555 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.555 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.555 | 85632 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.555 | 78133 | Removed run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.555 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.555 | 78133 | Assigned run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.555 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.555 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.556 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bx8vBh +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.559 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.559 | 85634 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.559 | 78133 | Removed run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.559 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.559 | 78133 | Assigned run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.559 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.559 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YXg0GR +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.561 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.562 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.562 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.565 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.566 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.566 | 85631 | Marked run 386 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.566 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.569 | 85633 | Marked run 385 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.569 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.572 | 78134 | Recursively removing directory: /tmp/git.bx8vBh/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.573 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.573 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.575 | 78137 | Recursively removing directory: /tmp/git.YXg0GR/ +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.576 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.576 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.577 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.580 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.580 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.580 | 85650 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.580 | 78133 | Removed run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.580 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.580 | 78133 | Assigned run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.580 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N0dVah +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.581 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.581 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.584 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.585 | 85652 | Added a new worker 12 to the queue +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.584 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.585 | 78133 | Removed run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.585 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.585 | 78133 | Assigned run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.585 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.585 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.585 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.U69pI1 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.586 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.589 | 85649 | Marked run 387 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.590 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.591 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.592 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.593 | 85651 | Marked run 388 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.593 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.596 | 78134 | Recursively removing directory: /tmp/git.N0dVah/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.597 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.597 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.600 | 78137 | Recursively removing directory: /tmp/git.U69pI1/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.600 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.602 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.602 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.604 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.604 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.604 | 85668 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.604 | 78133 | Removed run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.604 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.604 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.604 | 78133 | Assigned run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.604 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6r8UR4 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.606 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.609 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.610 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.610 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.610 | 85670 | Added a new worker 13 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.610 | 78133 | Removed run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.610 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.610 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pWKyTO +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.610 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.610 | 78133 | Assigned run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.610 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.613 | 85667 | Marked run 389 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.614 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.615 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.616 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.619 | 85669 | Marked run 390 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.619 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.619 | 78134 | Recursively removing directory: /tmp/git.6r8UR4/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.621 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.621 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.625 | 78137 | Recursively removing directory: /tmp/git.pWKyTO/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.625 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.626 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.626 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.628 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.628 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.628 | 85686 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.628 | 78133 | Removed run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.628 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.628 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.628 | 78133 | Assigned run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.629 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YpXRys +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.629 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.632 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.632 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.632 | 85688 | Added a new worker 12 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.632 | 78133 | Removed run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.632 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.632 | 78133 | Assigned run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.632 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.632 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Nypj8w +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.634 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.635 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.638 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.638 | 85685 | Marked run 391 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.638 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.639 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.641 | 85687 | Marked run 392 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.642 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.644 | 78134 | Recursively removing directory: /tmp/git.YpXRys/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.646 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.646 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.647 | 78137 | Recursively removing directory: /tmp/git.Nypj8w/ +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.648 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.648 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.650 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.653 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.653 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.653 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.653 | 85705 | Added a new worker 12 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.653 | 78133 | Removed run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.653 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.653 | 78133 | Assigned run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.653 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.i46fW8 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.654 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.657 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.657 | 85706 | Added a new worker 12 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.657 | 78133 | Removed run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.657 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.657 | 78133 | Assigned run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.657 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.657 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.COzycH +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.657 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.659 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.660 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.667 | 78134 | Recursively removing directory: /tmp/git.i46fW8/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.676 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.676 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.677 | 85703 | Marked run 393 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.677 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.678 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.679 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.679 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.681 | 85704 | Marked run 394 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.681 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.682 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.682 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.682 | 85718 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.682 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.682 | 78133 | Removed run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.682 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.682 | 78133 | Assigned run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.683 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Zq7p3M +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.687 | 78137 | Recursively removing directory: /tmp/git.COzycH/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.687 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.689 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.689 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.689 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.691 | 85714 | Marked run 395 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.692 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.692 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.695 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.695 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.695 | 85731 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.695 | 78133 | Removed run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.695 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.696 | 78133 | Assigned run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.696 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.696 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oqdZ7r +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.698 | 78134 | Recursively removing directory: /tmp/git.Zq7p3M/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.699 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.699 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.700 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.701 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.702 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.704 | 85726 | Marked run 396 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.704 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.705 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.705 | 85737 | Added a new worker 8 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.705 | 78133 | Removed run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.705 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.705 | 78133 | Assigned run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.705 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.706 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Lz7wiS +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.706 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.709 | 78137 | Recursively removing directory: /tmp/git.oqdZ7r/ +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.711 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.711 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.714 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.715 | 85733 | Marked run 397 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.715 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.717 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.717 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.717 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.717 | 85742 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.717 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.717 | 78133 | Removed run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.717 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.717 | 78133 | Assigned run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.718 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.718 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qFuHmo +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.723 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.724 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.725 | 85741 | Marked run 398 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.725 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.726 | 78134 | Recursively removing directory: /tmp/git.Lz7wiS/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.728 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.728 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.731 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.732 | 78137 | Recursively removing directory: /tmp/git.qFuHmo/ +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.733 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.733 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.735 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.735 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.735 | 85758 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.735 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.735 | 78133 | Removed run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.735 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.735 | 78133 | Assigned run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.735 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8Hy30q +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.737 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.740 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.741 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.741 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.741 | 85760 | Added a new worker 13 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.741 | 78133 | Removed run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.741 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.741 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.741 | 78133 | Assigned run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.741 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.741 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MZ9QNG +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.742 | 85757 | Marked run 399 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.743 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.746 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.747 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.750 | 85759 | Marked run 400 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.750 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.750 | 78134 | Recursively removing directory: /tmp/git.8Hy30q/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.752 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.752 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.755 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.755 | 78137 | Recursively removing directory: /tmp/git.MZ9QNG/ +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.757 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.757 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.758 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.758 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.758 | 85776 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.758 | 78133 | Removed run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.758 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.758 | 78133 | Assigned run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.758 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.759 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Vwtczm +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.760 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.763 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.763 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.763 | 85778 | Added a new worker 12 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.763 | 78133 | Removed run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.763 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.763 | 78133 | Assigned run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.763 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.763 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.763 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Nqch1W +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.765 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.768 | 85775 | Marked run 401 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.768 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.769 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.770 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.772 | 85777 | Marked run 402 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.772 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.773 | 78134 | Recursively removing directory: /tmp/git.Vwtczm/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.775 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.775 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.779 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.779 | 78137 | Recursively removing directory: /tmp/git.Nqch1W/ +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.780 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.780 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.782 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.782 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.782 | 85794 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.782 | 78133 | Removed run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.782 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.782 | 78133 | Assigned run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.782 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.782 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CdHAFH +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.783 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.786 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.786 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.786 | 85796 | Added a new worker 12 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.786 | 78133 | Removed run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.786 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.786 | 78133 | Assigned run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.787 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.786 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nP6269 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.787 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.789 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.791 | 85793 | Marked run 403 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.791 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.793 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.794 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.795 | 85795 | Marked run 404 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.795 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.797 | 78134 | Recursively removing directory: /tmp/git.CdHAFH/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.799 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.799 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.802 | 78137 | Recursively removing directory: /tmp/git.nP6269/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.802 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.803 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.803 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.806 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.806 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.806 | 85812 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.806 | 78133 | Removed run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.806 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.806 | 78133 | Assigned run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.806 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.806 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WAJGbz +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.807 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.811 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.811 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.811 | 85814 | Added a new worker 13 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.811 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.811 | 78133 | Removed run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.811 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.811 | 78133 | Assigned run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.812 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MNx7P5 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.812 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.813 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.815 | 85811 | Marked run 405 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.815 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.817 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.818 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.821 | 78134 | Recursively removing directory: /tmp/git.WAJGbz/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.822 | 85813 | Marked run 406 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.822 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.823 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.823 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.826 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.827 | 78137 | Recursively removing directory: /tmp/git.MNx7P5/ +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.828 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.828 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.830 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.830 | 85830 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.830 | 78133 | Removed run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.830 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.830 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.830 | 78133 | Assigned run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.830 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.830 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5K4SWd +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.831 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.834 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.834 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.834 | 85832 | Added a new worker 12 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.834 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.834 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.834 | 78133 | Removed run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.834 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.834 | 78133 | Assigned run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.835 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oFquSr +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.835 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.840 | 85829 | Marked run 407 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.840 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.841 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.842 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.843 | 85831 | Marked run 408 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.843 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.844 | 78134 | Recursively removing directory: /tmp/git.5K4SWd/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.845 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.845 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.848 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.850 | 78137 | Recursively removing directory: /tmp/git.oFquSr/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.852 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.852 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.852 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.852 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.852 | 85848 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.852 | 78133 | Removed run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.852 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.852 | 78133 | Assigned run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.852 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kgvFYe +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.853 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.856 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.857 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.858 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.859 | 85847 | Marked run 409 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.859 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.860 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.860 | 85851 | Added a new worker 8 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.860 | 78133 | Removed run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.860 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.860 | 78133 | Assigned run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.860 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.860 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iR1wiI +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.860 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.865 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.865 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.867 | 78134 | Recursively removing directory: /tmp/git.kgvFYe/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.868 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.868 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.869 | 85849 | Marked run 410 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.869 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.871 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.874 | 78137 | Recursively removing directory: /tmp/git.iR1wiI/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.875 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.875 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.875 | 85866 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.875 | 78133 | Removed run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.875 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.875 | 78133 | Assigned run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.875 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.875 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vIHymI +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.876 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.876 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.880 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.880 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.881 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.883 | 85865 | Marked run 411 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.883 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.883 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.883 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.883 | 85869 | Added a new worker 8 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.883 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.883 | 78133 | Removed run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.883 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.883 | 78133 | Assigned run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.883 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.F2PY8z +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.888 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.889 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.890 | 78134 | Recursively removing directory: /tmp/git.vIHymI/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.892 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.892 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.892 | 85867 | Marked run 412 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.892 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.895 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.897 | 78137 | Recursively removing directory: /tmp/git.F2PY8z/ +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.898 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.898 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.899 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.899 | 85884 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.899 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.899 | 78133 | Removed run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.899 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.899 | 78133 | Assigned run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.899 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.899 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.n6I2Pr +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.901 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.903 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.904 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.904 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.904 | 85886 | Added a new worker 13 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.904 | 78133 | Removed run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.904 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.904 | 78133 | Assigned run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.904 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.905 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.905 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vqp7w5 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.908 | 85883 | Marked run 413 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.908 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.912 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.913 | 85885 | Marked run 414 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.913 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.913 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.914 | 78134 | Recursively removing directory: /tmp/git.n6I2Pr/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.915 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.915 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.918 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.921 | 78137 | Recursively removing directory: /tmp/git.vqp7w5/ +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.922 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.922 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.922 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.922 | 85902 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.922 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.922 | 78133 | Removed run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.922 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.922 | 78133 | Assigned run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.922 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.922 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yElS5X +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.926 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.928 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.929 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.930 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.930 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.930 | 85905 | Added a new worker 13 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.930 | 78133 | Removed run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.930 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.930 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.930 | 78133 | Assigned run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.930 | 85901 | Marked run 415 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.930 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.930 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.B84KAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.936 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.937 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.938 | 78134 | Recursively removing directory: /tmp/git.yElS5X/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.939 | 85903 | Marked run 416 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.939 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.940 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.940 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.943 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.945 | 78137 | Recursively removing directory: /tmp/git.B84KAD/ +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.946 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.946 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.946 | 85920 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.947 | 78133 | Removed run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.947 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.947 | 78133 | Assigned run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.947 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.947 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.947 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vdslZi +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.947 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.951 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.951 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.952 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.955 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.955 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.955 | 85925 | Added a new worker 13 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.955 | 78133 | Removed run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.955 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.956 | 78133 | Assigned run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.956 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.956 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IaGU9e +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.957 | 85919 | Marked run 417 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.957 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.960 | 78134 | Recursively removing directory: /tmp/git.vdslZi/ +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.961 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.962 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.963 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.963 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.964 | 85921 | Marked run 418 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.964 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.966 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.969 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.969 | 85938 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.969 | 78133 | Removed run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.969 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.970 | 78133 | Assigned run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.970 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.969 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.970 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yaij4J +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.971 | 78137 | Recursively removing directory: /tmp/git.IaGU9e/ +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.972 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.972 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.974 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.975 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.975 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.978 | 85933 | Marked run 419 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.978 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.978 | 78137 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.978 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.978 | 85942 | Added a new worker 8 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.978 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.978 | 78133 | Removed run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.978 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.978 | 78133 | Assigned run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.979 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0xXrDb +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.983 | 78137 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.984 | 78134 | Recursively removing directory: /tmp/git.yaij4J/ +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.985 | 78137 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.986 | 78134 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.986 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.987 | 85939 | Marked run 420 as finished +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.987 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.989 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.993 | 78137 | Recursively removing directory: /tmp/git.0xXrDb/ +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.993 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.993 | 85956 | Added a new worker 10 to the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.993 | 78133 | Removed run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.993 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.993 | 78133 | Assigned run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.993 | 78131 | Waiting for new connections +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.993 | 78134 | Waiting for a new command +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.993 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TcYJ0l +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.994 | 78137 | Process exit code: 0 +2024-01-28 10:56:23 | INFO | 78137/cimple-worker: 2024-01-28 10:56:23.994 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.997 | 78134 | Checking out revision HEAD +2024-01-28 10:56:23 | INFO | 78134/cimple-worker: 2024-01-28 10:56:23.998 | 78134 | Going to run: ./ci +2024-01-28 10:56:23 | INFO | 78131/cimple-server: 2024-01-28 10:56:23.999 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.002 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.002 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.002 | 85963 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.002 | 78133 | Removed run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.002 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.002 | 85953 | Marked run 421 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.002 | 78133 | Assigned run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.002 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.002 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Xg3Jvu +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.003 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.007 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.007 | 78134 | Recursively removing directory: /tmp/git.TcYJ0l/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.008 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.010 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.010 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.012 | 85958 | Marked run 422 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.012 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.014 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.016 | 78137 | Recursively removing directory: /tmp/git.Xg3Jvu/ +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.017 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.017 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.017 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.017 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.018 | 85974 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.018 | 78133 | Removed run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.018 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.018 | 78133 | Assigned run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.018 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.018 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NeyLuz +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.020 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.022 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.023 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.023 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.024 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.024 | 85977 | Added a new worker 13 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.024 | 78133 | Removed run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.024 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.024 | 78133 | Assigned run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.024 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.025 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.waPncV +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.027 | 85973 | Marked run 423 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.027 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.029 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.030 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.033 | 78134 | Recursively removing directory: /tmp/git.NeyLuz/ +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.034 | 85975 | Marked run 424 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.034 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.034 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.034 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.038 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.039 | 78137 | Recursively removing directory: /tmp/git.waPncV/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.040 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.040 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.042 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.042 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.042 | 85992 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.042 | 78133 | Removed run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.042 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.042 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.042 | 78133 | Assigned run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.042 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SToOkO +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.044 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.047 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.047 | 85994 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.047 | 78133 | Removed run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.047 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.047 | 78133 | Assigned run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.047 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.048 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.szUEKO +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.047 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.048 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.048 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.052 | 85991 | Marked run 425 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.052 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.054 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.055 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.056 | 85993 | Marked run 426 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.057 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.058 | 78134 | Recursively removing directory: /tmp/git.SToOkO/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.059 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.059 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.063 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.064 | 78137 | Recursively removing directory: /tmp/git.szUEKO/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.065 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.065 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.066 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.066 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.066 | 86010 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.066 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.066 | 78133 | Removed run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.066 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.066 | 78133 | Assigned run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.066 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OKbUV4 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.069 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.070 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.071 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.073 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.073 | 86014 | Added a new worker 13 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.073 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.073 | 78133 | Removed run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.073 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.073 | 78133 | Assigned run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.073 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AZhjI8 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.074 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.077 | 86009 | Marked run 427 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.078 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.079 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.080 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.082 | 78134 | Recursively removing directory: /tmp/git.OKbUV4/ +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.082 | 86011 | Marked run 428 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.083 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.084 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.084 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.087 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.088 | 78137 | Recursively removing directory: /tmp/git.AZhjI8/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.090 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.090 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.090 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.090 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.090 | 86028 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.090 | 78133 | Removed run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.090 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.090 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.091 | 78133 | Assigned run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.091 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dX9xF9 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.094 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.094 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.095 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.098 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.098 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.098 | 86032 | Added a new worker 13 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.098 | 78133 | Removed run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.098 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.098 | 78133 | Assigned run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.098 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DPm1r8 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.099 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.102 | 86027 | Marked run 429 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.103 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.104 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.105 | 78134 | Recursively removing directory: /tmp/git.dX9xF9/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.105 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.107 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.107 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.108 | 86029 | Marked run 430 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.108 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.110 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.113 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.113 | 86046 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.113 | 78133 | Removed run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.113 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.113 | 78133 | Assigned run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.113 | 78137 | Recursively removing directory: /tmp/git.DPm1r8/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.113 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.114 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NirBBh +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.114 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.115 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.115 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.118 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.118 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.119 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.121 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.121 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.121 | 86049 | Added a new worker 13 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.121 | 78133 | Removed run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.121 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.121 | 78133 | Assigned run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.122 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.121 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3dql8X +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.122 | 86043 | Marked run 431 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.122 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.127 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.127 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.128 | 78134 | Recursively removing directory: /tmp/git.NirBBh/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.130 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.130 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.131 | 86047 | Marked run 432 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.131 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.133 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.136 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.136 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.136 | 86064 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.136 | 78133 | Removed run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.136 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.136 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.136 | 78133 | Assigned run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.136 | 78137 | Recursively removing directory: /tmp/git.3dql8X/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.136 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GKfMkb +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.138 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.138 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.141 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.141 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.142 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.144 | 86063 | Marked run 433 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.144 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.145 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.145 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.145 | 86069 | Added a new worker 8 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.145 | 78133 | Removed run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.145 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.145 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.145 | 78133 | Assigned run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.146 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TD1SwV +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.149 | 78134 | Recursively removing directory: /tmp/git.GKfMkb/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.150 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.151 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.151 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.151 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.154 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.154 | 86066 | Marked run 434 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.154 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.157 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.157 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.157 | 86082 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.157 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.157 | 78133 | Removed run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.157 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.157 | 78133 | Assigned run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.158 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6NEC3U +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.161 | 78137 | Recursively removing directory: /tmp/git.TD1SwV/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.162 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.163 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.163 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.163 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.166 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.166 | 86076 | Marked run 435 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.166 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.170 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.170 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.170 | 86091 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.170 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.170 | 78133 | Removed run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.170 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.170 | 78133 | Assigned run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.170 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sooEpi +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.172 | 78134 | Recursively removing directory: /tmp/git.6NEC3U/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.173 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.173 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.174 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.175 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.178 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.179 | 86085 | Marked run 436 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.179 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.181 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.181 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.181 | 86100 | Added a new worker 9 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.181 | 78133 | Removed run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.181 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.181 | 78133 | Assigned run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.181 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.181 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zv9wfY +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.184 | 78137 | Recursively removing directory: /tmp/git.sooEpi/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.185 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.185 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.186 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.187 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.188 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.191 | 86094 | Marked run 437 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.191 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.191 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.191 | 86105 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.191 | 78133 | Removed run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.191 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.191 | 78133 | Assigned run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.191 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.191 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.191 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Qb915H +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.196 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.196 | 78134 | Recursively removing directory: /tmp/git.zv9wfY/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.197 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.198 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.198 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.200 | 86102 | Marked run 438 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.201 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.202 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.205 | 78137 | Recursively removing directory: /tmp/git.Qb915H/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.206 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.206 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.206 | 86118 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.206 | 78133 | Removed run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.206 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.206 | 78133 | Assigned run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.206 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0oPeg3 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.206 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.207 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.207 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.210 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.210 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.211 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.215 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.215 | 86117 | Marked run 439 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.215 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.215 | 86125 | Added a new worker 6 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.215 | 78133 | Removed run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.215 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.215 | 78133 | Assigned run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.215 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.215 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.03YewN +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.216 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.220 | 78134 | Recursively removing directory: /tmp/git.0oPeg3/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.220 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.221 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.221 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.221 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.225 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.225 | 86120 | Marked run 440 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.226 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.228 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.228 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.228 | 86136 | Added a new worker 9 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.228 | 78133 | Removed run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.228 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.228 | 78133 | Assigned run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.229 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.229 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iwhwgO +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.230 | 78137 | Recursively removing directory: /tmp/git.03YewN/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.232 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.232 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.233 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.235 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.236 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.237 | 86131 | Marked run 441 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.237 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.239 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.239 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.239 | 86143 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.239 | 78133 | Removed run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.239 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.239 | 78133 | Assigned run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.239 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.240 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.o5CkBh +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.243 | 78134 | Recursively removing directory: /tmp/git.iwhwgO/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.244 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.245 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.245 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.245 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.248 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.249 | 86138 | Marked run 442 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.249 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.252 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.252 | 86154 | Added a new worker 9 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.252 | 78133 | Removed run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.252 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.252 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.252 | 78133 | Assigned run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.252 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.252 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xfWEga +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.254 | 78137 | Recursively removing directory: /tmp/git.o5CkBh/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.255 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.255 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.256 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.258 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.259 | 86149 | Marked run 443 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.259 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.259 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.262 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.262 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.262 | 86161 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.262 | 78133 | Removed run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.262 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.262 | 78133 | Assigned run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.263 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aCus7I +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.263 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.267 | 78134 | Recursively removing directory: /tmp/git.xfWEga/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.268 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.268 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.270 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.271 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.271 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.273 | 86156 | Marked run 444 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.273 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.275 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.275 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.275 | 86168 | Added a new worker 8 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.275 | 78133 | Removed run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.275 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.275 | 78133 | Assigned run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.275 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JUih5g +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.276 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.280 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.280 | 78137 | Recursively removing directory: /tmp/git.aCus7I/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.280 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.282 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.282 | 78137 | Process output: 415085 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.284 | 86165 | Marked run 445 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.284 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.285 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.289 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.289 | 86181 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.289 | 78133 | Removed run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.289 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.289 | 78133 | Assigned run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.289 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.289 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.duVaPL +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.289 | 78134 | Recursively removing directory: /tmp/git.JUih5g/ +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.289 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.290 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.290 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.293 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.293 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.294 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.296 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.296 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.296 | 86184 | Added a new worker 13 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.296 | 78133 | Removed run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.296 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.296 | 78133 | Assigned run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.296 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.296 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UPkSwW +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.297 | 86178 | Marked run 446 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.297 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.303 | 78137 | Recursively removing directory: /tmp/git.duVaPL/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.304 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.304 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.307 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.309 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.309 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.309 | 86192 | Added a new worker 13 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.309 | 78133 | Removed run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.309 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.309 | 78133 | Assigned run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.310 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.310 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gqNTyX +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.324 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.324 | 86182 | Marked run 447 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.324 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.325 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.325 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.326 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.328 | 86191 | Marked run 448 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.328 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.333 | 78134 | Recursively removing directory: /tmp/git.UPkSwW/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.334 | 78137 | Recursively removing directory: /tmp/git.gqNTyX/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.334 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.334 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.335 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.335 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.337 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.338 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.340 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.340 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.340 | 86209 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.340 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.340 | 78133 | Removed run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.340 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.340 | 78133 | Assigned run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.340 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QzwF9Q +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.341 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.341 | 86210 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.341 | 78133 | Removed run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.341 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.341 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.341 | 78133 | Assigned run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.341 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.341 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LDrx98 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.345 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.345 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.347 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.347 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.350 | 86207 | Marked run 449 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.350 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.353 | 86208 | Marked run 450 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.354 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.356 | 78137 | Recursively removing directory: /tmp/git.LDrx98/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.356 | 78134 | Recursively removing directory: /tmp/git.QzwF9Q/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.357 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.357 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.358 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.358 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.362 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.362 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.366 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.366 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.366 | 86227 | Added a new worker 14 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.366 | 78133 | Removed run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.366 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.366 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.366 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.366 | 78133 | Assigned run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.366 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.366 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MKCPkc +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.367 | 86228 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.367 | 78133 | Removed run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.367 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.367 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.367 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iKOL89 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.367 | 78133 | Assigned run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.372 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.372 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.372 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.373 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.376 | 86226 | Marked run 451 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.376 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.379 | 86225 | Marked run 452 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.379 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.382 | 78134 | Recursively removing directory: /tmp/git.MKCPkc/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.382 | 78137 | Recursively removing directory: /tmp/git.iKOL89/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.383 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.383 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.383 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.383 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.386 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.386 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.389 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.389 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.389 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.389 | 86246 | Added a new worker 14 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.389 | 78133 | Removed run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.389 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.389 | 78133 | Assigned run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.389 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.389 | 86245 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.389 | 78133 | Removed run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.389 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.389 | 78133 | Assigned run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.389 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.389 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.390 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PZWjbO +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.390 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rARSed +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.394 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.395 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.395 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.396 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.398 | 86244 | Marked run 454 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.398 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.402 | 86243 | Marked run 453 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.402 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.405 | 78137 | Recursively removing directory: /tmp/git.rARSed/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.407 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.407 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.407 | 78134 | Recursively removing directory: /tmp/git.PZWjbO/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.408 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.408 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.410 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.411 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.412 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.412 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.412 | 86263 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.412 | 78133 | Removed run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.412 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.412 | 78133 | Assigned run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.413 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.413 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yL98LL +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.414 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.414 | 86264 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.414 | 78133 | Removed run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.414 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.414 | 78133 | Assigned run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.414 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.414 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.414 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZoaxLH +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.418 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.419 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.419 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.421 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.422 | 86261 | Marked run 456 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.422 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.425 | 86262 | Marked run 455 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.425 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.428 | 78137 | Recursively removing directory: /tmp/git.yL98LL/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.429 | 78134 | Recursively removing directory: /tmp/git.ZoaxLH/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.430 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.430 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.430 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.430 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.432 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.433 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.435 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.435 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.435 | 86281 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.435 | 78133 | Removed run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.435 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.435 | 78133 | Assigned run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.435 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.435 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.drWCN6 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.436 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.436 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.436 | 86282 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.436 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.437 | 78133 | Removed run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.437 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.437 | 78133 | Assigned run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.437 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZnFVrY +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.441 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.442 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.443 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.443 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.445 | 86279 | Marked run 457 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.445 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.448 | 86280 | Marked run 458 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.449 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.452 | 78137 | Recursively removing directory: /tmp/git.drWCN6/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.452 | 78134 | Recursively removing directory: /tmp/git.ZnFVrY/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.453 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.453 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.453 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.453 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.456 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.456 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.458 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.458 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.459 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.459 | 86299 | Added a new worker 14 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.459 | 78133 | Removed run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.459 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.459 | 78133 | Assigned run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.459 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.459 | 86300 | Added a new worker 14 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.459 | 78133 | Removed run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.459 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.459 | 78133 | Assigned run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.459 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2tTJ3f +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.460 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.460 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.B5gNpW +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.461 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.464 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.464 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.465 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.466 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.469 | 86298 | Marked run 460 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.469 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.472 | 86297 | Marked run 459 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.472 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.474 | 78137 | Recursively removing directory: /tmp/git.2tTJ3f/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.475 | 78134 | Recursively removing directory: /tmp/git.B5gNpW/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.476 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.476 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.477 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.477 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.478 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.479 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.481 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.481 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.481 | 86317 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.481 | 78133 | Removed run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.481 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.481 | 78133 | Assigned run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.481 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.482 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qsz46p +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.482 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.482 | 86318 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.482 | 78133 | Removed run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.482 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.482 | 78133 | Assigned run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.482 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.482 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.483 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FNujkU +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.487 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.487 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.488 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.489 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.495 | 86315 | Marked run 461 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.495 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.498 | 86316 | Marked run 462 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.498 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.500 | 78134 | Recursively removing directory: /tmp/git.FNujkU/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.500 | 78137 | Recursively removing directory: /tmp/git.qsz46p/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.501 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.501 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.502 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.502 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.504 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.504 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.507 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.507 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.507 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.507 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.507 | 86335 | Added a new worker 14 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.507 | 86336 | Added a new worker 15 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.507 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.507 | 78133 | Removed run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.507 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.507 | 78133 | Assigned run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.507 | 78133 | Removed run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.507 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.508 | 78133 | Assigned run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.508 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QEGYYz +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.508 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UKY2m2 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.512 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.513 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.514 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.514 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.517 | 86333 | Marked run 464 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.517 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.520 | 86334 | Marked run 463 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.520 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.523 | 78137 | Recursively removing directory: /tmp/git.QEGYYz/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.523 | 78134 | Recursively removing directory: /tmp/git.UKY2m2/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.525 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.525 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.525 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.525 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.529 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.530 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.533 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.533 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.533 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.533 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.533 | 86353 | Added a new worker 14 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.533 | 78133 | Removed run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.533 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.533 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.534 | 78133 | Assigned run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.534 | 86354 | Added a new worker 15 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.534 | 78133 | Removed run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.534 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.534 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.534 | 78133 | Assigned run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.534 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.I03xHd +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.534 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iLfJlR +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.538 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.538 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.539 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.539 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.543 | 86352 | Marked run 465 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.543 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.547 | 86351 | Marked run 466 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.547 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.548 | 78134 | Recursively removing directory: /tmp/git.iLfJlR/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.549 | 78137 | Recursively removing directory: /tmp/git.I03xHd/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.549 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.549 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.550 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.550 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.552 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.553 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.555 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.555 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.555 | 86371 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.555 | 78133 | Removed run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.555 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.555 | 78133 | Assigned run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.555 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.556 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FIT5sh +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.556 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.556 | 86372 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.556 | 78133 | Removed run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.556 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.556 | 78133 | Assigned run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.556 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.556 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tlgUIx +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.557 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.561 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.561 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.562 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.562 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.565 | 86369 | Marked run 468 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.566 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.568 | 86370 | Marked run 467 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.569 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.571 | 78134 | Recursively removing directory: /tmp/git.FIT5sh/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.571 | 78137 | Recursively removing directory: /tmp/git.tlgUIx/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.572 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.572 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.573 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.573 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.577 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.577 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.580 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.580 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.580 | 86389 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.580 | 78133 | Removed run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.580 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.581 | 78133 | Assigned run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.581 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.581 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.581 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FwyA6l +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.581 | 86390 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.581 | 78133 | Removed run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.581 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.581 | 78133 | Assigned run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.582 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.581 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.582 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mqisEZ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.586 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.587 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.588 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.588 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.590 | 86387 | Marked run 469 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.590 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.594 | 86388 | Marked run 470 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.594 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.597 | 78134 | Recursively removing directory: /tmp/git.FwyA6l/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.597 | 78137 | Recursively removing directory: /tmp/git.mqisEZ/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.598 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.598 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.599 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.599 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.603 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.603 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.606 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.606 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.606 | 86407 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.606 | 78133 | Removed run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.606 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.606 | 78133 | Assigned run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.606 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.607 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2qWuC6 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.607 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.607 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.607 | 86408 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.607 | 78133 | Removed run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.607 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.607 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.607 | 78133 | Assigned run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.607 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.83VqAS +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.612 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.612 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.613 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.613 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.618 | 86406 | Marked run 472 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.618 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.621 | 86405 | Marked run 471 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.621 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.622 | 78137 | Recursively removing directory: /tmp/git.83VqAS/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.623 | 78134 | Recursively removing directory: /tmp/git.2qWuC6/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.624 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.624 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.625 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.625 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.628 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.629 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.632 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.632 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.632 | 86425 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.632 | 78133 | Removed run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.632 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.632 | 78133 | Assigned run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.632 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.632 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.l8bzjy +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.633 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.633 | 86426 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.633 | 78133 | Removed run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.633 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.633 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.633 | 78133 | Assigned run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.633 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.633 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ilgmne +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.637 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.638 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.639 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.640 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.643 | 86423 | Marked run 474 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.643 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.647 | 86424 | Marked run 473 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.647 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.648 | 78134 | Recursively removing directory: /tmp/git.ilgmne/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.649 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.649 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.649 | 78137 | Recursively removing directory: /tmp/git.l8bzjy/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.651 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.651 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.652 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.653 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.655 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.655 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.655 | 86443 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.655 | 78133 | Removed run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.655 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.655 | 78133 | Assigned run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.655 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.655 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nboXsE +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.657 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.657 | 86444 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.657 | 78133 | Removed run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.657 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.657 | 78133 | Assigned run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.657 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.657 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.657 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oIaIHU +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.660 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.662 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.662 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.663 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.664 | 86441 | Marked run 476 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.664 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.668 | 86442 | Marked run 475 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.668 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.671 | 78134 | Recursively removing directory: /tmp/git.nboXsE/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.672 | 78137 | Recursively removing directory: /tmp/git.oIaIHU/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.673 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.673 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.673 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.673 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.675 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.676 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.678 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.678 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.678 | 86461 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.678 | 78133 | Removed run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.678 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.678 | 78133 | Assigned run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.679 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.679 | 86462 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.679 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.679 | 78133 | Removed run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.679 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.679 | 78133 | Assigned run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.678 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.679 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IK21Sg +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.679 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MeYKts +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.684 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.684 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.685 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.685 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.689 | 86460 | Marked run 478 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.689 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.693 | 86459 | Marked run 477 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.693 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.695 | 78137 | Recursively removing directory: /tmp/git.IK21Sg/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.696 | 78134 | Recursively removing directory: /tmp/git.MeYKts/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.696 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.696 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.697 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.697 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.701 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.702 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.704 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.704 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.704 | 86479 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.704 | 78133 | Removed run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.704 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.705 | 78133 | Assigned run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.705 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.705 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tnfqvu +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.705 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.705 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.706 | 86480 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.706 | 78133 | Removed run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.706 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.706 | 78133 | Assigned run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.706 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C9ODI0 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.706 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.710 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.711 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.711 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.712 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.722 | 86477 | Marked run 480 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.723 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.725 | 78137 | Recursively removing directory: /tmp/git.tnfqvu/ +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.726 | 86478 | Marked run 479 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.726 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.727 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.727 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.727 | 78134 | Recursively removing directory: /tmp/git.C9ODI0/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.729 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.729 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.732 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.733 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.735 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.735 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.735 | 86497 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.736 | 78133 | Removed run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.736 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.736 | 78133 | Assigned run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.736 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UQWTfr +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.736 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.737 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.737 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.737 | 86498 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.737 | 78133 | Removed run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.737 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.737 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.737 | 78133 | Assigned run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.737 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.X30E2d +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.741 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.742 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.743 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.743 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.745 | 86495 | Marked run 481 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.745 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.749 | 86496 | Marked run 482 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.750 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.752 | 78137 | Recursively removing directory: /tmp/git.UQWTfr/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.753 | 78134 | Recursively removing directory: /tmp/git.X30E2d/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.754 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.754 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.756 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.753 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.753 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.757 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.759 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.759 | 86515 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.759 | 78133 | Removed run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.759 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.759 | 78133 | Assigned run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.759 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.759 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.759 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Xsyvhb +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.760 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.760 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.760 | 86516 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.760 | 78133 | Removed run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.760 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.760 | 78133 | Assigned run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.760 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.761 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VhygQB +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.764 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.765 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.765 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.766 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.769 | 86514 | Marked run 484 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.770 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.773 | 86513 | Marked run 483 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.773 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.774 | 78137 | Recursively removing directory: /tmp/git.Xsyvhb/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.775 | 78134 | Recursively removing directory: /tmp/git.VhygQB/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.776 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.776 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.776 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.776 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.780 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.781 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.784 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.784 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.784 | 86533 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.784 | 78133 | Removed run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.784 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.784 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.784 | 78133 | Assigned run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.784 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bO7fmr +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.785 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.785 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.785 | 86534 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.785 | 78133 | Removed run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.785 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.785 | 78133 | Assigned run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.785 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oJXbyw +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.785 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.791 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.791 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.793 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.793 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.795 | 86531 | Marked run 485 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.796 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.798 | 86532 | Marked run 486 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.799 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.801 | 78134 | Recursively removing directory: /tmp/git.oJXbyw/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.802 | 78137 | Recursively removing directory: /tmp/git.bO7fmr/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.803 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.803 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.803 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.803 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.807 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.808 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.811 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.811 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.811 | 86551 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.811 | 78133 | Removed run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.811 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.811 | 78133 | Assigned run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.811 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eylOCA +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.811 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.811 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.812 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.812 | 86552 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.812 | 78133 | Removed run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.812 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.812 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.812 | 78133 | Assigned run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.812 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ranF9v +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.816 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.816 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.818 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.818 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.820 | 86549 | Marked run 488 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.821 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.824 | 86550 | Marked run 487 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.824 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.827 | 78137 | Recursively removing directory: /tmp/git.ranF9v/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.827 | 78134 | Recursively removing directory: /tmp/git.eylOCA/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.829 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.829 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.829 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.829 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.831 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.832 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.834 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.834 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.834 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.834 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.834 | 86569 | Added a new worker 14 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.834 | 78133 | Removed run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.834 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.835 | 78133 | Assigned run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.835 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.835 | 86570 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.835 | 78133 | Removed run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.835 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.835 | 78133 | Assigned run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.835 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.835 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XrmPH0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.835 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wcoq8m +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.840 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.840 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.841 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.842 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.845 | 86568 | Marked run 489 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.845 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.848 | 86567 | Marked run 490 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.848 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.850 | 78137 | Recursively removing directory: /tmp/git.wcoq8m/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.851 | 78134 | Recursively removing directory: /tmp/git.XrmPH0/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.852 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.852 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.853 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.853 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.855 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.856 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.858 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.858 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.858 | 86587 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.858 | 78133 | Removed run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.858 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.858 | 78133 | Assigned run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.858 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OUo1ED +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.858 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.858 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.859 | 86588 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.859 | 78133 | Removed run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.859 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.859 | 78133 | Assigned run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.859 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.858 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.859 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.reGnOG +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.863 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.864 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.864 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.864 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.868 | 86586 | Marked run 492 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.868 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.871 | 86585 | Marked run 491 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.871 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.873 | 78137 | Recursively removing directory: /tmp/git.OUo1ED/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.874 | 78134 | Recursively removing directory: /tmp/git.reGnOG/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.875 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.875 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.875 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.875 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.877 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.878 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.880 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.880 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.880 | 86605 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.880 | 78133 | Removed run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.880 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.880 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.880 | 78133 | Assigned run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.881 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.881 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.881 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZuGynQ +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.881 | 86606 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.881 | 78133 | Removed run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.881 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.881 | 78133 | Assigned run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.881 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hI03dZ +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.882 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.886 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.888 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.888 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.889 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.891 | 86604 | Marked run 494 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.891 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.894 | 86603 | Marked run 493 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.894 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.897 | 78134 | Recursively removing directory: /tmp/git.hI03dZ/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.897 | 78137 | Recursively removing directory: /tmp/git.ZuGynQ/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.898 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.898 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.899 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.899 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.901 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.901 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.904 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.904 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.904 | 86623 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.904 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.904 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.904 | 78133 | Removed run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.904 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.904 | 78133 | Assigned run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.904 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.905 | 86624 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.905 | 78133 | Removed run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.905 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.905 | 78133 | Assigned run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.905 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.905 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9ZvMA0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.905 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0x9bRs +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.909 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.910 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.911 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.911 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.913 | 86622 | Marked run 495 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.914 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.917 | 86621 | Marked run 496 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.917 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.920 | 78137 | Recursively removing directory: /tmp/git.0x9bRs/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.921 | 78134 | Recursively removing directory: /tmp/git.9ZvMA0/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.922 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.922 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.922 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.922 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.925 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.925 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.927 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.927 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.927 | 86641 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.927 | 78133 | Removed run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.927 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.927 | 78133 | Assigned run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.927 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.928 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.928 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NO3OxN +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.928 | 86642 | Added a new worker 12 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.928 | 78133 | Removed run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.928 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.928 | 78133 | Assigned run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.929 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.928 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.929 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BfP8MV +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.933 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.934 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.934 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.935 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.939 | 86639 | Marked run 498 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.939 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.945 | 78137 | Recursively removing directory: /tmp/git.NO3OxN/ +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.945 | 86640 | Marked run 497 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.945 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.945 | 78134 | Recursively removing directory: /tmp/git.BfP8MV/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.946 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.946 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.947 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.947 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.951 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.951 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.954 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.955 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.955 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z7XQcv +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.955 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HYJ5Dc +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.955 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.955 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.955 | 86659 | Added a new worker 14 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.955 | 78133 | Removed run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.955 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.955 | 78133 | Assigned run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.955 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.955 | 86660 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.955 | 78133 | Removed run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.955 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.955 | 78133 | Assigned run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.955 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.960 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.960 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.961 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.961 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.965 | 86657 | Marked run 499 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.965 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.968 | 86658 | Marked run 500 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.968 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.971 | 78134 | Recursively removing directory: /tmp/git.HYJ5Dc/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.971 | 78137 | Recursively removing directory: /tmp/git.Z7XQcv/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.972 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.972 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.973 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.973 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.977 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.977 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.981 | 78134 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.981 | 78137 | Waiting for a new command +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.981 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.981 | 86677 | Added a new worker 14 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.981 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.981 | 78133 | Removed run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.981 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.981 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.981 | 78133 | Assigned run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.981 | 86678 | Added a new worker 10 to the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.981 | 78133 | Removed run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.981 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.981 | 78133 | Assigned run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.981 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.981 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Q9je9e +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.981 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wcihhq +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.986 | 78134 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.986 | 78137 | Checking out revision HEAD +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.986 | 78134 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.986 | 78137 | Going to run: ./ci +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.992 | 86676 | Marked run 501 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.992 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.996 | 86675 | Marked run 502 as finished +2024-01-28 10:56:24 | INFO | 78131/cimple-server: 2024-01-28 10:56:24.996 | 78131 | Waiting for new connections +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.996 | 78134 | Recursively removing directory: /tmp/git.wcihhq/ +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.997 | 78137 | Recursively removing directory: /tmp/git.Q9je9e/ +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.998 | 78134 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78134/cimple-worker: 2024-01-28 10:56:24.998 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.998 | 78137 | Process exit code: 0 +2024-01-28 10:56:24 | INFO | 78137/cimple-worker: 2024-01-28 10:56:24.998 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.000 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.001 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.003 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.003 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.003 | 86695 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.003 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.003 | 78133 | Removed run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.003 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.003 | 78133 | Assigned run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.004 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BvqGks +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.004 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.004 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.004 | 86696 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.004 | 78133 | Removed run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.004 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.004 | 78133 | Assigned run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.004 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.004 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vWs3Rp +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.009 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.009 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.010 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.010 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.013 | 86694 | Marked run 504 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.013 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.017 | 86693 | Marked run 503 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.017 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.019 | 78134 | Recursively removing directory: /tmp/git.BvqGks/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.020 | 78137 | Recursively removing directory: /tmp/git.vWs3Rp/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.020 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.020 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.021 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.021 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.023 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.024 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.026 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.026 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.026 | 86713 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.026 | 78133 | Removed run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.026 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.026 | 78133 | Assigned run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.026 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.027 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qjbyNH +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.027 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.027 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.027 | 86714 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.027 | 78133 | Removed run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.027 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.027 | 78133 | Assigned run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.027 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pgvuOe +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.027 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.032 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.032 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.032 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.033 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.036 | 86711 | Marked run 505 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.036 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.040 | 86712 | Marked run 506 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.040 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.042 | 78137 | Recursively removing directory: /tmp/git.pgvuOe/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.043 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.043 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.042 | 78134 | Recursively removing directory: /tmp/git.qjbyNH/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.043 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.043 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.046 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.046 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.049 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.049 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.049 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.049 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.049 | 86731 | Added a new worker 14 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.049 | 86732 | Added a new worker 15 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.049 | 78133 | Removed run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.049 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.049 | 78133 | Assigned run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.049 | 78133 | Removed run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.049 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.049 | 78133 | Assigned run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.049 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.049 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.049 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bYmR7O +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.050 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.l8D7mw +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.057 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.058 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.058 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.059 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.060 | 86729 | Marked run 507 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.061 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.063 | 86730 | Marked run 508 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.064 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.067 | 78134 | Recursively removing directory: /tmp/git.bYmR7O/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.068 | 78137 | Recursively removing directory: /tmp/git.l8D7mw/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.068 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.068 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.069 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.069 | 78137 | Process output: 415085 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.073 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.074 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.076 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.076 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.077 | 86749 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.077 | 78133 | Removed run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.077 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.077 | 78133 | Assigned run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.077 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.077 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hSNW8T +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.077 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.077 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.078 | 86750 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.078 | 78133 | Removed run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.078 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.078 | 78133 | Assigned run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.078 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4M9mN6 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.078 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.082 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.083 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.083 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.084 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.087 | 86747 | Marked run 509 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.088 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.090 | 86748 | Marked run 510 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.090 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.093 | 78134 | Recursively removing directory: /tmp/git.hSNW8T/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.094 | 78137 | Recursively removing directory: /tmp/git.4M9mN6/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.094 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.094 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.095 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.095 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.097 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.098 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.099 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.099 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.100 | 86767 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.100 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.100 | 78133 | Removed run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.100 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.100 | 78133 | Assigned run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.100 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ywi8pR +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.101 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.101 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.101 | 86768 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.101 | 78133 | Removed run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.101 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.101 | 78133 | Assigned run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.101 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FqfIyZ +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.102 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.105 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.106 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.107 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.108 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.109 | 86765 | Marked run 511 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.110 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.113 | 86766 | Marked run 512 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.114 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.116 | 78134 | Recursively removing directory: /tmp/git.Ywi8pR/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.116 | 78137 | Recursively removing directory: /tmp/git.FqfIyZ/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.117 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.117 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.117 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.117 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.120 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.120 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.123 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.123 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.123 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.123 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.123 | 86785 | Added a new worker 14 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.123 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.123 | 86786 | Added a new worker 15 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.123 | 78133 | Removed run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.123 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.123 | 78133 | Assigned run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.123 | 78133 | Removed run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.123 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.123 | 78133 | Assigned run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.123 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.123 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.24MLcx +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.123 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mVkvtb +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.128 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.128 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.129 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.129 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.133 | 86783 | Marked run 513 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.134 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.137 | 86784 | Marked run 514 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.137 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.138 | 78134 | Recursively removing directory: /tmp/git.mVkvtb/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.139 | 78137 | Recursively removing directory: /tmp/git.24MLcx/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.140 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.140 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.141 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.141 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.144 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.145 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.148 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.148 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.148 | 86803 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.148 | 78133 | Removed run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.148 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.148 | 78133 | Assigned run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.148 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.149 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.V5GgTd +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.149 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.149 | 86804 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.149 | 78133 | Removed run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.149 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.149 | 78133 | Assigned run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.149 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.149 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.149 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rb95cG +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.154 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.154 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.155 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.155 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.158 | 86801 | Marked run 515 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.158 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.161 | 86802 | Marked run 516 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.161 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.164 | 78137 | Recursively removing directory: /tmp/git.rb95cG/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.164 | 78134 | Recursively removing directory: /tmp/git.V5GgTd/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.166 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.166 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.166 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.166 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.170 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.170 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.174 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.174 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.174 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.174 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.174 | 86822 | Added a new worker 14 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.174 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.174 | 86821 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.174 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.174 | 78133 | Removed run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.174 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.174 | 78133 | Assigned run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.174 | 78133 | Removed run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.174 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.175 | 78133 | Assigned run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.175 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.J2g0U9 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.175 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8mzCeL +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.180 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.180 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.180 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.181 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.185 | 86820 | Marked run 517 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.185 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.189 | 86819 | Marked run 518 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.189 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.192 | 78137 | Recursively removing directory: /tmp/git.J2g0U9/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.192 | 78134 | Recursively removing directory: /tmp/git.8mzCeL/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.194 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.194 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.194 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.194 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.196 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.199 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.199 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.199 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.199 | 86839 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.200 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.200 | 78133 | Removed run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.200 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.200 | 78133 | Assigned run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.200 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XVxmnz +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.203 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.203 | 86840 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.203 | 78133 | Removed run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.203 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.203 | 78133 | Assigned run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.204 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.203 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.203 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.y0VDDu +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.316 | 86837 | Marked run 520 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.317 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.321 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.321 | 86838 | Marked run 519 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.321 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.321 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.322 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.322 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.331 | 78137 | Recursively removing directory: /tmp/git.y0VDDu/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.331 | 78134 | Recursively removing directory: /tmp/git.XVxmnz/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.332 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.332 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.332 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.332 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.335 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.335 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.338 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.338 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.338 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.338 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.338 | 86857 | Added a new worker 14 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.338 | 78133 | Removed run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.338 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.338 | 78133 | Assigned run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.338 | 86858 | Added a new worker 14 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.338 | 78133 | Removed run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.338 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.338 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.338 | 78133 | Assigned run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.338 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b6Cac3 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.339 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.338 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XvX2p1 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.343 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.343 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.345 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.345 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.347 | 86855 | Marked run 522 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.348 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.351 | 86856 | Marked run 521 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.351 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.354 | 78134 | Recursively removing directory: /tmp/git.b6Cac3/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.355 | 78137 | Recursively removing directory: /tmp/git.XvX2p1/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.355 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.355 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.356 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.356 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.360 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.361 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.363 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.363 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.363 | 86875 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.363 | 78133 | Removed run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.363 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.363 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.364 | 78133 | Assigned run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.364 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kiK6ZU +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.364 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.364 | 86876 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.364 | 78133 | Removed run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.364 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.364 | 78133 | Assigned run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.365 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.364 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.364 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.osMtGq +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.369 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.369 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.370 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.370 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.374 | 86873 | Marked run 524 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.374 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.377 | 86874 | Marked run 523 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.377 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.379 | 78134 | Recursively removing directory: /tmp/git.kiK6ZU/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.379 | 78137 | Recursively removing directory: /tmp/git.osMtGq/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.380 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.380 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.381 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.381 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.383 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.383 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.386 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.386 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.386 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.386 | 86893 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.386 | 78133 | Removed run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.386 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.386 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.386 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.386 | 78133 | Assigned run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.386 | 86894 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.386 | 78133 | Removed run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.386 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.386 | 78133 | Assigned run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.386 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kBd9FG +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.386 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KkVVze +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.387 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.391 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.392 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.393 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.393 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.396 | 86891 | Marked run 525 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.396 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.400 | 86892 | Marked run 526 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.400 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.402 | 78137 | Recursively removing directory: /tmp/git.kBd9FG/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.402 | 78134 | Recursively removing directory: /tmp/git.KkVVze/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.404 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.404 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.404 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.404 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.408 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.408 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.412 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.412 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.412 | 86911 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.412 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.412 | 78133 | Removed run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.412 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.412 | 78133 | Assigned run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.412 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.412 | 86912 | Added a new worker 15 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.412 | 78133 | Removed run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.412 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.412 | 78133 | Assigned run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.412 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.412 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.412 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QYwyG7 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.412 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oHK44q +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.417 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.418 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.418 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.419 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.423 | 86910 | Marked run 527 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.423 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.426 | 86909 | Marked run 528 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.426 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.428 | 78134 | Recursively removing directory: /tmp/git.QYwyG7/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.428 | 78137 | Recursively removing directory: /tmp/git.oHK44q/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.429 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.429 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.430 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.430 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.432 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.432 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.435 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.435 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.435 | 86929 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.435 | 78133 | Removed run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.435 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.435 | 78133 | Assigned run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.435 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OwDXNP +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.435 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.435 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.435 | 86930 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.435 | 78133 | Removed run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.435 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.435 | 78133 | Assigned run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.436 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.435 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.436 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pyDV5g +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.440 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.440 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.441 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.441 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.445 | 86927 | Marked run 530 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.445 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.449 | 86928 | Marked run 529 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.449 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.451 | 78134 | Recursively removing directory: /tmp/git.OwDXNP/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.451 | 78137 | Recursively removing directory: /tmp/git.pyDV5g/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.452 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.452 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.452 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.452 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.455 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.455 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.457 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.457 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.458 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.458 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.458 | 86947 | Added a new worker 14 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.458 | 86948 | Added a new worker 15 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.458 | 78133 | Removed run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.458 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.458 | 78133 | Assigned run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.458 | 78133 | Removed run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.458 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.458 | 78133 | Assigned run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.458 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.458 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.458 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tWff6C +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.459 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Vf5pU9 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.463 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.463 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.464 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.465 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.467 | 86945 | Marked run 532 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.467 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.473 | 86946 | Marked run 531 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.473 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.474 | 78137 | Recursively removing directory: /tmp/git.tWff6C/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.474 | 78134 | Recursively removing directory: /tmp/git.Vf5pU9/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.475 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.475 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.476 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.476 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.478 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.478 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.481 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.481 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.481 | 86965 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.481 | 78133 | Removed run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.481 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.481 | 78133 | Assigned run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.481 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.481 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.K5bGq8 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.482 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.482 | 86966 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.482 | 78133 | Removed run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.482 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.482 | 78133 | Assigned run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.482 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.482 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MDNVlX +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.486 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.487 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.487 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.488 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.491 | 86964 | Marked run 534 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.491 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.494 | 86963 | Marked run 533 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.495 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.497 | 78137 | Recursively removing directory: /tmp/git.K5bGq8/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.497 | 78134 | Recursively removing directory: /tmp/git.MDNVlX/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.498 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.498 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.499 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.499 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.503 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.503 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.507 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.507 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.507 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.507 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.507 | 86983 | Added a new worker 14 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.507 | 78133 | Removed run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.507 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.507 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.507 | 78133 | Assigned run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.507 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.d9uVZV +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.507 | 86984 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.508 | 78133 | Removed run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.508 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.508 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.508 | 78133 | Assigned run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.508 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.84UP6s +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.512 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.512 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.514 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.514 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.517 | 86982 | Marked run 536 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.517 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.520 | 86981 | Marked run 535 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.520 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.523 | 78134 | Recursively removing directory: /tmp/git.84UP6s/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.524 | 78137 | Recursively removing directory: /tmp/git.d9uVZV/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.525 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.525 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.525 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.525 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.529 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.530 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.533 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.533 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.533 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.533 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.533 | 87001 | Added a new worker 14 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.533 | 78133 | Removed run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.533 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.534 | 78133 | Assigned run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.534 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.534 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mZbKpl +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.534 | 87002 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.534 | 78133 | Removed run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.534 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.534 | 78133 | Assigned run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.534 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MbBItV +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.535 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.539 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.539 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.540 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.540 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.544 | 87000 | Marked run 537 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.544 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.547 | 86999 | Marked run 538 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.548 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.550 | 78134 | Recursively removing directory: /tmp/git.mZbKpl/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.550 | 78137 | Recursively removing directory: /tmp/git.MbBItV/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.551 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.551 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.551 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.551 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.556 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.556 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.559 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.559 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.560 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.560 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.560 | 87020 | Added a new worker 14 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.560 | 78133 | Removed run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.560 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.560 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.560 | 78133 | Assigned run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.560 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SAEsdO +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.560 | 87019 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.561 | 78133 | Removed run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.561 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.561 | 78133 | Assigned run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.561 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kqnIYK +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.562 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.565 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.566 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.566 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.567 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.571 | 87018 | Marked run 540 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.571 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.574 | 87017 | Marked run 539 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.574 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.575 | 78134 | Recursively removing directory: /tmp/git.SAEsdO/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.577 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.577 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.577 | 78137 | Recursively removing directory: /tmp/git.kqnIYK/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.578 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.579 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.580 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.581 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.583 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.583 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.583 | 87037 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.583 | 78133 | Removed run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.583 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.583 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.583 | 78133 | Assigned run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.583 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hsKQ4E +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.584 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.585 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.585 | 87038 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.585 | 78133 | Removed run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.585 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.585 | 78133 | Assigned run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.586 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.586 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c6Wd9p +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.588 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.589 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.591 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.592 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.593 | 87035 | Marked run 541 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.594 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.597 | 87036 | Marked run 542 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.597 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.597 | 78134 | Recursively removing directory: /tmp/git.hsKQ4E/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.599 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.599 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.601 | 78137 | Recursively removing directory: /tmp/git.c6Wd9p/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.602 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.602 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.602 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.605 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.605 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.605 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.605 | 87055 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.605 | 78133 | Removed run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.605 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.605 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.605 | 78133 | Assigned run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.605 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jT6h5S +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.609 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.609 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.609 | 87056 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.609 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.609 | 78133 | Removed run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.609 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.609 | 78133 | Assigned run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.610 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Idj6M4 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.609 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.610 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.615 | 87053 | Marked run 543 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.615 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.616 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.617 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.619 | 87054 | Marked run 544 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.619 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.620 | 78134 | Recursively removing directory: /tmp/git.jT6h5S/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.621 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.621 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.624 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.626 | 78137 | Recursively removing directory: /tmp/git.Idj6M4/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.627 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.627 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.628 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.628 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.628 | 87072 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.628 | 78133 | Removed run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.628 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.628 | 78133 | Assigned run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.628 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.628 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6Eh1Bf +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.631 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.633 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.634 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.635 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.635 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.635 | 87075 | Added a new worker 13 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.635 | 78133 | Removed run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.635 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.635 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.635 | 78133 | Assigned run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.636 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4EIIOa +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.637 | 87071 | Marked run 545 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.637 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.640 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.642 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.643 | 78134 | Recursively removing directory: /tmp/git.6Eh1Bf/ +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.644 | 87073 | Marked run 546 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.644 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.645 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.645 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.648 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.650 | 78137 | Recursively removing directory: /tmp/git.4EIIOa/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.651 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.651 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.651 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.651 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.651 | 87090 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.651 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.651 | 78133 | Removed run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.651 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.651 | 78133 | Assigned run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.652 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dV0TdL +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.654 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.656 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.657 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.657 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.657 | 87092 | Added a new worker 13 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.657 | 78133 | Removed run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.657 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.657 | 78133 | Assigned run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.657 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.658 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.657 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.usOuIB +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.660 | 87089 | Marked run 547 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.661 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.663 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.663 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.666 | 78134 | Recursively removing directory: /tmp/git.dV0TdL/ +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.668 | 87091 | Marked run 548 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.668 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.668 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.668 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.672 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.672 | 78137 | Recursively removing directory: /tmp/git.usOuIB/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.674 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.674 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.675 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.675 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.675 | 87108 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.675 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.675 | 78133 | Removed run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.675 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.675 | 78133 | Assigned run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.676 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5QnERO +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.677 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.680 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.680 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.680 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.680 | 87110 | Added a new worker 13 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.681 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.681 | 78133 | Removed run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.681 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.681 | 78133 | Assigned run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.681 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ehgugK +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.682 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.684 | 87107 | Marked run 549 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.684 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.687 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.688 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.690 | 87109 | Marked run 550 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.690 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.690 | 78134 | Recursively removing directory: /tmp/git.5QnERO/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.692 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.692 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.695 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.696 | 78137 | Recursively removing directory: /tmp/git.ehgugK/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.697 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.697 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.699 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.699 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.699 | 87126 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.699 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.699 | 78133 | Removed run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.699 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.699 | 78133 | Assigned run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.699 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YqVR65 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.701 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.703 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.704 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.704 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.704 | 87128 | Added a new worker 13 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.704 | 78133 | Removed run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.704 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.704 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.704 | 78133 | Assigned run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.704 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0phZrS +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.705 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.708 | 87125 | Marked run 551 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.708 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.711 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.712 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.715 | 78134 | Recursively removing directory: /tmp/git.YqVR65/ +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.715 | 87127 | Marked run 552 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.716 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.716 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.716 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.720 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.721 | 78137 | Recursively removing directory: /tmp/git.0phZrS/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.722 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.722 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.723 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.723 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.723 | 87144 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.723 | 78133 | Removed run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.723 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.723 | 78133 | Assigned run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.724 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.724 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pZcuUN +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.725 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.728 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.728 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.728 | 87146 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.728 | 78133 | Removed run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.728 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.728 | 78133 | Assigned run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.728 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dFgWj7 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.728 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.729 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.730 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.734 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.734 | 87143 | Marked run 553 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.734 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.735 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.737 | 87145 | Marked run 554 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.737 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.739 | 78134 | Recursively removing directory: /tmp/git.pZcuUN/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.741 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.741 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.744 | 78137 | Recursively removing directory: /tmp/git.dFgWj7/ +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.745 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.745 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.745 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.747 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.748 | 87162 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.748 | 78133 | Removed run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.748 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.748 | 78133 | Assigned run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.748 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.747 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.748 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IQLQaJ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.751 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.751 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.751 | 87164 | Added a new worker 12 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.751 | 78133 | Removed run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.751 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.751 | 78133 | Assigned run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.751 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dHunl4 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.752 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.752 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.753 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.757 | 87161 | Marked run 555 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.757 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.758 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.758 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.762 | 87163 | Marked run 556 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.762 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.762 | 78134 | Recursively removing directory: /tmp/git.IQLQaJ/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.763 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.763 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.767 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.767 | 78137 | Recursively removing directory: /tmp/git.dHunl4/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.769 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.769 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.770 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.770 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.770 | 87180 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.770 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.770 | 78133 | Removed run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.770 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.770 | 78133 | Assigned run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.770 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6GbIu3 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.772 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.775 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.775 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.775 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.776 | 87182 | Added a new worker 13 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.776 | 78133 | Removed run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.776 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.776 | 78133 | Assigned run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.776 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.776 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VBv5Uh +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.777 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.779 | 87179 | Marked run 557 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.779 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.781 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.782 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.785 | 87181 | Marked run 558 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.785 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.785 | 78134 | Recursively removing directory: /tmp/git.6GbIu3/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.787 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.787 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.790 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.790 | 78137 | Recursively removing directory: /tmp/git.VBv5Uh/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.792 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.792 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.794 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.794 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.794 | 87198 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.794 | 78133 | Removed run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.794 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.794 | 78133 | Assigned run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.794 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.794 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.w1bflZ +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.796 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.799 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.800 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.800 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.800 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.800 | 87201 | Added a new worker 13 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.801 | 78133 | Removed run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.801 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.801 | 78133 | Assigned run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.801 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qdFunL +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.801 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.801 | 87197 | Marked run 559 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.801 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.806 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.806 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.809 | 78134 | Recursively removing directory: /tmp/git.w1bflZ/ +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.811 | 87199 | Marked run 560 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.811 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.811 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.811 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.816 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.816 | 78137 | Recursively removing directory: /tmp/git.qdFunL/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.817 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.817 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.819 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.819 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.819 | 87216 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.819 | 78133 | Removed run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.819 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.819 | 78133 | Assigned run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.819 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.819 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VfzTzJ +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.821 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.825 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.825 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.825 | 87218 | Added a new worker 13 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.825 | 78133 | Removed run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.825 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.825 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.825 | 78133 | Assigned run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.825 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Fd32Ej +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.826 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.827 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.828 | 87215 | Marked run 561 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.829 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.831 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.832 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.832 | 87217 | Marked run 562 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.832 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.836 | 78134 | Recursively removing directory: /tmp/git.VfzTzJ/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.838 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.838 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.840 | 78137 | Recursively removing directory: /tmp/git.Fd32Ej/ +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.841 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.842 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.842 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.845 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.845 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.845 | 87234 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.845 | 78133 | Removed run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.845 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.845 | 78133 | Assigned run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.845 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.845 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Oz2mxw +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.846 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.850 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.850 | 87236 | Added a new worker 13 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.850 | 78133 | Removed run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.850 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.850 | 78133 | Assigned run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.850 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.850 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.850 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C7Unuz +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.851 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.852 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.853 | 87233 | Marked run 563 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.853 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.856 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.857 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.859 | 87235 | Marked run 564 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.859 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.861 | 78134 | Recursively removing directory: /tmp/git.Oz2mxw/ +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.862 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.862 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.865 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.866 | 78137 | Recursively removing directory: /tmp/git.C7Unuz/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.867 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.867 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.869 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.869 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.869 | 87252 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.869 | 78133 | Removed run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.869 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.869 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.869 | 78133 | Assigned run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.869 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8HktHk +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.871 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.873 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.874 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.875 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.875 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.875 | 87255 | Added a new worker 14 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.875 | 78133 | Removed run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.875 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.875 | 78133 | Assigned run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.875 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.875 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BMI1tc +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.878 | 87251 | Marked run 565 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.879 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.881 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.882 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.883 | 78134 | Recursively removing directory: /tmp/git.8HktHk/ +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.884 | 87253 | Marked run 566 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.884 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.885 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.885 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.888 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.890 | 78137 | Recursively removing directory: /tmp/git.BMI1tc/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.891 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.891 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.891 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.892 | 87270 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.892 | 78133 | Removed run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.892 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.892 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.892 | 78133 | Assigned run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.891 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.892 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xJfGzS +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.895 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.896 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.896 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.900 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.900 | 87275 | Added a new worker 13 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.900 | 78133 | Removed run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.900 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.900 | 78133 | Assigned run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.900 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.900 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.901 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Tfxxsg +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.902 | 87269 | Marked run 567 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.902 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.905 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.905 | 78134 | Recursively removing directory: /tmp/git.xJfGzS/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.906 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.908 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.908 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.910 | 87271 | Marked run 568 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.910 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.912 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.914 | 78137 | Recursively removing directory: /tmp/git.Tfxxsg/ +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.915 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.915 | 87288 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.915 | 78133 | Removed run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.915 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.915 | 78133 | Assigned run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.915 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.915 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.916 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MhMLr2 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.916 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.916 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.920 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.921 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.921 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.924 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.924 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.924 | 87292 | Added a new worker 11 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.924 | 78133 | Removed run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.924 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.924 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.924 | 78133 | Assigned run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.924 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fYPYWQ +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.927 | 87287 | Marked run 569 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.928 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.930 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.930 | 78134 | Recursively removing directory: /tmp/git.MhMLr2/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.931 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.932 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.932 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.933 | 87289 | Marked run 570 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.933 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.935 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.938 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.938 | 87306 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.938 | 78133 | Removed run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.938 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.938 | 78133 | Assigned run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.938 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.938 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mfvK2r +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.939 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.940 | 78137 | Recursively removing directory: /tmp/git.fYPYWQ/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.941 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.941 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.943 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.944 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.945 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.946 | 87301 | Marked run 571 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.946 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.948 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.948 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.948 | 87312 | Added a new worker 8 to the queue +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.949 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.krKEYw +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.948 | 78133 | Removed run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.948 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.948 | 78133 | Assigned run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.950 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.952 | 78134 | Recursively removing directory: /tmp/git.mfvK2r/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.953 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.954 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.954 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.954 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.958 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.958 | 87308 | Marked run 572 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.958 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.961 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.961 | 87324 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.961 | 78133 | Removed run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.961 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.961 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.961 | 78133 | Assigned run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.961 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.961 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qXCedr +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.963 | 78137 | Recursively removing directory: /tmp/git.krKEYw/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.965 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.965 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.966 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.967 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.969 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.969 | 87318 | Marked run 573 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.970 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.972 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.972 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.972 | 87333 | Added a new worker 8 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.972 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.972 | 78133 | Removed run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.972 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.972 | 78133 | Assigned run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.972 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1KoQ6Q +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.977 | 78134 | Recursively removing directory: /tmp/git.qXCedr/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.977 | 78137 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.978 | 78137 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.978 | 78134 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.978 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.982 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.982 | 87326 | Marked run 574 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.982 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.985 | 78134 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.985 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.985 | 87342 | Added a new worker 10 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.985 | 78133 | Removed run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.985 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.986 | 78133 | Assigned run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.986 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P8HsV2 +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.986 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.988 | 78137 | Recursively removing directory: /tmp/git.1KoQ6Q/ +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.989 | 78137 | Process exit code: 0 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.989 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.990 | 78134 | Checking out revision HEAD +2024-01-28 10:56:25 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.990 | 78134 | Going to run: ./ci +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.993 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.995 | 87337 | Marked run 575 as finished +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.995 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.996 | 78137 | Waiting for a new command +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.996 | 78131 | Waiting for new connections +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.996 | 87351 | Added a new worker 8 to the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.996 | 78133 | Removed run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.996 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.996 | 78133 | Assigned run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:25 | INFO | 78137/cimple-worker: 2024-01-28 10:56:25.996 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G77Wpv +2024-01-28 10:56:25 | INFO | 78131/cimple-server: 2024-01-28 10:56:25.997 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:25.999 | 78134 | Recursively removing directory: /tmp/git.P8HsV2/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.001 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.001 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.001 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.002 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.005 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.005 | 87345 | Marked run 576 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.006 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.008 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.008 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.008 | 87360 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.008 | 78133 | Removed run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.008 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.008 | 78133 | Assigned run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.009 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HUnP1O +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.009 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.010 | 78137 | Recursively removing directory: /tmp/git.G77Wpv/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.011 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.012 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.014 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.014 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.015 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.016 | 87354 | Marked run 577 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.016 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.018 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.019 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.019 | 87367 | Added a new worker 8 to the queue +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.019 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AnEced +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.019 | 78133 | Removed run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.019 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.019 | 78133 | Assigned run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.020 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.023 | 78134 | Recursively removing directory: /tmp/git.HUnP1O/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.023 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.024 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.024 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.024 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.028 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.028 | 87362 | Marked run 578 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.028 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.031 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.031 | 87378 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.031 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.031 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lzFfys +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.031 | 78133 | Removed run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.031 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.031 | 78133 | Assigned run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.032 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.034 | 78137 | Recursively removing directory: /tmp/git.AnEced/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.035 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.035 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.036 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.037 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.038 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.040 | 87373 | Marked run 579 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.040 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.041 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.041 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.041 | 87383 | Added a new worker 8 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.041 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.041 | 78133 | Removed run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.041 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.041 | 78133 | Assigned run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.041 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N6GHht +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.046 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.046 | 78134 | Recursively removing directory: /tmp/git.lzFfys/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.046 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.048 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.048 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.051 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.052 | 87380 | Marked run 580 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.052 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.054 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.054 | 87396 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.054 | 78133 | Removed run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.054 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.054 | 78133 | Assigned run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.054 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.054 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mhU53s +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.055 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.056 | 78137 | Recursively removing directory: /tmp/git.N6GHht/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.057 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.057 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.059 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.059 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.061 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.065 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.065 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.065 | 87391 | Marked run 581 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.065 | 87405 | Added a new worker 6 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.065 | 78133 | Removed run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.065 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.065 | 78133 | Assigned run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.065 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.065 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9A25P4 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.068 | 78134 | Recursively removing directory: /tmp/git.mhU53s/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.069 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.069 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.070 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.071 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.072 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.075 | 87398 | Marked run 582 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.075 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.075 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.075 | 87410 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.075 | 78133 | Removed run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.075 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.075 | 78133 | Assigned run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.075 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.076 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VPdG2G +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.076 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.080 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.080 | 78137 | Recursively removing directory: /tmp/git.9A25P4/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.081 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.082 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.082 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.085 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.086 | 87407 | Marked run 583 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.086 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.088 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.088 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.088 | 87423 | Added a new worker 8 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.089 | 78133 | Removed run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.089 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.089 | 78133 | Assigned run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.089 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.089 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.06Fipu +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.090 | 78134 | Recursively removing directory: /tmp/git.VPdG2G/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.091 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.091 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.093 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.094 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.094 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.098 | 87419 | Marked run 584 as finished +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.098 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.098 | 87428 | Added a new worker 9 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.098 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.098 | 78133 | Removed run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.098 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.098 | 78133 | Assigned run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.098 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.098 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P7nrBH +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.103 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.104 | 78137 | Recursively removing directory: /tmp/git.06Fipu/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.104 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.106 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.106 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.108 | 87425 | Marked run 585 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.108 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.109 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.112 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.112 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.113 | 87441 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.113 | 78133 | Removed run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.113 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.113 | 78133 | Assigned run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.113 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.113 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3QNHHB +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.114 | 78134 | Recursively removing directory: /tmp/git.P7nrBH/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.115 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.115 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.117 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.118 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.118 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.121 | 87438 | Marked run 586 as finished +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.121 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.121 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.121 | 87446 | Added a new worker 6 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.121 | 78133 | Removed run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.121 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.121 | 78133 | Assigned run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.122 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lMHH88 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.122 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.126 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.127 | 78137 | Recursively removing directory: /tmp/git.3QNHHB/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.127 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.128 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.128 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.131 | 87442 | Marked run 587 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.131 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.131 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.135 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.135 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.135 | 87459 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.135 | 78133 | Removed run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.135 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.135 | 78133 | Assigned run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.135 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.135 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KZQomR +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.137 | 78134 | Recursively removing directory: /tmp/git.lMHH88/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.139 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.139 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.139 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.140 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.142 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.144 | 87455 | Marked run 588 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.144 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.145 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.146 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VE6eyW +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.145 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.145 | 87466 | Added a new worker 8 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.145 | 78133 | Removed run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.145 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.145 | 78133 | Assigned run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.146 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.149 | 78137 | Recursively removing directory: /tmp/git.KZQomR/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.150 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.150 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.151 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.152 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.153 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.154 | 87461 | Marked run 589 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.154 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.156 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.156 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.156 | 87473 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.156 | 78133 | Removed run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.156 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.156 | 78133 | Assigned run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.156 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0UJL5d +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.157 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.161 | 78134 | Recursively removing directory: /tmp/git.VE6eyW/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.162 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.162 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.163 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.163 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.166 | 87470 | Marked run 590 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.166 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.167 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.170 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.170 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.170 | 87486 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.170 | 78133 | Removed run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.170 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.170 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.170 | 78133 | Assigned run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.171 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iehrYQ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.171 | 78137 | Recursively removing directory: /tmp/git.0UJL5d/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.173 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.173 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.175 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.177 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.177 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.179 | 87483 | Marked run 591 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.179 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.180 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.180 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.180 | 87490 | Added a new worker 8 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.180 | 78133 | Removed run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.180 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.180 | 78133 | Assigned run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.180 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.181 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3ZLGtS +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.185 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.187 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.187 | 78134 | Recursively removing directory: /tmp/git.iehrYQ/ +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.189 | 87487 | Marked run 592 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.189 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.189 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.189 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.192 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.195 | 78137 | Recursively removing directory: /tmp/git.3ZLGtS/ +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.196 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.196 | 87504 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.196 | 78133 | Removed run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.196 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.196 | 78133 | Assigned run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.196 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.196 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.196 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4Z5wLK +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.196 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.196 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.200 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.201 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.202 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.203 | 87503 | Marked run 593 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.203 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.204 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.204 | 87507 | Added a new worker 8 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.204 | 78133 | Removed run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.204 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.204 | 78133 | Assigned run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.204 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.204 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.204 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NZnub4 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.209 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.210 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.210 | 78134 | Recursively removing directory: /tmp/git.4Z5wLK/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.212 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.212 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.215 | 87505 | Marked run 594 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.215 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.216 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.218 | 78137 | Recursively removing directory: /tmp/git.NZnub4/ +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.219 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.219 | 87522 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.219 | 78133 | Removed run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.219 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.219 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.219 | 78133 | Assigned run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.220 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.220 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.219 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.220 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KGNxMG +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.224 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.224 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.225 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.228 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.228 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.228 | 87527 | Added a new worker 13 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.228 | 78133 | Removed run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.228 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.228 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.228 | 78133 | Assigned run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.228 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yFdVyo +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.232 | 87521 | Marked run 595 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.232 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.234 | 78134 | Recursively removing directory: /tmp/git.KGNxMG/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.235 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.236 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.236 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.236 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.238 | 87523 | Marked run 596 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.238 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.239 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.242 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.242 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.242 | 87540 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.242 | 78133 | Removed run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.243 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.243 | 78133 | Assigned run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.243 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.243 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QfGWC8 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.245 | 78137 | Recursively removing directory: /tmp/git.yFdVyo/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.247 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.247 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.247 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.247 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.251 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.251 | 87534 | Marked run 597 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.251 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.254 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.254 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.254 | 87549 | Added a new worker 8 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.255 | 78133 | Removed run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.255 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.255 | 78133 | Assigned run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.255 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0VaLyV +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.255 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.256 | 78134 | Recursively removing directory: /tmp/git.QfGWC8/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.258 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.258 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.260 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.261 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.262 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.263 | 87544 | Marked run 598 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.263 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.265 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.265 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.265 | 87554 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.265 | 78133 | Removed run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.265 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.265 | 78133 | Assigned run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.265 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lQDTke +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.265 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.269 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.269 | 78137 | Recursively removing directory: /tmp/git.0VaLyV/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.270 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.274 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.274 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.276 | 87551 | Marked run 599 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.276 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.278 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.279 | 78134 | Recursively removing directory: /tmp/git.lQDTke/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.281 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.281 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.282 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.282 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.282 | 87567 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.282 | 78133 | Removed run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.282 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.282 | 78133 | Assigned run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.282 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.282 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EgYiAu +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.285 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.287 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.288 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.288 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.288 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.289 | 87570 | Added a new worker 13 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.289 | 78133 | Removed run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.289 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.289 | 78133 | Assigned run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.289 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PoASkv +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.289 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.290 | 87566 | Marked run 600 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.290 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.294 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.295 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.297 | 78137 | Recursively removing directory: /tmp/git.EgYiAu/ +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.298 | 87568 | Marked run 601 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.298 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.299 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.299 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.302 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.303 | 78134 | Recursively removing directory: /tmp/git.PoASkv/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.304 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.304 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.306 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.306 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.306 | 87585 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.306 | 78133 | Removed run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.306 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.306 | 78133 | Assigned run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.306 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.306 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.M1kT4d +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.308 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.311 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.311 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.311 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.312 | 87587 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.312 | 78133 | Removed run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.312 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.312 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.312 | 78133 | Assigned run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.312 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.r5FbWF +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.312 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.317 | 87584 | Marked run 602 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.317 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.319 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.320 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.321 | 87586 | Marked run 603 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.321 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.323 | 78137 | Recursively removing directory: /tmp/git.M1kT4d/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.324 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.324 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.328 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.329 | 78134 | Recursively removing directory: /tmp/git.r5FbWF/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.330 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.330 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.331 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.331 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.331 | 87603 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.331 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.331 | 78133 | Removed run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.331 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.331 | 78133 | Assigned run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.331 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.W7FkP4 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.334 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.335 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.335 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.338 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.338 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.338 | 87607 | Added a new worker 13 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.338 | 78133 | Removed run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.338 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.338 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.338 | 78133 | Assigned run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.338 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IKHIqE +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.341 | 87602 | Marked run 604 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.342 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.344 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.346 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.347 | 78137 | Recursively removing directory: /tmp/git.W7FkP4/ +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.348 | 87604 | Marked run 605 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.348 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.349 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.349 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.352 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.354 | 78134 | Recursively removing directory: /tmp/git.IKHIqE/ +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.355 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.355 | 87621 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.355 | 78133 | Removed run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.355 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.355 | 78133 | Assigned run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.355 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.355 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pinSVR +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.355 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.355 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.356 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.359 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.360 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.361 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.363 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.363 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.363 | 87624 | Added a new worker 13 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.363 | 78133 | Removed run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.363 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.363 | 78133 | Assigned run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.363 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.363 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qpRMPV +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.364 | 87620 | Marked run 606 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.364 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.368 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.368 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.370 | 78137 | Recursively removing directory: /tmp/git.pinSVR/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.372 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.372 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.372 | 87622 | Marked run 607 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.372 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.375 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.377 | 78134 | Recursively removing directory: /tmp/git.qpRMPV/ +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.378 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.378 | 87639 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.378 | 78133 | Removed run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.378 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.378 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.378 | 78133 | Assigned run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.378 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.378 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KsYLKB +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.379 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.379 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.382 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.383 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.384 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.387 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.388 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.388 | 87648 | Added a new worker 11 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.388 | 78133 | Removed run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.388 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.388 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.388 | 78133 | Assigned run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.388 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7c7QbN +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.389 | 87638 | Marked run 608 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.390 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.393 | 78137 | Recursively removing directory: /tmp/git.KsYLKB/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.393 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.394 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.394 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.394 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.397 | 87641 | Marked run 609 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.397 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.398 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.401 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.401 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.402 | 87657 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.402 | 78133 | Removed run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.402 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.402 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.402 | 78133 | Assigned run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.402 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ml8tff +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.403 | 78134 | Recursively removing directory: /tmp/git.7c7QbN/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.405 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.405 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.406 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.406 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.409 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.412 | 87652 | Marked run 610 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.412 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.413 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.413 | 87666 | Added a new worker 8 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.413 | 78133 | Removed run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.413 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.413 | 78133 | Assigned run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.413 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.413 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KhxNF7 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.414 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.415 | 78137 | Recursively removing directory: /tmp/git.ml8tff/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.416 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.416 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.418 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.419 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.419 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.422 | 87661 | Marked run 611 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.422 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.422 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.422 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.422 | 87670 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.422 | 78133 | Removed run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.422 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.422 | 78133 | Assigned run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.422 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0ShwbI +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.423 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.427 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.428 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.428 | 78134 | Recursively removing directory: /tmp/git.KhxNF7/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.429 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.429 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.432 | 87668 | Marked run 612 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.432 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.433 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.436 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.436 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9uQ7sc +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.436 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.436 | 87684 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.436 | 78133 | Removed run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.436 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.436 | 78133 | Assigned run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.436 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.436 | 78137 | Recursively removing directory: /tmp/git.0ShwbI/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.438 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.438 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.440 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.441 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.443 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.446 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.446 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.446 | 87692 | Added a new worker 13 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.446 | 78133 | Removed run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.446 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.446 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.446 | 78133 | Assigned run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.446 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DxMHdm +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.447 | 87681 | Marked run 613 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.447 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.451 | 78134 | Recursively removing directory: /tmp/git.9uQ7sc/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.451 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.453 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.453 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.453 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.455 | 87687 | Marked run 614 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.455 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.456 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.459 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.460 | 87702 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.460 | 78133 | Removed run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.460 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.460 | 78133 | Assigned run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.459 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.460 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.URf7db +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.461 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.461 | 78137 | Recursively removing directory: /tmp/git.DxMHdm/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.463 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.463 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.465 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.466 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.467 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.467 | 87697 | Marked run 615 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.467 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.470 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.470 | 87708 | Added a new worker 8 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.470 | 78133 | Removed run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.470 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.470 | 78133 | Assigned run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.470 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.470 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZMHi2A +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.470 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.474 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.475 | 78134 | Recursively removing directory: /tmp/git.URf7db/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.475 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.476 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.476 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.480 | 87704 | Marked run 616 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.480 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.480 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.484 | 78137 | Recursively removing directory: /tmp/git.ZMHi2A/ +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.484 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.484 | 87720 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.484 | 78133 | Removed run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.484 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.484 | 78133 | Assigned run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.484 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.485 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.485 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.484 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.484 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KI1sa9 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.489 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.489 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.491 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.492 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.492 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.492 | 87723 | Added a new worker 13 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.492 | 78133 | Removed run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.492 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.492 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.492 | 78133 | Assigned run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.493 | 87717 | Marked run 617 as finished +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.493 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.htuTbk +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.493 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.499 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.500 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.501 | 78134 | Recursively removing directory: /tmp/git.KI1sa9/ +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.502 | 87721 | Marked run 618 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.502 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.502 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.502 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.505 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.508 | 78137 | Recursively removing directory: /tmp/git.htuTbk/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.509 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.509 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.509 | 87738 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.509 | 78133 | Removed run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.509 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.509 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.509 | 78133 | Assigned run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.509 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.34j0qY +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.510 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.510 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.513 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.513 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.515 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.518 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.518 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.518 | 87745 | Added a new worker 13 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.519 | 78133 | Removed run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.519 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.519 | 78133 | Assigned run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.519 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.519 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.J6ebqt +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.519 | 87737 | Marked run 619 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.519 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.523 | 78134 | Recursively removing directory: /tmp/git.34j0qY/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.524 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.524 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.524 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.524 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.528 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.528 | 87740 | Marked run 620 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.528 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.531 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.531 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.531 | 87756 | Added a new worker 9 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.531 | 78133 | Removed run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.531 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.531 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.531 | 78133 | Assigned run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.531 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AIoFII +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.533 | 78137 | Recursively removing directory: /tmp/git.J6ebqt/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.535 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.535 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.536 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.537 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.539 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.539 | 87750 | Marked run 621 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.539 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.541 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.542 | 87763 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.542 | 78133 | Removed run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.542 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.542 | 78133 | Assigned run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.542 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.541 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.542 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jpixMx +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.546 | 78134 | Recursively removing directory: /tmp/git.AIoFII/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.547 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.547 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.547 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.548 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.551 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.551 | 87758 | Marked run 622 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.551 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.555 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.555 | 87774 | Added a new worker 9 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.555 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.555 | 78133 | Removed run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.555 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.555 | 78133 | Assigned run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.555 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.555 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BmvybC +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.555 | 78137 | Recursively removing directory: /tmp/git.jpixMx/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.557 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.557 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.560 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.560 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.561 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.563 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.563 | 87777 | Added a new worker 13 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.563 | 78133 | Removed run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.563 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.563 | 78133 | Assigned run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.563 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.563 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.563 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.g6EccH +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.564 | 87769 | Marked run 623 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.564 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.568 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.569 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.570 | 78134 | Recursively removing directory: /tmp/git.BmvybC/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.572 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.572 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.573 | 87775 | Marked run 624 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.573 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.576 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.577 | 78137 | Recursively removing directory: /tmp/git.g6EccH/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.578 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.578 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.579 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.579 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.579 | 87792 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.579 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.579 | 78133 | Removed run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.579 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.579 | 78133 | Assigned run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.579 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lbccuH +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.582 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.584 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.585 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.586 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.586 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.586 | 87795 | Added a new worker 13 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.586 | 78133 | Removed run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.586 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.587 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.587 | 78133 | Assigned run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.587 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QArn8C +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.587 | 87791 | Marked run 625 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.588 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.591 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.592 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.595 | 78134 | Recursively removing directory: /tmp/git.lbccuH/ +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.596 | 87793 | Marked run 626 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.596 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.597 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.597 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.600 | 78137 | Recursively removing directory: /tmp/git.QArn8C/ +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.601 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.602 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.602 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.603 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.603 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.603 | 87810 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.603 | 78133 | Removed run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.603 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.604 | 78133 | Assigned run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.604 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AJFNxi +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.604 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.605 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.608 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.608 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.608 | 87812 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.608 | 78133 | Removed run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.608 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.609 | 78133 | Assigned run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.609 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UTx7l3 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.609 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.611 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.612 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.614 | 87809 | Marked run 627 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.614 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.614 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.615 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.618 | 87811 | Marked run 628 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.618 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.621 | 78134 | Recursively removing directory: /tmp/git.AJFNxi/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.622 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.622 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.624 | 78137 | Recursively removing directory: /tmp/git.UTx7l3/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.625 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.625 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.626 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.628 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.628 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.628 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.628 | 87829 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.628 | 78133 | Removed run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.628 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.629 | 78133 | Assigned run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.629 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sA2Zw4 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.629 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.631 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.631 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.632 | 87830 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.632 | 78133 | Removed run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.632 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.632 | 78133 | Assigned run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.632 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.632 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pmBW6G +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.634 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.634 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.638 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.639 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.640 | 87827 | Marked run 629 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.640 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.643 | 87828 | Marked run 630 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.643 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.644 | 78134 | Recursively removing directory: /tmp/git.sA2Zw4/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.645 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.645 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.648 | 78137 | Recursively removing directory: /tmp/git.pmBW6G/ +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.649 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.649 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.649 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.652 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.652 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.653 | 87846 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.653 | 78133 | Removed run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.653 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.653 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.653 | 78133 | Assigned run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.653 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5x9QRa +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.654 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.657 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.657 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.657 | 87848 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.657 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wl9RLO +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.657 | 78133 | Removed run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.657 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.657 | 78133 | Assigned run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.658 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.658 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.660 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.662 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.663 | 87845 | Marked run 631 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.663 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.663 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.666 | 87847 | Marked run 632 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.666 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.669 | 78134 | Recursively removing directory: /tmp/git.5x9QRa/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.671 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.671 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.672 | 78137 | Recursively removing directory: /tmp/git.wl9RLO/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.673 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.673 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.674 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.676 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.676 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.676 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.676 | 87865 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.676 | 78133 | Removed run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.676 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.677 | 78133 | Assigned run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.677 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.677 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ulKElB +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.679 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.679 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.679 | 87866 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.679 | 78133 | Removed run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.679 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.679 | 78133 | Assigned run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.679 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.680 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HwQmZt +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.681 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.682 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.685 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.686 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.687 | 87863 | Marked run 633 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.687 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.691 | 87864 | Marked run 634 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.691 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.691 | 78134 | Recursively removing directory: /tmp/git.ulKElB/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.693 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.693 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.695 | 78137 | Recursively removing directory: /tmp/git.HwQmZt/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.696 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.696 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.696 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.699 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.699 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.699 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.699 | 87883 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.699 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.699 | 78133 | Removed run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.699 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.699 | 78133 | Assigned run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.699 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.V7mFhL +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.702 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.702 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.702 | 87884 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.702 | 78133 | Removed run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.702 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.702 | 78133 | Assigned run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.703 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.702 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8KhLve +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.704 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.706 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.708 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.709 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.709 | 87881 | Marked run 635 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.709 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.712 | 87882 | Marked run 636 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.712 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.715 | 78134 | Recursively removing directory: /tmp/git.V7mFhL/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.716 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.716 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.718 | 78137 | Recursively removing directory: /tmp/git.8KhLve/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.719 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.719 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.720 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.724 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.724 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.724 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.724 | 87901 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.724 | 78133 | Removed run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.724 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.724 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.724 | 78133 | Assigned run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.724 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1JFumu +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.727 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.727 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.727 | 87902 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.728 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FMQCmy +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.728 | 78133 | Removed run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.728 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.728 | 78133 | Assigned run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.729 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.729 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.730 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.733 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.734 | 87899 | Marked run 637 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.735 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.735 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.738 | 87900 | Marked run 638 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.738 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.740 | 78134 | Recursively removing directory: /tmp/git.1JFumu/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.741 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.741 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.743 | 78137 | Recursively removing directory: /tmp/git.FMQCmy/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.744 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.744 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.745 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.749 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.749 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.749 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.749 | 87919 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.749 | 78133 | Removed run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.749 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.749 | 78133 | Assigned run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.749 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.749 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wyqeyQ +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.752 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.753 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.753 | 87920 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.753 | 78133 | Removed run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.753 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.753 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.753 | 78133 | Assigned run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.753 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.j3HxEY +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.754 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.755 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.758 | 87917 | Marked run 639 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.758 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.759 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.760 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.762 | 87918 | Marked run 640 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.762 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.765 | 78134 | Recursively removing directory: /tmp/git.wyqeyQ/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.766 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.766 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.769 | 78137 | Recursively removing directory: /tmp/git.j3HxEY/ +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.770 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.770 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.770 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.773 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.773 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.773 | 87936 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.773 | 78133 | Removed run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.773 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.773 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.773 | 78133 | Assigned run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.773 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.llnpkW +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.773 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.777 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.777 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.777 | 87938 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.777 | 78133 | Removed run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.777 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.777 | 78133 | Assigned run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.777 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dIExMx +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.778 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.778 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.779 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.783 | 87935 | Marked run 641 as finished +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.783 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.783 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.784 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.787 | 87937 | Marked run 642 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.787 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.788 | 78134 | Recursively removing directory: /tmp/git.llnpkW/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.790 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.790 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.792 | 78137 | Recursively removing directory: /tmp/git.dIExMx/ +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.794 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.794 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.794 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.796 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.796 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.796 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.796 | 87955 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.796 | 78133 | Removed run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.796 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.797 | 78133 | Assigned run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.797 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.797 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PdPQRB +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.800 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.800 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.800 | 87956 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.800 | 78133 | Removed run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.800 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.800 | 78133 | Assigned run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.801 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.toHpGl +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.801 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.803 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.804 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.806 | 87953 | Marked run 643 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.806 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.807 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.808 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.809 | 87954 | Marked run 644 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.810 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.813 | 78134 | Recursively removing directory: /tmp/git.PdPQRB/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.815 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.815 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.816 | 78137 | Recursively removing directory: /tmp/git.toHpGl/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.818 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.818 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.819 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.822 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.822 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.822 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.823 | 87973 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.823 | 78133 | Removed run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.823 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.823 | 78133 | Assigned run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.823 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FNsCeV +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.824 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.826 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.826 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.826 | 87974 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.826 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.826 | 78133 | Removed run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.826 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.826 | 78133 | Assigned run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.826 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1RwdQ3 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.827 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.828 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.832 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.832 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.835 | 87971 | Marked run 645 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.836 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.838 | 78134 | Recursively removing directory: /tmp/git.FNsCeV/ +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.839 | 87972 | Marked run 646 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.839 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.840 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.840 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.841 | 78137 | Recursively removing directory: /tmp/git.1RwdQ3/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.842 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.842 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.844 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.847 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.848 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.848 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.848 | 87991 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.848 | 78133 | Removed run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.848 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.848 | 78133 | Assigned run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.848 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.848 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.j11cQK +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.850 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.850 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.850 | 87992 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.850 | 78133 | Removed run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.850 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.850 | 78133 | Assigned run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.851 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.T1RpSL +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.852 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.853 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.855 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.857 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.858 | 87989 | Marked run 647 as finished +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.858 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.858 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.861 | 87990 | Marked run 648 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.862 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.865 | 78134 | Recursively removing directory: /tmp/git.j11cQK/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.866 | 78137 | Recursively removing directory: /tmp/git.T1RpSL/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.867 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.867 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.867 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.867 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.870 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.870 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.872 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.872 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.872 | 88009 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.872 | 78133 | Removed run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.872 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.872 | 78133 | Assigned run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.873 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.872 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sLNKuy +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.873 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.873 | 88010 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.873 | 78133 | Removed run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.873 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.873 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.873 | 78133 | Assigned run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.877 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.873 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.874 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.j2vpmY +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.878 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.879 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.880 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.884 | 88008 | Marked run 650 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.884 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.887 | 88007 | Marked run 649 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.887 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.888 | 78134 | Recursively removing directory: /tmp/git.sLNKuy/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.889 | 78137 | Recursively removing directory: /tmp/git.j2vpmY/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.890 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.890 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.891 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.891 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.894 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.895 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.898 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.898 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.898 | 88027 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.898 | 78133 | Removed run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.898 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.898 | 78133 | Assigned run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.898 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.898 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5TeFuG +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.899 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.899 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.899 | 88028 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.900 | 78133 | Removed run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.900 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.900 | 78133 | Assigned run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.900 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IEoIjz +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.900 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.903 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.904 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.905 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.906 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.909 | 88025 | Marked run 651 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.909 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.912 | 88026 | Marked run 652 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.912 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.914 | 78134 | Recursively removing directory: /tmp/git.5TeFuG/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.915 | 78137 | Recursively removing directory: /tmp/git.IEoIjz/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.915 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.915 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.916 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.916 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.918 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.919 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.921 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.921 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.921 | 88045 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.921 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.921 | 78133 | Removed run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.921 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.921 | 78133 | Assigned run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.922 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IL3Pb4 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.922 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.922 | 88046 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.922 | 78133 | Removed run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.922 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.922 | 78133 | Assigned run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.922 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.922 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FasS2N +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.923 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.927 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.928 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.928 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.929 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.931 | 88043 | Marked run 653 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.931 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.934 | 88044 | Marked run 654 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.935 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.937 | 78137 | Recursively removing directory: /tmp/git.FasS2N/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.938 | 78134 | Recursively removing directory: /tmp/git.IL3Pb4/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.939 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.939 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.939 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.939 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.944 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.944 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.947 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.947 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.86Nihr +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.947 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.947 | 88063 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.947 | 78133 | Removed run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.947 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.947 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.947 | 78133 | Assigned run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.948 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.948 | 88064 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.948 | 78133 | Removed run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.948 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.948 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.948 | 78133 | Assigned run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.948 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.948 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TbfHL1 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.953 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.954 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.957 | 88062 | Marked run 655 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.957 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.957 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.958 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.960 | 88061 | Marked run 656 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.960 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.963 | 78134 | Recursively removing directory: /tmp/git.TbfHL1/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.964 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.964 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.967 | 78137 | Recursively removing directory: /tmp/git.86Nihr/ +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.968 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.968 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.969 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.971 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.971 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.971 | 88080 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.971 | 78133 | Removed run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.971 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.971 | 78133 | Assigned run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.971 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.H24pXN +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.972 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.973 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.976 | 78134 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.977 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.977 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.977 | 88082 | Added a new worker 13 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.977 | 78133 | Removed run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.977 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.977 | 78133 | Assigned run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.977 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.977 | 78134 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.977 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YMghLq +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.980 | 88079 | Marked run 658 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.981 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.983 | 78137 | Checking out revision HEAD +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.984 | 78137 | Going to run: ./ci +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.985 | 88081 | Marked run 657 as finished +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.985 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.987 | 78134 | Recursively removing directory: /tmp/git.H24pXN/ +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.988 | 78134 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.988 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.991 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.992 | 78137 | Recursively removing directory: /tmp/git.YMghLq/ +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.993 | 78137 | Process exit code: 0 +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.993 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.994 | 78134 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.994 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.995 | 88098 | Added a new worker 10 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.995 | 78133 | Removed run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.995 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.995 | 78133 | Assigned run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.995 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78134/cimple-worker: 2024-01-28 10:56:26.995 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lWDDwK +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.996 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.999 | 78137 | Waiting for a new command +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.999 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.999 | 88100 | Added a new worker 12 to the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.999 | 78133 | Removed run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.999 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.999 | 78133 | Assigned run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:26 | INFO | 78131/cimple-server: 2024-01-28 10:56:26.999 | 78131 | Waiting for new connections +2024-01-28 10:56:26 | INFO | 78137/cimple-worker: 2024-01-28 10:56:26.999 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.i2tt7D +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.001 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.002 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.004 | 88097 | Marked run 659 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.004 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.005 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.007 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.009 | 88099 | Marked run 660 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.009 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.011 | 78134 | Recursively removing directory: /tmp/git.lWDDwK/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.012 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.012 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.015 | 78137 | Recursively removing directory: /tmp/git.i2tt7D/ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.015 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.016 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.016 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.018 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.018 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.018 | 88116 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.018 | 78133 | Removed run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.018 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.018 | 78133 | Assigned run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.018 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0LdbIj +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.019 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.020 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.022 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.023 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.023 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.023 | 88118 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.023 | 78133 | Removed run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.023 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.023 | 78133 | Assigned run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.023 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AIcQcx +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.024 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.024 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.028 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.029 | 88115 | Marked run 661 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.030 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.030 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.033 | 88117 | Marked run 662 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.033 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.033 | 78134 | Recursively removing directory: /tmp/git.0LdbIj/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.035 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.035 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.038 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.038 | 78137 | Recursively removing directory: /tmp/git.AIcQcx/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.040 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.040 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.041 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.041 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.041 | 88134 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.041 | 78133 | Removed run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.041 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.041 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.041 | 78133 | Assigned run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.041 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ApGeiG +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.043 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.045 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.046 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.047 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.047 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.047 | 88137 | Added a new worker 13 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.047 | 78133 | Removed run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.047 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.047 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.047 | 78133 | Assigned run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.048 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Yq8NXD +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.051 | 88133 | Marked run 663 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.051 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.054 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.055 | 78134 | Recursively removing directory: /tmp/git.ApGeiG/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.055 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.056 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.056 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.059 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.061 | 88135 | Marked run 664 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.061 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.063 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.063 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.E2P9fS +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.063 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.063 | 88152 | Added a new worker 9 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.063 | 78133 | Removed run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.063 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.063 | 78133 | Assigned run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.063 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.064 | 78137 | Recursively removing directory: /tmp/git.Yq8NXD/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.066 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.066 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.068 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.068 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.069 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.071 | 88147 | Marked run 665 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.071 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.072 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.072 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.072 | 88157 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.072 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.072 | 78133 | Removed run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.072 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.072 | 78133 | Assigned run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.072 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.inJVjz +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.077 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.078 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.078 | 78134 | Recursively removing directory: /tmp/git.E2P9fS/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.080 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.080 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.082 | 88153 | Marked run 666 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.083 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.084 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.086 | 78137 | Recursively removing directory: /tmp/git.inJVjz/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.087 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.087 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.087 | 88170 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.087 | 78133 | Removed run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.087 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.087 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.087 | 78133 | Assigned run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.087 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VUUUUW +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.087 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.087 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.091 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.092 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.092 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.095 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.095 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.095 | 88175 | Added a new worker 13 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.095 | 78133 | Removed run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.095 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.095 | 78133 | Assigned run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.095 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.096 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.z0RWIr +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.098 | 88169 | Marked run 667 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.099 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.101 | 78134 | Recursively removing directory: /tmp/git.VUUUUW/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.102 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.103 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.103 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.103 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.105 | 88171 | Marked run 668 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.105 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.106 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.110 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.110 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.110 | 88188 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.110 | 78133 | Removed run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.110 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.110 | 78133 | Assigned run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.110 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.110 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8OWkgt +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.112 | 78137 | Recursively removing directory: /tmp/git.z0RWIr/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.114 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.114 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.116 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.116 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.117 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.118 | 88183 | Marked run 669 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.118 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.120 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.120 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.120 | 88194 | Added a new worker 8 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.120 | 78133 | Removed run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.120 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.120 | 78133 | Assigned run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.120 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ke6hRo +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.121 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.125 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.125 | 78134 | Recursively removing directory: /tmp/git.8OWkgt/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.126 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.127 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.127 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.130 | 88190 | Marked run 670 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.131 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.131 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.134 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.134 | 88206 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.134 | 78133 | Removed run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.134 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.134 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.134 | 78133 | Assigned run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.134 | 78137 | Recursively removing directory: /tmp/git.ke6hRo/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.134 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.134 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iMERDy +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.135 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.135 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.138 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.139 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.140 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.143 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.143 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.143 | 88213 | Added a new worker 13 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.144 | 78133 | Removed run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.144 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.144 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.144 | 78133 | Assigned run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.144 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.q2ydmE +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.146 | 88203 | Marked run 671 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.146 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.148 | 78134 | Recursively removing directory: /tmp/git.iMERDy/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.149 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.151 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.151 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.151 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.153 | 88208 | Marked run 672 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.153 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.154 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.157 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.157 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jTtDCt +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.157 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.157 | 88224 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.157 | 78133 | Removed run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.157 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.157 | 78133 | Assigned run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.158 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.159 | 78137 | Recursively removing directory: /tmp/git.q2ydmE/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.160 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.160 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.162 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.162 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.163 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.165 | 88218 | Marked run 673 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.166 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.166 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.166 | 88229 | Added a new worker 8 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.166 | 78133 | Removed run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.166 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.166 | 78133 | Assigned run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.166 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.166 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.g4buo1 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.167 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.171 | 78134 | Recursively removing directory: /tmp/git.jTtDCt/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.172 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.172 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.173 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.173 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.176 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.177 | 88226 | Marked run 674 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.177 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.180 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.180 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.180 | 88242 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.180 | 78133 | Removed run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.180 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.180 | 78133 | Assigned run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.180 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.180 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XWvwIH +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.181 | 78137 | Recursively removing directory: /tmp/git.g4buo1/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.182 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.182 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.184 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.185 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.187 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.189 | 88237 | Marked run 675 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.189 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.190 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.190 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.190 | 88249 | Added a new worker 8 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.190 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.190 | 78133 | Removed run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.190 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.190 | 78133 | Assigned run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.191 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fpYNLk +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.194 | 78134 | Recursively removing directory: /tmp/git.XWvwIH/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.195 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.196 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.196 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.196 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.199 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.199 | 88244 | Marked run 676 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.200 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.203 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.203 | 88260 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.203 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.203 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.203 | 78133 | Removed run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.203 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.203 | 78133 | Assigned run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.203 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fV9j4T +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.205 | 78137 | Recursively removing directory: /tmp/git.fpYNLk/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.206 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.207 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.208 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.209 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.210 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.212 | 88255 | Marked run 677 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.212 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.213 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.213 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.213 | 88267 | Added a new worker 8 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.213 | 78133 | Removed run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.213 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.213 | 78133 | Assigned run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.214 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.214 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hH8APi +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.218 | 78134 | Recursively removing directory: /tmp/git.fV9j4T/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.219 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.219 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.219 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.219 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.222 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.222 | 88262 | Marked run 678 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.223 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.225 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.225 | 88278 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.225 | 78133 | Removed run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.225 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.225 | 78133 | Assigned run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.226 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.225 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.225 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AaUkfe +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.228 | 78137 | Recursively removing directory: /tmp/git.hH8APi/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.229 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.229 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.230 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.231 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.232 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.235 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.235 | 88272 | Marked run 679 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.235 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.235 | 88283 | Added a new worker 7 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.235 | 78133 | Removed run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.235 | 78133 | Removed worker 7 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.236 | 78133 | Assigned run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.236 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.236 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.236 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.py0mC3 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.240 | 78134 | Recursively removing directory: /tmp/git.AaUkfe/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.241 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.241 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.241 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.241 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.244 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.244 | 88280 | Marked run 680 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.245 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.247 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.247 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.248 | 88296 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.248 | 78133 | Removed run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.248 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0GVg2m +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.248 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.248 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.248 | 78133 | Assigned run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.250 | 78137 | Recursively removing directory: /tmp/git.py0mC3/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.251 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.251 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.253 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.253 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.254 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.257 | 88290 | Marked run 681 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.257 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.257 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.257 | 88301 | Added a new worker 8 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.257 | 78133 | Removed run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.257 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.257 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.257 | 78133 | Assigned run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.257 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.257 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tjd0Xl +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.262 | 78134 | Recursively removing directory: /tmp/git.0GVg2m/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.262 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.263 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.264 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.264 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.267 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.268 | 88298 | Marked run 682 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.268 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.270 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.270 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.U73zg2 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.270 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.270 | 88314 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.270 | 78133 | Removed run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.270 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.270 | 78133 | Assigned run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.271 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.273 | 78137 | Recursively removing directory: /tmp/git.tjd0Xl/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.274 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.274 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.276 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.277 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.278 | 88308 | Marked run 683 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.279 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.279 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.282 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.282 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.282 | 88321 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.282 | 78133 | Removed run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.282 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.282 | 78133 | Assigned run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.282 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rif8et +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.282 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.287 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.289 | 78134 | Recursively removing directory: /tmp/git.U73zg2/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.289 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.290 | 88316 | Marked run 684 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.291 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.291 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.291 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.294 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.297 | 78137 | Recursively removing directory: /tmp/git.rif8et/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.297 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.297 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.297 | 88332 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.297 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.297 | 78133 | Removed run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.297 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.297 | 78133 | Assigned run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.298 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JQNFtK +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.298 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.298 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.301 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.304 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.304 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.304 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.304 | 88334 | Added a new worker 13 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.304 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.304 | 78133 | Removed run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.304 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.304 | 78133 | Assigned run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.304 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Mhh68y +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.305 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.306 | 88331 | Marked run 685 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.306 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.309 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.310 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.314 | 78134 | Recursively removing directory: /tmp/git.JQNFtK/ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.314 | 88333 | Marked run 686 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.315 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.315 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.315 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.318 | 78137 | Recursively removing directory: /tmp/git.Mhh68y/ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.319 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.320 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.320 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.322 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.322 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.322 | 88350 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.322 | 78133 | Removed run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.322 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.322 | 78133 | Assigned run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.322 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VwXKxF +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.323 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.323 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.326 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.326 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.326 | 88352 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.326 | 78133 | Removed run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.326 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.326 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.326 | 78133 | Assigned run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.327 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.326 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8MZx6u +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.328 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.331 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.332 | 88349 | Marked run 687 as finished +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.333 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.333 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.336 | 88351 | Marked run 688 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.336 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.338 | 78134 | Recursively removing directory: /tmp/git.VwXKxF/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.340 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.340 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.341 | 78137 | Recursively removing directory: /tmp/git.8MZx6u/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.342 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.342 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.343 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.345 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.346 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.346 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.346 | 88369 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.346 | 78133 | Removed run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.346 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.346 | 78133 | Assigned run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.346 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uaXWyo +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.347 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.348 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.348 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.349 | 88370 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.349 | 78133 | Removed run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.349 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.349 | 78133 | Assigned run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.349 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.349 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1NdPZR +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.351 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.352 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.355 | 88367 | Marked run 689 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.355 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.356 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.357 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.359 | 88368 | Marked run 690 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.359 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.361 | 78134 | Recursively removing directory: /tmp/git.uaXWyo/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.362 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.362 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.365 | 78137 | Recursively removing directory: /tmp/git.1NdPZR/ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.366 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.366 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.366 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.370 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.370 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.370 | 88386 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.370 | 78133 | Removed run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.370 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.370 | 78133 | Assigned run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.370 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.370 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PovxH2 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.371 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.375 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.375 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.375 | 88388 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.375 | 78133 | Removed run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.375 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.375 | 78133 | Assigned run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.375 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.375 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qXRuOB +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.376 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.377 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.382 | 88385 | Marked run 691 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.383 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.385 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.386 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.386 | 78134 | Recursively removing directory: /tmp/git.PovxH2/ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.386 | 88387 | Marked run 692 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.387 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.388 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.388 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.391 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.393 | 78137 | Recursively removing directory: /tmp/git.qXRuOB/ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.394 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.394 | 88404 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.394 | 78133 | Removed run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.394 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.394 | 78133 | Assigned run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.394 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.394 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.395 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5GbXud +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.395 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.395 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.399 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.400 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.401 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.402 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.402 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.402 | 88407 | Added a new worker 13 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.402 | 78133 | Removed run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.402 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.402 | 78133 | Assigned run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.403 | 88403 | Marked run 693 as finished +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.403 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IsXzhW +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.403 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.407 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.408 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.409 | 78134 | Recursively removing directory: /tmp/git.5GbXud/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.411 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.411 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.413 | 88405 | Marked run 694 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.414 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.415 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.417 | 78137 | Recursively removing directory: /tmp/git.IsXzhW/ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.418 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.418 | 88422 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.418 | 78133 | Removed run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.418 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.418 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.418 | 78133 | Assigned run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.418 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.418 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.418 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.418 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oAWVpo +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.422 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.423 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.423 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.426 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.426 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.426 | 88427 | Added a new worker 13 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.426 | 78133 | Removed run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.426 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.426 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.426 | 78133 | Assigned run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.427 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.829t0z +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.430 | 88421 | Marked run 695 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.430 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.433 | 78134 | Recursively removing directory: /tmp/git.oAWVpo/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.434 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.434 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.434 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.435 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.436 | 88423 | Marked run 696 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.436 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.437 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.440 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.440 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.440 | 88440 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.440 | 78133 | Removed run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.440 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.440 | 78133 | Assigned run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.441 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.H10PNt +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.441 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.444 | 78137 | Recursively removing directory: /tmp/git.829t0z/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.445 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.446 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.446 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.447 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.449 | 88433 | Marked run 697 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.449 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.449 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.452 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.452 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.452 | 88449 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.452 | 78133 | Removed run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.452 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.452 | 78133 | Assigned run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.452 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UE5wQk +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.453 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.455 | 78134 | Recursively removing directory: /tmp/git.H10PNt/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.457 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.457 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.457 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.458 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.460 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.461 | 88442 | Marked run 698 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.461 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.463 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.463 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.463 | 88458 | Added a new worker 8 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.463 | 78133 | Removed run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.463 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.463 | 78133 | Assigned run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.464 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Bda8lf +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.464 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.469 | 78137 | Recursively removing directory: /tmp/git.UE5wQk/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.468 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.469 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.472 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.472 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.474 | 88452 | Marked run 699 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.475 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.476 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.480 | 78134 | Recursively removing directory: /tmp/git.Bda8lf/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.480 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.480 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.480 | 88468 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.480 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.480 | 78133 | Removed run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.480 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.481 | 78133 | Assigned run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.481 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4JwPmB +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.481 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.481 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.485 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.487 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.488 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.489 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.489 | 88471 | Added a new worker 13 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.489 | 78133 | Removed run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.489 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.489 | 78133 | Assigned run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.489 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.489 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XdALMJ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.490 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.494 | 88467 | Marked run 700 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.494 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.497 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.498 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.499 | 88469 | Marked run 701 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.499 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.499 | 78137 | Recursively removing directory: /tmp/git.4JwPmB/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.501 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.501 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.503 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.506 | 78134 | Recursively removing directory: /tmp/git.XdALMJ/ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.507 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.507 | 88486 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.507 | 78133 | Removed run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.507 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.507 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.507 | 78133 | Assigned run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.507 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.507 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0qtTRj +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.508 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.508 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.511 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.512 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.513 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.513 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.513 | 88489 | Added a new worker 13 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.513 | 78133 | Removed run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.513 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.513 | 78133 | Assigned run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.513 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.514 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LnNNTk +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.514 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.516 | 88485 | Marked run 702 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.517 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.519 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.521 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.522 | 78137 | Recursively removing directory: /tmp/git.0qtTRj/ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.523 | 88487 | Marked run 703 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.524 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.524 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.525 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.528 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.529 | 78134 | Recursively removing directory: /tmp/git.LnNNTk/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.530 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.530 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.531 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.531 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.531 | 88504 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.531 | 78133 | Removed run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.531 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.531 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.531 | 78133 | Assigned run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.531 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TjUDBG +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.534 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.536 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.536 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.538 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.538 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.538 | 88507 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.538 | 78133 | Removed run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.538 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.538 | 78133 | Assigned run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.538 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.539 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6NMasB +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.542 | 88503 | Marked run 704 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.543 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.546 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.546 | 78137 | Recursively removing directory: /tmp/git.TjUDBG/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.547 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.547 | 88505 | Marked run 705 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.547 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.548 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.548 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.550 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.554 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.554 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.554 | 88522 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.554 | 78133 | Removed run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.554 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.554 | 78133 | Assigned run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.555 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Dgj1Qz +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.555 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.555 | 78134 | Recursively removing directory: /tmp/git.6NMasB/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.557 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.557 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.560 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.561 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.561 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.562 | 88519 | Marked run 706 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.562 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.563 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.563 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.563 | 88526 | Added a new worker 8 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.563 | 78133 | Removed run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.563 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.564 | 78133 | Assigned run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.564 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.V8Q5E0 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.564 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.568 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.569 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.570 | 78137 | Recursively removing directory: /tmp/git.Dgj1Qz/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.572 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.572 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.574 | 88523 | Marked run 707 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.574 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.575 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.578 | 78134 | Recursively removing directory: /tmp/git.V8Q5E0/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.579 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.579 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.579 | 88540 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.579 | 78133 | Removed run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.579 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.579 | 78133 | Assigned run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.579 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wHMgTL +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.579 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.580 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.580 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.583 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.583 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.584 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.588 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.588 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.588 | 88547 | Added a new worker 13 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.588 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.588 | 78133 | Removed run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.588 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.588 | 78133 | Assigned run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.588 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FliyAo +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.590 | 88539 | Marked run 708 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.590 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.593 | 78137 | Recursively removing directory: /tmp/git.wHMgTL/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.593 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.594 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.595 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.595 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.597 | 88542 | Marked run 709 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.597 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.598 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.601 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.602 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.602 | 88558 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.602 | 78133 | Removed run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.602 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.602 | 78133 | Assigned run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.602 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iounhF +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.603 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.603 | 78134 | Recursively removing directory: /tmp/git.FliyAo/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.605 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.605 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.609 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.611 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.611 | 88553 | Marked run 710 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.611 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.611 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.612 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.612 | 88561 | Added a new worker 8 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.612 | 78133 | Removed run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.612 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.612 | 78133 | Assigned run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.612 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.612 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.613 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nESaH1 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.617 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.618 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.620 | 78137 | Recursively removing directory: /tmp/git.iounhF/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.622 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.622 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.622 | 88559 | Marked run 711 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.623 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.626 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.627 | 78134 | Recursively removing directory: /tmp/git.nESaH1/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.628 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.628 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.630 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.630 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.630 | 88576 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.630 | 78133 | Removed run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.630 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.630 | 78133 | Assigned run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.630 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.630 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WhduDn +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.632 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.635 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.636 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.636 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.636 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.636 | 88578 | Added a new worker 13 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.636 | 78133 | Removed run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.636 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.637 | 78133 | Assigned run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.637 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WvX0A3 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.637 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.638 | 88575 | Marked run 712 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.638 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.642 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.644 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.645 | 78137 | Recursively removing directory: /tmp/git.WhduDn/ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.646 | 88577 | Marked run 713 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.646 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.647 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.647 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.650 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.652 | 78134 | Recursively removing directory: /tmp/git.WvX0A3/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.653 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.653 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.653 | 88594 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.653 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.654 | 78133 | Removed run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.654 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.654 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.654 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.654 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WEVpu5 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.654 | 78133 | Assigned run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.658 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.659 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.660 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.661 | 88593 | Marked run 714 as finished +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.661 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.661 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.661 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.661 | 88597 | Added a new worker 6 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.661 | 78133 | Removed run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.661 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.661 | 78133 | Assigned run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.662 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.661 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.h6MqWq +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.666 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.667 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.670 | 78137 | Recursively removing directory: /tmp/git.WEVpu5/ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.670 | 88595 | Marked run 715 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.671 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.671 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.671 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.675 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.676 | 78134 | Recursively removing directory: /tmp/git.h6MqWq/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.677 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.677 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.678 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.679 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.679 | 88612 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.679 | 78133 | Removed run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.679 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.679 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.679 | 78133 | Assigned run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.679 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TejE3y +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.681 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.683 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.684 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.685 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.685 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.685 | 88615 | Added a new worker 11 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.685 | 78133 | Removed run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.685 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.685 | 78133 | Assigned run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.685 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.686 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WRgf3I +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.688 | 88611 | Marked run 716 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.688 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.692 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.693 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.694 | 88613 | Marked run 717 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.694 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.694 | 78137 | Recursively removing directory: /tmp/git.TejE3y/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.695 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.695 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.698 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.700 | 78134 | Recursively removing directory: /tmp/git.WRgf3I/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.701 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.701 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.701 | 88630 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.701 | 78133 | Removed run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.701 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.701 | 78133 | Assigned run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.702 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.702 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.702 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.702 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GSPNml +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.705 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.706 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.707 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.707 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.708 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.708 | 88633 | Added a new worker 13 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.708 | 78133 | Removed run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.708 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.708 | 78133 | Assigned run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.708 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.708 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0XMunR +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.711 | 88629 | Marked run 718 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.711 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.713 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.714 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.716 | 78137 | Recursively removing directory: /tmp/git.GSPNml/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.719 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.719 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.720 | 88631 | Marked run 719 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.720 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.722 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.723 | 78134 | Recursively removing directory: /tmp/git.0XMunR/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.724 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.724 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.725 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.725 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.725 | 88648 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.725 | 78133 | Removed run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.725 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.725 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.725 | 78133 | Assigned run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.726 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wcynGT +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.727 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.730 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.731 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.731 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.731 | 88650 | Added a new worker 13 to the queue +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.731 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.732 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iiBxEb +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.732 | 78133 | Removed run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.732 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.732 | 78133 | Assigned run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.732 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.735 | 88647 | Marked run 720 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.735 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.736 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.737 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.740 | 88649 | Marked run 721 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.740 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.741 | 78137 | Recursively removing directory: /tmp/git.wcynGT/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.742 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.742 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.746 | 78134 | Recursively removing directory: /tmp/git.iiBxEb/ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.746 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.747 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.747 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.750 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.750 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.750 | 88666 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.750 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.750 | 78133 | Removed run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.750 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.750 | 78133 | Assigned run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.750 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BW5kla +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.751 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.755 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.755 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.755 | 88668 | Added a new worker 14 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.755 | 78133 | Removed run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.755 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.755 | 78133 | Assigned run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.755 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XhIEM4 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.755 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.757 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.757 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.758 | 88665 | Marked run 722 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.758 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.760 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.762 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.764 | 88667 | Marked run 723 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.764 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.766 | 78137 | Recursively removing directory: /tmp/git.BW5kla/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.767 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.767 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.770 | 78134 | Recursively removing directory: /tmp/git.XhIEM4/ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.771 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.771 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.771 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.774 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.774 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.774 | 88684 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.774 | 78133 | Removed run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.774 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.774 | 78133 | Assigned run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.775 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.774 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZRHEmQ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.775 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.777 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.777 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.777 | 88686 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.778 | 78133 | Removed run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.778 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.778 | 78133 | Assigned run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.778 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.778 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qurCYu +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.779 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.779 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.783 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.785 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.785 | 88683 | Marked run 724 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.785 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.788 | 88685 | Marked run 725 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.788 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.789 | 78137 | Recursively removing directory: /tmp/git.ZRHEmQ/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.791 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.791 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.794 | 78134 | Recursively removing directory: /tmp/git.qurCYu/ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.795 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.795 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.795 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.798 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.798 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.798 | 88702 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.799 | 78133 | Removed run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.799 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.799 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.799 | 78133 | Assigned run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.799 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.imaxLr +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.799 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.803 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.803 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.803 | 88704 | Added a new worker 13 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.803 | 78133 | Removed run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.803 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.803 | 78133 | Assigned run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.804 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.804 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.803 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Mfy4uY +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.805 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.807 | 88701 | Marked run 726 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.807 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.809 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.810 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.813 | 88703 | Marked run 727 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.814 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.814 | 78137 | Recursively removing directory: /tmp/git.imaxLr/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.815 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.815 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.818 | 78134 | Recursively removing directory: /tmp/git.Mfy4uY/ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.819 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.820 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.820 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.822 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.822 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.823 | 88720 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.823 | 78133 | Removed run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.823 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.823 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.823 | 78133 | Assigned run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.823 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dF050G +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.824 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.827 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.827 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.827 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xZJDnB +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.827 | 88722 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.827 | 78133 | Removed run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.827 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.827 | 78133 | Assigned run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.827 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.829 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.830 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.833 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.833 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.834 | 88719 | Marked run 728 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.834 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.838 | 88721 | Marked run 729 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.838 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.840 | 78137 | Recursively removing directory: /tmp/git.dF050G/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.841 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.841 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.842 | 78134 | Recursively removing directory: /tmp/git.xZJDnB/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.843 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.843 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.844 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.846 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.847 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.847 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.847 | 88739 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.847 | 78133 | Removed run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.847 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.847 | 78133 | Assigned run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.847 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.847 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.X2Wo70 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.849 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.849 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.850 | 88740 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.850 | 78133 | Removed run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.850 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.850 | 78133 | Assigned run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.850 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.850 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dqvJ0g +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.852 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.853 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.855 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.856 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.857 | 88737 | Marked run 730 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.857 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.862 | 88738 | Marked run 731 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.862 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.863 | 78137 | Recursively removing directory: /tmp/git.X2Wo70/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.865 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.865 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.865 | 78134 | Recursively removing directory: /tmp/git.dqvJ0g/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.867 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.867 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.867 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.869 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.870 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.870 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.870 | 88757 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.870 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.870 | 78133 | Removed run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.870 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.871 | 78133 | Assigned run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.871 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.359KyH +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.873 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.873 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.873 | 88758 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.873 | 78133 | Removed run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.873 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.873 | 78133 | Assigned run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.873 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.874 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pljXzw +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.875 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.876 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.879 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.880 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.881 | 88755 | Marked run 732 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.881 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.884 | 88756 | Marked run 733 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.884 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.886 | 78137 | Recursively removing directory: /tmp/git.359KyH/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.887 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.887 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.891 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.889 | 78134 | Recursively removing directory: /tmp/git.pljXzw/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.891 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.891 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.895 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.895 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.895 | 88774 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.895 | 78133 | Removed run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.895 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.895 | 78133 | Assigned run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.895 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.895 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.895 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9HJN2b +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.899 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.899 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.899 | 88776 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.899 | 78133 | Removed run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.899 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.899 | 78133 | Assigned run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.899 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WrQDIE +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.900 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.901 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.902 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.904 | 88773 | Marked run 734 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.904 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.905 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.906 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.909 | 88775 | Marked run 735 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.909 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.913 | 78137 | Recursively removing directory: /tmp/git.9HJN2b/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.914 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.914 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.915 | 78134 | Recursively removing directory: /tmp/git.WrQDIE/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.917 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.917 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.917 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.919 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.920 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.920 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.920 | 88793 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.920 | 78133 | Removed run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.920 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.920 | 78133 | Assigned run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.920 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.921 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.l9UJGI +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.922 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.923 | 88794 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.923 | 78133 | Removed run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.923 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.923 | 78133 | Assigned run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.922 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.923 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8x4PTc +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.923 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.926 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.927 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.928 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.929 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.931 | 88791 | Marked run 736 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.931 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.934 | 88792 | Marked run 737 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.934 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.935 | 78137 | Recursively removing directory: /tmp/git.l9UJGI/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.937 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.937 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.938 | 78134 | Recursively removing directory: /tmp/git.8x4PTc/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.939 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.939 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.940 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.942 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.943 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.943 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.943 | 88811 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.943 | 78133 | Removed run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.943 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.943 | 78133 | Assigned run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.943 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.944 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RClmYJ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.945 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.945 | 88812 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.945 | 78133 | Removed run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.945 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.945 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.945 | 78133 | Assigned run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.945 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.945 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UT5b6j +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.949 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.951 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.951 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.952 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.953 | 88809 | Marked run 738 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.953 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.956 | 88810 | Marked run 739 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.957 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.961 | 78134 | Recursively removing directory: /tmp/git.UT5b6j/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.962 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.962 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.962 | 78137 | Recursively removing directory: /tmp/git.RClmYJ/ +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.964 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.964 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.965 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.966 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.967 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.967 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.967 | 88829 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.967 | 78133 | Removed run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.967 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.967 | 78133 | Assigned run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.968 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MNbvz9 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.968 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.970 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.970 | 88830 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.970 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.970 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.971 | 78133 | Removed run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.971 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.971 | 78133 | Assigned run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.972 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ffG0H4 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.972 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.973 | 78134 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.977 | 88827 | Marked run 741 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.977 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.978 | 78137 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.979 | 78137 | Going to run: ./ci +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.981 | 88828 | Marked run 740 as finished +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.982 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.982 | 78134 | Recursively removing directory: /tmp/git.MNbvz9/ +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.984 | 78134 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.984 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.988 | 78137 | Recursively removing directory: /tmp/git.ffG0H4/ +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.988 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.989 | 78137 | Process exit code: 0 +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.989 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.991 | 78134 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.991 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.991 | 88846 | Added a new worker 10 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.991 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.991 | 78133 | Removed run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.991 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.991 | 78133 | Assigned run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.992 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dBJRF6 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.992 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.995 | 78137 | Waiting for a new command +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.995 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.995 | 88848 | Added a new worker 12 to the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.995 | 78133 | Removed run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.995 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.995 | 78133 | Assigned run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:27 | INFO | 78131/cimple-server: 2024-01-28 10:56:27.995 | 78131 | Waiting for new connections +2024-01-28 10:56:27 | INFO | 78137/cimple-worker: 2024-01-28 10:56:27.996 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OBX7t8 +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.997 | 78134 | Checking out revision HEAD +2024-01-28 10:56:27 | INFO | 78134/cimple-worker: 2024-01-28 10:56:27.998 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.001 | 88845 | Marked run 742 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.001 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.001 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.002 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.004 | 88847 | Marked run 743 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.004 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.008 | 78134 | Recursively removing directory: /tmp/git.dBJRF6/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.009 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.009 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.010 | 78137 | Recursively removing directory: /tmp/git.OBX7t8/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.012 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.012 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.012 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.014 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.015 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.015 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.015 | 88865 | Added a new worker 12 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.015 | 78133 | Removed run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.015 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.015 | 78133 | Assigned run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.015 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zp2kob +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.016 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.018 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.018 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5YZvev +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.018 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.018 | 88866 | Added a new worker 12 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.018 | 78133 | Removed run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.018 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.018 | 78133 | Assigned run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.018 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.021 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.022 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.024 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.025 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.026 | 88863 | Marked run 744 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.027 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.029 | 88864 | Marked run 745 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.030 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.031 | 78134 | Recursively removing directory: /tmp/git.zp2kob/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.033 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.033 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.034 | 78137 | Recursively removing directory: /tmp/git.5YZvev/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.035 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.035 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.036 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.040 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.040 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.040 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.040 | 88883 | Added a new worker 12 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.040 | 78133 | Removed run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.040 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.040 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.040 | 78133 | Assigned run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.040 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7qvWrV +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.043 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.043 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.043 | 88884 | Added a new worker 12 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.044 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.044 | 78133 | Removed run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.044 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.044 | 78133 | Assigned run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.044 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.F2vWSa +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.046 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.047 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.049 | 88881 | Marked run 746 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.049 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.050 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.055 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.058 | 78134 | Recursively removing directory: /tmp/git.7qvWrV/ +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.058 | 88882 | Marked run 747 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.058 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.059 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.059 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.063 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.063 | 78137 | Recursively removing directory: /tmp/git.F2vWSa/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.065 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.065 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.066 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.066 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.066 | 88900 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.066 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.066 | 78133 | Removed run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.066 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.066 | 78133 | Assigned run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.066 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YHxmAC +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.068 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.071 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.071 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.071 | 88902 | Added a new worker 12 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.071 | 78133 | Removed run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.071 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.071 | 78133 | Assigned run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.071 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.072 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.072 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oH3u9j +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.072 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.076 | 88899 | Marked run 748 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.076 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.079 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.080 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.080 | 88901 | Marked run 749 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.081 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.081 | 78134 | Recursively removing directory: /tmp/git.YHxmAC/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.083 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.083 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.086 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.088 | 78137 | Recursively removing directory: /tmp/git.oH3u9j/ +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.089 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.089 | 88918 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.089 | 78133 | Removed run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.089 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.089 | 78133 | Assigned run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.089 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.089 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3o5x38 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.090 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.090 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.090 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.094 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.094 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.095 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.097 | 88917 | Marked run 750 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.097 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.097 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.097 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.097 | 88922 | Added a new worker 8 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.097 | 78133 | Removed run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.097 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.097 | 78133 | Assigned run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.097 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.098 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oiWr2i +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.103 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.104 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.104 | 78134 | Recursively removing directory: /tmp/git.3o5x38/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.106 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.106 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.107 | 88919 | Marked run 751 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.108 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.110 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.112 | 78137 | Recursively removing directory: /tmp/git.oiWr2i/ +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.113 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.113 | 88936 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.113 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.113 | 78133 | Removed run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.113 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.113 | 78133 | Assigned run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.113 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.114 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.94PtP7 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.114 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.114 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.118 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.119 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.120 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.121 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.121 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.121 | 88939 | Added a new worker 13 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.121 | 78133 | Removed run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.121 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.121 | 78133 | Assigned run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.121 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.122 | 88935 | Marked run 752 as finished +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.122 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oqafNb +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.122 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.127 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.128 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.129 | 78134 | Recursively removing directory: /tmp/git.94PtP7/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.130 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.130 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.131 | 88937 | Marked run 753 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.131 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.133 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.136 | 78137 | Recursively removing directory: /tmp/git.oqafNb/ +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.137 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.137 | 88954 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.137 | 78133 | Removed run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.137 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.137 | 78133 | Assigned run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.137 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.137 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YEOtRg +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.137 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.137 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.137 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.140 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.141 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.142 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.143 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.143 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.143 | 88957 | Added a new worker 13 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.143 | 78133 | Removed run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.143 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.143 | 78133 | Assigned run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.143 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.143 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dqA2Z6 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.147 | 88953 | Marked run 754 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.147 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.149 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.151 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.152 | 78134 | Recursively removing directory: /tmp/git.YEOtRg/ +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.153 | 88955 | Marked run 755 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.153 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.154 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.154 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.157 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.159 | 78137 | Recursively removing directory: /tmp/git.dqA2Z6/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.160 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.160 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.160 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.160 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.160 | 88972 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.160 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.160 | 78133 | Removed run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.160 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.160 | 78133 | Assigned run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.161 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8Dq4Ct +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.163 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.166 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.166 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.166 | 88974 | Added a new worker 12 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.166 | 78133 | Removed run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.166 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.166 | 78133 | Assigned run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.167 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.167 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.167 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TE0dIr +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.168 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.171 | 88971 | Marked run 756 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.172 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.173 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.174 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.175 | 88973 | Marked run 757 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.175 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.177 | 78134 | Recursively removing directory: /tmp/git.8Dq4Ct/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.178 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.178 | 78134 | Process output: 415085 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.182 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.183 | 78137 | Recursively removing directory: /tmp/git.TE0dIr/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.184 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.184 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.185 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.185 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.185 | 88990 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.185 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.185 | 78133 | Removed run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.185 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.185 | 78133 | Assigned run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.185 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FlIDHf +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.187 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.190 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.190 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.190 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.190 | 88992 | Added a new worker 12 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.190 | 78133 | Removed run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.190 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.190 | 78133 | Assigned run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.190 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.191 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.191 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.COQE0u +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.195 | 88989 | Marked run 758 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.195 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.196 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.197 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.200 | 88991 | Marked run 759 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.200 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.200 | 78134 | Recursively removing directory: /tmp/git.FlIDHf/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.202 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.202 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.205 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.206 | 78137 | Recursively removing directory: /tmp/git.COQE0u/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.207 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.207 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.208 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.208 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.208 | 89008 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.208 | 78133 | Removed run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.208 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.208 | 78133 | Assigned run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.208 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.208 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LnQ2Oc +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.210 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.212 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.213 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.214 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.214 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.214 | 89011 | Added a new worker 12 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.214 | 78133 | Removed run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.214 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.214 | 78133 | Assigned run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.214 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.d6OKEn +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.215 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.219 | 89007 | Marked run 760 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.219 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.221 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.222 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.223 | 89009 | Marked run 761 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.223 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.223 | 78134 | Recursively removing directory: /tmp/git.LnQ2Oc/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.225 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.225 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.228 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.230 | 78137 | Recursively removing directory: /tmp/git.d6OKEn/ +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.232 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.232 | 89026 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.232 | 78133 | Removed run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.232 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.232 | 78133 | Assigned run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.232 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.232 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.232 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.232 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.232 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DcEBXm +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.235 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.237 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.238 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.238 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.238 | 89028 | Added a new worker 13 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.238 | 78133 | Removed run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.238 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.238 | 78133 | Assigned run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.238 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.239 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.239 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uX5XRn +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.241 | 89025 | Marked run 762 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.241 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.244 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.245 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.248 | 78134 | Recursively removing directory: /tmp/git.DcEBXm/ +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.248 | 89027 | Marked run 763 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.248 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.249 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.249 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.253 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.253 | 78137 | Recursively removing directory: /tmp/git.uX5XRn/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.255 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.255 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.256 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.256 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.256 | 89044 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.256 | 78133 | Removed run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.256 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.256 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.256 | 78133 | Assigned run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.257 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WhCXfr +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.259 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.261 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.262 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.262 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.262 | 89046 | Added a new worker 12 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.262 | 78133 | Removed run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.262 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.262 | 78133 | Assigned run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.262 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.262 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.262 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6kwIyn +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.267 | 89043 | Marked run 764 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.268 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.268 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.269 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.271 | 78134 | Recursively removing directory: /tmp/git.WhCXfr/ +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.272 | 89045 | Marked run 765 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.272 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.273 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.273 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.276 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.278 | 78137 | Recursively removing directory: /tmp/git.6kwIyn/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.279 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.279 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.279 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.279 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.279 | 89062 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.279 | 78133 | Removed run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.279 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.279 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.279 | 78133 | Assigned run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.280 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eDsxn1 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.283 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.283 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.284 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.287 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.287 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.287 | 89066 | Added a new worker 13 to the queue +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.287 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.epmwIG +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.287 | 78133 | Removed run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.287 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.287 | 78133 | Assigned run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.288 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.289 | 89061 | Marked run 766 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.289 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.293 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.294 | 78134 | Recursively removing directory: /tmp/git.eDsxn1/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.294 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.296 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.296 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.298 | 89063 | Marked run 767 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.298 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.299 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.302 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.302 | 89080 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.303 | 78133 | Removed run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.303 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.303 | 78133 | Assigned run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.303 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.302 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.303 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uQmYiA +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.303 | 78137 | Recursively removing directory: /tmp/git.epmwIG/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.305 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.305 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.307 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.307 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.310 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.313 | 89077 | Marked run 768 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.313 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.313 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.313 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.313 | 89089 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.314 | 78133 | Removed run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.314 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.314 | 78133 | Assigned run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.314 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NhABVX +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.314 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.316 | 78134 | Recursively removing directory: /tmp/git.uQmYiA/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.318 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.318 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.318 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.319 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.321 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.323 | 89083 | Marked run 769 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.323 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.324 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.324 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.324 | 89098 | Added a new worker 9 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.324 | 78133 | Removed run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.325 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.325 | 78133 | Assigned run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.325 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.325 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lxIQP2 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.328 | 78137 | Recursively removing directory: /tmp/git.NhABVX/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.329 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.329 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.330 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.330 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.332 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.334 | 89092 | Marked run 770 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.334 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.335 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.335 | 89107 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.336 | 78133 | Removed run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.336 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.336 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.336 | 78133 | Assigned run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.335 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.336 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uzpWsA +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.340 | 78134 | Recursively removing directory: /tmp/git.lxIQP2/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.340 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.341 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.341 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.341 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.345 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.345 | 89100 | Marked run 771 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.345 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.348 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.348 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.j25POi +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.348 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.348 | 89116 | Added a new worker 9 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.348 | 78133 | Removed run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.348 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.348 | 78133 | Assigned run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.348 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.350 | 78137 | Recursively removing directory: /tmp/git.uzpWsA/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.351 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.351 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.353 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.353 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.354 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.357 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.358 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.358 | 89122 | Added a new worker 9 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.358 | 89111 | Marked run 772 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.358 | 78133 | Removed run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.358 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.358 | 78133 | Assigned run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.358 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.358 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mBCQIp +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.363 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.364 | 78134 | Recursively removing directory: /tmp/git.j25POi/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.364 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.366 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.366 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.367 | 89118 | Marked run 773 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.368 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.369 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.372 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.372 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.373 | 89135 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.373 | 78133 | Removed run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.373 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.373 | 78133 | Assigned run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.372 | 78137 | Recursively removing directory: /tmp/git.mBCQIp/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.373 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xP9wbr +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.373 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.374 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.374 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.377 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.377 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.379 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.382 | 89134 | Marked run 774 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.382 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.382 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.382 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.382 | 89143 | Added a new worker 8 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.382 | 78133 | Removed run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.382 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.383 | 78133 | Assigned run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.383 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ey9vRG +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.384 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.386 | 78134 | Recursively removing directory: /tmp/git.xP9wbr/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.387 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.387 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.390 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.392 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.393 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.393 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.393 | 89146 | Added a new worker 13 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.393 | 78133 | Removed run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.393 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.393 | 78133 | Assigned run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.393 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.393 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.394 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.V97DsH +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.395 | 89137 | Marked run 775 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.395 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.399 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.400 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.401 | 89145 | Marked run 776 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.401 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.402 | 78137 | Recursively removing directory: /tmp/git.ey9vRG/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.404 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.404 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.407 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.409 | 78134 | Recursively removing directory: /tmp/git.V97DsH/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.410 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.410 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.410 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.410 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.410 | 89162 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.410 | 78133 | Removed run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.410 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.410 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.410 | 78133 | Assigned run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.411 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WKvVls +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.413 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.415 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.416 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.416 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.416 | 89164 | Added a new worker 13 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.416 | 78133 | Removed run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.416 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.416 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.416 | 78133 | Assigned run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.417 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lEEzCw +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.417 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.420 | 89161 | Marked run 777 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.420 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.422 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.424 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.425 | 78137 | Recursively removing directory: /tmp/git.WKvVls/ +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.426 | 89163 | Marked run 778 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.426 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.427 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.427 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.430 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.432 | 78134 | Recursively removing directory: /tmp/git.lEEzCw/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.433 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.433 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.434 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.434 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.434 | 89180 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.434 | 78133 | Removed run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.434 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.434 | 78133 | Assigned run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.434 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.434 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8NGsrz +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.436 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.439 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.439 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.439 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.439 | 89182 | Added a new worker 12 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.439 | 78133 | Removed run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.439 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.439 | 78133 | Assigned run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.439 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.439 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Cd9aZF +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.440 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.444 | 89179 | Marked run 779 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.445 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.447 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.448 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.448 | 78137 | Recursively removing directory: /tmp/git.8NGsrz/ +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.449 | 89181 | Marked run 780 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.449 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.450 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.450 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.453 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.456 | 78134 | Recursively removing directory: /tmp/git.Cd9aZF/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.457 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.457 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.457 | 89198 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.457 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.457 | 78133 | Removed run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.457 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.457 | 78133 | Assigned run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.457 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gDkuPf +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.457 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.458 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.461 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.462 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.462 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.464 | 89197 | Marked run 781 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.464 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.465 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.465 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.465 | 89202 | Added a new worker 8 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.465 | 78133 | Removed run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.465 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.465 | 78133 | Assigned run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.465 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.465 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UD6uUQ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.470 | 78137 | Recursively removing directory: /tmp/git.gDkuPf/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.471 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.471 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.472 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.472 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.475 | 89199 | Marked run 782 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.475 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.475 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.478 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.478 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.478 | 89216 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.479 | 78133 | Removed run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.479 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.479 | 78133 | Assigned run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.479 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SajvTo +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.479 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.480 | 78134 | Recursively removing directory: /tmp/git.UD6uUQ/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.482 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.482 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.483 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.485 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.486 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.487 | 89211 | Marked run 783 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.487 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.489 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.489 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.489 | 89221 | Added a new worker 8 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.489 | 78133 | Removed run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.489 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.489 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.489 | 78133 | Assigned run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.489 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.02ZV5i +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.493 | 78137 | Recursively removing directory: /tmp/git.SajvTo/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.494 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.494 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.495 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.495 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.498 | 89218 | Marked run 784 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.498 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.498 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.501 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.501 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.501 | 89234 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.501 | 78133 | Removed run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.501 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.501 | 78133 | Assigned run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.502 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.502 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.52f7DJ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.503 | 78134 | Recursively removing directory: /tmp/git.02ZV5i/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.505 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.505 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.506 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.506 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.509 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.512 | 89228 | Marked run 785 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.512 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.513 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.513 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.513 | 89243 | Added a new worker 8 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.513 | 78133 | Removed run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.513 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.514 | 78133 | Assigned run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.514 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rDyYlE +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.514 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.515 | 78137 | Recursively removing directory: /tmp/git.52f7DJ/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.517 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.517 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.518 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.518 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.521 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.522 | 89238 | Marked run 786 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.522 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.524 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.524 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.524 | 89252 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.524 | 78133 | Removed run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.524 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.524 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.524 | 78133 | Assigned run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.524 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1n2K1M +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.528 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.529 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.530 | 78134 | Recursively removing directory: /tmp/git.rDyYlE/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.533 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.533 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.534 | 89245 | Marked run 787 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.534 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.537 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.537 | 78137 | Recursively removing directory: /tmp/git.1n2K1M/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.538 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.538 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.540 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.540 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.540 | 89261 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.540 | 78133 | Removed run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.540 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.540 | 78133 | Assigned run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.540 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.540 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QBX69J +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.541 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.544 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.544 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.545 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.545 | 89263 | Added a new worker 12 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.545 | 78133 | Removed run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.545 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.545 | 78133 | Assigned run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.545 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.545 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.545 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nFCcVV +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.551 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.551 | 89260 | Marked run 788 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.551 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.552 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.554 | 78134 | Recursively removing directory: /tmp/git.QBX69J/ +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.555 | 89262 | Marked run 789 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.555 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.556 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.556 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.559 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.561 | 78137 | Recursively removing directory: /tmp/git.nFCcVV/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.562 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.562 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.562 | 89279 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.562 | 78133 | Removed run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.562 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.562 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.562 | 78133 | Assigned run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.562 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.562 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.562 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OCG5dn +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.566 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.567 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.567 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.570 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.571 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.571 | 89284 | Added a new worker 13 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.571 | 78133 | Removed run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.571 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.571 | 78133 | Assigned run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.571 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.M2iTRS +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.571 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.573 | 89278 | Marked run 790 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.573 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.577 | 78134 | Recursively removing directory: /tmp/git.OCG5dn/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.577 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.578 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.579 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.579 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.581 | 89281 | Marked run 791 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.581 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.582 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.586 | 78137 | Recursively removing directory: /tmp/git.M2iTRS/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.586 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.586 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.586 | 89297 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.586 | 78133 | Removed run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.586 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.586 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.586 | 78133 | Assigned run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.586 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RtWIVg +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.588 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.588 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.590 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.591 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.592 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.596 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.596 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.596 | 89306 | Added a new worker 13 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.596 | 78133 | Removed run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.596 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.596 | 78133 | Assigned run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.597 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DhamWk +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.597 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.597 | 89294 | Marked run 792 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.598 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.600 | 78134 | Recursively removing directory: /tmp/git.RtWIVg/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.602 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.602 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.603 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.603 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.604 | 89299 | Marked run 793 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.605 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.605 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.608 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.608 | 89313 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.608 | 78133 | Removed run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.608 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.608 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.608 | 78133 | Assigned run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.608 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.609 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DMdBLc +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.612 | 78137 | Recursively removing directory: /tmp/git.DhamWk/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.613 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.613 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.616 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.617 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.617 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.617 | 89308 | Marked run 794 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.617 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.619 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.619 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.620 | 89319 | Added a new worker 8 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.620 | 78133 | Removed run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.620 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.620 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.620 | 78133 | Assigned run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.620 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zAv4dx +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.625 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.625 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.626 | 78134 | Recursively removing directory: /tmp/git.DMdBLc/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.628 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.628 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.630 | 89316 | Marked run 795 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.631 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.631 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.634 | 78137 | Recursively removing directory: /tmp/git.zAv4dx/ +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.634 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.635 | 89333 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.635 | 78133 | Removed run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.635 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.635 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.635 | 78133 | Assigned run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.634 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.635 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Qvoi4O +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.636 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.636 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.639 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.641 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.641 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.643 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.643 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.643 | 89337 | Added a new worker 13 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.644 | 78133 | Removed run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.644 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.644 | 78133 | Assigned run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.644 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.644 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9YiBC1 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.645 | 89332 | Marked run 796 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.646 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.649 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.650 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.651 | 78134 | Recursively removing directory: /tmp/git.Qvoi4O/ +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.653 | 89334 | Marked run 797 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.653 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.653 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.653 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.656 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.659 | 78137 | Recursively removing directory: /tmp/git.9YiBC1/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.660 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.660 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.660 | 89351 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.660 | 78133 | Removed run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.660 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.660 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.660 | 78133 | Assigned run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.660 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.660 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.660 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Gp0vsH +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.663 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.665 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.666 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.666 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.666 | 89353 | Added a new worker 13 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.666 | 78133 | Removed run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.666 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.666 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.666 | 78133 | Assigned run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.666 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HnAAj9 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.667 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.669 | 89350 | Marked run 798 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.670 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.671 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.672 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.675 | 89352 | Marked run 799 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.676 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.676 | 78134 | Recursively removing directory: /tmp/git.Gp0vsH/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.678 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.678 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.680 | 78137 | Recursively removing directory: /tmp/git.HnAAj9/ +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.681 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.682 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.682 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.685 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.685 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.685 | 89369 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.685 | 78133 | Removed run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.685 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.685 | 78133 | Assigned run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.685 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.686 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7Uac2H +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.686 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.690 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.690 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.690 | 89371 | Added a new worker 13 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.690 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.690 | 78133 | Removed run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.690 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.690 | 78133 | Assigned run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.690 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.691 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xNYpe6 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.691 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.694 | 89368 | Marked run 800 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.694 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.697 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.698 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.699 | 89370 | Marked run 801 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.699 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.700 | 78134 | Recursively removing directory: /tmp/git.7Uac2H/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.701 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.701 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.705 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.706 | 78137 | Recursively removing directory: /tmp/git.xNYpe6/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.708 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.708 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.708 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.708 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.708 | 89387 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.708 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.708 | 78133 | Removed run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.708 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.709 | 78133 | Assigned run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.709 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.drjq6Q +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.711 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.713 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.714 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.714 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.714 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.714 | 89389 | Added a new worker 13 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.714 | 78133 | Removed run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.714 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.714 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.714 | 78133 | Assigned run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.715 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qNzbpS +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.718 | 89386 | Marked run 802 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.718 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.721 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.722 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.723 | 78134 | Recursively removing directory: /tmp/git.drjq6Q/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.725 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.725 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.727 | 89388 | Marked run 803 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.727 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.728 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.730 | 78137 | Recursively removing directory: /tmp/git.qNzbpS/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.731 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.731 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.731 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.731 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.732 | 89405 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.732 | 78133 | Removed run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.732 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.732 | 78133 | Assigned run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.732 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.g7ZpT4 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.732 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.735 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.736 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.737 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.739 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.739 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.739 | 89408 | Added a new worker 13 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.739 | 78133 | Removed run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.739 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.739 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.739 | 78133 | Assigned run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.739 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ATyDkc +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.740 | 89404 | Marked run 804 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.741 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.744 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.746 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.746 | 78134 | Recursively removing directory: /tmp/git.g7ZpT4/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.747 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.748 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.748 | 89406 | Marked run 805 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.748 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.751 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.754 | 78137 | Recursively removing directory: /tmp/git.ATyDkc/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.754 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.754 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.754 | 89423 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.754 | 78133 | Removed run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.754 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.754 | 78133 | Assigned run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.754 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.caXiOH +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.755 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.755 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.755 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.758 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.759 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.760 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.761 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.761 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.761 | 89426 | Added a new worker 13 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.762 | 78133 | Removed run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.762 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.762 | 78133 | Assigned run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.762 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.762 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Zm3Oxc +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.764 | 89421 | Marked run 806 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.764 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.767 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.768 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.768 | 78134 | Recursively removing directory: /tmp/git.caXiOH/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.770 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.770 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.771 | 89424 | Marked run 807 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.772 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.773 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.776 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.776 | 89441 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.776 | 78133 | Removed run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.776 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.776 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.776 | 78133 | Assigned run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.776 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.777 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3sg9Th +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.778 | 78137 | Recursively removing directory: /tmp/git.Zm3Oxc/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.780 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.780 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.781 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.781 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.784 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.787 | 89438 | Marked run 808 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.787 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.788 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.788 | 89450 | Added a new worker 8 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.788 | 78133 | Removed run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.788 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.788 | 78133 | Assigned run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.788 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.788 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.788 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9pXp84 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.791 | 78134 | Recursively removing directory: /tmp/git.3sg9Th/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.792 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.792 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.792 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.793 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.796 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.797 | 89444 | Marked run 809 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.797 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.800 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.800 | 89459 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.800 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.800 | 78133 | Removed run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.800 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.800 | 78133 | Assigned run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.800 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.800 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UUzg9z +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.802 | 78137 | Recursively removing directory: /tmp/git.9pXp84/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.803 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.803 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.804 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.805 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.806 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.809 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.809 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Bw74ra +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.809 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.809 | 89464 | Added a new worker 13 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.809 | 78133 | Removed run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.809 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.809 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.809 | 78133 | Assigned run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.809 | 89454 | Marked run 810 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.810 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.814 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.815 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.815 | 78134 | Recursively removing directory: /tmp/git.UUzg9z/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.818 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.818 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.818 | 89461 | Marked run 811 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.818 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.821 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.824 | 78137 | Recursively removing directory: /tmp/git.Bw74ra/ +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.824 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.824 | 89477 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.824 | 78133 | Removed run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.824 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.824 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.824 | 78133 | Assigned run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.824 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.824 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KM4YSl +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.825 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.825 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.828 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.829 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.830 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.833 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.834 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.834 | 89476 | Marked run 812 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.834 | 89485 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.834 | 78133 | Removed run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.834 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.834 | 78133 | Assigned run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.834 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YjzWED +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.835 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.838 | 78134 | Recursively removing directory: /tmp/git.KM4YSl/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.839 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.839 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.842 | 89479 | Marked run 813 as finished +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.842 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.843 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.843 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.843 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.846 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.846 | 89490 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.846 | 78133 | Removed run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.846 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.846 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.846 | 78133 | Assigned run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.846 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.846 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GbgpOc +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.851 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.852 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.852 | 78137 | Recursively removing directory: /tmp/git.YjzWED/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.854 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.854 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.856 | 89487 | Marked run 814 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.857 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.858 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.861 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.861 | 89504 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.861 | 78133 | Removed run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.861 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.861 | 78133 | Assigned run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.861 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.861 | 78134 | Recursively removing directory: /tmp/git.GbgpOc/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.861 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.862 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lC2Dqh +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.863 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.863 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.866 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.866 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.867 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.870 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.870 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.870 | 89503 | Marked run 815 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.870 | 89508 | Added a new worker 6 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.870 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.870 | 78133 | Removed run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.870 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.870 | 78133 | Assigned run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.870 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iwn2Uj +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.871 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.875 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.876 | 78137 | Recursively removing directory: /tmp/git.lC2Dqh/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.876 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.878 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.878 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.880 | 89505 | Marked run 816 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.880 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.881 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.885 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.885 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.885 | 89522 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.885 | 78133 | Removed run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.885 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.885 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.885 | 78133 | Assigned run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.885 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QQcV8a +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.886 | 78134 | Recursively removing directory: /tmp/git.iwn2Uj/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.887 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.887 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.890 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.891 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.891 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.892 | 89518 | Marked run 817 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.892 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.894 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.894 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.894 | 89526 | Added a new worker 8 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.894 | 78133 | Removed run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.894 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.894 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.894 | 78133 | Assigned run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.894 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DYn3wH +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.899 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.899 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.901 | 78137 | Recursively removing directory: /tmp/git.QQcV8a/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.903 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.903 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.904 | 89523 | Marked run 818 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.905 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.907 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.909 | 78134 | Recursively removing directory: /tmp/git.DYn3wH/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.910 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.910 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.910 | 89541 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.910 | 78133 | Removed run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.910 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.910 | 78133 | Assigned run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.911 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.911 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.910 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ioTjQV +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.911 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.915 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.915 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.915 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.918 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.918 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.918 | 89544 | Added a new worker 13 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.918 | 78133 | Removed run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.918 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.918 | 78133 | Assigned run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.918 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GbKdT3 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.918 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.919 | 89540 | Marked run 819 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.919 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.923 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.925 | 78137 | Recursively removing directory: /tmp/git.ioTjQV/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.925 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.926 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.926 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.927 | 89542 | Marked run 820 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.927 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.930 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.933 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.933 | 78134 | Recursively removing directory: /tmp/git.GbKdT3/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.933 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.933 | 89559 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.933 | 78133 | Removed run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.933 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.933 | 78133 | Assigned run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.933 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.933 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Vm66X4 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.934 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.934 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.937 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.937 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.938 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.940 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.940 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.941 | 89563 | Added a new worker 13 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.941 | 78133 | Removed run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.941 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.941 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.941 | 78133 | Assigned run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.941 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1Sekla +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.942 | 89558 | Marked run 821 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.942 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.946 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.946 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.947 | 78137 | Recursively removing directory: /tmp/git.Vm66X4/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.948 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.948 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.952 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.952 | 89560 | Marked run 822 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.952 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.955 | 78134 | Recursively removing directory: /tmp/git.1Sekla/ +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.955 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.955 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.955 | 89577 | Added a new worker 9 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.955 | 78133 | Removed run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.955 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.955 | 78133 | Assigned run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.955 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.A4R7hg +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.956 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.957 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.957 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.959 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.960 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.961 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.965 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.965 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.965 | 89583 | Added a new worker 13 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.965 | 78133 | Removed run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.965 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.965 | 78133 | Assigned run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.965 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.965 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iuOPfG +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.966 | 89576 | Marked run 823 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.966 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.970 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.970 | 78137 | Recursively removing directory: /tmp/git.A4R7hg/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.971 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.972 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.972 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.975 | 89579 | Marked run 824 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.975 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.975 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.978 | 78137 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.978 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.978 | 89595 | Added a new worker 10 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.978 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.978 | 78133 | Removed run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.978 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.979 | 78133 | Assigned run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.979 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kyEf1j +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.980 | 78134 | Recursively removing directory: /tmp/git.iuOPfG/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.981 | 78134 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.981 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.983 | 78137 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.984 | 78137 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.985 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.987 | 89592 | Marked run 825 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.987 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.989 | 78134 | Waiting for a new command +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.989 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.989 | 89602 | Added a new worker 8 to the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.989 | 78133 | Removed run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.989 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.989 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.989 | 78133 | Assigned run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.989 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.av0GTO +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.994 | 78137 | Recursively removing directory: /tmp/git.kyEf1j/ +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.994 | 78134 | Checking out revision HEAD +2024-01-28 10:56:28 | INFO | 78134/cimple-worker: 2024-01-28 10:56:28.995 | 78134 | Going to run: ./ci +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.996 | 78137 | Process exit code: 0 +2024-01-28 10:56:28 | INFO | 78137/cimple-worker: 2024-01-28 10:56:28.996 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.997 | 89597 | Marked run 826 as finished +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.998 | 78131 | Waiting for new connections +2024-01-28 10:56:28 | INFO | 78131/cimple-server: 2024-01-28 10:56:28.999 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.003 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.003 | 78134 | Recursively removing directory: /tmp/git.av0GTO/ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.003 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.003 | 89613 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.003 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.003 | 78133 | Removed run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.003 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.003 | 78133 | Assigned run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.003 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mjI7jZ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.004 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.004 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.007 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.008 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.008 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.010 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.010 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.010 | 89616 | Added a new worker 13 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.010 | 78133 | Removed run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.010 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.010 | 78133 | Assigned run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.011 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.na5xTP +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.011 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.012 | 89610 | Marked run 827 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.012 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.016 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.017 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.017 | 78137 | Recursively removing directory: /tmp/git.mjI7jZ/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.019 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.019 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.021 | 89614 | Marked run 828 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.021 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.023 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.025 | 78134 | Recursively removing directory: /tmp/git.na5xTP/ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.026 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.026 | 89631 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.026 | 78133 | Removed run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.026 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.026 | 78133 | Assigned run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.026 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.026 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.026 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9nsL3R +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.027 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.027 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.030 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.031 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.032 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.033 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.033 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.033 | 89634 | Added a new worker 13 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.033 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.033 | 78133 | Removed run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.033 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.033 | 78133 | Assigned run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.033 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1GpA4O +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.037 | 89630 | Marked run 829 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.038 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.039 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.040 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.041 | 78137 | Recursively removing directory: /tmp/git.9nsL3R/ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.041 | 89632 | Marked run 830 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.041 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.043 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.043 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.046 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.048 | 78134 | Recursively removing directory: /tmp/git.1GpA4O/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.049 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.049 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.049 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.049 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.049 | 89649 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.049 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.049 | 78133 | Removed run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.050 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.050 | 78133 | Assigned run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.050 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JTgYEn +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.052 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.055 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.056 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.056 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.056 | 89651 | Added a new worker 13 to the queue +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.056 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.056 | 78133 | Removed run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.056 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.056 | 78133 | Assigned run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.056 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.057 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bdlZ36 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.058 | 89648 | Marked run 831 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.058 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.063 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.065 | 78137 | Recursively removing directory: /tmp/git.JTgYEn/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.065 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.066 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.066 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.067 | 89650 | Marked run 832 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.067 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.069 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.073 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.073 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.073 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0PpeFD +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.073 | 89667 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.073 | 78133 | Removed run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.073 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.073 | 78133 | Assigned run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.073 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.074 | 78134 | Recursively removing directory: /tmp/git.bdlZ36/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.075 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.075 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.077 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.077 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.080 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.083 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.084 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.084 | 89665 | Marked run 833 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.084 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.085 | 89676 | Added a new worker 6 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.085 | 78133 | Removed run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.085 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.085 | 78133 | Assigned run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.085 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.84IpR4 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.085 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.086 | 78137 | Recursively removing directory: /tmp/git.0PpeFD/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.088 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.088 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.090 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.091 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.091 | 89670 | Marked run 834 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.091 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.091 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.094 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.094 | 89681 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.094 | 78133 | Removed run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.094 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.094 | 78133 | Assigned run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.094 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.094 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.F0ozLy +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.095 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.099 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.100 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.100 | 78134 | Recursively removing directory: /tmp/git.84IpR4/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.102 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.102 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.104 | 89677 | Marked run 835 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.104 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.105 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.109 | 78137 | Recursively removing directory: /tmp/git.F0ozLy/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.109 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.109 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.109 | 89694 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.109 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.109 | 78133 | Removed run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.109 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.109 | 78133 | Assigned run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.109 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wusv8B +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.110 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.110 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.113 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.114 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.115 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.118 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.119 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.119 | 89703 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.119 | 78133 | Removed run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.119 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.119 | 78133 | Assigned run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.120 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3zvHeQ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.120 | 89691 | Marked run 836 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.120 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.120 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.123 | 78134 | Recursively removing directory: /tmp/git.wusv8B/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.124 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.124 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.124 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.125 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.127 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.128 | 89696 | Marked run 837 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.128 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.130 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.130 | 89710 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.130 | 78133 | Removed run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.130 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.130 | 78133 | Assigned run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.130 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.130 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JEtiS9 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.131 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.135 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.136 | 78137 | Recursively removing directory: /tmp/git.3zvHeQ/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.136 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.138 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.138 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.140 | 89705 | Marked run 838 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.140 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.141 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.144 | 78134 | Recursively removing directory: /tmp/git.JEtiS9/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.145 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.145 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.145 | 89721 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.145 | 78133 | Removed run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.145 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.145 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.145 | 78133 | Assigned run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.145 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AfpEZs +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.146 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.146 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.149 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.149 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.150 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.152 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.152 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.152 | 89724 | Added a new worker 13 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.152 | 78133 | Removed run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.152 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.152 | 78133 | Assigned run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.152 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cqp9Wt +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.153 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.156 | 89718 | Marked run 839 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.156 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.158 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.159 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.160 | 78137 | Recursively removing directory: /tmp/git.AfpEZs/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.162 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.162 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.164 | 89722 | Marked run 840 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.164 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.165 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.168 | 78134 | Recursively removing directory: /tmp/git.cqp9Wt/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.169 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.169 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.169 | 89739 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.169 | 78133 | Removed run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.169 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.169 | 78133 | Assigned run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.169 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.169 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RER0yO +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.169 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.169 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.172 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.174 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.175 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.175 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.175 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.175 | 89742 | Added a new worker 13 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.175 | 78133 | Removed run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.175 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.175 | 78133 | Assigned run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.176 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Orcrdf +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.176 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.180 | 89738 | Marked run 841 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.181 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.181 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.182 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.184 | 89740 | Marked run 842 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.184 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.185 | 78137 | Recursively removing directory: /tmp/git.RER0yO/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.186 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.186 | 78137 | Process output: 415085 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.189 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.190 | 78134 | Recursively removing directory: /tmp/git.Orcrdf/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.192 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.192 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.193 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.193 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.193 | 89757 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.193 | 78133 | Removed run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.193 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.193 | 78133 | Assigned run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.193 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.194 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wmRhXo +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.196 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.198 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.199 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.199 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.200 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.200 | 89760 | Added a new worker 13 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.200 | 78133 | Removed run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.200 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.200 | 78133 | Assigned run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.200 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.200 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.17ZWNh +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.201 | 89756 | Marked run 843 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.201 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.205 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.206 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.209 | 78137 | Recursively removing directory: /tmp/git.wmRhXo/ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.211 | 89758 | Marked run 844 as finished +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.211 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.211 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.211 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.214 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.215 | 78134 | Recursively removing directory: /tmp/git.17ZWNh/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.217 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.217 | 78134 | Process output: 415085 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.218 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.218 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.218 | 89775 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.218 | 78133 | Removed run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.218 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.218 | 78133 | Assigned run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.218 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.218 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.edYrFS +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.221 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.223 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.224 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.224 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.225 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.225 | 89778 | Added a new worker 13 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.225 | 78133 | Removed run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.225 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.225 | 78133 | Assigned run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.225 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.u62CJC +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.226 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.226 | 89774 | Marked run 845 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.227 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.230 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.231 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.233 | 89776 | Marked run 846 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.233 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.234 | 78137 | Recursively removing directory: /tmp/git.edYrFS/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.235 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.235 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.239 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.240 | 78134 | Recursively removing directory: /tmp/git.u62CJC/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.241 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.241 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.242 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.242 | 89793 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.242 | 78133 | Removed run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.242 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.242 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.242 | 78133 | Assigned run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.242 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.242 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JgNgri +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.245 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.246 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.247 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.248 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.248 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.248 | 89796 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.248 | 78133 | Removed run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.248 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.248 | 78133 | Assigned run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.248 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.i5dkWO +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.249 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.254 | 89792 | Marked run 847 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.254 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.255 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.256 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.257 | 78137 | Recursively removing directory: /tmp/git.JgNgri/ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.258 | 89794 | Marked run 848 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.259 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.259 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.259 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.262 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.264 | 78134 | Recursively removing directory: /tmp/git.i5dkWO/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.265 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.265 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.265 | 89811 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.265 | 78133 | Removed run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.265 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.266 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.266 | 78133 | Assigned run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.266 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.266 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.266 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FQIBdn +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.268 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.271 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.272 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.272 | 89813 | Added a new worker 13 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.272 | 78133 | Removed run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.272 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.272 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.272 | 78133 | Assigned run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.272 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Y39V4j +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.274 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.275 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.275 | 89810 | Marked run 849 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.276 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.277 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.278 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.281 | 89812 | Marked run 850 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.281 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.284 | 78137 | Recursively removing directory: /tmp/git.FQIBdn/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.285 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.285 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.288 | 78134 | Recursively removing directory: /tmp/git.Y39V4j/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.289 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.289 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.289 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.292 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.292 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.292 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.292 | 89830 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.292 | 78133 | Removed run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.292 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.292 | 78133 | Assigned run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.292 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.292 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xxVH4a +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.295 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.295 | 89831 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.295 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.295 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2tCrjx +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.295 | 78133 | Removed run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.295 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.295 | 78133 | Assigned run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.297 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.297 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.299 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.301 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.301 | 89828 | Marked run 851 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.301 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.302 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.306 | 89829 | Marked run 852 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.306 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.307 | 78137 | Recursively removing directory: /tmp/git.xxVH4a/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.309 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.309 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.311 | 78134 | Recursively removing directory: /tmp/git.2tCrjx/ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.313 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.313 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.313 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.317 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.317 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.317 | 89847 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.317 | 78133 | Removed run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.317 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.317 | 78133 | Assigned run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.317 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.317 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.22cqvj +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.317 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.321 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.321 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.321 | 89849 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.321 | 78133 | Removed run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.321 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.321 | 78133 | Assigned run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.322 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.djLW4d +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.322 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.323 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.324 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.327 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.327 | 89846 | Marked run 853 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.327 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.328 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.331 | 89848 | Marked run 854 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.331 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.334 | 78137 | Recursively removing directory: /tmp/git.22cqvj/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.336 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.336 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.337 | 78134 | Recursively removing directory: /tmp/git.djLW4d/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.338 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.338 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.340 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.343 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.343 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.343 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.343 | 89866 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.343 | 78133 | Removed run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.343 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.344 | 78133 | Assigned run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.344 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9cAtxO +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.344 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.346 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.346 | 89867 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.347 | 78133 | Removed run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.347 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.347 | 78133 | Assigned run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.346 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.347 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8AFdCS +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.347 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.348 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.350 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.352 | 89864 | Marked run 855 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.352 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.353 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.354 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.356 | 89865 | Marked run 856 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.357 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.359 | 78137 | Recursively removing directory: /tmp/git.9cAtxO/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.361 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.361 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.362 | 78134 | Recursively removing directory: /tmp/git.8AFdCS/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.364 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.364 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.364 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.366 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.367 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.367 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.367 | 89884 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.367 | 78133 | Removed run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.367 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.367 | 78133 | Assigned run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.367 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7SZwOe +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.368 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.370 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.370 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.370 | 89885 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.370 | 78133 | Removed run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.370 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.370 | 78133 | Assigned run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.370 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.370 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8qQ6mz +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.372 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.373 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.376 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.377 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.378 | 89882 | Marked run 857 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.378 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.382 | 89883 | Marked run 858 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.382 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.383 | 78137 | Recursively removing directory: /tmp/git.7SZwOe/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.385 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.385 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.386 | 78134 | Recursively removing directory: /tmp/git.8qQ6mz/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.387 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.387 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.388 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.390 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.391 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.391 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.391 | 89902 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.391 | 78133 | Removed run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.391 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.391 | 78133 | Assigned run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.391 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Avi4pU +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.392 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.393 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.393 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.393 | 89903 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.393 | 78133 | Removed run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.393 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.393 | 78133 | Assigned run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.394 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.394 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EhEuYW +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.396 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.398 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.400 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.400 | 89900 | Marked run 859 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.401 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.401 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.404 | 89901 | Marked run 860 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.404 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.406 | 78137 | Recursively removing directory: /tmp/git.Avi4pU/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.407 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.408 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.410 | 78134 | Recursively removing directory: /tmp/git.EhEuYW/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.411 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.411 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.411 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.415 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.415 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.415 | 89919 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.415 | 78133 | Removed run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.415 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.415 | 78133 | Assigned run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.415 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.416 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b04LNe +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.416 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.419 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.420 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.420 | 89921 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.420 | 78133 | Removed run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.420 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.420 | 78133 | Assigned run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.420 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.420 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.420 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mK0yN3 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.422 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.425 | 89918 | Marked run 861 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.425 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.426 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.427 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.428 | 89920 | Marked run 862 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.429 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.431 | 78137 | Recursively removing directory: /tmp/git.b04LNe/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.433 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.433 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.435 | 78134 | Recursively removing directory: /tmp/git.mK0yN3/ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.436 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.437 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.437 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.439 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.439 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.439 | 89937 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.439 | 78133 | Removed run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.439 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.439 | 78133 | Assigned run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.439 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HqsUwT +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.440 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.443 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.443 | 89939 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.443 | 78133 | Removed run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.443 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.443 | 78133 | Assigned run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.443 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.443 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sCxfj6 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.444 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.444 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.445 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.449 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.450 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.450 | 89936 | Marked run 863 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.450 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.454 | 89938 | Marked run 864 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.454 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.455 | 78137 | Recursively removing directory: /tmp/git.HqsUwT/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.456 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.456 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.459 | 78134 | Recursively removing directory: /tmp/git.sCxfj6/ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.460 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.460 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.460 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.463 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.463 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.463 | 89955 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.463 | 78133 | Removed run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.463 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.463 | 78133 | Assigned run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.463 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YBB35U +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.463 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.463 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.466 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.466 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.467 | 89957 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.467 | 78133 | Removed run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.467 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.467 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.467 | 78133 | Assigned run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.467 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ysqDhm +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.468 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.469 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.472 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.473 | 89954 | Marked run 865 as finished +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.474 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.474 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.477 | 89956 | Marked run 866 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.477 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.478 | 78137 | Recursively removing directory: /tmp/git.YBB35U/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.479 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.479 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.482 | 78134 | Recursively removing directory: /tmp/git.ysqDhm/ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.483 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.484 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.484 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.486 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.486 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.486 | 89973 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.486 | 78133 | Removed run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.486 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.486 | 78133 | Assigned run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.486 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.487 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4Fh8CM +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.488 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.491 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.492 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.492 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.492 | 89975 | Added a new worker 14 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.492 | 78133 | Removed run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.492 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.492 | 78133 | Assigned run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.492 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.492 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rwo50y +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.493 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.496 | 89972 | Marked run 867 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.497 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.500 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.501 | 89974 | Marked run 868 as finished +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.501 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.501 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.501 | 78137 | Recursively removing directory: /tmp/git.4Fh8CM/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.503 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.503 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.506 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.509 | 78134 | Recursively removing directory: /tmp/git.rwo50y/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.509 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.509 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.509 | 89991 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.509 | 78133 | Removed run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.509 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.509 | 78133 | Assigned run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.509 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.510 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.f31Xae +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.510 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.510 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.514 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.514 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.515 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.517 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.517 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.517 | 89995 | Added a new worker 13 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.517 | 78133 | Removed run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.517 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.517 | 78133 | Assigned run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.518 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kp5S2E +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.518 | 89990 | Marked run 869 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.518 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.518 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.522 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.523 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.524 | 78137 | Recursively removing directory: /tmp/git.f31Xae/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.526 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.526 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.527 | 89992 | Marked run 870 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.527 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.529 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.532 | 78134 | Recursively removing directory: /tmp/git.kp5S2E/ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.533 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.533 | 90009 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.533 | 78133 | Removed run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.533 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.533 | 78133 | Assigned run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.533 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.533 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zl8OXn +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.533 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.533 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.533 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.536 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.538 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.538 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.539 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.539 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.539 | 90012 | Added a new worker 13 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.539 | 78133 | Removed run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.539 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.539 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.539 | 78133 | Assigned run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.539 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pjsyTW +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.542 | 90008 | Marked run 871 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.542 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.545 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.546 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.548 | 78137 | Recursively removing directory: /tmp/git.zl8OXn/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.550 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.550 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.550 | 90010 | Marked run 872 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.550 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.554 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.555 | 78134 | Recursively removing directory: /tmp/git.pjsyTW/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.556 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.556 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.557 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.557 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.557 | 90027 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.557 | 78133 | Removed run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.557 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.557 | 78133 | Assigned run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.557 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.557 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RFVHRF +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.559 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.561 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.562 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.562 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.562 | 90029 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.562 | 78133 | Removed run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.562 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.562 | 78133 | Assigned run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.562 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.562 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.A1woOt +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.563 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.568 | 90026 | Marked run 873 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.568 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.568 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.569 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.571 | 90028 | Marked run 874 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.572 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.572 | 78137 | Recursively removing directory: /tmp/git.RFVHRF/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.573 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.573 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.577 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.577 | 78134 | Recursively removing directory: /tmp/git.A1woOt/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.578 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.578 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.579 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.579 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.579 | 90045 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.579 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.580 | 78133 | Removed run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.580 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.580 | 78133 | Assigned run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.580 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DqSuuw +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.582 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.584 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.585 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.586 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.586 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.586 | 90047 | Added a new worker 13 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.586 | 78133 | Removed run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.586 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.586 | 78133 | Assigned run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.586 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Kq9rdq +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.586 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.587 | 90044 | Marked run 875 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.587 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.591 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.592 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.595 | 78137 | Recursively removing directory: /tmp/git.DqSuuw/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.597 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.597 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.598 | 90046 | Marked run 876 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.598 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.600 | 78134 | Recursively removing directory: /tmp/git.Kq9rdq/ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.601 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.601 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.601 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.604 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.604 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.604 | 90063 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.604 | 78133 | Removed run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.604 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.605 | 78133 | Assigned run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.605 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QxEF5W +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.605 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.605 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.609 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.609 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.609 | 90065 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.609 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.610 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.610 | 78133 | Removed run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.610 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.610 | 78133 | Assigned run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.610 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.y7a5dL +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.610 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.614 | 90062 | Marked run 877 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.614 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.616 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.617 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.619 | 90064 | Marked run 878 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.619 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.619 | 78137 | Recursively removing directory: /tmp/git.QxEF5W/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.620 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.620 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.623 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.625 | 78134 | Recursively removing directory: /tmp/git.y7a5dL/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.627 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.627 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.627 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.627 | 90081 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.627 | 78133 | Removed run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.627 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.627 | 78133 | Assigned run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.627 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.627 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.628 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4DUhch +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.630 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.632 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.633 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.633 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.633 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.633 | 90083 | Added a new worker 13 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.633 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.633 | 78133 | Removed run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.633 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.633 | 78133 | Assigned run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.634 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lWmgbC +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.637 | 90080 | Marked run 879 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.638 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.640 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.641 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.642 | 90082 | Marked run 880 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.643 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.643 | 78137 | Recursively removing directory: /tmp/git.4DUhch/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.644 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.644 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.647 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.649 | 78134 | Recursively removing directory: /tmp/git.lWmgbC/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.651 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.651 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.651 | 90099 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.651 | 78133 | Removed run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.651 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.651 | 78133 | Assigned run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.651 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.651 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.651 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.651 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SLswld +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.654 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.655 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.656 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.657 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.657 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.657 | 90102 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.657 | 78133 | Removed run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.657 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.657 | 78133 | Assigned run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.657 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.s3Zufd +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.657 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.661 | 90098 | Marked run 881 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.662 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.663 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.664 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.666 | 78137 | Recursively removing directory: /tmp/git.SLswld/ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.667 | 90100 | Marked run 882 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.667 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.667 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.667 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.670 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.672 | 78134 | Recursively removing directory: /tmp/git.s3Zufd/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.674 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.674 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.674 | 90117 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.674 | 78133 | Removed run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.674 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.674 | 78133 | Assigned run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.674 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.674 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.674 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.674 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zwPxJG +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.677 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.678 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.679 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.680 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.680 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.680 | 90120 | Added a new worker 13 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.680 | 78133 | Removed run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.680 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.680 | 78133 | Assigned run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.680 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.680 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EQa2RB +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.683 | 90116 | Marked run 883 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.684 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.685 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.687 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.689 | 78137 | Recursively removing directory: /tmp/git.zwPxJG/ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.689 | 90118 | Marked run 884 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.689 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.690 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.690 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.693 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.695 | 78134 | Recursively removing directory: /tmp/git.EQa2RB/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.696 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.696 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.697 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.697 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.697 | 90135 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.697 | 78133 | Removed run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.697 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.697 | 78133 | Assigned run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.697 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sKLx5e +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.698 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.700 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.703 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.703 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.703 | 90137 | Added a new worker 13 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.703 | 78133 | Removed run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.703 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.703 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.703 | 78133 | Assigned run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.704 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3LbAOJ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.706 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.707 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.708 | 90134 | Marked run 885 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.709 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.710 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.711 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.712 | 90136 | Marked run 886 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.712 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.716 | 78137 | Recursively removing directory: /tmp/git.sKLx5e/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.717 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.717 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.719 | 78134 | Recursively removing directory: /tmp/git.3LbAOJ/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.720 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.720 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.721 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.725 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.725 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.725 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.725 | 90154 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.725 | 78133 | Removed run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.725 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.725 | 78133 | Assigned run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.725 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.725 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mUgzlY +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.728 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.728 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.728 | 90155 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.728 | 78133 | Removed run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.728 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.728 | 78133 | Assigned run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.728 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.729 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TE0toA +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.730 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.732 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.734 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.734 | 90152 | Marked run 887 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.734 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.735 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.737 | 90153 | Marked run 888 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.738 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.741 | 78137 | Recursively removing directory: /tmp/git.mUgzlY/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.743 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.743 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.744 | 78134 | Recursively removing directory: /tmp/git.TE0toA/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.745 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.745 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.746 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.748 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.749 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.749 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.749 | 90172 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.749 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.749 | 78133 | Removed run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.749 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.749 | 78133 | Assigned run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.749 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gqXsXV +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.751 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.751 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.751 | 90173 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.751 | 78133 | Removed run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.751 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.751 | 78133 | Assigned run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.752 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.752 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hYrRsQ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.754 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.754 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.757 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.758 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.759 | 90170 | Marked run 889 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.760 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.763 | 90171 | Marked run 890 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.763 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.764 | 78137 | Recursively removing directory: /tmp/git.gqXsXV/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.766 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.766 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.767 | 78134 | Recursively removing directory: /tmp/git.hYrRsQ/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.769 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.769 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.769 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.771 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.772 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.772 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.772 | 90190 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.772 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.772 | 78133 | Removed run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.772 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.772 | 78133 | Assigned run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.772 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lrZZMT +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.775 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.775 | 90191 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.775 | 78133 | Removed run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.775 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.775 | 78133 | Assigned run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.775 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.775 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.775 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8RizPP +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.777 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.778 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.780 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.782 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.782 | 90188 | Marked run 891 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.782 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.785 | 90189 | Marked run 892 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.785 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.787 | 78137 | Recursively removing directory: /tmp/git.lrZZMT/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.788 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.788 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.790 | 78134 | Recursively removing directory: /tmp/git.8RizPP/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.791 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.791 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.792 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.794 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.794 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.795 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.795 | 90208 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.795 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.795 | 78133 | Removed run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.795 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.795 | 78133 | Assigned run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.795 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5WwKqu +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.798 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.798 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.798 | 90209 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.798 | 78133 | Removed run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.798 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.798 | 78133 | Assigned run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.798 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.799 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oo04Ww +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.800 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.801 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.804 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.805 | 90206 | Marked run 893 as finished +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.805 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.805 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.808 | 90207 | Marked run 894 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.808 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.811 | 78137 | Recursively removing directory: /tmp/git.5WwKqu/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.813 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.813 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.814 | 78134 | Recursively removing directory: /tmp/git.oo04Ww/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.815 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.815 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.815 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.818 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.818 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.818 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.818 | 90226 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.818 | 78133 | Removed run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.818 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.819 | 78133 | Assigned run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.819 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CDEsXd +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.819 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.821 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.821 | 90227 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.821 | 78133 | Removed run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.821 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.821 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.821 | 78133 | Assigned run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.821 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.821 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.evuutn +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.823 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.825 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.826 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.827 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.828 | 90224 | Marked run 895 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.828 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.831 | 90225 | Marked run 896 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.831 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.834 | 78137 | Recursively removing directory: /tmp/git.CDEsXd/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.836 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.836 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.837 | 78134 | Recursively removing directory: /tmp/git.evuutn/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.838 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.838 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.840 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.843 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.843 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.843 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.843 | 90244 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.843 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.843 | 78133 | Removed run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.843 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.843 | 78133 | Assigned run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.844 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EfsK0p +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.846 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.846 | 90245 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.846 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.846 | 78133 | Removed run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.846 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.846 | 78133 | Assigned run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.848 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.849 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.846 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.846 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.I7BuZ4 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.852 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.853 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.854 | 90242 | Marked run 897 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.854 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.857 | 90243 | Marked run 898 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.857 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.858 | 78137 | Recursively removing directory: /tmp/git.EfsK0p/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.860 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.860 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.861 | 78134 | Recursively removing directory: /tmp/git.I7BuZ4/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.863 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.863 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.863 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.865 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.866 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.866 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.866 | 90262 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.866 | 78133 | Removed run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.866 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.866 | 78133 | Assigned run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.866 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.866 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Y1bOnz +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.869 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.869 | 90263 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.869 | 78133 | Removed run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.869 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.869 | 78133 | Assigned run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.869 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.869 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.869 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PWIGIr +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.871 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.873 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.875 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.875 | 90260 | Marked run 899 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.876 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.876 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.879 | 90261 | Marked run 900 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.879 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.882 | 78137 | Recursively removing directory: /tmp/git.Y1bOnz/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.884 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.884 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.885 | 78134 | Recursively removing directory: /tmp/git.PWIGIr/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.886 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.886 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.887 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.889 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.890 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.890 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.890 | 90280 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.890 | 78133 | Removed run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.890 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.890 | 78133 | Assigned run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.890 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.890 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.J1AhEQ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.893 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.893 | 90281 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.893 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.893 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.893 | 78133 | Removed run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.893 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.893 | 78133 | Assigned run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.894 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.11ADbU +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.894 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.895 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.899 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.900 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.901 | 90278 | Marked run 901 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.901 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.904 | 90279 | Marked run 902 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.904 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.904 | 78137 | Recursively removing directory: /tmp/git.J1AhEQ/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.906 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.906 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.909 | 78134 | Recursively removing directory: /tmp/git.11ADbU/ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.909 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.910 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.910 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.913 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.913 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.913 | 90297 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.913 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.913 | 78133 | Removed run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.913 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.913 | 78133 | Assigned run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.913 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.X5I0v7 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.914 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.917 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.917 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.917 | 90299 | Added a new worker 12 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.917 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.917 | 78133 | Removed run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.917 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.917 | 78133 | Assigned run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.917 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WJTUBx +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.918 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.919 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.923 | 90296 | Marked run 903 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.923 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.924 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.927 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.928 | 78137 | Recursively removing directory: /tmp/git.X5I0v7/ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.929 | 90298 | Marked run 904 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.929 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.929 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.929 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.933 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.935 | 78134 | Recursively removing directory: /tmp/git.WJTUBx/ +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.936 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.936 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.936 | 90315 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.936 | 78133 | Removed run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.936 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.936 | 78133 | Assigned run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.936 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Rc7gfa +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.937 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.937 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.937 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.941 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.941 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.942 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.944 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.944 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.944 | 90318 | Added a new worker 13 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.944 | 78133 | Removed run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.944 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.944 | 78133 | Assigned run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.944 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.945 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JZ9s5R +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.945 | 90314 | Marked run 905 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.945 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.949 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.951 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.951 | 78137 | Recursively removing directory: /tmp/git.Rc7gfa/ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.953 | 90316 | Marked run 906 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.953 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.953 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.953 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.956 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.959 | 78134 | Recursively removing directory: /tmp/git.JZ9s5R/ +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.960 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.960 | 90333 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.960 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.960 | 78133 | Removed run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.960 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.960 | 78133 | Assigned run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.960 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.960 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Lw7iZA +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.961 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.961 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.964 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.964 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.965 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.969 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.969 | 90340 | Added a new worker 13 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.969 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.969 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.970 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bkbex5 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.969 | 78133 | Removed run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.969 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.969 | 78133 | Assigned run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.970 | 90332 | Marked run 907 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.970 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.974 | 78137 | Recursively removing directory: /tmp/git.Lw7iZA/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.974 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.975 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.975 | 78137 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.975 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.978 | 90335 | Marked run 908 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.979 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.979 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.982 | 78137 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.982 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.982 | 90351 | Added a new worker 10 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.982 | 78133 | Removed run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.982 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.982 | 78133 | Assigned run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.983 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0w4crC +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.983 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.984 | 78134 | Recursively removing directory: /tmp/git.bkbex5/ +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.985 | 78134 | Process exit code: 0 +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.985 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.987 | 78137 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.988 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.988 | 78137 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.991 | 78134 | Waiting for a new command +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.991 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.991 | 90355 | Added a new worker 13 to the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.991 | 78133 | Removed run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.991 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.991 | 78133 | Assigned run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.991 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.992 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qOX8pK +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.992 | 90346 | Marked run 909 as finished +2024-01-28 10:56:29 | INFO | 78131/cimple-server: 2024-01-28 10:56:29.993 | 78131 | Waiting for new connections +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.997 | 78134 | Checking out revision HEAD +2024-01-28 10:56:29 | INFO | 78134/cimple-worker: 2024-01-28 10:56:29.998 | 78134 | Going to run: ./ci +2024-01-28 10:56:29 | INFO | 78137/cimple-worker: 2024-01-28 10:56:29.998 | 78137 | Recursively removing directory: /tmp/git.0w4crC/ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.000 | 90352 | Marked run 910 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.000 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.000 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.000 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.003 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.006 | 78134 | Recursively removing directory: /tmp/git.qOX8pK/ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.006 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.007 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.007 | 90369 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.007 | 78133 | Removed run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.007 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.007 | 78133 | Assigned run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.007 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.007 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pj0qSv +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.008 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.008 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.010 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.012 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.013 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.013 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.013 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.013 | 90371 | Added a new worker 14 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.013 | 78133 | Removed run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.013 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.014 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.014 | 78133 | Assigned run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.014 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yZUmTe +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.017 | 90368 | Marked run 911 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.017 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.019 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.020 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.022 | 78137 | Recursively removing directory: /tmp/git.pj0qSv/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.024 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.024 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.024 | 90370 | Marked run 912 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.024 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.027 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.029 | 78134 | Recursively removing directory: /tmp/git.yZUmTe/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.030 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.030 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.031 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.031 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.031 | 90387 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.031 | 78133 | Removed run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.031 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.031 | 78133 | Assigned run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.031 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4iVhmj +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.032 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.033 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.036 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.037 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.037 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.037 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.037 | 90389 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.037 | 78133 | Removed run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.037 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.037 | 78133 | Assigned run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.037 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.037 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FlSk7V +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.042 | 90386 | Marked run 913 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.042 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.044 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.045 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.046 | 78137 | Recursively removing directory: /tmp/git.4iVhmj/ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.047 | 90388 | Marked run 914 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.047 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.048 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.048 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.051 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.053 | 78134 | Recursively removing directory: /tmp/git.FlSk7V/ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.054 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.054 | 90405 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.054 | 78133 | Removed run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.055 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.055 | 78133 | Assigned run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.055 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.055 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.055 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.054 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.055 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sP3zZX +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.058 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.059 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.060 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.061 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.061 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.061 | 90408 | Added a new worker 13 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.061 | 78133 | Removed run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.061 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.061 | 78133 | Assigned run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.062 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.062 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BgDgzW +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.064 | 90404 | Marked run 915 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.064 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.067 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.068 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.071 | 78137 | Recursively removing directory: /tmp/git.sP3zZX/ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.073 | 90406 | Marked run 916 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.073 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.074 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.074 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.077 | 78134 | Recursively removing directory: /tmp/git.BgDgzW/ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.078 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.078 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.078 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.081 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.081 | 90423 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.081 | 78133 | Removed run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.081 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.081 | 78133 | Assigned run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.081 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.081 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KLiViW +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.083 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.083 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.086 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.087 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.087 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.087 | 90425 | Added a new worker 13 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.087 | 78133 | Removed run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.087 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.087 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.087 | 78133 | Assigned run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.087 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.087 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OfDfY6 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.090 | 90422 | Marked run 917 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.091 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.092 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.094 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.096 | 90424 | Marked run 918 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.096 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.096 | 78137 | Recursively removing directory: /tmp/git.KLiViW/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.097 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.097 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.101 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.102 | 78134 | Recursively removing directory: /tmp/git.OfDfY6/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.103 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.103 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.104 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.104 | 90441 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.104 | 78133 | Removed run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.104 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.105 | 78133 | Assigned run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.105 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.104 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.105 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mKSOvM +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.107 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.109 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.110 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.111 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.111 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.111 | 90444 | Added a new worker 13 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.111 | 78133 | Removed run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.111 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.111 | 78133 | Assigned run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.111 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.112 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JkmPst +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.112 | 90440 | Marked run 919 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.112 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.116 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.117 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.119 | 78137 | Recursively removing directory: /tmp/git.mKSOvM/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.121 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.121 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.122 | 90442 | Marked run 920 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.122 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.124 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.126 | 78134 | Recursively removing directory: /tmp/git.JkmPst/ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.127 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.127 | 90459 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.127 | 78133 | Removed run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.127 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.127 | 78133 | Assigned run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.127 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.127 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.127 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.127 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qtVGaS +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.127 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.130 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.132 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.133 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.133 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.133 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Aluxub +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.133 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.133 | 90461 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.133 | 78133 | Removed run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.133 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.133 | 78133 | Assigned run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.133 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.137 | 90458 | Marked run 921 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.138 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.138 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.139 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.142 | 78137 | Recursively removing directory: /tmp/git.qtVGaS/ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.142 | 90460 | Marked run 922 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.142 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.144 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.144 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.147 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.147 | 78134 | Recursively removing directory: /tmp/git.Aluxub/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.148 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.148 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.150 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.150 | 90477 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.150 | 78133 | Removed run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.150 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.150 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.150 | 78133 | Assigned run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.150 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.150 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9xbgth +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.152 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.154 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.155 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.156 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.156 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.156 | 90480 | Added a new worker 13 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.156 | 78133 | Removed run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.156 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.156 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.156 | 78133 | Assigned run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.156 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ieObZe +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.161 | 90476 | Marked run 923 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.162 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.162 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.163 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.164 | 78137 | Recursively removing directory: /tmp/git.9xbgth/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.167 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.167 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.169 | 90478 | Marked run 924 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.169 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.171 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.172 | 78134 | Recursively removing directory: /tmp/git.ieObZe/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.173 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.173 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.174 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.174 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.174 | 90495 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.174 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.174 | 78133 | Removed run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.174 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.174 | 78133 | Assigned run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.174 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FnhgAK +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.176 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.179 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.179 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.179 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.179 | 90497 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.179 | 78133 | Removed run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.179 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.179 | 78133 | Assigned run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.179 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cXApjq +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.180 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.180 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.184 | 90494 | Marked run 925 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.185 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.185 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.187 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.189 | 90496 | Marked run 926 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.189 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.189 | 78137 | Recursively removing directory: /tmp/git.FnhgAK/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.190 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.190 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.194 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.195 | 78134 | Recursively removing directory: /tmp/git.cXApjq/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.196 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.196 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.197 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.197 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.197 | 90513 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.197 | 78133 | Removed run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.197 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.197 | 78133 | Assigned run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.197 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.197 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fJndzp +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.199 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.202 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.202 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.202 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.202 | 90515 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.202 | 78133 | Removed run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.202 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.202 | 78133 | Assigned run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.202 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.202 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BtKTZA +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.203 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.206 | 90512 | Marked run 927 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.206 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.208 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.208 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.211 | 90514 | Marked run 928 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.211 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.213 | 78137 | Recursively removing directory: /tmp/git.fJndzp/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.214 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.214 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.217 | 78134 | Recursively removing directory: /tmp/git.BtKTZA/ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.218 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.218 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.218 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.221 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.221 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.221 | 90531 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.221 | 78133 | Removed run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.221 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.221 | 78133 | Assigned run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.221 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.221 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.221 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jwjnPP +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.224 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.224 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.224 | 90533 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.224 | 78133 | Removed run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.224 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.224 | 78133 | Assigned run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.224 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.225 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DZb2NC +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.226 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.227 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.230 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.231 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.231 | 90530 | Marked run 929 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.232 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.235 | 90532 | Marked run 930 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.235 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.236 | 78137 | Recursively removing directory: /tmp/git.jwjnPP/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.238 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.238 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.240 | 78134 | Recursively removing directory: /tmp/git.DZb2NC/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.241 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.241 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.242 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.245 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.245 | 90549 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.245 | 78133 | Removed run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.245 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.245 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.245 | 78133 | Assigned run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.245 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.246 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ctyqxg +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.246 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.249 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.249 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.249 | 90551 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.250 | 78133 | Removed run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.250 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.250 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.250 | 78133 | Assigned run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.250 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TZJNE2 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.251 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.252 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.254 | 90548 | Marked run 931 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.254 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.256 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.257 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.258 | 90550 | Marked run 932 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.258 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.262 | 78137 | Recursively removing directory: /tmp/git.Ctyqxg/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.263 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.263 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.265 | 78134 | Recursively removing directory: /tmp/git.TZJNE2/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.267 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.267 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.267 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.270 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.270 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.270 | 90567 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.270 | 78133 | Removed run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.270 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.270 | 78133 | Assigned run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.271 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lBhOUz +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.271 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.271 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.275 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.275 | 90569 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.275 | 78133 | Removed run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.275 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.275 | 78133 | Assigned run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.275 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.275 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.275 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FZwbPn +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.276 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.277 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.279 | 90566 | Marked run 933 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.280 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.281 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.282 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.284 | 90568 | Marked run 934 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.285 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.286 | 78137 | Recursively removing directory: /tmp/git.lBhOUz/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.288 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.288 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.291 | 78134 | Recursively removing directory: /tmp/git.FZwbPn/ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.291 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.292 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.292 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.295 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.295 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.295 | 90585 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.295 | 78133 | Removed run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.295 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.295 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.295 | 78133 | Assigned run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.295 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P3R5cR +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.296 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.299 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.299 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.300 | 90587 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.300 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.300 | 78133 | Removed run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.300 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.300 | 78133 | Assigned run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.300 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.300 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VDmmTH +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.301 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.305 | 90584 | Marked run 935 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.305 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.306 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.307 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.310 | 78137 | Recursively removing directory: /tmp/git.P3R5cR/ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.310 | 90586 | Marked run 936 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.311 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.311 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.311 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.316 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.317 | 78134 | Recursively removing directory: /tmp/git.VDmmTH/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.318 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.318 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.319 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.320 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Gv19ad +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.319 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.319 | 90603 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.319 | 78133 | Removed run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.319 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.319 | 78133 | Assigned run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.320 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.322 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.326 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.326 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.326 | 90605 | Added a new worker 13 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.326 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.326 | 78133 | Removed run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.326 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.326 | 78133 | Assigned run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.326 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KCjQvJ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.444 | 90602 | Marked run 937 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.444 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.446 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.446 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.447 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.447 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.448 | 90604 | Marked run 938 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.448 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.455 | 78134 | Recursively removing directory: /tmp/git.KCjQvJ/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.456 | 78137 | Recursively removing directory: /tmp/git.Gv19ad/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.457 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.457 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.457 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.457 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.459 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.460 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.462 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.462 | 90622 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.462 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.462 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.464 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.464 | 90623 | Added a new worker 15 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.464 | 78133 | Removed run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.464 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.464 | 78133 | Assigned run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.464 | 78133 | Removed run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.464 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.464 | 78133 | Assigned run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.464 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.464 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.464 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cEBU3O +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.464 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BoSNCU +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.469 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.469 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.469 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.470 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.473 | 90621 | Marked run 939 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.474 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.477 | 90620 | Marked run 940 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.477 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.479 | 78134 | Recursively removing directory: /tmp/git.cEBU3O/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.480 | 78137 | Recursively removing directory: /tmp/git.BoSNCU/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.480 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.480 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.481 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.481 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.483 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.484 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.486 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.486 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.486 | 90640 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.486 | 78133 | Removed run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.486 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.486 | 78133 | Assigned run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.486 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.486 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oSkp3z +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.487 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.487 | 90641 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.487 | 78133 | Removed run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.487 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.487 | 78133 | Assigned run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.487 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.487 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.d7lXjS +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.488 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.494 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.495 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.495 | 90638 | Marked run 941 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.495 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.495 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.496 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.499 | 90639 | Marked run 942 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.499 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.503 | 78137 | Recursively removing directory: /tmp/git.d7lXjS/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.504 | 78134 | Recursively removing directory: /tmp/git.oSkp3z/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.504 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.504 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.505 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.505 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.507 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.508 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.510 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.510 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.510 | 90658 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.510 | 78133 | Removed run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.510 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.510 | 78133 | Assigned run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.510 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.510 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7GXROz +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.511 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.511 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.511 | 90659 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.511 | 78133 | Removed run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.511 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.512 | 78133 | Assigned run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.512 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.512 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5dEGuA +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.515 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.517 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.517 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.518 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.520 | 90656 | Marked run 944 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.520 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.523 | 90657 | Marked run 943 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.523 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.527 | 78134 | Recursively removing directory: /tmp/git.5dEGuA/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.527 | 78137 | Recursively removing directory: /tmp/git.7GXROz/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.528 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.528 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.528 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.528 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.531 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.531 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.534 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.534 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.534 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.534 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2OCIya +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.534 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.534 | 90676 | Added a new worker 14 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.534 | 78133 | Removed run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.534 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.534 | 78133 | Assigned run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.534 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.535 | 90677 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.535 | 78133 | Removed run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.535 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.535 | 78133 | Assigned run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.535 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.536 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pCVeYG +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.539 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.541 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.541 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.542 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.544 | 90675 | Marked run 945 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.544 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.547 | 90674 | Marked run 946 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.547 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.550 | 78134 | Recursively removing directory: /tmp/git.2OCIya/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.551 | 78137 | Recursively removing directory: /tmp/git.pCVeYG/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.552 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.552 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.552 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.552 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.554 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.555 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.557 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.557 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.557 | 90694 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.557 | 78133 | Removed run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.557 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.557 | 78133 | Assigned run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.557 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZqWAsu +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.558 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.558 | 90695 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.558 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.558 | 78133 | Removed run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.558 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.558 | 78133 | Assigned run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.558 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.558 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RtyFmC +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.562 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.563 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.563 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.564 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.568 | 90692 | Marked run 947 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.568 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.571 | 90693 | Marked run 948 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.571 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.573 | 78134 | Recursively removing directory: /tmp/git.ZqWAsu/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.574 | 78137 | Recursively removing directory: /tmp/git.RtyFmC/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.575 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.575 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.574 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.574 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.577 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.578 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.580 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.580 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.580 | 90712 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.580 | 78133 | Removed run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.580 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.580 | 78133 | Assigned run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.580 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.580 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mM9qRh +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.580 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.580 | 90713 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.580 | 78133 | Removed run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.580 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.581 | 78133 | Assigned run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.581 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.580 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.581 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.p5VLOS +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.585 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.586 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.587 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.587 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.589 | 90710 | Marked run 949 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.589 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.592 | 90711 | Marked run 950 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.592 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.596 | 78137 | Recursively removing directory: /tmp/git.p5VLOS/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.597 | 78134 | Recursively removing directory: /tmp/git.mM9qRh/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.598 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.598 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.598 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.598 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.602 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.603 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.606 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.606 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.606 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.606 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.606 | 90730 | Added a new worker 14 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.606 | 78133 | Removed run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.606 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.606 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.606 | 78133 | Assigned run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.606 | 90731 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.606 | 78133 | Removed run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.606 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.607 | 78133 | Assigned run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.607 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.606 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LuqwjW +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.607 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QJpLZK +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.611 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.612 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.612 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.613 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.616 | 90729 | Marked run 951 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.616 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.620 | 90728 | Marked run 952 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.620 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.622 | 78137 | Recursively removing directory: /tmp/git.LuqwjW/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.623 | 78134 | Recursively removing directory: /tmp/git.QJpLZK/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.623 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.623 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.624 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.624 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.626 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.627 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.629 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.629 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.629 | 90748 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.629 | 78133 | Removed run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.629 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.629 | 78133 | Assigned run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.629 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fdgp4j +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.629 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.630 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.630 | 90749 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.630 | 78133 | Removed run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.630 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.630 | 78133 | Assigned run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.630 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.630 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.631 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cZxfAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.634 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.635 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.636 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.637 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.639 | 90746 | Marked run 953 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.640 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.642 | 90747 | Marked run 954 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.643 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.645 | 78137 | Recursively removing directory: /tmp/git.fdgp4j/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.646 | 78134 | Recursively removing directory: /tmp/git.cZxfAD/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.646 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.646 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.647 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.647 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.649 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.650 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.652 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.652 | 90766 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.652 | 78133 | Removed run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.652 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.652 | 78133 | Assigned run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.652 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.652 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.652 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sJY57k +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.653 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.653 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.653 | 90767 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.653 | 78133 | Removed run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.653 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.653 | 78133 | Assigned run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.653 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.653 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FoBabN +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.661 | 90764 | Marked run 955 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.662 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.662 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.662 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.663 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.663 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.665 | 90765 | Marked run 956 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.665 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.671 | 78134 | Recursively removing directory: /tmp/git.FoBabN/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.671 | 78137 | Recursively removing directory: /tmp/git.sJY57k/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.673 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.673 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.673 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.673 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.678 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.678 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.681 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.681 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.682 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.682 | 90784 | Added a new worker 14 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.682 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.682 | 90785 | Added a new worker 15 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.682 | 78133 | Removed run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.682 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.682 | 78133 | Assigned run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.682 | 78133 | Removed run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.682 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.682 | 78133 | Assigned run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.682 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6j81wj +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.682 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.56Bq0d +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.683 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.683 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.687 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.687 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.688 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.688 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.692 | 90783 | Marked run 957 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.692 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.696 | 90782 | Marked run 958 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.696 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.698 | 78137 | Recursively removing directory: /tmp/git.56Bq0d/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.698 | 78134 | Recursively removing directory: /tmp/git.6j81wj/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.699 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.699 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.699 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.699 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.701 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.702 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.704 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.704 | 90802 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.704 | 78133 | Removed run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.704 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.704 | 78133 | Assigned run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.704 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.704 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oDM6Id +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.705 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.705 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.705 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.705 | 90803 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.705 | 78133 | Removed run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.705 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.705 | 78133 | Assigned run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.705 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gKOFm7 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.706 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.709 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.710 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.710 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.710 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.716 | 90800 | Marked run 960 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.717 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.720 | 78137 | Recursively removing directory: /tmp/git.oDM6Id/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.720 | 78134 | Recursively removing directory: /tmp/git.gKOFm7/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.721 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.721 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.721 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.721 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.721 | 90801 | Marked run 959 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.722 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.726 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.726 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.730 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.730 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.730 | 90820 | Added a new worker 14 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.730 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.730 | 78133 | Removed run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.730 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.730 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.730 | 78133 | Assigned run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.730 | 90821 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.730 | 78133 | Removed run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.730 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.730 | 78133 | Assigned run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.730 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.730 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dc8bW9 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.730 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ww6nLn +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.731 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.734 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.735 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.735 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.736 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.741 | 90818 | Marked run 961 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.741 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.745 | 90819 | Marked run 962 as finished +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.745 | 78134 | Recursively removing directory: /tmp/git.Ww6nLn/ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.745 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.745 | 78137 | Recursively removing directory: /tmp/git.dc8bW9/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.746 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.746 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.746 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.747 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.749 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.749 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.752 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.752 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.752 | 90838 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.752 | 78133 | Removed run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.752 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.752 | 78133 | Assigned run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.752 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.752 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.752 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.752 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GBr4ZK +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.752 | 90839 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.753 | 78133 | Removed run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.753 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.753 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.753 | 78133 | Assigned run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.753 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mT3TP2 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.757 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.758 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.758 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.759 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.762 | 90837 | Marked run 964 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.762 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.765 | 90836 | Marked run 963 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.765 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.767 | 78134 | Recursively removing directory: /tmp/git.GBr4ZK/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.768 | 78137 | Recursively removing directory: /tmp/git.mT3TP2/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.769 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.769 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.770 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.770 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.771 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.773 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.774 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.774 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.774 | 90856 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.774 | 78133 | Removed run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.774 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.775 | 78133 | Assigned run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.775 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.775 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7pCKAA +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.776 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.776 | 90857 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.776 | 78133 | Removed run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.776 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.776 | 78133 | Assigned run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.776 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.776 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.776 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bFMGYq +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.780 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.780 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.781 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.781 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.784 | 90855 | Marked run 966 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.784 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.787 | 90854 | Marked run 965 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.788 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.790 | 78137 | Recursively removing directory: /tmp/git.bFMGYq/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.791 | 78134 | Recursively removing directory: /tmp/git.7pCKAA/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.791 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.791 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.792 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.792 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.796 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.797 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.799 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.799 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.799 | 90874 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.799 | 78133 | Removed run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.799 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.799 | 78133 | Assigned run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.800 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.800 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IKJRUS +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.800 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.800 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.800 | 90875 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.800 | 78133 | Removed run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.800 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.800 | 78133 | Assigned run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.800 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.800 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3KBFxb +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.805 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.806 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.806 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.807 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.810 | 90872 | Marked run 968 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.810 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.814 | 90873 | Marked run 967 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.814 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.816 | 78137 | Recursively removing directory: /tmp/git.IKJRUS/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.817 | 78134 | Recursively removing directory: /tmp/git.3KBFxb/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.818 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.818 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.818 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.818 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.820 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.821 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.823 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.823 | 90892 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.823 | 78133 | Removed run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.823 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.823 | 78133 | Assigned run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.823 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.823 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.823 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.191b1J +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.824 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.824 | 90893 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.824 | 78133 | Removed run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.824 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.825 | 78133 | Assigned run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.825 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.825 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GqnvVx +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.828 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.829 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.831 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.832 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.833 | 90890 | Marked run 969 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.834 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.836 | 90891 | Marked run 970 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.837 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.838 | 78137 | Recursively removing directory: /tmp/git.191b1J/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.840 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.840 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.840 | 78134 | Recursively removing directory: /tmp/git.GqnvVx/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.842 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.842 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.843 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.844 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.845 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.846 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.846 | 90910 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.846 | 78133 | Removed run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.846 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.846 | 78133 | Assigned run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.846 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FIbh5r +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.847 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.848 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.848 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.848 | 90911 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.848 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.848 | 78133 | Removed run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.848 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.848 | 78133 | Assigned run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.848 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.arCvq1 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.850 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.851 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.854 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.854 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.856 | 90908 | Marked run 971 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.857 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.860 | 90909 | Marked run 972 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.860 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.860 | 78137 | Recursively removing directory: /tmp/git.FIbh5r/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.862 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.862 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.864 | 78134 | Recursively removing directory: /tmp/git.arCvq1/ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.865 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.865 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.865 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.869 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.869 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.869 | 90927 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.869 | 78133 | Removed run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.869 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.869 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.869 | 78133 | Assigned run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.870 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.voCAkA +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.870 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.874 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.874 | 90929 | Added a new worker 13 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.874 | 78133 | Removed run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.874 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.874 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.874 | 78133 | Assigned run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.874 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.874 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.D60z1q +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.874 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.875 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.877 | 90926 | Marked run 973 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.877 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.879 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.880 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.884 | 90928 | Marked run 974 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.884 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.884 | 78137 | Recursively removing directory: /tmp/git.voCAkA/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.886 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.886 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.889 | 78134 | Recursively removing directory: /tmp/git.D60z1q/ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.889 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.890 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.890 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.893 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.893 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.893 | 90945 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.893 | 78133 | Removed run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.893 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.893 | 78133 | Assigned run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.893 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.894 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FPZ1UK +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.894 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.898 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.898 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.898 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.898 | 90947 | Added a new worker 13 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.898 | 78133 | Removed run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.898 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.898 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.898 | 78133 | Assigned run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.899 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MOrgg6 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.899 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.902 | 90944 | Marked run 975 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.902 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.904 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.905 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.907 | 90946 | Marked run 976 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.907 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.909 | 78137 | Recursively removing directory: /tmp/git.FPZ1UK/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.910 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.910 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.913 | 78134 | Recursively removing directory: /tmp/git.MOrgg6/ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.914 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.915 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.915 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.917 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.917 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.918 | 90963 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.918 | 78133 | Removed run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.918 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.918 | 78133 | Assigned run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.918 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.918 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N1QsSy +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.919 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.923 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.923 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.923 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.923 | 90965 | Added a new worker 14 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.923 | 78133 | Removed run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.923 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.923 | 78133 | Assigned run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.924 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.923 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QktmBO +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.923 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.926 | 90962 | Marked run 977 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.926 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.928 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.929 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.933 | 90964 | Marked run 978 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.933 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.933 | 78137 | Recursively removing directory: /tmp/git.N1QsSy/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.934 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.934 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.938 | 78134 | Recursively removing directory: /tmp/git.QktmBO/ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.938 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.939 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.940 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.941 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.941 | 90981 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.941 | 78133 | Removed run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.941 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.941 | 78133 | Assigned run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.942 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.941 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.941 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HJKp5d +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.942 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.945 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.945 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.946 | 90983 | Added a new worker 12 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.946 | 78133 | Removed run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.946 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.946 | 78133 | Assigned run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.946 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.946 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.946 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tEDRAR +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.947 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.952 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.952 | 90980 | Marked run 979 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.952 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.953 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.955 | 90982 | Marked run 980 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.956 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.956 | 78137 | Recursively removing directory: /tmp/git.HJKp5d/ +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.957 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.957 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.961 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.962 | 78134 | Recursively removing directory: /tmp/git.tEDRAR/ +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.963 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.963 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.964 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.964 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.964 | 90999 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.964 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.965 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IEEI7b +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.965 | 78133 | Removed run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.965 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.965 | 78133 | Assigned run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.968 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.969 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.971 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.971 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.971 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.971 | 91002 | Added a new worker 13 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.971 | 78133 | Removed run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.971 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.971 | 78133 | Assigned run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.971 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6PAvTz +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.972 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.973 | 90998 | Marked run 981 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.974 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.976 | 78134 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.977 | 78134 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.980 | 78137 | Recursively removing directory: /tmp/git.IEEI7b/ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.981 | 91000 | Marked run 982 as finished +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.981 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.982 | 78137 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.982 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.985 | 78134 | Recursively removing directory: /tmp/git.6PAvTz/ +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.986 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.987 | 78134 | Process exit code: 0 +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.987 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.989 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.989 | 91017 | Added a new worker 10 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.989 | 78133 | Removed run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.989 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.989 | 78133 | Assigned run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.990 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.989 | 78137 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.989 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GExVE3 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.991 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.993 | 78137 | Checking out revision HEAD +2024-01-28 10:56:30 | INFO | 78137/cimple-worker: 2024-01-28 10:56:30.994 | 78137 | Going to run: ./ci +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.995 | 78134 | Waiting for a new command +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.996 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.996 | 91020 | Added a new worker 13 to the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.996 | 78133 | Removed run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.996 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.996 | 78133 | Assigned run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:30 | INFO | 78131/cimple-server: 2024-01-28 10:56:30.996 | 78131 | Waiting for new connections +2024-01-28 10:56:30 | INFO | 78134/cimple-worker: 2024-01-28 10:56:30.997 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ode1aq +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.002 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.003 | 91016 | Marked run 983 as finished +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.003 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.003 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.006 | 91018 | Marked run 984 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.006 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.006 | 78137 | Recursively removing directory: /tmp/git.GExVE3/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.008 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.008 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.012 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.013 | 78134 | Recursively removing directory: /tmp/git.Ode1aq/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.015 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.015 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.015 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.015 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.015 | 91035 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.015 | 78133 | Removed run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.015 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.015 | 78133 | Assigned run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.015 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YX6HvU +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.019 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.020 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.021 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.021 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.023 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.023 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.023 | 91038 | Added a new worker 13 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.023 | 78133 | Removed run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.023 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.023 | 78133 | Assigned run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.023 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.024 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yTYJub +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.025 | 91034 | Marked run 985 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.026 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.029 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.030 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.031 | 78137 | Recursively removing directory: /tmp/git.YX6HvU/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.032 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.032 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.034 | 91036 | Marked run 986 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.034 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.035 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.039 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.039 | 91053 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.039 | 78133 | Removed run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.039 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.039 | 78133 | Assigned run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.038 | 78134 | Recursively removing directory: /tmp/git.yTYJub/ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.039 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.039 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.040 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.U1KHUV +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.040 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.040 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.043 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.044 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.045 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.046 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.046 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.046 | 91056 | Added a new worker 13 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.046 | 78133 | Removed run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.046 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.046 | 78133 | Assigned run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.046 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sMMEKW +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.046 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.052 | 91050 | Marked run 987 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.052 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.055 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.055 | 91054 | Marked run 988 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.055 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.056 | 78137 | Recursively removing directory: /tmp/git.U1KHUV/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.056 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.057 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.057 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.060 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.063 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.063 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.063 | 91071 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.063 | 78133 | Removed run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.063 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.063 | 78133 | Assigned run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.064 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fLaoAz +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.064 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.064 | 78134 | Recursively removing directory: /tmp/git.sMMEKW/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.065 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.065 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.068 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.069 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.069 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.070 | 91068 | Marked run 989 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.071 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.073 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.073 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.073 | 91076 | Added a new worker 8 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.073 | 78133 | Removed run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.073 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.073 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.073 | 78133 | Assigned run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.073 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HL1Kj2 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.078 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.079 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.079 | 78137 | Recursively removing directory: /tmp/git.fLaoAz/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.082 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.082 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.083 | 91072 | Marked run 990 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.084 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.085 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.087 | 78134 | Recursively removing directory: /tmp/git.HL1Kj2/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.088 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.088 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.088 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.088 | 91089 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.088 | 78133 | Removed run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.088 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.088 | 78133 | Assigned run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.088 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.088 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.089 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JlLJiw +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.092 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.092 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.093 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.096 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.096 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.096 | 91094 | Added a new worker 13 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.096 | 78133 | Removed run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.096 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.096 | 78133 | Assigned run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.096 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3SGTzZ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.097 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.100 | 91088 | Marked run 991 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.100 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.102 | 78137 | Recursively removing directory: /tmp/git.JlLJiw/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.104 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.104 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.104 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.105 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.105 | 91090 | Marked run 992 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.105 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.107 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.110 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.110 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.110 | 91107 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.110 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.111 | 78133 | Removed run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.111 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.111 | 78133 | Assigned run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.111 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1irftg +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.113 | 78134 | Recursively removing directory: /tmp/git.3SGTzZ/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.114 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.114 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.115 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.116 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.117 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.119 | 91101 | Marked run 993 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.119 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.120 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.120 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.120 | 91112 | Added a new worker 8 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.120 | 78133 | Removed run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.120 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.120 | 78133 | Assigned run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.120 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BlkjAo +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.121 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.125 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.125 | 78137 | Recursively removing directory: /tmp/git.1irftg/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.126 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.126 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.126 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.130 | 91109 | Marked run 994 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.130 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.130 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.133 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.133 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.133 | 91125 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.133 | 78133 | Removed run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.133 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.133 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.133 | 78133 | Assigned run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.134 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EpAsDy +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.134 | 78134 | Recursively removing directory: /tmp/git.BlkjAo/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.136 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.136 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.138 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.139 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.139 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.143 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.143 | 91130 | Added a new worker 13 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.143 | 78133 | Removed run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.143 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.143 | 78133 | Assigned run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.143 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.143 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.143 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0DIfD8 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.144 | 91120 | Marked run 995 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.144 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.149 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.149 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.150 | 78137 | Recursively removing directory: /tmp/git.EpAsDy/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.151 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.151 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.153 | 91126 | Marked run 996 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.153 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.154 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.158 | 78134 | Recursively removing directory: /tmp/git.0DIfD8/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.158 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.158 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.158 | 91143 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.158 | 78133 | Removed run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.158 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.158 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.158 | 78133 | Assigned run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.158 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ahKdmU +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.159 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.159 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.164 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.164 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.165 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.167 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.168 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.168 | 91147 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.168 | 91140 | Marked run 997 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.168 | 78133 | Removed run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.168 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.168 | 78133 | Assigned run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.168 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.168 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.168 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FgfpLP +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.172 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.173 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.174 | 78137 | Recursively removing directory: /tmp/git.ahKdmU/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.176 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.176 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.178 | 91144 | Marked run 998 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.178 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.179 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.182 | 78134 | Recursively removing directory: /tmp/git.FgfpLP/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.182 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.182 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.182 | 91161 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.183 | 78133 | Removed run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.183 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.183 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.183 | 78133 | Assigned run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.183 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tVpj9r +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.183 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.183 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.186 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.187 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.187 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.191 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.191 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.191 | 91166 | Added a new worker 11 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.191 | 78133 | Removed run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.191 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.191 | 78133 | Assigned run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.192 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.192 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rA2dj8 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.194 | 91160 | Marked run 999 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.194 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.197 | 78137 | Recursively removing directory: /tmp/git.tVpj9r/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.198 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.199 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.199 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.199 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.200 | 91163 | Marked run 1000 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.200 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.201 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.205 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.205 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.205 | 91179 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.205 | 78133 | Removed run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.205 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.205 | 78133 | Assigned run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.205 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aj74nS +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.206 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.207 | 78134 | Recursively removing directory: /tmp/git.rA2dj8/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.209 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.209 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.209 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.210 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.212 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.213 | 91173 | Marked run 1001 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.213 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.215 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.215 | 91188 | Added a new worker 8 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.215 | 78133 | Removed run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.215 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.215 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.215 | 78133 | Assigned run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.215 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.215 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3XNuX6 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.219 | 78137 | Recursively removing directory: /tmp/git.aj74nS/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.220 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.221 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.221 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.221 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.225 | 91181 | Marked run 1002 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.225 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.225 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.228 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.228 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.228 | 91197 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.229 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.229 | 78133 | Removed run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.229 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.229 | 78133 | Assigned run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.229 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dRWWvi +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.230 | 78134 | Recursively removing directory: /tmp/git.3XNuX6/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.231 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.231 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.233 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.233 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.236 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.238 | 91192 | Marked run 1003 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.239 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.239 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.239 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.239 | 91206 | Added a new worker 8 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.239 | 78133 | Removed run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.239 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.239 | 78133 | Assigned run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.239 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.240 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NVaRC5 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.242 | 78137 | Recursively removing directory: /tmp/git.dRWWvi/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.243 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.243 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.244 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.245 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.246 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.248 | 91200 | Marked run 1004 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.248 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.249 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.249 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.250 | 91213 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.250 | 78133 | Removed run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.250 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.250 | 78133 | Assigned run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.250 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.251 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8d7SGU +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.254 | 78134 | Recursively removing directory: /tmp/git.NVaRC5/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.255 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.256 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.256 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.257 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.259 | 91208 | Marked run 1005 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.259 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.259 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.262 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.262 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.263 | 91224 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.263 | 78133 | Removed run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.263 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.263 | 78133 | Assigned run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.263 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YzCD9v +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.264 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.265 | 78137 | Recursively removing directory: /tmp/git.8d7SGU/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.266 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.266 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.269 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.272 | 91218 | Marked run 1006 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.272 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.272 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.272 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.273 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DlxXVO +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.272 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.272 | 91226 | Added a new worker 8 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.272 | 78133 | Removed run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.272 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.272 | 78133 | Assigned run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.273 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.273 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.277 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.278 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.282 | 78134 | Recursively removing directory: /tmp/git.YzCD9v/ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.283 | 91225 | Marked run 1007 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.283 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.283 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.283 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.286 | 78137 | Recursively removing directory: /tmp/git.DlxXVO/ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.287 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.288 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.288 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.290 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.290 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.290 | 91242 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.290 | 78133 | Removed run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.290 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.290 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.290 | 78133 | Assigned run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.290 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.czk7R9 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.291 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.294 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.294 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.294 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.294 | 91244 | Added a new worker 12 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.294 | 78133 | Removed run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.294 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.295 | 78133 | Assigned run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.295 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KmN2Aq +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.295 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.295 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.300 | 91241 | Marked run 1008 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.300 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.301 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.301 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.305 | 78134 | Recursively removing directory: /tmp/git.czk7R9/ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.305 | 91243 | Marked run 1009 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.306 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.307 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.307 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.310 | 78137 | Recursively removing directory: /tmp/git.KmN2Aq/ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.310 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.311 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.311 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.313 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.313 | 91260 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.313 | 78133 | Removed run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.313 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.313 | 78133 | Assigned run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.313 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.313 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4q06Og +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.314 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.314 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.317 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.317 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.317 | 91262 | Added a new worker 12 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.317 | 78133 | Removed run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.317 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.317 | 78133 | Assigned run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.317 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.317 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5zuNC2 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.318 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.318 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.323 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.324 | 91259 | Marked run 1010 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.324 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.324 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.327 | 91261 | Marked run 1011 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.328 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.328 | 78134 | Recursively removing directory: /tmp/git.4q06Og/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.330 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.330 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.333 | 78137 | Recursively removing directory: /tmp/git.5zuNC2/ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.333 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.334 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.334 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.337 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.337 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.337 | 91278 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.337 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.337 | 78133 | Removed run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.337 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.337 | 78133 | Assigned run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.337 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FN9m8z +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.338 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.342 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.342 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.342 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.342 | 91280 | Added a new worker 14 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.342 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.342 | 78133 | Removed run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.342 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.342 | 78133 | Assigned run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.343 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.343 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5sWUpf +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.345 | 91277 | Marked run 1012 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.345 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.348 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.349 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.351 | 78134 | Recursively removing directory: /tmp/git.FN9m8z/ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.352 | 91279 | Marked run 1013 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.352 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.353 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.353 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.356 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.357 | 78137 | Recursively removing directory: /tmp/git.5sWUpf/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.359 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.359 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.360 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.360 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.360 | 91296 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.360 | 78133 | Removed run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.360 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.360 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.360 | 78133 | Assigned run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.361 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.r85SRD +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.363 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.365 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.366 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.367 | 91298 | Added a new worker 11 to the queue +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.366 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.367 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.367 | 78133 | Removed run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.367 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.367 | 78133 | Assigned run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.367 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.367 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ODrUvY +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.371 | 91295 | Marked run 1014 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.371 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.375 | 91297 | Marked run 1015 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.375 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.375 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.376 | 78134 | Recursively removing directory: /tmp/git.r85SRD/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.376 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.377 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.377 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.380 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.383 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.383 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.383 | 91314 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.383 | 78133 | Removed run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.383 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.383 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.383 | 78133 | Assigned run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.383 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UDDh3D +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.384 | 78137 | Recursively removing directory: /tmp/git.ODrUvY/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.386 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.386 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.388 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.391 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.391 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.391 | 91316 | Added a new worker 13 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.391 | 78133 | Removed run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.391 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.391 | 78133 | Assigned run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.391 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.45ArTS +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.392 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.399 | 91310 | Marked run 1016 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.399 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.399 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.400 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.400 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.401 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.402 | 91315 | Marked run 1017 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.403 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.409 | 78137 | Recursively removing directory: /tmp/git.45ArTS/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.409 | 78134 | Recursively removing directory: /tmp/git.UDDh3D/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.410 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.410 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.410 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.410 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.413 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.413 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.416 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.416 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.416 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.416 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.416 | 91334 | Added a new worker 14 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.416 | 78133 | Removed run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.416 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.416 | 78133 | Assigned run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.416 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.416 | 91333 | Added a new worker 12 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.416 | 78133 | Removed run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.416 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.416 | 78133 | Assigned run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.416 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.416 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bBHgIt +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.417 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.T0c5kP +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.421 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.421 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.422 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.423 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.425 | 91332 | Marked run 1018 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.425 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.428 | 91331 | Marked run 1019 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.428 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.432 | 78137 | Recursively removing directory: /tmp/git.T0c5kP/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.432 | 78134 | Recursively removing directory: /tmp/git.bBHgIt/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.433 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.433 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.433 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.433 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.436 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.436 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.439 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.439 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.439 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.439 | 91351 | Added a new worker 14 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.439 | 78133 | Removed run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.439 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.439 | 78133 | Assigned run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.439 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.439 | 91352 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.439 | 78133 | Removed run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.439 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.439 | 78133 | Assigned run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.439 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.439 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.439 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9qEnpA +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.440 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BVu2zx +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.444 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.445 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.445 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.446 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.448 | 91350 | Marked run 1021 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.448 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.451 | 91349 | Marked run 1020 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.451 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.455 | 78137 | Recursively removing directory: /tmp/git.9qEnpA/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.455 | 78134 | Recursively removing directory: /tmp/git.BVu2zx/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.456 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.456 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.456 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.456 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.459 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.459 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.462 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.462 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.462 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.462 | 91369 | Added a new worker 14 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.462 | 78133 | Removed run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.462 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.462 | 78133 | Assigned run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.462 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.462 | 91370 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.462 | 78133 | Removed run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.462 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.462 | 78133 | Assigned run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.462 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.462 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.462 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gGT2yC +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.463 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IpvEBi +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.467 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.468 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.468 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.469 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.471 | 91368 | Marked run 1022 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.471 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.477 | 91367 | Marked run 1023 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.477 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.478 | 78134 | Recursively removing directory: /tmp/git.gGT2yC/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.479 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.479 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.478 | 78137 | Recursively removing directory: /tmp/git.IpvEBi/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.480 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.480 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.484 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.484 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.487 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.487 | 91387 | Added a new worker 12 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.488 | 78133 | Removed run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.488 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.488 | 78133 | Assigned run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.488 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.488 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.488 | 91388 | Added a new worker 12 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.488 | 78133 | Removed run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.488 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.488 | 78133 | Assigned run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.488 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.488 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.487 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.488 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HxAiD4 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.489 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cCUBYn +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.493 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.493 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.494 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.495 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.497 | 91386 | Marked run 1025 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.498 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.501 | 91385 | Marked run 1024 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.501 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.503 | 78134 | Recursively removing directory: /tmp/git.HxAiD4/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.504 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.504 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.504 | 78137 | Recursively removing directory: /tmp/git.cCUBYn/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.506 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.506 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.507 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.508 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.510 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.510 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.510 | 91405 | Added a new worker 12 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.510 | 78133 | Removed run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.510 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.510 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.510 | 78133 | Assigned run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.510 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FG1cLj +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.512 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.512 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.512 | 91406 | Added a new worker 12 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.512 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.512 | 78133 | Removed run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.512 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.512 | 78133 | Assigned run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.513 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9L0Lx0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.515 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.516 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.519 | 91403 | Marked run 1026 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.519 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.520 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.521 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.523 | 91404 | Marked run 1027 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.523 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.526 | 78134 | Recursively removing directory: /tmp/git.FG1cLj/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.527 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.527 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.530 | 78137 | Recursively removing directory: /tmp/git.9L0Lx0/ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.531 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.531 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.531 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.535 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.535 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.535 | 91422 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.535 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.535 | 78133 | Removed run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.535 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.535 | 78133 | Assigned run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.535 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kZE5Hp +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.535 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.539 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.539 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.539 | 91424 | Added a new worker 13 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.539 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.539 | 78133 | Removed run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.539 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.540 | 78133 | Assigned run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.540 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.540 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vlPjp3 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.541 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.543 | 91421 | Marked run 1028 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.543 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.546 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.547 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.548 | 91423 | Marked run 1029 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.549 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.550 | 78134 | Recursively removing directory: /tmp/git.kZE5Hp/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.551 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.551 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.554 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.555 | 78137 | Recursively removing directory: /tmp/git.vlPjp3/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.557 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.557 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.557 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.558 | 91440 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.558 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.558 | 78133 | Removed run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.558 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.558 | 78133 | Assigned run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.557 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.558 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HCWGb7 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.560 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.562 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.563 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.563 | 91442 | Added a new worker 13 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.563 | 78133 | Removed run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.563 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.564 | 78133 | Assigned run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.564 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.563 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.564 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ztrLyd +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.564 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.566 | 91439 | Marked run 1030 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.567 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.568 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.569 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.572 | 91441 | Marked run 1031 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.572 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.574 | 78134 | Recursively removing directory: /tmp/git.HCWGb7/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.575 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.575 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.577 | 78137 | Recursively removing directory: /tmp/git.ztrLyd/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.579 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.579 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.579 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.583 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.583 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.583 | 91458 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.583 | 78133 | Removed run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.583 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.583 | 78133 | Assigned run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.583 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.583 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.583 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WORlFe +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.586 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.586 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.586 | 91460 | Added a new worker 12 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.587 | 78133 | Removed run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.587 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.587 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.587 | 78133 | Assigned run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.587 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NdOdmp +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.588 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.590 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.592 | 91457 | Marked run 1032 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.592 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.592 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.593 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.597 | 91459 | Marked run 1033 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.597 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.599 | 78134 | Recursively removing directory: /tmp/git.WORlFe/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.600 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.600 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.602 | 78137 | Recursively removing directory: /tmp/git.NdOdmp/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.603 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.603 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.605 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.607 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.608 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.608 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.608 | 91477 | Added a new worker 12 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.608 | 78133 | Removed run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.608 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.608 | 78133 | Assigned run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.608 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xj1f72 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.609 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.611 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.611 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.611 | 91478 | Added a new worker 12 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.611 | 78133 | Removed run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.611 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.611 | 78133 | Assigned run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.612 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.611 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fdKmUL +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.613 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.613 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.617 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.617 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.619 | 91475 | Marked run 1034 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.619 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.623 | 91476 | Marked run 1035 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.623 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.623 | 78134 | Recursively removing directory: /tmp/git.xj1f72/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.624 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.624 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.627 | 78137 | Recursively removing directory: /tmp/git.fdKmUL/ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.628 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.628 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.628 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.631 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.631 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.631 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.631 | 91495 | Added a new worker 12 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.631 | 78133 | Removed run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.631 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.631 | 78133 | Assigned run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.631 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.631 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dlWKOj +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.633 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.633 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.634 | 91496 | Added a new worker 12 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.634 | 78133 | Removed run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.634 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.634 | 78133 | Assigned run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.634 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.634 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4nznq4 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.636 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.637 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.640 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.641 | 91493 | Marked run 1036 as finished +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.641 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.641 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.644 | 91494 | Marked run 1037 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.645 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.646 | 78134 | Recursively removing directory: /tmp/git.dlWKOj/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.647 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.647 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.650 | 78137 | Recursively removing directory: /tmp/git.4nznq4/ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.651 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.651 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.651 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.654 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.654 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.654 | 91512 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.654 | 78133 | Removed run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.654 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.655 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.655 | 78133 | Assigned run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.655 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zlxN5H +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.656 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.659 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.660 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.660 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.660 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.660 | 91514 | Added a new worker 13 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.660 | 78133 | Removed run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.660 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.660 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.660 | 78133 | Assigned run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.661 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z4vikH +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.664 | 91511 | Marked run 1038 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.664 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.666 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.666 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.668 | 91513 | Marked run 1039 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.669 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.670 | 78134 | Recursively removing directory: /tmp/git.zlxN5H/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.671 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.671 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.675 | 78137 | Recursively removing directory: /tmp/git.Z4vikH/ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.676 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.676 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.676 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.679 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.679 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.679 | 91530 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.679 | 78133 | Removed run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.679 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.679 | 78133 | Assigned run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.679 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.679 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GXmsoA +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.680 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.684 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.684 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.684 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.684 | 91532 | Added a new worker 14 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.684 | 78133 | Removed run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.684 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.684 | 78133 | Assigned run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.684 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bezZ7l +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.685 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.686 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.687 | 91529 | Marked run 1040 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.687 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.689 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.690 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.694 | 78134 | Recursively removing directory: /tmp/git.GXmsoA/ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.695 | 91531 | Marked run 1041 as finished +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.695 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.695 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.696 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.699 | 78137 | Recursively removing directory: /tmp/git.bezZ7l/ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.700 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.700 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.700 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.702 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.702 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.702 | 91548 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.702 | 78133 | Removed run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.702 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.703 | 78133 | Assigned run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.703 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TCNqa2 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.703 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.703 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.706 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.706 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.706 | 91550 | Added a new worker 12 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.706 | 78133 | Removed run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.706 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.706 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.707 | 78133 | Assigned run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.707 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KyhL0r +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.707 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.708 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.712 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.713 | 91547 | Marked run 1042 as finished +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.714 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.714 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.717 | 91549 | Marked run 1043 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.717 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.718 | 78134 | Recursively removing directory: /tmp/git.TCNqa2/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.719 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.719 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.722 | 78137 | Recursively removing directory: /tmp/git.KyhL0r/ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.723 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.723 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.723 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.726 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.726 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.726 | 91566 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.726 | 78133 | Removed run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.726 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.726 | 78133 | Assigned run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.726 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DHgqGo +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.727 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.727 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.729 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.729 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.730 | 91568 | Added a new worker 12 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.730 | 78133 | Removed run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.730 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.730 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.730 | 78133 | Assigned run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.730 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WTbUV1 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.731 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.732 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.735 | 91565 | Marked run 1044 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.735 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.737 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.737 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.739 | 91567 | Marked run 1045 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.739 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.741 | 78134 | Recursively removing directory: /tmp/git.DHgqGo/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.742 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.742 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.746 | 78137 | Recursively removing directory: /tmp/git.WTbUV1/ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.746 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.747 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.747 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.749 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.749 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.749 | 91584 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.749 | 78133 | Removed run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.749 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.749 | 78133 | Assigned run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.749 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rn8qkc +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.750 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.751 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.753 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.754 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.754 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.754 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.754 | 91586 | Added a new worker 12 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.754 | 78133 | Removed run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.754 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.754 | 78133 | Assigned run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.755 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.755 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EvIyCs +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.760 | 91583 | Marked run 1046 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.760 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.761 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.762 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.763 | 91585 | Marked run 1047 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.763 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.764 | 78134 | Recursively removing directory: /tmp/git.rn8qkc/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.765 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.765 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.768 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.770 | 78137 | Recursively removing directory: /tmp/git.EvIyCs/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.772 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.772 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.772 | 91602 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.772 | 78133 | Removed run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.772 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.772 | 78133 | Assigned run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.772 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.772 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.772 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.772 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.x5XOSS +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.776 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.777 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.778 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.779 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.779 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.779 | 91605 | Added a new worker 13 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.779 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.779 | 78133 | Removed run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.779 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.779 | 78133 | Assigned run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.779 | 91601 | Marked run 1048 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.780 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.779 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9XJ6Ye +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.783 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.784 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.787 | 78134 | Recursively removing directory: /tmp/git.x5XOSS/ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.788 | 91603 | Marked run 1049 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.788 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.789 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.789 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.793 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.793 | 78137 | Recursively removing directory: /tmp/git.9XJ6Ye/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.794 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.794 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.796 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.796 | 91620 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.796 | 78133 | Removed run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.796 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.796 | 78133 | Assigned run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.796 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.796 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dsBPee +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.797 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.797 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.800 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.800 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.800 | 91622 | Added a new worker 12 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.800 | 78133 | Removed run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.800 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.800 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.800 | 78133 | Assigned run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.800 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.801 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5K0KHr +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.801 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.807 | 91619 | Marked run 1050 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.808 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.810 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.810 | 78134 | Recursively removing directory: /tmp/git.dsBPee/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.811 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.812 | 91621 | Marked run 1051 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.812 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.812 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.812 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.815 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.818 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.818 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.818 | 91638 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.818 | 78133 | Removed run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.818 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.818 | 78133 | Assigned run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.818 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UM7uGA +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.819 | 78137 | Recursively removing directory: /tmp/git.5K0KHr/ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.819 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.820 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.820 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.823 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.823 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.824 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.826 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.826 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.826 | 91642 | Added a new worker 13 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.826 | 78133 | Removed run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.826 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.826 | 78133 | Assigned run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.826 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.827 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ptzhn6 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.827 | 91635 | Marked run 1052 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.827 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.832 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.833 | 78134 | Recursively removing directory: /tmp/git.UM7uGA/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.833 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.834 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.834 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.835 | 91639 | Marked run 1053 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.835 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.838 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.841 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.841 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.841 | 91656 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.841 | 78133 | Removed run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.841 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.841 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.841 | 78133 | Assigned run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.841 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2Xw7KT +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.842 | 78137 | Recursively removing directory: /tmp/git.ptzhn6/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.844 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.844 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.845 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.846 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.848 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.851 | 91653 | Marked run 1054 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.851 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.851 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.851 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.852 | 91665 | Added a new worker 8 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.852 | 78133 | Removed run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.852 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.852 | 78133 | Assigned run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.852 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jE4Awo +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.853 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.856 | 78134 | Recursively removing directory: /tmp/git.2Xw7KT/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.858 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.858 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.858 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.858 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.860 | 91658 | Marked run 1055 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.860 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.861 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.864 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.864 | 91674 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.864 | 78133 | Removed run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.864 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.864 | 78133 | Assigned run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.865 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.864 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.865 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CV9nv9 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.867 | 78137 | Recursively removing directory: /tmp/git.jE4Awo/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.868 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.868 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.869 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.870 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.871 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.873 | 91668 | Marked run 1056 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.873 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.874 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.874 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.874 | 91680 | Added a new worker 8 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.874 | 78133 | Removed run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.874 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.874 | 78133 | Assigned run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.875 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NkfuvR +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.876 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.878 | 78134 | Recursively removing directory: /tmp/git.CV9nv9/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.879 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.880 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.880 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.881 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.883 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.883 | 91676 | Marked run 1057 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.883 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.886 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.886 | 91692 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.886 | 78133 | Removed run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.886 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.886 | 78133 | Assigned run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.886 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.886 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ep6ceB +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.887 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.890 | 78137 | Recursively removing directory: /tmp/git.NkfuvR/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.891 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.891 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.891 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.892 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.894 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.895 | 91686 | Marked run 1058 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.895 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.897 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.897 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.897 | 91700 | Added a new worker 8 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.897 | 78133 | Removed run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.897 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.897 | 78133 | Assigned run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.897 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VnrU1b +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.898 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.901 | 78134 | Recursively removing directory: /tmp/git.Ep6ceB/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.902 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.902 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.903 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.903 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.906 | 91694 | Marked run 1059 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.906 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.906 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.909 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.909 | 91710 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.909 | 78133 | Removed run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.909 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.910 | 78133 | Assigned run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.909 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.910 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pYV9HZ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.911 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.911 | 78137 | Recursively removing directory: /tmp/git.VnrU1b/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.912 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.912 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.914 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.914 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.917 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.919 | 91705 | Marked run 1060 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.920 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.920 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.920 | 91718 | Added a new worker 8 to the queue +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.920 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.920 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.921 | 78133 | Removed run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.921 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.921 | 78133 | Assigned run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.921 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0GKv3a +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.924 | 78134 | Recursively removing directory: /tmp/git.pYV9HZ/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.925 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.925 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.925 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.926 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.929 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.929 | 91712 | Marked run 1061 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.929 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.932 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.932 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.932 | 91728 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.932 | 78133 | Removed run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.932 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.932 | 78133 | Assigned run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.933 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.933 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5tTfq9 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.934 | 78137 | Recursively removing directory: /tmp/git.0GKv3a/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.936 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.936 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.937 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.937 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.940 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.941 | 91722 | Marked run 1062 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.941 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.943 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.943 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.943 | 91737 | Added a new worker 8 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.943 | 78133 | Removed run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.943 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.943 | 78133 | Assigned run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.943 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.94OIeo +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.944 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.946 | 78134 | Recursively removing directory: /tmp/git.5tTfq9/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.947 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.947 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.948 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.949 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.950 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.952 | 91731 | Marked run 1063 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.952 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.953 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.953 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.953 | 91742 | Added a new worker 9 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.953 | 78133 | Removed run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.953 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.953 | 78133 | Assigned run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.953 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.954 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7UXeQ9 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.958 | 78137 | Recursively removing directory: /tmp/git.94OIeo/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.958 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.959 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.960 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.960 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.962 | 91739 | Marked run 1064 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.962 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.964 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.967 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.967 | 91755 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.968 | 78133 | Removed run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.968 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.968 | 78133 | Assigned run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.968 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.967 | 78134 | Recursively removing directory: /tmp/git.7UXeQ9/ +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.969 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.969 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.967 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.968 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oQv9p1 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.973 | 78137 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.973 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.974 | 78137 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.975 | 91752 | Marked run 1065 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.975 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.976 | 78134 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.976 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.976 | 91759 | Added a new worker 8 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.976 | 78133 | Removed run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.976 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.976 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.976 | 78133 | Assigned run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.976 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Fogsq5 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.981 | 78134 | Checking out revision HEAD +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.982 | 78134 | Going to run: ./ci +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.983 | 78137 | Recursively removing directory: /tmp/git.oQv9p1/ +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.985 | 78137 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.985 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.986 | 91756 | Marked run 1066 as finished +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.986 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.988 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.991 | 78134 | Recursively removing directory: /tmp/git.Fogsq5/ +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.991 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.991 | 78137 | Waiting for a new command +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.992 | 91773 | Added a new worker 10 to the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.992 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.992 | 78133 | Removed run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.992 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.992 | 78133 | Assigned run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.992 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zViD5t +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.993 | 78134 | Process exit code: 0 +2024-01-28 10:56:31 | INFO | 78134/cimple-worker: 2024-01-28 10:56:31.993 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:31 | INFO | 78131/cimple-server: 2024-01-28 10:56:31.997 | 78131 | Waiting for new connections +2024-01-28 10:56:31 | INFO | 78137/cimple-worker: 2024-01-28 10:56:31.999 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.000 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.001 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.001 | 91776 | Added a new worker 11 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.001 | 78133 | Removed run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.001 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.001 | 78133 | Assigned run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.001 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.001 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.001 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BGnvi0 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.004 | 91772 | Marked run 1067 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.004 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.007 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.008 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.009 | 91774 | Marked run 1068 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.009 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.010 | 78137 | Recursively removing directory: /tmp/git.zViD5t/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.011 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.011 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.014 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.016 | 78134 | Recursively removing directory: /tmp/git.BGnvi0/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.017 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.017 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.018 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.017 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.018 | 91791 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.018 | 78133 | Removed run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.018 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.018 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.018 | 78133 | Assigned run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.018 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qWYYgD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.021 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.022 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.022 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.025 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.026 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.026 | 91796 | Added a new worker 13 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.026 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.026 | 78133 | Removed run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.026 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.026 | 78133 | Assigned run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.026 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.m50RZm +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.031 | 78137 | Recursively removing directory: /tmp/git.qWYYgD/ +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.033 | 91790 | Marked run 1069 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.033 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.033 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.033 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.036 | 91792 | Marked run 1070 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.036 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.037 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.037 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.038 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.040 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.040 | 91804 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.040 | 78133 | Removed run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.040 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.040 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.040 | 78133 | Assigned run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.040 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.040 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3DXlBS +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.045 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.045 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.048 | 78134 | Recursively removing directory: /tmp/git.m50RZm/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.049 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.049 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.050 | 91801 | Marked run 1071 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.050 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.053 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.054 | 78137 | Recursively removing directory: /tmp/git.3DXlBS/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.055 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.055 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.056 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.056 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.057 | 91818 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.057 | 78133 | Removed run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.057 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.057 | 78133 | Assigned run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.057 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.057 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XdxKIU +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.059 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.062 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.063 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.063 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.063 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.063 | 91820 | Added a new worker 13 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.063 | 78133 | Removed run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.063 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.063 | 78133 | Assigned run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.063 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.063 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0ZyDYA +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.064 | 91817 | Marked run 1072 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.065 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.068 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.069 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.071 | 91819 | Marked run 1073 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.071 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.073 | 78134 | Recursively removing directory: /tmp/git.XdxKIU/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.074 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.074 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.078 | 78137 | Recursively removing directory: /tmp/git.0ZyDYA/ +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.078 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.079 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.079 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.081 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.081 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.081 | 91836 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.081 | 78133 | Removed run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.081 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.081 | 78133 | Assigned run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.081 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dreBmT +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.082 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.082 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.085 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.085 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.085 | 91838 | Added a new worker 12 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.085 | 78133 | Removed run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.085 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.085 | 78133 | Assigned run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.086 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.086 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3GCKgY +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.086 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.087 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.091 | 91835 | Marked run 1074 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.091 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.092 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.093 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.094 | 91837 | Marked run 1075 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.095 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.096 | 78134 | Recursively removing directory: /tmp/git.dreBmT/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.097 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.097 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.101 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.102 | 78137 | Recursively removing directory: /tmp/git.3GCKgY/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.103 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.103 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.104 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.104 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.104 | 91854 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.104 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.104 | 78133 | Removed run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.104 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.104 | 78133 | Assigned run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.104 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lETn7p +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.107 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.108 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.109 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.111 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.111 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.111 | 91858 | Added a new worker 13 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.111 | 78133 | Removed run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.111 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.111 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.111 | 78133 | Assigned run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.112 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AvgynO +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.114 | 91853 | Marked run 1076 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.114 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.117 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.118 | 78134 | Recursively removing directory: /tmp/git.lETn7p/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.118 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.119 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.119 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.120 | 91855 | Marked run 1077 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.120 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.122 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.125 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.125 | 91872 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.126 | 78133 | Removed run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.126 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.126 | 78133 | Assigned run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.125 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.126 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PP0aAp +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.126 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.128 | 78137 | Recursively removing directory: /tmp/git.AvgynO/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.129 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.129 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.130 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.131 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.133 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.133 | 91867 | Marked run 1078 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.133 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.136 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.136 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.136 | 91879 | Added a new worker 8 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.136 | 78133 | Removed run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.136 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.136 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.136 | 78133 | Assigned run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.136 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ianBVu +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.140 | 78134 | Recursively removing directory: /tmp/git.PP0aAp/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.141 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.141 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.143 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.144 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.144 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.145 | 91874 | Marked run 1079 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.145 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.147 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.147 | 91885 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.147 | 78133 | Removed run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.147 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.147 | 78133 | Assigned run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.147 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.147 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lcLO0z +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.148 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.152 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.153 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.153 | 78137 | Recursively removing directory: /tmp/git.ianBVu/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.155 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.155 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.156 | 91882 | Marked run 1080 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.156 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.158 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.161 | 78134 | Recursively removing directory: /tmp/git.lcLO0z/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.162 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.162 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.162 | 91899 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.162 | 78133 | Removed run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.162 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.162 | 78133 | Assigned run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.162 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nA6tSn +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.163 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.163 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.163 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.166 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.167 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.168 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.168 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.168 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.169 | 91901 | Added a new worker 14 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.169 | 78133 | Removed run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.169 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.169 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.169 | 78133 | Assigned run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.169 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Av9Xsl +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.172 | 91898 | Marked run 1081 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.172 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.174 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.175 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.177 | 78137 | Recursively removing directory: /tmp/git.nA6tSn/ +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.178 | 91900 | Marked run 1082 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.178 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.179 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.179 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.182 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.184 | 78134 | Recursively removing directory: /tmp/git.Av9Xsl/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.185 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.185 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.186 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.186 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.186 | 91917 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.186 | 78133 | Removed run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.186 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.186 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.186 | 78133 | Assigned run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.186 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kXbaCn +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.189 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.190 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.191 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.193 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.193 | 91920 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.193 | 91916 | Marked run 1083 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.193 | 78133 | Removed run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.193 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.193 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.193 | 78133 | Assigned run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.193 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.193 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.193 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PuQwSf +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.198 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.199 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.200 | 78137 | Recursively removing directory: /tmp/git.kXbaCn/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.202 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.202 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.202 | 91918 | Marked run 1084 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.202 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.205 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.207 | 78134 | Recursively removing directory: /tmp/git.PuQwSf/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.208 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.208 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.209 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.209 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.209 | 91935 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.209 | 78133 | Removed run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.209 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.209 | 78133 | Assigned run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.209 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PVAciJ +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.209 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.212 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.214 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.215 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.216 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.216 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.216 | 91938 | Added a new worker 13 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.216 | 78133 | Removed run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.216 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.216 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.216 | 78133 | Assigned run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.216 | 91934 | Marked run 1085 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.216 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.216 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8B4cKB +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.221 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.222 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.223 | 78137 | Recursively removing directory: /tmp/git.PVAciJ/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.225 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.225 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.227 | 91936 | Marked run 1086 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.228 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.229 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.230 | 78134 | Recursively removing directory: /tmp/git.8B4cKB/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.232 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.232 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.232 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.232 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.232 | 91953 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.232 | 78133 | Removed run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.232 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.232 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.232 | 78133 | Assigned run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.232 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HFsvVw +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.236 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.236 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.237 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.239 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.239 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.239 | 91957 | Added a new worker 13 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.240 | 78133 | Removed run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.240 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.240 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.240 | 78133 | Assigned run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.240 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TzPeHf +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.244 | 91952 | Marked run 1087 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.244 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.246 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.247 | 78137 | Recursively removing directory: /tmp/git.HFsvVw/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.247 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.249 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.249 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.249 | 91954 | Marked run 1088 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.250 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.252 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.255 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.255 | 91971 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.255 | 78133 | Removed run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.255 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.255 | 78133 | Assigned run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.255 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.255 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MBZkVv +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.256 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.256 | 78134 | Recursively removing directory: /tmp/git.TzPeHf/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.257 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.257 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.259 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.260 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.262 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.265 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.265 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.265 | 91980 | Added a new worker 13 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.266 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.266 | 78133 | Removed run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.266 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.266 | 78133 | Assigned run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.266 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ljyGGR +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.266 | 91968 | Marked run 1089 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.266 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.269 | 78137 | Recursively removing directory: /tmp/git.MBZkVv/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.270 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.270 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.270 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.271 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.273 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.275 | 91974 | Marked run 1090 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.276 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.276 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.276 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.276 | 91987 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.276 | 78133 | Removed run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.276 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.276 | 78133 | Assigned run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.277 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R2UYNv +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.279 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.281 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.281 | 78134 | Recursively removing directory: /tmp/git.ljyGGR/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.282 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.283 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.283 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.285 | 91982 | Marked run 1091 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.285 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.287 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.290 | 78137 | Recursively removing directory: /tmp/git.R2UYNv/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.291 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.291 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.291 | 91998 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.291 | 78133 | Removed run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.291 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.291 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.291 | 78133 | Assigned run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.291 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uLQaNJ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.291 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.291 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.294 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.295 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.296 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.297 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.297 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.297 | 92001 | Added a new worker 13 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.297 | 78133 | Removed run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.297 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.297 | 78133 | Assigned run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.298 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oACV3B +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.299 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.300 | 91997 | Marked run 1092 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.300 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.303 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.304 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.306 | 78134 | Recursively removing directory: /tmp/git.uLQaNJ/ +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.307 | 91999 | Marked run 1093 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.307 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.308 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.308 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.312 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.312 | 78137 | Recursively removing directory: /tmp/git.oACV3B/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.314 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.314 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.314 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.314 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.314 | 92016 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.314 | 78133 | Removed run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.315 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.315 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.315 | 78133 | Assigned run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.315 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cC15ED +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.317 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.318 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.319 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.321 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.321 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.321 | 92019 | Added a new worker 12 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.321 | 78133 | Removed run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.321 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.321 | 78133 | Assigned run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.321 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AjnXKC +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.322 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.326 | 92015 | Marked run 1094 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.326 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.328 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.329 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.330 | 78134 | Recursively removing directory: /tmp/git.cC15ED/ +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.330 | 92017 | Marked run 1095 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.331 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.331 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.331 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.335 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.337 | 78137 | Recursively removing directory: /tmp/git.AjnXKC/ +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.339 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.339 | 92034 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.339 | 78133 | Removed run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.339 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.339 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.339 | 78133 | Assigned run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.339 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.339 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.339 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.339 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KQ34IJ +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.343 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.343 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.345 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.346 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.346 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.346 | 92037 | Added a new worker 13 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.346 | 78133 | Removed run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.346 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.346 | 78133 | Assigned run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.346 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bd3ycI +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.347 | 92033 | Marked run 1096 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.347 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.347 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.351 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.354 | 78134 | Recursively removing directory: /tmp/git.KQ34IJ/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.355 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.355 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.355 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.358 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.358 | 92035 | Marked run 1097 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.358 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.361 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.361 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.361 | 92052 | Added a new worker 9 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.361 | 78133 | Removed run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.361 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.361 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.361 | 78133 | Assigned run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.362 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.60cLYU +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.364 | 78137 | Recursively removing directory: /tmp/git.bd3ycI/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.366 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.366 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.366 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.367 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.369 | 92046 | Marked run 1098 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.369 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.369 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.373 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.373 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.373 | 92061 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.373 | 78133 | Removed run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.373 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.373 | 78133 | Assigned run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.373 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sZmjL5 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.374 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.376 | 78134 | Recursively removing directory: /tmp/git.60cLYU/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.377 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.377 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.377 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.378 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.380 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.382 | 92054 | Marked run 1099 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.382 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.383 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.383 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.383 | 92070 | Added a new worker 8 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.384 | 78133 | Removed run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.384 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.384 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.384 | 78133 | Assigned run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.384 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vvbpDt +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.388 | 78137 | Recursively removing directory: /tmp/git.sZmjL5/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.388 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.389 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.389 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.389 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.393 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.393 | 92063 | Marked run 1100 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.393 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.396 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.396 | 92079 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.396 | 78133 | Removed run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.396 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.396 | 78133 | Assigned run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.396 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.396 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.396 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GOlVVD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.398 | 78134 | Recursively removing directory: /tmp/git.vvbpDt/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.399 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.399 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.401 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.401 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.402 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.404 | 92074 | Marked run 1101 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.404 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.405 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.405 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.405 | 92084 | Added a new worker 8 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.405 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.405 | 78133 | Removed run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.405 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.405 | 78133 | Assigned run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.405 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ccM8eo +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.410 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.410 | 78137 | Recursively removing directory: /tmp/git.GOlVVD/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.411 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.412 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.412 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.415 | 92081 | Marked run 1102 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.415 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.416 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.419 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.419 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.419 | 92097 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.419 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.419 | 78133 | Removed run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.419 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.419 | 78133 | Assigned run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.419 | 78134 | Recursively removing directory: /tmp/git.ccM8eo/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.420 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qnWGoj +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.421 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.421 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.424 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.424 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.426 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.429 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.430 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.430 | 92106 | Added a new worker 13 to the queue +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.430 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ePnq36 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.430 | 78133 | Removed run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.430 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.430 | 92094 | Marked run 1103 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.430 | 78133 | Assigned run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.430 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.432 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.433 | 78137 | Recursively removing directory: /tmp/git.qnWGoj/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.435 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.436 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.436 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.436 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.438 | 92099 | Marked run 1104 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.438 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.439 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.442 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.442 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.442 | 92115 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.442 | 78133 | Removed run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.442 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.442 | 78133 | Assigned run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.442 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aYBpiB +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.443 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.445 | 78134 | Recursively removing directory: /tmp/git.ePnq36/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.447 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.447 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.447 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.448 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.450 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.450 | 92109 | Marked run 1105 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.450 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.453 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.453 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.453 | 92124 | Added a new worker 8 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.453 | 78133 | Removed run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.453 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.453 | 78133 | Assigned run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.454 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WRK4qf +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.454 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.457 | 78137 | Recursively removing directory: /tmp/git.aYBpiB/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.458 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.459 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.459 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.459 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.462 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.464 | 92117 | Marked run 1106 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.464 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.466 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.466 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.466 | 92133 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.466 | 78133 | Removed run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.466 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.466 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.467 | 78133 | Assigned run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.467 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CQ0B8R +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.467 | 78134 | Recursively removing directory: /tmp/git.WRK4qf/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.469 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.469 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.472 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.472 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.473 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.475 | 92128 | Marked run 1107 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.475 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.475 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.475 | 92137 | Added a new worker 8 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.475 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.475 | 78133 | Removed run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.475 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.475 | 78133 | Assigned run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.475 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.476 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9pwrJd +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.481 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.482 | 78137 | Recursively removing directory: /tmp/git.CQ0B8R/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.482 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.484 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.484 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.485 | 92134 | Marked run 1108 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.485 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.486 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.490 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.490 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.490 | 92151 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.490 | 78133 | Removed run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.490 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.490 | 78133 | Assigned run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.490 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5brCaP +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.491 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.491 | 78134 | Recursively removing directory: /tmp/git.9pwrJd/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.493 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.493 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.495 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.496 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.497 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.498 | 92148 | Marked run 1109 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.498 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.500 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.500 | 92156 | Added a new worker 8 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.500 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.500 | 78133 | Removed run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.500 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.500 | 78133 | Assigned run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.500 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.500 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KpkSBu +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.505 | 78137 | Recursively removing directory: /tmp/git.5brCaP/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.505 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.506 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.506 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.506 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.509 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.510 | 92153 | Marked run 1110 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.510 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.513 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.513 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.513 | 92169 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.513 | 78133 | Removed run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.513 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.513 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.513 | 78133 | Assigned run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.513 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P9oDUG +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.515 | 78134 | Recursively removing directory: /tmp/git.KpkSBu/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.517 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.517 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.518 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.519 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.521 | 92164 | Marked run 1111 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.521 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.521 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.524 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.524 | 92177 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.524 | 78133 | Removed run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.524 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.524 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.524 | 78133 | Assigned run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.524 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.524 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.azQIEw +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.528 | 78137 | Recursively removing directory: /tmp/git.P9oDUG/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.529 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.530 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.531 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.531 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.533 | 92171 | Marked run 1112 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.533 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.534 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.537 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.538 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.538 | 92187 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.538 | 78133 | Removed run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.538 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.538 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.538 | 78133 | Assigned run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.538 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qcCJcN +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.539 | 78134 | Recursively removing directory: /tmp/git.azQIEw/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.541 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.541 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.543 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.544 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.545 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.545 | 92183 | Marked run 1113 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.545 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.548 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.548 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.548 | 92192 | Added a new worker 8 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.548 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.548 | 78133 | Removed run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.548 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.548 | 78133 | Assigned run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.548 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.a6MCIo +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.552 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.553 | 78137 | Recursively removing directory: /tmp/git.qcCJcN/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.553 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.555 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.555 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.557 | 92189 | Marked run 1114 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.557 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.559 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.562 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.562 | 78134 | Recursively removing directory: /tmp/git.a6MCIo/ +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.562 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.562 | 92205 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.562 | 78133 | Removed run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.562 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.562 | 78133 | Assigned run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.562 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.562 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WcIn2l +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.563 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.563 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.566 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.566 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.567 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.570 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.570 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.570 | 92209 | Added a new worker 13 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.570 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.570 | 78133 | Removed run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.570 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.570 | 78133 | Assigned run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.570 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hv9KNB +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.574 | 92204 | Marked run 1115 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.574 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.576 | 78137 | Recursively removing directory: /tmp/git.WcIn2l/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.577 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.578 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.579 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.579 | 92206 | Marked run 1116 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.579 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.579 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.581 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.583 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.583 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.583 | 92221 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.583 | 78133 | Removed run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.583 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.584 | 78133 | Assigned run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.584 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vDDf64 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.584 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.588 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.589 | 78134 | Recursively removing directory: /tmp/git.hv9KNB/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.590 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.591 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.591 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.592 | 92216 | Marked run 1117 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.592 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.594 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.598 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.598 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.598 | 92232 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.598 | 78133 | Removed run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.598 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.598 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.598 | 78133 | Assigned run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.598 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.n7tcE7 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.598 | 78137 | Recursively removing directory: /tmp/git.vDDf64/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.600 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.600 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.603 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.604 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.604 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.605 | 92229 | Marked run 1118 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.606 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.607 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.607 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.607 | 92236 | Added a new worker 8 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.607 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.607 | 78133 | Removed run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.607 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.607 | 78133 | Assigned run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.607 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oFXyqQ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.612 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.613 | 78134 | Recursively removing directory: /tmp/git.n7tcE7/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.614 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.615 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.615 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.617 | 92233 | Marked run 1119 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.617 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.618 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.621 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.621 | 92250 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.621 | 78133 | Removed run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.621 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.622 | 78133 | Assigned run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.622 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.621 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.622 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Qpsz7e +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.623 | 78137 | Recursively removing directory: /tmp/git.oFXyqQ/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.624 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.624 | 78137 | Process output: 415084 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.626 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.627 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.628 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.630 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.630 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.630 | 92254 | Added a new worker 13 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.630 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.630 | 78133 | Removed run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.630 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.630 | 78133 | Assigned run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.630 | 92246 | Marked run 1120 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.630 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.631 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.arhbNM +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.635 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.636 | 78134 | Recursively removing directory: /tmp/git.Qpsz7e/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.637 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.638 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.638 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.639 | 92251 | Marked run 1121 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.639 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.641 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.645 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.645 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.645 | 92268 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.645 | 78133 | Removed run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.645 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.645 | 78133 | Assigned run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.645 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.645 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pniI3O +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.645 | 78137 | Recursively removing directory: /tmp/git.arhbNM/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.646 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.646 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.649 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.650 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.651 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.654 | 92265 | Marked run 1122 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.655 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.655 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.655 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.655 | 92277 | Added a new worker 8 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.655 | 78133 | Removed run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.655 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.655 | 78133 | Assigned run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.656 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2yxv5g +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.656 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.658 | 78134 | Recursively removing directory: /tmp/git.pniI3O/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.661 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.661 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.661 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.661 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.663 | 92270 | Marked run 1123 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.663 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.664 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.667 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.667 | 92286 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.667 | 78133 | Removed run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.667 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.667 | 78133 | Assigned run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.667 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.667 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Nti6Qs +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.668 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.669 | 78137 | Recursively removing directory: /tmp/git.2yxv5g/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.671 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.671 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.672 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.672 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.674 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.676 | 92280 | Marked run 1124 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.676 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.677 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.677 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QBHxu1 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.677 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.677 | 92291 | Added a new worker 8 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.677 | 78133 | Removed run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.677 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.677 | 78133 | Assigned run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.677 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.682 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.682 | 78134 | Recursively removing directory: /tmp/git.Nti6Qs/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.683 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.684 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.684 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.686 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.690 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.690 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.690 | 92304 | Added a new worker 13 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.690 | 78133 | Removed run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.690 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.690 | 78133 | Assigned run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.690 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wb1qWh +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.691 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.691 | 92288 | Marked run 1125 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.691 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.691 | 78137 | Recursively removing directory: /tmp/git.QBHxu1/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.693 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.693 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.694 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.695 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.697 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.700 | 92301 | Marked run 1126 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.700 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.701 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.701 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.701 | 92313 | Added a new worker 8 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.701 | 78133 | Removed run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.701 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.701 | 78133 | Assigned run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.701 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.701 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.or0FAb +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.704 | 78134 | Recursively removing directory: /tmp/git.wb1qWh/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.705 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.705 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.706 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.707 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.709 | 92306 | Marked run 1127 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.709 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.709 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.712 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.712 | 92320 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.712 | 78133 | Removed run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.712 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.712 | 78133 | Assigned run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.712 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.712 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.712 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Tc3mZB +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.717 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.717 | 78137 | Recursively removing directory: /tmp/git.or0FAb/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.717 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.719 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.719 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.720 | 92315 | Marked run 1128 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.720 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.723 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.725 | 78134 | Recursively removing directory: /tmp/git.Tc3mZB/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.726 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.726 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.726 | 92331 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.726 | 78133 | Removed run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.726 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.726 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.726 | 78133 | Assigned run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.726 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SLeOUN +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.727 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.727 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.730 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.730 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.731 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.733 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.733 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.733 | 92334 | Added a new worker 13 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.733 | 78133 | Removed run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.733 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.733 | 78133 | Assigned run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.733 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.80Jt5u +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.734 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.735 | 92330 | Marked run 1129 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.735 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.738 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.739 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.741 | 78137 | Recursively removing directory: /tmp/git.SLeOUN/ +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.742 | 92332 | Marked run 1130 as finished +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.742 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.742 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.743 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.746 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.747 | 78134 | Recursively removing directory: /tmp/git.80Jt5u/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.749 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.749 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.749 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.749 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.749 | 92349 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.749 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.750 | 78133 | Removed run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.750 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.750 | 78133 | Assigned run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.750 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ANxr8j +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.752 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.754 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.755 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.755 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.755 | 92351 | Added a new worker 13 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.755 | 78133 | Removed run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.755 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.755 | 78133 | Assigned run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.755 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.755 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YckIQL +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.755 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.759 | 92348 | Marked run 1131 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.759 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.761 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.762 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.764 | 78137 | Recursively removing directory: /tmp/git.ANxr8j/ +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.764 | 92350 | Marked run 1132 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.765 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.766 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.766 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.769 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.770 | 78134 | Recursively removing directory: /tmp/git.YckIQL/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.772 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.772 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.772 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.772 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.772 | 92367 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.772 | 78133 | Removed run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.772 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.772 | 78133 | Assigned run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.773 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oWta1l +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.773 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.776 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.776 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.777 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.779 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.780 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.780 | 92371 | Added a new worker 13 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.780 | 78133 | Removed run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.780 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.780 | 78133 | Assigned run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.780 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.780 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yxc0ap +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.783 | 92366 | Marked run 1133 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.783 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.786 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.787 | 78137 | Recursively removing directory: /tmp/git.oWta1l/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.787 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.788 | 92368 | Marked run 1134 as finished +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.788 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.788 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.789 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.791 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.795 | 78134 | Recursively removing directory: /tmp/git.yxc0ap/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.795 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.795 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.795 | 92385 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.795 | 78133 | Removed run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.795 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.795 | 78133 | Assigned run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.795 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.795 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.seJHOo +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.796 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.796 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.801 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.801 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.801 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.804 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.804 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.804 | 92382 | Marked run 1135 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.804 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.804 | 92389 | Added a new worker 6 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.804 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.805 | 78133 | Removed run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.805 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.805 | 78133 | Assigned run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.805 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.o9Acwk +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.810 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.811 | 78137 | Recursively removing directory: /tmp/git.seJHOo/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.811 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.813 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.813 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.813 | 92386 | Marked run 1136 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.813 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.816 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.819 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.819 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.819 | 92403 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.819 | 78133 | Removed run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.819 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.819 | 78133 | Assigned run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.819 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.819 | 78134 | Recursively removing directory: /tmp/git.o9Acwk/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.819 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Bz4jYn +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.821 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.821 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.823 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.824 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.826 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.828 | 92400 | Marked run 1137 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.828 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.829 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.829 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.829 | 92412 | Added a new worker 8 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.829 | 78133 | Removed run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.829 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.830 | 78133 | Assigned run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.830 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.B3HffZ +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.830 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.832 | 78137 | Recursively removing directory: /tmp/git.Bz4jYn/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.834 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.834 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.834 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.835 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.837 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.838 | 92405 | Marked run 1138 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.838 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.839 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.839 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.840 | 92418 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.840 | 78133 | Removed run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.840 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.840 | 78133 | Assigned run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.840 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.840 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EBrSvv +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.844 | 78134 | Recursively removing directory: /tmp/git.B3HffZ/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.845 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.845 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.845 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.846 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.848 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.849 | 92414 | Marked run 1139 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.849 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.852 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.852 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.852 | 92430 | Added a new worker 8 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.852 | 78133 | Removed run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.852 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.852 | 78133 | Assigned run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.852 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.852 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ygxOTT +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.854 | 78137 | Recursively removing directory: /tmp/git.EBrSvv/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.856 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.856 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.858 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.859 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.860 | 92424 | Marked run 1140 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.860 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.860 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.863 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.863 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.863 | 92437 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.863 | 78133 | Removed run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.863 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.863 | 78133 | Assigned run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.863 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vNrPdQ +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.865 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.868 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.869 | 78134 | Recursively removing directory: /tmp/git.ygxOTT/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.869 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.871 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.871 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.872 | 92432 | Marked run 1141 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.873 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.874 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.877 | 78137 | Recursively removing directory: /tmp/git.vNrPdQ/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.877 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.877 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.877 | 92448 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.877 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.877 | 78133 | Removed run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.877 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.878 | 78133 | Assigned run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.878 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EG6HxY +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.879 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.879 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.881 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.882 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.883 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.887 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.887 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.887 | 92457 | Added a new worker 12 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.887 | 78133 | Removed run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.887 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.887 | 78133 | Assigned run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.887 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.887 | 92447 | Marked run 1142 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.888 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.887 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vYu0WN +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.891 | 78134 | Recursively removing directory: /tmp/git.EG6HxY/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.892 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.892 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.892 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.893 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.896 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.896 | 92450 | Marked run 1143 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.896 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.899 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.899 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.899 | 92466 | Added a new worker 9 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.899 | 78133 | Removed run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.899 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.899 | 78133 | Assigned run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.899 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EKc2Mo +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.899 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.902 | 78137 | Recursively removing directory: /tmp/git.vYu0WN/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.903 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.903 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.904 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.904 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.906 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.909 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.909 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.909 | 92473 | Added a new worker 13 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.910 | 78133 | Removed run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.910 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.910 | 78133 | Assigned run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.910 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.90X8it +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.910 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.911 | 92460 | Marked run 1144 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.911 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.914 | 78134 | Recursively removing directory: /tmp/git.EKc2Mo/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.915 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.916 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.916 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.916 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.918 | 92468 | Marked run 1145 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.919 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.919 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.922 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.922 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.922 | 92484 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.922 | 78133 | Removed run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.922 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.922 | 78133 | Assigned run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.922 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8P5sHZ +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.923 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.925 | 78137 | Recursively removing directory: /tmp/git.90X8it/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.926 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.926 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.927 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.928 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.929 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.932 | 92478 | Marked run 1146 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.932 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.933 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.933 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.933 | 92491 | Added a new worker 8 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.933 | 78133 | Removed run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.933 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.933 | 78133 | Assigned run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.933 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BQzwxo +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.934 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.937 | 78134 | Recursively removing directory: /tmp/git.8P5sHZ/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.938 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.939 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.939 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.940 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.942 | 92486 | Marked run 1147 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.942 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.942 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.946 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.946 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.946 | 92502 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.946 | 78133 | Removed run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.946 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.946 | 78133 | Assigned run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.946 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qLgRvl +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.947 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.949 | 78137 | Recursively removing directory: /tmp/git.BQzwxo/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.951 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.951 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.951 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.952 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.954 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.954 | 92496 | Marked run 1148 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.954 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.957 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.957 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.957 | 92509 | Added a new worker 8 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.957 | 78133 | Removed run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.957 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.957 | 78133 | Assigned run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.957 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.958 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4vJ9Vd +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.961 | 78134 | Recursively removing directory: /tmp/git.qLgRvl/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.962 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.962 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.962 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.963 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.965 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.966 | 92504 | Marked run 1149 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.966 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.968 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.968 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.968 | 92520 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.968 | 78133 | Removed run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.968 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.968 | 78133 | Assigned run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.968 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bDCYUc +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.969 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.973 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.973 | 78137 | Recursively removing directory: /tmp/git.4vJ9Vd/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.974 | 78134 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.975 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.975 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.978 | 92514 | Marked run 1150 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.978 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.978 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.981 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.981 | 92530 | Added a new worker 10 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.981 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.982 | 78133 | Removed run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.982 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.982 | 78133 | Assigned run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.981 | 78137 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.982 | 78134 | Recursively removing directory: /tmp/git.bDCYUc/ +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.982 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lQ1uCI +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.983 | 78134 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.983 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.986 | 78137 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.986 | 78137 | Going to run: ./ci +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.988 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.991 | 92527 | Marked run 1151 as finished +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.991 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.992 | 78134 | Waiting for a new command +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.992 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.992 | 92539 | Added a new worker 8 to the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.992 | 78133 | Removed run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.992 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.992 | 78133 | Assigned run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.992 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RRtCI7 +2024-01-28 10:56:32 | INFO | 78131/cimple-server: 2024-01-28 10:56:32.992 | 78131 | Waiting for new connections +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.995 | 78137 | Recursively removing directory: /tmp/git.lQ1uCI/ +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.996 | 78134 | Checking out revision HEAD +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.997 | 78137 | Process exit code: 0 +2024-01-28 10:56:32 | INFO | 78137/cimple-worker: 2024-01-28 10:56:32.997 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:32 | INFO | 78134/cimple-worker: 2024-01-28 10:56:32.997 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.000 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.000 | 92533 | Marked run 1152 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.000 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.003 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.003 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.003 | 92548 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.003 | 78133 | Removed run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.003 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.003 | 78133 | Assigned run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.003 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.003 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Suc7Jr +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.006 | 78134 | Recursively removing directory: /tmp/git.RRtCI7/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.008 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.008 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.009 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.010 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.011 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.014 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.014 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.014 | 92542 | Marked run 1153 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.014 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.014 | 92555 | Added a new worker 7 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.014 | 78133 | Removed run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.014 | 78133 | Removed worker 7 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.014 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.014 | 78133 | Assigned run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 7 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.015 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.x6D3qA +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.018 | 78137 | Recursively removing directory: /tmp/git.Suc7Jr/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.019 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.019 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.019 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.020 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.022 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.024 | 92550 | Marked run 1154 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.024 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.025 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.025 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.025 | 92564 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.025 | 78133 | Removed run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.025 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.025 | 78133 | Assigned run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.025 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2vjeA2 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.026 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.029 | 78134 | Recursively removing directory: /tmp/git.x6D3qA/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.030 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.031 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.031 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.031 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.034 | 92559 | Marked run 1155 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.034 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.035 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.038 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.038 | 92576 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.038 | 78133 | Removed run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.038 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.038 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.038 | 78133 | Assigned run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.038 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.038 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JFy11x +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.040 | 78137 | Recursively removing directory: /tmp/git.2vjeA2/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.041 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.041 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.043 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.043 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.045 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.047 | 92571 | Marked run 1156 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.048 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.049 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.049 | 92585 | Added a new worker 8 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.049 | 78133 | Removed run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.049 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.049 | 78133 | Assigned run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.049 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.049 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.049 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Lt1g7d +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.052 | 78134 | Recursively removing directory: /tmp/git.JFy11x/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.054 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.054 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.054 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.055 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.057 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.057 | 92579 | Marked run 1157 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.057 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.060 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.060 | 92592 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.060 | 78133 | Removed run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.060 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.060 | 78133 | Assigned run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.061 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.060 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.061 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YKcoxI +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.065 | 78137 | Recursively removing directory: /tmp/git.Lt1g7d/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.065 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.066 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.067 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.067 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.069 | 92587 | Marked run 1158 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.070 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.070 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.073 | 78134 | Recursively removing directory: /tmp/git.YKcoxI/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.074 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.074 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.074 | 92603 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.074 | 78133 | Removed run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.074 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.074 | 78133 | Assigned run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.074 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.075 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fy6ZKs +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.075 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.075 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.078 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.079 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.080 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.083 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.083 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.083 | 92609 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.083 | 78133 | Removed run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.083 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.083 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.083 | 78133 | Assigned run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.084 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uM0cwh +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.085 | 92602 | Marked run 1159 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.085 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.089 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.089 | 78137 | Recursively removing directory: /tmp/git.fy6ZKs/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.089 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.091 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.091 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.093 | 92605 | Marked run 1160 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.094 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.094 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.097 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.097 | 92621 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.097 | 78133 | Removed run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.097 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.097 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.098 | 78133 | Assigned run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.097 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.098 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wdKgtj +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.098 | 78134 | Recursively removing directory: /tmp/git.uM0cwh/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.100 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.100 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.101 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.102 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.104 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.107 | 92618 | Marked run 1161 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.108 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.108 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.108 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.108 | 92630 | Added a new worker 8 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.108 | 78133 | Removed run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.108 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.108 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.108 | 78133 | Assigned run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.108 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SNpx06 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.112 | 78137 | Recursively removing directory: /tmp/git.wdKgtj/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.112 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.113 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.113 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.113 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.117 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.119 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.119 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.119 | 92635 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.119 | 78133 | Removed run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.119 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.120 | 92624 | Marked run 1162 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.120 | 78133 | Assigned run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.120 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.120 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.120 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZuQmGv +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.125 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.126 | 78134 | Recursively removing directory: /tmp/git.SNpx06/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.126 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.127 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.127 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.129 | 92634 | Marked run 1163 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.130 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.130 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.134 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.134 | 92648 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.134 | 78133 | Removed run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.134 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.134 | 78133 | Assigned run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.134 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.134 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FcXzQZ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.134 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.137 | 78137 | Recursively removing directory: /tmp/git.ZuQmGv/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.139 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.140 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.140 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.140 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.142 | 92643 | Marked run 1164 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.142 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.143 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.146 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.146 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.146 | 92657 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.146 | 78133 | Removed run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.146 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.146 | 78133 | Assigned run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.147 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DbS50r +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.147 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.148 | 78134 | Recursively removing directory: /tmp/git.FcXzQZ/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.149 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.149 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.152 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.152 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.153 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.155 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.155 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.155 | 92661 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.155 | 78133 | Removed run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.156 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3NgGea +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.155 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.156 | 92652 | Marked run 1165 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.156 | 78133 | Assigned run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.156 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.160 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.161 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.162 | 78137 | Recursively removing directory: /tmp/git.DbS50r/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.164 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.164 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.166 | 92658 | Marked run 1166 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.166 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.168 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.170 | 78134 | Recursively removing directory: /tmp/git.3NgGea/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.171 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.171 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.172 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.172 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.172 | 92675 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.172 | 78133 | Removed run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.172 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.172 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.172 | 78133 | Assigned run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.172 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sSC98h +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.175 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.176 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.177 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.179 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.179 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.179 | 92678 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.179 | 78133 | Removed run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.179 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.179 | 78133 | Assigned run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.180 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.180 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ls81yy +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.180 | 92674 | Marked run 1167 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.180 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.185 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.186 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.187 | 78137 | Recursively removing directory: /tmp/git.sSC98h/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.188 | 92676 | Marked run 1168 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.188 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.189 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.189 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.192 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.194 | 78134 | Recursively removing directory: /tmp/git.Ls81yy/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.195 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.195 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.195 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.196 | 92693 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.196 | 78133 | Removed run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.196 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.196 | 78133 | Assigned run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.195 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.196 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yOWpPp +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.196 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.198 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.200 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.201 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.201 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.202 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.202 | 92696 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.202 | 78133 | Removed run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.202 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.202 | 78133 | Assigned run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.202 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.202 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JIae7J +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.206 | 92692 | Marked run 1169 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.206 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.208 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.209 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.211 | 78137 | Recursively removing directory: /tmp/git.yOWpPp/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.212 | 92694 | Marked run 1170 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.212 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.212 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.213 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.216 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.217 | 78134 | Recursively removing directory: /tmp/git.JIae7J/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.218 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.218 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.219 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.219 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.219 | 92711 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.219 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.219 | 78133 | Removed run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.219 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.219 | 78133 | Assigned run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.219 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2vVJHx +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.222 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.223 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.224 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.226 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.226 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.226 | 92715 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.226 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TqgztM +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.226 | 78133 | Removed run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.226 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.226 | 78133 | Assigned run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.226 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.232 | 92710 | Marked run 1171 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.232 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.233 | 78137 | Recursively removing directory: /tmp/git.2vVJHx/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.235 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.235 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.235 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.235 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.236 | 92712 | Marked run 1172 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.236 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.238 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.241 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.241 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.241 | 92729 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.241 | 78133 | Removed run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.241 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.241 | 78133 | Assigned run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.242 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ldiIg5 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.243 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.244 | 78134 | Recursively removing directory: /tmp/git.TqgztM/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.245 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.245 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.246 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.247 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.248 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.250 | 92723 | Marked run 1173 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.250 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.251 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.251 | 92736 | Added a new worker 8 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.252 | 78133 | Removed run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.252 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.252 | 78133 | Assigned run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.252 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.251 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.252 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BXtyXP +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.257 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.257 | 78137 | Recursively removing directory: /tmp/git.ldiIg5/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.258 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.260 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.260 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.262 | 92731 | Marked run 1174 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.262 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.263 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.266 | 78134 | Recursively removing directory: /tmp/git.BXtyXP/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.267 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.267 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.267 | 92747 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.267 | 78133 | Removed run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.267 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.267 | 78133 | Assigned run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.267 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.267 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QRF3Gs +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.268 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.268 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.271 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.272 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.272 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.274 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.274 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.274 | 92750 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.274 | 78133 | Removed run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.274 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.274 | 78133 | Assigned run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.275 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.275 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zCQl9m +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.277 | 92746 | Marked run 1175 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.277 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.280 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.281 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.282 | 78137 | Recursively removing directory: /tmp/git.QRF3Gs/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.283 | 92748 | Marked run 1176 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.283 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.284 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.284 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.287 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.289 | 78134 | Recursively removing directory: /tmp/git.zCQl9m/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.291 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.291 | 92765 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.291 | 78133 | Removed run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.291 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.291 | 78133 | Assigned run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.291 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.291 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.291 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QNg2B3 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.291 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.291 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.295 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.296 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.297 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.298 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.298 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.298 | 92768 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.299 | 78133 | Removed run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.299 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.299 | 78133 | Assigned run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.299 | 92764 | Marked run 1177 as finished +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.299 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.x2snCT +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.299 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.303 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.304 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.307 | 78137 | Recursively removing directory: /tmp/git.QNg2B3/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.308 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.308 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.309 | 92766 | Marked run 1178 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.309 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.312 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.314 | 78134 | Recursively removing directory: /tmp/git.x2snCT/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.315 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.315 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.315 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.315 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.315 | 92783 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.315 | 78133 | Removed run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.315 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.315 | 78133 | Assigned run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.315 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.315 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WpmxGU +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.319 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.319 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.320 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.322 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.323 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.323 | 92787 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.323 | 78133 | Removed run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.323 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.323 | 78133 | Assigned run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.323 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jAI2r8 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.323 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.327 | 92782 | Marked run 1179 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.328 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.329 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.330 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.330 | 78137 | Recursively removing directory: /tmp/git.WpmxGU/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.332 | 92784 | Marked run 1180 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.332 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.332 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.332 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.335 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.338 | 78134 | Recursively removing directory: /tmp/git.jAI2r8/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.339 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.339 | 92801 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.339 | 78133 | Removed run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.339 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.339 | 78133 | Assigned run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.339 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.339 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.339 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gMAyZK +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.339 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.339 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.342 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.345 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.345 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.345 | 92803 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.345 | 78133 | Removed run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.345 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.345 | 78133 | Assigned run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.345 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.345 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Bfh6Qs +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.347 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.348 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.348 | 92800 | Marked run 1181 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.348 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.350 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.351 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.355 | 92802 | Marked run 1182 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.355 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.357 | 78137 | Recursively removing directory: /tmp/git.gMAyZK/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.359 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.359 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.360 | 78134 | Recursively removing directory: /tmp/git.Bfh6Qs/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.361 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.361 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.362 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.364 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.365 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.365 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.365 | 92820 | Added a new worker 12 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.365 | 78133 | Removed run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.365 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.365 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.365 | 78133 | Assigned run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.365 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N1nBrI +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.367 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.367 | 92821 | Added a new worker 12 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.367 | 78133 | Removed run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.367 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.367 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.367 | 78133 | Assigned run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.367 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.367 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BjQUD4 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.371 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.372 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.372 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.373 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.376 | 92818 | Marked run 1183 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.376 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.379 | 92819 | Marked run 1184 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.379 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.381 | 78137 | Recursively removing directory: /tmp/git.N1nBrI/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.382 | 78134 | Recursively removing directory: /tmp/git.BjQUD4/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.382 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.382 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.384 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.384 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.387 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.388 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.390 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.390 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.390 | 92838 | Added a new worker 12 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.390 | 78133 | Removed run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.390 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.390 | 78133 | Assigned run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.391 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.391 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.M8nan0 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.392 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.392 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.392 | 92839 | Added a new worker 12 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.392 | 78133 | Removed run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.392 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.392 | 78133 | Assigned run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.393 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.393 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PxDuQ0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.395 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.396 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.399 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.400 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.400 | 92836 | Marked run 1185 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.400 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.404 | 92837 | Marked run 1186 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.404 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.405 | 78137 | Recursively removing directory: /tmp/git.M8nan0/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.407 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.407 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.409 | 78134 | Recursively removing directory: /tmp/git.PxDuQ0/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.410 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.410 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.410 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.413 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.413 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.413 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.413 | 92856 | Added a new worker 12 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.413 | 78133 | Removed run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.413 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.413 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.413 | 78133 | Assigned run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.413 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XRB6AW +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.417 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.417 | 92857 | Added a new worker 12 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.417 | 78133 | Removed run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.417 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.417 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.417 | 78133 | Assigned run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.418 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.419 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.416 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.417 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RAI68u +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.422 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.423 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.425 | 92854 | Marked run 1187 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.425 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.427 | 78137 | Recursively removing directory: /tmp/git.XRB6AW/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.428 | 92855 | Marked run 1188 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.428 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.429 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.429 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.432 | 78134 | Recursively removing directory: /tmp/git.RAI68u/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.433 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.433 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.433 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.436 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.436 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.436 | 92873 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.436 | 78133 | Removed run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.436 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.436 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.436 | 78133 | Assigned run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.436 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.436 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oS5uFO +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.440 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.440 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.440 | 92875 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.440 | 78133 | Removed run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.440 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.440 | 78133 | Assigned run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.440 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ngIP0S +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.441 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.441 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.442 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.445 | 92872 | Marked run 1189 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.445 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.446 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.447 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.450 | 92874 | Marked run 1190 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.450 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.452 | 78137 | Recursively removing directory: /tmp/git.oS5uFO/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.453 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.453 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.456 | 78134 | Recursively removing directory: /tmp/git.ngIP0S/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.457 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.457 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.457 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.459 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.459 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.459 | 92891 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.459 | 78133 | Removed run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.459 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.459 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.459 | 78133 | Assigned run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.459 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DeIkdV +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.460 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.463 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.464 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.464 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.464 | 92893 | Added a new worker 12 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.464 | 78133 | Removed run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.464 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.464 | 78133 | Assigned run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.464 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Y9w64z +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.464 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.465 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.469 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.470 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.471 | 92890 | Marked run 1191 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.471 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.474 | 78137 | Recursively removing directory: /tmp/git.DeIkdV/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.474 | 92892 | Marked run 1192 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.474 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.475 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.475 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.479 | 78134 | Recursively removing directory: /tmp/git.Y9w64z/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.480 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.480 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.480 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.482 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.482 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.482 | 92909 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.482 | 78133 | Removed run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.482 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.483 | 78133 | Assigned run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.483 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.483 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.m7G2FK +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.483 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.486 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.486 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.486 | 92911 | Added a new worker 12 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.486 | 78133 | Removed run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.486 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.486 | 78133 | Assigned run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.486 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.486 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kqpVe0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.488 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.489 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.492 | 92908 | Marked run 1193 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.492 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.492 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.493 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.496 | 92910 | Marked run 1194 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.497 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.498 | 78137 | Recursively removing directory: /tmp/git.m7G2FK/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.500 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.500 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.502 | 78134 | Recursively removing directory: /tmp/git.kqpVe0/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.503 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.503 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.503 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.507 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.507 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.507 | 92927 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.507 | 78133 | Removed run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.507 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.507 | 78133 | Assigned run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.507 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.507 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.X9KlSH +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.508 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.511 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.511 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.511 | 92929 | Added a new worker 12 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.511 | 78133 | Removed run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.511 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.511 | 78133 | Assigned run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.511 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.511 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.M4gk0R +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.512 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.513 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.517 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.517 | 92926 | Marked run 1195 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.518 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.518 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.521 | 92928 | Marked run 1196 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.521 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.522 | 78137 | Recursively removing directory: /tmp/git.X9KlSH/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.523 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.523 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.527 | 78134 | Recursively removing directory: /tmp/git.M4gk0R/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.527 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.528 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.528 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.530 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.530 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.530 | 92945 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.530 | 78133 | Removed run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.530 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.530 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.530 | 78133 | Assigned run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.530 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xHqh48 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.532 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.534 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.534 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.535 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.535 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.535 | 92948 | Added a new worker 12 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.535 | 78133 | Removed run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.535 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.535 | 78133 | Assigned run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.535 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fijAky +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.536 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.540 | 92944 | Marked run 1197 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.540 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.541 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.542 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.545 | 78137 | Recursively removing directory: /tmp/git.xHqh48/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.546 | 92946 | Marked run 1198 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.546 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.547 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.547 | 78137 | Process output: 415085 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.550 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.551 | 78134 | Recursively removing directory: /tmp/git.fijAky/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.552 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.552 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.554 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.554 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.554 | 92963 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.554 | 78133 | Removed run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.554 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.554 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.554 | 78133 | Assigned run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.554 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Pp5Fdw +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.556 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.558 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.559 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.560 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.560 | 92966 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.560 | 78133 | Removed run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.560 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.560 | 78133 | Assigned run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.560 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.560 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qzIY2v +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.561 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.562 | 92962 | Marked run 1199 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.562 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.565 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.566 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.569 | 78137 | Recursively removing directory: /tmp/git.Pp5Fdw/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.571 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.571 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.572 | 92964 | Marked run 1200 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.572 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.575 | 78134 | Recursively removing directory: /tmp/git.qzIY2v/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.575 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.576 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.576 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.578 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.578 | 92981 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.578 | 78133 | Removed run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.578 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.578 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.578 | 78133 | Assigned run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.578 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.578 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XG22Ar +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.580 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.582 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.582 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.583 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.583 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.583 | 92984 | Added a new worker 12 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.583 | 78133 | Removed run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.583 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.583 | 78133 | Assigned run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.584 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.73jBND +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.584 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.588 | 92980 | Marked run 1201 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.588 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.590 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.591 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.593 | 78137 | Recursively removing directory: /tmp/git.XG22Ar/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.593 | 92982 | Marked run 1202 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.593 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.594 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.594 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.598 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.599 | 78134 | Recursively removing directory: /tmp/git.73jBND/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.601 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.601 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.601 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.601 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.601 | 92999 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.601 | 78133 | Removed run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.601 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.601 | 78133 | Assigned run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.601 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XEVfbd +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.602 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.604 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.606 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.607 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.607 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.607 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.607 | 93001 | Added a new worker 12 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.607 | 78133 | Removed run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.607 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.607 | 78133 | Assigned run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.608 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.608 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aGTHLU +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.612 | 92998 | Marked run 1203 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.612 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.614 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.615 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.616 | 93000 | Marked run 1204 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.616 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.617 | 78137 | Recursively removing directory: /tmp/git.XEVfbd/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.618 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.618 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.621 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.623 | 78134 | Recursively removing directory: /tmp/git.aGTHLU/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.624 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.624 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.625 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.625 | 93017 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.625 | 78133 | Removed run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.625 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.625 | 78133 | Assigned run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.625 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.625 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.625 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SsCWw3 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.628 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.630 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.631 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.631 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.631 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.631 | 93020 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.631 | 78133 | Removed run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.631 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.631 | 78133 | Assigned run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.631 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.632 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C4xtas +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.632 | 93016 | Marked run 1205 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.632 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.636 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.637 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.640 | 93018 | Marked run 1206 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.641 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.641 | 78137 | Recursively removing directory: /tmp/git.SsCWw3/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.642 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.642 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.645 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.646 | 78134 | Recursively removing directory: /tmp/git.C4xtas/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.647 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.647 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.649 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.649 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.649 | 93035 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.649 | 78133 | Removed run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.649 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.649 | 78133 | Assigned run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.649 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.650 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RiUDl8 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.651 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.654 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.654 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.654 | 93037 | Added a new worker 12 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.654 | 78133 | Removed run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.654 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.654 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.654 | 78133 | Assigned run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.654 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.654 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.l562DX +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.655 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.660 | 93034 | Marked run 1207 as finished +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.660 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.660 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.661 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.664 | 93036 | Marked run 1208 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.664 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.664 | 78137 | Recursively removing directory: /tmp/git.RiUDl8/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.665 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.665 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.669 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.670 | 78134 | Recursively removing directory: /tmp/git.l562DX/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.671 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.671 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.672 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.672 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kXggnF +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.672 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.672 | 93053 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.672 | 78133 | Removed run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.672 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.672 | 78133 | Assigned run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.672 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.676 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.676 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.677 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.679 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.679 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.679 | 93057 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.679 | 78133 | Removed run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.679 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.679 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.679 | 78133 | Assigned run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.679 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ej7F0l +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.683 | 93052 | Marked run 1209 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.683 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.686 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.686 | 78137 | Recursively removing directory: /tmp/git.kXggnF/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.687 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.689 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.689 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.690 | 93054 | Marked run 1210 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.690 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.692 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.695 | 78134 | Recursively removing directory: /tmp/git.Ej7F0l/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.696 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.696 | 93071 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.696 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.696 | 78133 | Removed run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.696 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.696 | 78133 | Assigned run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.696 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.696 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uHQCxC +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.697 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.697 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.700 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.701 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.701 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.705 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.705 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.705 | 93076 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.705 | 78133 | Removed run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.705 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.705 | 78133 | Assigned run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.705 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.u4yBex +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.705 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.707 | 93068 | Marked run 1211 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.707 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.710 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.711 | 78137 | Recursively removing directory: /tmp/git.uHQCxC/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.711 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.713 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.713 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.715 | 93072 | Marked run 1212 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.715 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.717 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.719 | 78134 | Recursively removing directory: /tmp/git.u4yBex/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.720 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.720 | 93089 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.720 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.720 | 78133 | Removed run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.720 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.720 | 78133 | Assigned run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.720 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.721 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oxgLwO +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.721 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.721 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.725 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.726 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.726 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.728 | 93088 | Marked run 1213 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.728 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.728 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.729 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.729 | 93093 | Added a new worker 8 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.729 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.729 | 78133 | Removed run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.729 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.729 | 78133 | Assigned run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.729 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RDJMdT +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.733 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.734 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.735 | 78137 | Recursively removing directory: /tmp/git.oxgLwO/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.737 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.738 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.739 | 93090 | Marked run 1214 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.740 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.742 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.743 | 78134 | Recursively removing directory: /tmp/git.RDJMdT/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.744 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.744 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.745 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.745 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.745 | 93107 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.745 | 78133 | Removed run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.745 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.745 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.745 | 78133 | Assigned run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.745 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0mHLAs +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.748 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.749 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.750 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.751 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.751 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.752 | 93110 | Added a new worker 12 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.752 | 78133 | Removed run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.752 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.752 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.752 | 78133 | Assigned run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.752 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cpy2ty +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.756 | 93106 | Marked run 1215 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.756 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.757 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.759 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.760 | 78137 | Recursively removing directory: /tmp/git.0mHLAs/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.761 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.761 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.762 | 93108 | Marked run 1216 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.762 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.765 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.767 | 78134 | Recursively removing directory: /tmp/git.cpy2ty/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.768 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.768 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.768 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.768 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.768 | 93125 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.768 | 78133 | Removed run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.768 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.768 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.768 | 78133 | Assigned run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.769 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qjVUnL +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.771 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.773 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.774 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.774 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.774 | 93127 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.774 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.774 | 78133 | Removed run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.774 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.774 | 78133 | Assigned run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.774 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.guRhBw +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.775 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.780 | 93124 | Marked run 1217 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.781 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.782 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.783 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.784 | 93126 | Marked run 1218 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.784 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.785 | 78137 | Recursively removing directory: /tmp/git.qjVUnL/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.786 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.786 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.790 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.791 | 78134 | Recursively removing directory: /tmp/git.guRhBw/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.792 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.792 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.793 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.793 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.793 | 93143 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.793 | 78133 | Removed run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.793 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.793 | 78133 | Assigned run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.793 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.793 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bvChgA +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.795 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.798 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.799 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.799 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.799 | 93145 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.799 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.799 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.800 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dfBGAc +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.799 | 78133 | Removed run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.799 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.799 | 78133 | Assigned run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.802 | 93142 | Marked run 1219 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.802 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.806 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.807 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.808 | 93144 | Marked run 1220 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.808 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.808 | 78137 | Recursively removing directory: /tmp/git.bvChgA/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.810 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.810 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.813 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.814 | 78134 | Recursively removing directory: /tmp/git.dfBGAc/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.816 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.816 | 78134 | Process output: 415085 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.816 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.816 | 93161 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.816 | 78133 | Removed run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.816 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.817 | 78133 | Assigned run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.817 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.816 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.817 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vkWQ3n +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.820 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.821 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.822 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.824 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.824 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.824 | 93160 | Marked run 1221 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.824 | 93164 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.824 | 78133 | Removed run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.824 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.824 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.824 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.824 | 78133 | Assigned run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.824 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.v5el0k +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.829 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.830 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.831 | 78137 | Recursively removing directory: /tmp/git.vkWQ3n/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.833 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.833 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.834 | 93162 | Marked run 1222 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.834 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.837 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.838 | 78134 | Recursively removing directory: /tmp/git.v5el0k/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.840 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.840 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.840 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.840 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bkSMBs +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.840 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.840 | 93179 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.840 | 78133 | Removed run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.840 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.840 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.840 | 78133 | Assigned run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.844 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.845 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.847 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.848 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.848 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.848 | 93182 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.848 | 78133 | Removed run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.848 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.848 | 78133 | Assigned run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.848 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.848 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ElS9eA +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.849 | 93178 | Marked run 1223 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.849 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.853 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.854 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.855 | 78137 | Recursively removing directory: /tmp/git.bkSMBs/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.857 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.857 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.858 | 93180 | Marked run 1224 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.858 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.860 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.863 | 78134 | Recursively removing directory: /tmp/git.ElS9eA/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.864 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.864 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.864 | 93197 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.864 | 78133 | Removed run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.864 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.864 | 78133 | Assigned run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.864 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cauxTO +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.864 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.864 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.864 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.868 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.869 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.869 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.871 | 93196 | Marked run 1225 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.871 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.871 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.871 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.871 | 93200 | Added a new worker 8 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.871 | 78133 | Removed run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.871 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.871 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.872 | 78133 | Assigned run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.872 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FONoAr +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.876 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.877 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.878 | 78137 | Recursively removing directory: /tmp/git.cauxTO/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.880 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.880 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.882 | 93198 | Marked run 1226 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.882 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.884 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.885 | 78134 | Recursively removing directory: /tmp/git.FONoAr/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.886 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.886 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.887 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.887 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.887 | 93215 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.887 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.887 | 78133 | Removed run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.887 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.887 | 78133 | Assigned run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.887 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yPC4to +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.890 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.891 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.892 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.893 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.894 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.894 | 93218 | Added a new worker 12 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.894 | 78133 | Removed run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.894 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.894 | 78133 | Assigned run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.894 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3UMIvA +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.894 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.898 | 93214 | Marked run 1227 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.899 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.900 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.901 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.902 | 78137 | Recursively removing directory: /tmp/git.yPC4to/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.903 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.903 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.906 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.907 | 93216 | Marked run 1228 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.907 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.909 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.909 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.909 | 93233 | Added a new worker 9 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.909 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.909 | 78133 | Removed run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.909 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.909 | 78133 | Assigned run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.909 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.emFzPB +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.909 | 78134 | Recursively removing directory: /tmp/git.3UMIvA/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.910 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.910 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.914 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.914 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.915 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.917 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.917 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.917 | 93236 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.917 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.917 | 78133 | Removed run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.917 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.917 | 78133 | Assigned run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.918 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aywYAY +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.918 | 93230 | Marked run 1229 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.918 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.923 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.924 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.924 | 78137 | Recursively removing directory: /tmp/git.emFzPB/ +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.926 | 93234 | Marked run 1230 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.926 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.926 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.926 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.929 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.932 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.932 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.933 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ph55yX +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.932 | 93251 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.932 | 78133 | Removed run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.932 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.933 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.933 | 78133 | Assigned run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.933 | 78134 | Recursively removing directory: /tmp/git.aywYAY/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.934 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.934 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.936 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.937 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.939 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.942 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.942 | 93250 | Marked run 1231 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.942 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.942 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.943 | 93260 | Added a new worker 6 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.943 | 78133 | Removed run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.943 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.943 | 78133 | Assigned run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.943 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TZJ4bn +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.943 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.946 | 78137 | Recursively removing directory: /tmp/git.Ph55yX/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.947 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.947 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.947 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.948 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.951 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.952 | 93254 | Marked run 1232 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.952 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.954 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.954 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.954 | 93269 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.954 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.955 | 78133 | Removed run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.955 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.955 | 78133 | Assigned run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.955 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uMgA2o +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.957 | 78134 | Recursively removing directory: /tmp/git.TZJ4bn/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.958 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.958 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.959 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.960 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.961 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.963 | 93262 | Marked run 1233 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.963 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.964 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.964 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.964 | 93273 | Added a new worker 8 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.964 | 78133 | Removed run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.964 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.964 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.964 | 78133 | Assigned run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.964 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QItfs9 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.968 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.969 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.970 | 78137 | Recursively removing directory: /tmp/git.uMgA2o/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.972 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.972 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.975 | 93271 | Marked run 1234 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.975 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.975 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.978 | 78134 | Recursively removing directory: /tmp/git.QItfs9/ +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.978 | 78137 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.978 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.978 | 93287 | Added a new worker 10 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.978 | 78133 | Removed run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.978 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.979 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.979 | 78133 | Assigned run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.979 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.akgXqk +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.979 | 78134 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.979 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.982 | 78137 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.983 | 78137 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.984 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.987 | 78134 | Waiting for a new command +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.987 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.987 | 93292 | Added a new worker 13 to the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.987 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.987 | 78133 | Removed run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.987 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.987 | 78133 | Assigned run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.987 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2gWpPE +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.990 | 93286 | Marked run 1235 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.991 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.994 | 78137 | Recursively removing directory: /tmp/git.akgXqk/ +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.994 | 78134 | Checking out revision HEAD +2024-01-28 10:56:33 | INFO | 78134/cimple-worker: 2024-01-28 10:56:33.994 | 78134 | Going to run: ./ci +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.995 | 78137 | Process exit code: 0 +2024-01-28 10:56:33 | INFO | 78137/cimple-worker: 2024-01-28 10:56:33.995 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.996 | 93289 | Marked run 1236 as finished +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.996 | 78131 | Waiting for new connections +2024-01-28 10:56:33 | INFO | 78131/cimple-server: 2024-01-28 10:56:33.998 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.001 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.001 | 93305 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.001 | 78133 | Removed run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.001 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.001 | 78133 | Assigned run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.001 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.001 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5THax0 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.002 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.003 | 78134 | Recursively removing directory: /tmp/git.2gWpPE/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.005 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.005 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.006 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.007 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.008 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.010 | 93300 | Marked run 1237 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.010 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.011 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.011 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.011 | 93311 | Added a new worker 8 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.011 | 78133 | Removed run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.011 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.011 | 78133 | Assigned run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.011 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.K2q1uP +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.012 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.016 | 78137 | Recursively removing directory: /tmp/git.5THax0/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.017 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.017 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.020 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.021 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.022 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.023 | 93307 | Marked run 1238 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.023 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.023 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.024 | 93317 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.024 | 78133 | Removed run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.024 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.024 | 78133 | Assigned run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.024 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.023 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.024 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ddI9qg +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.028 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.029 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.031 | 78134 | Recursively removing directory: /tmp/git.K2q1uP/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.033 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.033 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.033 | 93315 | Marked run 1239 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.033 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.036 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.037 | 78137 | Recursively removing directory: /tmp/git.ddI9qg/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.038 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.038 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.039 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.039 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.039 | 93332 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.039 | 78133 | Removed run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.039 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.039 | 78133 | Assigned run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.039 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xUVPto +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.040 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.043 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.043 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.044 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.046 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.046 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.046 | 93336 | Added a new worker 13 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.046 | 78133 | Removed run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.046 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.046 | 78133 | Assigned run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.047 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.047 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ImpSUg +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.052 | 93331 | Marked run 1240 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.052 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.053 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.053 | 78134 | Recursively removing directory: /tmp/git.xUVPto/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.054 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.055 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.055 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.056 | 93333 | Marked run 1241 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.056 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.059 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.062 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.062 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.062 | 93350 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.062 | 78133 | Removed run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.062 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.063 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.063 | 78133 | Assigned run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.063 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FZFFdw +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.064 | 78137 | Recursively removing directory: /tmp/git.ImpSUg/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.065 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.065 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.067 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.069 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.069 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.071 | 93347 | Marked run 1242 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.071 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.073 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.073 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.073 | 93356 | Added a new worker 8 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.073 | 78133 | Removed run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.073 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.073 | 78133 | Assigned run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.073 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uqbAVa +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.074 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.077 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.078 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.078 | 78134 | Recursively removing directory: /tmp/git.FZFFdw/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.081 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.081 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.082 | 93352 | Marked run 1243 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.083 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.084 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.086 | 78137 | Recursively removing directory: /tmp/git.uqbAVa/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.087 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.087 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.087 | 93368 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.087 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.087 | 78133 | Removed run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.087 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.087 | 78133 | Assigned run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.088 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5FiwXQ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.088 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.088 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.091 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.092 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.093 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.096 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.096 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.096 | 93374 | Added a new worker 13 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.096 | 78133 | Removed run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.096 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.096 | 78133 | Assigned run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.096 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uP5gTa +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.097 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.099 | 93367 | Marked run 1244 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.099 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.101 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.102 | 78134 | Recursively removing directory: /tmp/git.5FiwXQ/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.102 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.104 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.104 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.106 | 93370 | Marked run 1245 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.107 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.107 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.110 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.110 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.110 | 93386 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.110 | 78133 | Removed run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.110 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.110 | 78133 | Assigned run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.110 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.110 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.h64Ue5 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.112 | 78137 | Recursively removing directory: /tmp/git.uP5gTa/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.113 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.113 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.115 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.116 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.117 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.119 | 93383 | Marked run 1246 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.119 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.120 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.120 | 93393 | Added a new worker 8 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.120 | 78133 | Removed run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.120 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.120 | 78133 | Assigned run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.120 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.120 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Gyxutk +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.121 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.125 | 78134 | Recursively removing directory: /tmp/git.h64Ue5/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.125 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.126 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.127 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.127 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.130 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.131 | 93388 | Marked run 1247 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.131 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.133 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.133 | 93404 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.133 | 78133 | Removed run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.133 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.133 | 78133 | Assigned run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.133 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.133 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Cb6Puv +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.134 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.134 | 78137 | Recursively removing directory: /tmp/git.Gyxutk/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.136 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.136 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.138 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.139 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.139 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.142 | 93401 | Marked run 1248 as finished +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.142 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.143 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.143 | 93409 | Added a new worker 12 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.143 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.143 | 78133 | Removed run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.143 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.143 | 78133 | Assigned run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.144 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.143 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cjQyIQ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.147 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.148 | 78134 | Recursively removing directory: /tmp/git.Cb6Puv/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.149 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.150 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.150 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.152 | 93405 | Marked run 1249 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.152 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.153 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.156 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.156 | 93422 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.156 | 78133 | Removed run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.156 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.156 | 78133 | Assigned run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.157 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.156 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.156 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BPKMQa +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.158 | 78137 | Recursively removing directory: /tmp/git.cjQyIQ/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.159 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.159 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.160 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.161 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.164 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.165 | 93417 | Marked run 1250 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.165 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.167 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.167 | 93431 | Added a new worker 8 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.167 | 78133 | Removed run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.167 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.167 | 78133 | Assigned run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.167 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.167 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DciVXX +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.168 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.170 | 78134 | Recursively removing directory: /tmp/git.BPKMQa/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.172 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.172 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.172 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.173 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.175 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.176 | 93425 | Marked run 1251 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.176 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.178 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.178 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.179 | 93440 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.179 | 78133 | Removed run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.179 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.179 | 78133 | Assigned run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.179 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Kt51lA +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.179 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.181 | 78137 | Recursively removing directory: /tmp/git.DciVXX/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.183 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.183 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.184 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.185 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.186 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.187 | 93434 | Marked run 1252 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.187 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.189 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.189 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.189 | 93445 | Added a new worker 8 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.189 | 78133 | Removed run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.189 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.189 | 78133 | Assigned run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.189 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GEXmZx +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.190 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.194 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.194 | 78134 | Recursively removing directory: /tmp/git.Kt51lA/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.195 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.196 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.196 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.199 | 93442 | Marked run 1253 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.199 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.199 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.203 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.203 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.203 | 93458 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.203 | 78133 | Removed run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.203 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.203 | 78133 | Assigned run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.203 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.203 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5Tcw5M +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.204 | 78137 | Recursively removing directory: /tmp/git.GEXmZx/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.205 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.205 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.209 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.210 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.210 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.213 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.213 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.213 | 93463 | Added a new worker 13 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.213 | 78133 | Removed run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.213 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.213 | 78133 | Assigned run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.213 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ASLSFh +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.214 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.215 | 93454 | Marked run 1254 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.215 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.219 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.219 | 78134 | Recursively removing directory: /tmp/git.5Tcw5M/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.220 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.221 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.221 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.222 | 93460 | Marked run 1255 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.222 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.224 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.227 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.227 | 93476 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.227 | 78133 | Removed run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.227 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.227 | 78133 | Assigned run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.227 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.227 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.228 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.s4gO1B +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.229 | 78137 | Recursively removing directory: /tmp/git.ASLSFh/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.230 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.230 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.232 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.233 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.233 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.236 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.236 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.236 | 93480 | Added a new worker 13 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.236 | 78133 | Removed run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.236 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.236 | 78133 | Assigned run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.236 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.236 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NDM0ha +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.237 | 93471 | Marked run 1256 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.237 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.241 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.242 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.242 | 78134 | Recursively removing directory: /tmp/git.s4gO1B/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.244 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.244 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.246 | 93477 | Marked run 1257 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.247 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.248 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.250 | 78137 | Recursively removing directory: /tmp/git.NDM0ha/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.251 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.251 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.251 | 93494 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.251 | 78133 | Removed run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.251 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.251 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.251 | 78133 | Assigned run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.252 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VPBRfY +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.252 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.252 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.256 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.256 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.257 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.260 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.260 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.260 | 93499 | Added a new worker 13 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.260 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.260 | 78133 | Removed run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.260 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.260 | 78133 | Assigned run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.260 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.q4508c +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.263 | 93493 | Marked run 1258 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.263 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.266 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.266 | 78134 | Recursively removing directory: /tmp/git.VPBRfY/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.267 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.268 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.268 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.269 | 93495 | Marked run 1259 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.269 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.271 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.274 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.274 | 93512 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.274 | 78133 | Removed run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.274 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.274 | 78133 | Assigned run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.274 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.274 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.p8DKXU +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.275 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.276 | 78137 | Recursively removing directory: /tmp/git.q4508c/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.277 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.277 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.279 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.280 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.281 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.282 | 93507 | Marked run 1260 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.282 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.284 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.284 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.284 | 93519 | Added a new worker 8 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.284 | 78133 | Removed run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.284 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.284 | 78133 | Assigned run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.285 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.285 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zxYxrf +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.288 | 78134 | Recursively removing directory: /tmp/git.p8DKXU/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.289 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.289 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.289 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.290 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.293 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.294 | 93514 | Marked run 1261 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.294 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.296 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.296 | 93530 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.296 | 78133 | Removed run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.296 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.296 | 78133 | Assigned run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.299 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.296 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.296 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FuSfaq +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.299 | 78137 | Recursively removing directory: /tmp/git.zxYxrf/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.300 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.300 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.301 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.302 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.303 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.305 | 93524 | Marked run 1262 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.305 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.306 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.306 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.306 | 93536 | Added a new worker 8 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.306 | 78133 | Removed run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.306 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.306 | 78133 | Assigned run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.306 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6Txv2B +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.307 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.311 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.311 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.312 | 78134 | Recursively removing directory: /tmp/git.FuSfaq/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.314 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.314 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.316 | 93532 | Marked run 1263 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.317 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.318 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.320 | 78137 | Recursively removing directory: /tmp/git.6Txv2B/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.321 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.321 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.321 | 93548 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.321 | 78133 | Removed run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.321 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.321 | 78133 | Assigned run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.321 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wn87Li +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.322 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.322 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.322 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.325 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.326 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.326 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.330 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.330 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.330 | 93553 | Added a new worker 14 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.330 | 78133 | Removed run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.330 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.330 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.330 | 78133 | Assigned run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.330 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.f6LGxc +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.333 | 93547 | Marked run 1264 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.334 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.335 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.336 | 78134 | Recursively removing directory: /tmp/git.wn87Li/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.336 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.338 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.338 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.339 | 93550 | Marked run 1265 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.339 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.341 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.344 | 78137 | Recursively removing directory: /tmp/git.f6LGxc/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.345 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.345 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.345 | 93566 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.345 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.345 | 78133 | Removed run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.345 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.345 | 78133 | Assigned run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.345 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BFmXbA +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.346 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.346 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.349 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.349 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.351 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.354 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.354 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.354 | 93573 | Added a new worker 13 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.355 | 78133 | Removed run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.355 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.355 | 78133 | Assigned run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.355 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.l6ffcl +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.355 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.358 | 93565 | Marked run 1266 as finished +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.358 | 78134 | Recursively removing directory: /tmp/git.BFmXbA/ +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.358 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.360 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.360 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.362 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.362 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.363 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.365 | 93568 | Marked run 1267 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.365 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.367 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.367 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.367 | 93582 | Added a new worker 9 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.368 | 78133 | Removed run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.368 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.368 | 78133 | Assigned run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.368 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cPYxpc +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.368 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.372 | 78137 | Recursively removing directory: /tmp/git.l6ffcl/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.373 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.374 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.374 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.374 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.376 | 93577 | Marked run 1268 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.376 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.377 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.380 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.380 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.380 | 93593 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.380 | 78133 | Removed run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.380 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.380 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.380 | 78133 | Assigned run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.381 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YFB8mj +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.383 | 78134 | Recursively removing directory: /tmp/git.cPYxpc/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.385 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.385 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.385 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.386 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.388 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.389 | 93587 | Marked run 1269 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.389 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.391 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.391 | 93600 | Added a new worker 8 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.391 | 78133 | Removed run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.391 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.391 | 78133 | Assigned run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.391 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.391 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.391 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3eIGQt +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.396 | 78137 | Recursively removing directory: /tmp/git.YFB8mj/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.396 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.396 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.397 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.397 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.400 | 93595 | Marked run 1270 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.400 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.401 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.404 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.404 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.404 | 93611 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.404 | 78133 | Removed run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.404 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.404 | 78133 | Assigned run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.404 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.405 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6Xi82L +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.405 | 78134 | Recursively removing directory: /tmp/git.3eIGQt/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.406 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.406 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.409 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.410 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.410 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.412 | 93608 | Marked run 1271 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.413 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.414 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.414 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.414 | 93615 | Added a new worker 8 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.414 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.414 | 78133 | Removed run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.414 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.414 | 78133 | Assigned run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.414 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CghP8k +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.419 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.419 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.420 | 78137 | Recursively removing directory: /tmp/git.6Xi82L/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.422 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.422 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.422 | 93612 | Marked run 1272 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.422 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.425 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.428 | 78134 | Recursively removing directory: /tmp/git.CghP8k/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.429 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.429 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.429 | 93629 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.429 | 78133 | Removed run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.429 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.429 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.429 | 78133 | Assigned run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.429 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Tbhoa4 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.430 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.430 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.433 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.433 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.434 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.438 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.438 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.438 | 93636 | Added a new worker 13 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.438 | 78133 | Removed run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.438 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.438 | 78133 | Assigned run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.438 | 93628 | Marked run 1273 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.439 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.439 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.438 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mfQzhu +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.443 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.444 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.444 | 78137 | Recursively removing directory: /tmp/git.Tbhoa4/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.446 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.446 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.448 | 93631 | Marked run 1274 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.448 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.450 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.451 | 78134 | Recursively removing directory: /tmp/git.mfQzhu/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.453 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.453 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.453 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.453 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.454 | 93647 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.454 | 78133 | Removed run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.454 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.454 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.454 | 78133 | Assigned run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.454 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.u252Ez +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.457 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.458 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.460 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.460 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.461 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.461 | 93650 | Added a new worker 13 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.461 | 78133 | Removed run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.461 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.461 | 78133 | Assigned run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.461 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7skMwh +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.461 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.462 | 93646 | Marked run 1275 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.462 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.465 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.469 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.469 | 78137 | Recursively removing directory: /tmp/git.u252Ez/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.471 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.471 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.472 | 93648 | Marked run 1276 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.472 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.474 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.477 | 78134 | Recursively removing directory: /tmp/git.7skMwh/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.477 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.477 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.477 | 93665 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.477 | 78133 | Removed run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.477 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.478 | 78133 | Assigned run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.478 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.478 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vw6Wj0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.479 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.479 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.481 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.482 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.483 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.484 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.485 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.485 | 93668 | Added a new worker 13 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.485 | 78133 | Removed run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.485 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.485 | 78133 | Assigned run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.485 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IUH67M +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.485 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.487 | 93664 | Marked run 1277 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.487 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.491 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.492 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.493 | 78137 | Recursively removing directory: /tmp/git.vw6Wj0/ +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.494 | 93666 | Marked run 1278 as finished +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.494 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.494 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.495 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.498 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.500 | 78134 | Recursively removing directory: /tmp/git.IUH67M/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.501 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.501 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.501 | 93683 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.501 | 78133 | Removed run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.501 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.501 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.501 | 78133 | Assigned run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.501 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zPjvsl +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.502 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.502 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.505 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.505 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.506 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.508 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.508 | 93686 | Added a new worker 13 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.508 | 78133 | Removed run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.508 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.508 | 78133 | Assigned run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.508 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.508 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zJFHng +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.509 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.510 | 93682 | Marked run 1279 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.511 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.514 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.515 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.516 | 78137 | Recursively removing directory: /tmp/git.zPjvsl/ +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.517 | 93684 | Marked run 1280 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.517 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.517 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.517 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.521 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.523 | 78134 | Recursively removing directory: /tmp/git.zJFHng/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.524 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.524 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.524 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.524 | 93701 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.524 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.524 | 78133 | Removed run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.524 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.524 | 78133 | Assigned run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.524 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.524 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AqPEIT +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.528 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.530 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.531 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.531 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.531 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.531 | 93704 | Added a new worker 13 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.531 | 78133 | Removed run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.531 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.531 | 78133 | Assigned run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.532 | 93700 | Marked run 1281 as finished +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.532 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pA6l49 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.532 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.532 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.536 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.537 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.541 | 78137 | Recursively removing directory: /tmp/git.AqPEIT/ +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.541 | 93702 | Marked run 1282 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.541 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.542 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.542 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.546 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.546 | 78134 | Recursively removing directory: /tmp/git.pA6l49/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.547 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.547 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.549 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.549 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.549 | 93719 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.549 | 78133 | Removed run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.549 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.549 | 78133 | Assigned run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.549 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7o8hCZ +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.550 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.551 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.554 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.554 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.554 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.554 | 93721 | Added a new worker 12 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.554 | 78133 | Removed run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.554 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.554 | 78133 | Assigned run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.555 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.555 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xnWSU2 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.555 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.560 | 93718 | Marked run 1283 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.560 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.560 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.561 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.563 | 93720 | Marked run 1284 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.564 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.565 | 78137 | Recursively removing directory: /tmp/git.7o8hCZ/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.567 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.567 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.570 | 78134 | Recursively removing directory: /tmp/git.xnWSU2/ +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.570 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.571 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.571 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.574 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.574 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.574 | 93737 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.574 | 78133 | Removed run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.574 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.574 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.574 | 78133 | Assigned run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.574 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.babshw +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.576 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.579 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.579 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.580 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.580 | 93739 | Added a new worker 14 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.580 | 78133 | Removed run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.580 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.580 | 78133 | Assigned run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.580 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.580 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.581 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yvB67f +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.582 | 93736 | Marked run 1285 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.583 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.586 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.587 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.589 | 78137 | Recursively removing directory: /tmp/git.babshw/ +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.590 | 93738 | Marked run 1286 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.590 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.591 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.591 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.594 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.596 | 78134 | Recursively removing directory: /tmp/git.yvB67f/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.597 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.597 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.597 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.597 | 93755 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.597 | 78133 | Removed run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.597 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.597 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.597 | 78133 | Assigned run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.597 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.597 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ieo2Ii +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.601 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.601 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.602 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.605 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.605 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.605 | 93760 | Added a new worker 13 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.605 | 78133 | Removed run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.605 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.605 | 78133 | Assigned run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.605 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.606 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.awY8dE +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.609 | 93754 | Marked run 1287 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.610 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.611 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.612 | 78137 | Recursively removing directory: /tmp/git.ieo2Ii/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.612 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.614 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.614 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.614 | 93756 | Marked run 1288 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.614 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.617 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.620 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.620 | 93773 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.620 | 78133 | Removed run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.620 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.620 | 78133 | Assigned run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.620 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.620 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MUYP7P +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.621 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.620 | 78134 | Recursively removing directory: /tmp/git.awY8dE/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.622 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.622 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.624 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.625 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.627 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.630 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.630 | 93770 | Marked run 1289 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.630 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.630 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.630 | 93781 | Added a new worker 6 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.630 | 78133 | Removed run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.630 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.630 | 78133 | Assigned run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.631 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.631 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wOjmlH +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.634 | 78137 | Recursively removing directory: /tmp/git.MUYP7P/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.635 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.635 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.635 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.636 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.639 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.640 | 93775 | Marked run 1290 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.640 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.642 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.642 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.643 | 93791 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.643 | 78133 | Removed run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.643 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.643 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.643 | 78133 | Assigned run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.643 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HbOQH5 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.645 | 78134 | Recursively removing directory: /tmp/git.wOjmlH/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.646 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.646 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.647 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.649 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.649 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.651 | 93785 | Marked run 1291 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.651 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.653 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.653 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.653 | 93796 | Added a new worker 8 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.653 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.653 | 78133 | Removed run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.653 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.653 | 78133 | Assigned run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.653 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pK9jSn +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.657 | 78137 | Recursively removing directory: /tmp/git.HbOQH5/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.658 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.659 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.659 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.659 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.662 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.662 | 93793 | Marked run 1292 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.662 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.665 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.665 | 93809 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.665 | 78133 | Removed run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.665 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.665 | 78133 | Assigned run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.666 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.665 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.665 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.D6apQL +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.667 | 78134 | Recursively removing directory: /tmp/git.pK9jSn/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.669 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.669 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.670 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.671 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.672 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.674 | 93803 | Marked run 1293 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.674 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.675 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.675 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.675 | 93814 | Added a new worker 8 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.675 | 78133 | Removed run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.675 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.675 | 78133 | Assigned run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.675 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.676 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.q46mlj +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.679 | 78137 | Recursively removing directory: /tmp/git.D6apQL/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.681 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.681 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.681 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.682 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.684 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.685 | 93811 | Marked run 1294 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.685 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.688 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.688 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.688 | 93827 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.688 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OeaZxZ +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.688 | 78133 | Removed run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.688 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.688 | 78133 | Assigned run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.689 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.690 | 78134 | Recursively removing directory: /tmp/git.q46mlj/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.691 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.691 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.693 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.694 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.694 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.696 | 93821 | Marked run 1295 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.696 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.697 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.697 | 93832 | Added a new worker 8 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.697 | 78133 | Removed run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.697 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.697 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.698 | 78133 | Assigned run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.697 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.698 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yIZSrF +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.703 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.703 | 78137 | Recursively removing directory: /tmp/git.OeaZxZ/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.703 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.704 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.704 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.707 | 93829 | Marked run 1296 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.707 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.707 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.711 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.711 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.n0K5fE +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.711 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.711 | 93845 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.711 | 78133 | Removed run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.711 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.711 | 78133 | Assigned run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.711 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.713 | 78134 | Recursively removing directory: /tmp/git.yIZSrF/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.714 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.714 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.715 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.716 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.719 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.722 | 93840 | Marked run 1297 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.722 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.723 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.723 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.723 | 93854 | Added a new worker 8 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.723 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.723 | 78133 | Removed run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.723 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.723 | 78133 | Assigned run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.723 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eRVNkf +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.725 | 78137 | Recursively removing directory: /tmp/git.n0K5fE/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.726 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.726 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.728 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.729 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.730 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.730 | 93849 | Marked run 1298 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.730 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.733 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.733 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.733 | 93860 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.733 | 78133 | Removed run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.733 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.733 | 78133 | Assigned run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.733 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5H3TcF +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.733 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.738 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.738 | 78134 | Recursively removing directory: /tmp/git.eRVNkf/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.739 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.739 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.739 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.742 | 93856 | Marked run 1299 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.742 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.743 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.746 | 78137 | Recursively removing directory: /tmp/git.5H3TcF/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.747 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.747 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.747 | 93872 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.747 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.747 | 78133 | Removed run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.747 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.747 | 78133 | Assigned run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.747 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.78QdUd +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.747 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.747 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.750 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.752 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.753 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.753 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.753 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.753 | 93875 | Added a new worker 13 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.753 | 78133 | Removed run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.753 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.753 | 78133 | Assigned run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.753 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gFUUjm +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.754 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.757 | 93869 | Marked run 1300 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.758 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.758 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.759 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.762 | 78134 | Recursively removing directory: /tmp/git.78QdUd/ +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.762 | 93873 | Marked run 1301 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.763 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.764 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.764 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.767 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.768 | 78137 | Recursively removing directory: /tmp/git.gFUUjm/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.769 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.769 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.770 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.770 | 93890 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.770 | 78133 | Removed run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.770 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.770 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.770 | 78133 | Assigned run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.770 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.770 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eYtYPM +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.773 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.774 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.774 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.777 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.777 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.777 | 93894 | Added a new worker 13 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.777 | 78133 | Removed run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.777 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.777 | 78133 | Assigned run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.777 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.777 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Rz9aLc +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.781 | 93889 | Marked run 1302 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.781 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.783 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.785 | 78134 | Recursively removing directory: /tmp/git.eYtYPM/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.785 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.786 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.786 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.788 | 93891 | Marked run 1303 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.788 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.789 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.793 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.793 | 93908 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.793 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.793 | 78133 | Removed run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.793 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.793 | 78133 | Assigned run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.793 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.793 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.toKagv +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.794 | 78137 | Recursively removing directory: /tmp/git.Rz9aLc/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.795 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.795 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.797 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.798 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.800 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.803 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.803 | 93917 | Added a new worker 13 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.803 | 78133 | Removed run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.803 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.803 | 78133 | Assigned run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.804 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.803 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.804 | 93905 | Marked run 1304 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.804 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.804 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KQdSno +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.807 | 78134 | Recursively removing directory: /tmp/git.toKagv/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.809 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.809 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.809 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.810 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.812 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.812 | 93911 | Marked run 1305 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.812 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.815 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.815 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.815 | 93926 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.816 | 78133 | Removed run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.816 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.816 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.816 | 78133 | Assigned run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.816 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c677pt +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.818 | 78137 | Recursively removing directory: /tmp/git.KQdSno/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.819 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.819 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.821 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.821 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.823 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.825 | 93919 | Marked run 1306 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.825 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.826 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.826 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.826 | 93933 | Added a new worker 8 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.826 | 78133 | Removed run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.826 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.826 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.826 | 78133 | Assigned run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.826 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.I4lBBY +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.830 | 78134 | Recursively removing directory: /tmp/git.c677pt/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.831 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.831 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.831 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.832 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.834 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.835 | 93928 | Marked run 1307 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.835 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.837 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.837 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.837 | 93944 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.837 | 78133 | Removed run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.837 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.837 | 78133 | Assigned run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.837 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.837 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Eco2Zt +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.841 | 78137 | Recursively removing directory: /tmp/git.I4lBBY/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.842 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.843 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.843 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.843 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.846 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.847 | 93937 | Marked run 1308 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.848 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.850 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.850 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.850 | 93953 | Added a new worker 8 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.850 | 78133 | Removed run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.850 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.850 | 78133 | Assigned run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.850 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9Mzo1k +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.851 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.852 | 78134 | Recursively removing directory: /tmp/git.Eco2Zt/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.853 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.853 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.855 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.856 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.857 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.859 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.859 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.859 | 93956 | Added a new worker 13 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.859 | 78133 | Removed run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.859 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.859 | 78133 | Assigned run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.859 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AFhtBx +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.860 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.860 | 93947 | Marked run 1309 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.860 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.864 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.865 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.866 | 78137 | Recursively removing directory: /tmp/git.9Mzo1k/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.868 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.868 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.869 | 93954 | Marked run 1310 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.870 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.871 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.873 | 78134 | Recursively removing directory: /tmp/git.AFhtBx/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.874 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.874 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.875 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.875 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.875 | 93971 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.875 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.875 | 78133 | Removed run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.875 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.875 | 78133 | Assigned run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.875 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.loYZFj +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.878 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.880 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.880 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.881 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.881 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.881 | 93973 | Added a new worker 12 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.881 | 78133 | Removed run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.881 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.881 | 78133 | Assigned run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.881 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.881 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GqUXkH +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.886 | 93970 | Marked run 1311 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.886 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.888 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.888 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.890 | 93972 | Marked run 1312 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.890 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.890 | 78137 | Recursively removing directory: /tmp/git.loYZFj/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.891 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.891 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.894 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.896 | 78134 | Recursively removing directory: /tmp/git.GqUXkH/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.897 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.897 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.898 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.898 | 93989 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.898 | 78133 | Removed run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.898 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.898 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.898 | 78133 | Assigned run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.898 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.898 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vMvJTR +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.900 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.903 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.903 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.903 | 93991 | Added a new worker 13 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.903 | 78133 | Removed run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.903 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.903 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.903 | 78133 | Assigned run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.904 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tCZW5L +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.905 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.906 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.907 | 93988 | Marked run 1313 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.908 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.909 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.910 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.913 | 93990 | Marked run 1314 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.913 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.916 | 78137 | Recursively removing directory: /tmp/git.vMvJTR/ +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.917 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.917 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.919 | 78134 | Recursively removing directory: /tmp/git.tCZW5L/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.920 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.920 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.921 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.924 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.924 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.924 | 94007 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.924 | 78133 | Removed run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.924 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.925 | 78133 | Assigned run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.925 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.925 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.925 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bQw6LA +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.929 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.929 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.929 | 94009 | Added a new worker 12 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.929 | 78133 | Removed run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.929 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.929 | 78133 | Assigned run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.929 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.929 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.u16YxE +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.929 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.930 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.934 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.935 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.935 | 94006 | Marked run 1315 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.936 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.939 | 78137 | Recursively removing directory: /tmp/git.bQw6LA/ +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.939 | 94008 | Marked run 1316 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.939 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.941 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.941 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.944 | 78134 | Recursively removing directory: /tmp/git.u16YxE/ +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.945 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.945 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.946 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.947 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.947 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.947 | 94025 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.947 | 78133 | Removed run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.947 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.947 | 78133 | Assigned run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.948 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CaGmxD +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.948 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.949 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.951 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.952 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.952 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.952 | 94027 | Added a new worker 12 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.952 | 78133 | Removed run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.952 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.952 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.953 | 78133 | Assigned run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.952 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.953 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qotepo +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.957 | 94024 | Marked run 1317 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.957 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.958 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.959 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.962 | 78137 | Recursively removing directory: /tmp/git.CaGmxD/ +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.963 | 94026 | Marked run 1318 as finished +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.963 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.964 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.964 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.967 | 78134 | Recursively removing directory: /tmp/git.qotepo/ +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.968 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.969 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.969 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.971 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.971 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.971 | 94043 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.971 | 78133 | Removed run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.971 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.971 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.971 | 78133 | Assigned run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.971 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CbeGmk +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.972 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.975 | 78137 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.975 | 78134 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.975 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.976 | 94045 | Added a new worker 12 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.976 | 78133 | Removed run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.976 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.976 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.976 | 78133 | Assigned run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.976 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CLOmCf +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.976 | 78137 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.981 | 78134 | Checking out revision HEAD +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.982 | 94042 | Marked run 1319 as finished +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.982 | 78134 | Going to run: ./ci +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.982 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.985 | 94044 | Marked run 1320 as finished +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.986 | 78137 | Recursively removing directory: /tmp/git.CbeGmk/ +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.986 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.987 | 78137 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.987 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.990 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.991 | 78134 | Recursively removing directory: /tmp/git.CLOmCf/ +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.992 | 78134 | Process exit code: 0 +2024-01-28 10:56:34 | INFO | 78134/cimple-worker: 2024-01-28 10:56:34.992 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.994 | 78137 | Waiting for a new command +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.994 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.994 | 94061 | Added a new worker 10 to the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.994 | 78133 | Removed run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.994 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.994 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.994 | 78133 | Assigned run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.995 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.q2gwd4 +2024-01-28 10:56:34 | INFO | 78131/cimple-server: 2024-01-28 10:56:34.996 | 78131 | Waiting for new connections +2024-01-28 10:56:34 | INFO | 78137/cimple-worker: 2024-01-28 10:56:34.999 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.000 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.000 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.000 | 94063 | Added a new worker 13 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.000 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.000 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.000 | 78133 | Removed run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.000 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.001 | 78133 | Assigned run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.001 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BEyNfa +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.002 | 94060 | Marked run 1321 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.002 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.006 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.006 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.010 | 78137 | Recursively removing directory: /tmp/git.q2gwd4/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.011 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.011 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.012 | 94062 | Marked run 1322 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.012 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.015 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.015 | 78134 | Recursively removing directory: /tmp/git.BEyNfa/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.017 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.017 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.018 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.018 | 94079 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.018 | 78133 | Removed run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.018 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.018 | 78133 | Assigned run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.018 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.018 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.018 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YiOrqg +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.020 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.022 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.023 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.024 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.024 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.024 | 94082 | Added a new worker 13 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.024 | 78133 | Removed run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.024 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.024 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.024 | 78133 | Assigned run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.025 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.T9shWr +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.026 | 94078 | Marked run 1323 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.026 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.029 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.030 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.033 | 78137 | Recursively removing directory: /tmp/git.YiOrqg/ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.033 | 94080 | Marked run 1324 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.033 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.034 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.034 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.037 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.039 | 78134 | Recursively removing directory: /tmp/git.T9shWr/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.040 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.040 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.040 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.040 | 94097 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.040 | 78133 | Removed run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.040 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.041 | 78133 | Assigned run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.041 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.040 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.041 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.okeGvt +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.044 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.045 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.046 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.048 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.048 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.048 | 94100 | Added a new worker 12 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.048 | 78133 | Removed run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.048 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.048 | 78133 | Assigned run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.048 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.O3nZRp +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.049 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.051 | 94096 | Marked run 1325 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.051 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.054 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.054 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.055 | 78137 | Recursively removing directory: /tmp/git.okeGvt/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.057 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.057 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.060 | 94098 | Marked run 1326 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.060 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.060 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.063 | 78134 | Recursively removing directory: /tmp/git.O3nZRp/ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.064 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.064 | 94115 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.064 | 78133 | Removed run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.064 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.064 | 78133 | Assigned run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.064 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.064 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.064 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.064 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.064 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hAtjL8 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.068 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.068 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.068 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.072 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.072 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.072 | 94120 | Added a new worker 13 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.072 | 78133 | Removed run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.072 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.072 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.072 | 78133 | Assigned run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.072 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1XQsa7 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.078 | 94114 | Marked run 1327 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.078 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.078 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.078 | 78137 | Recursively removing directory: /tmp/git.hAtjL8/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.080 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.080 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.080 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.083 | 94116 | Marked run 1328 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.083 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.083 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.086 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.090 | 78134 | Recursively removing directory: /tmp/git.1XQsa7/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.091 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.092 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.098 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.098 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UY8ZW6 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.103 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.104 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.115 | 78134 | Recursively removing directory: /tmp/git.UY8ZW6/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.116 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.116 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.124 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.125 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.f6BIj9 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.086 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.087 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.s5c7Qo +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.091 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.092 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.103 | 78137 | Recursively removing directory: /tmp/git.s5c7Qo/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.105 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.105 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.113 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.113 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yUpzwu +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.118 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.118 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.087 | 94133 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.087 | 78133 | Removed run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.087 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.087 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.087 | 78133 | Assigned run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.095 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.096 | 94128 | Marked run 1329 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.096 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.098 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.098 | 94142 | Added a new worker 8 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.098 | 78133 | Removed run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.098 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.098 | 78133 | Assigned run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.099 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.109 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.109 | 94136 | Marked run 1330 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.109 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.113 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.113 | 94151 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.113 | 78133 | Removed run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.113 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.113 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.113 | 78133 | Assigned run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.121 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.122 | 94148 | Marked run 1331 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.122 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.124 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.125 | 94160 | Added a new worker 8 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.125 | 78133 | Removed run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.125 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.125 | 78133 | Assigned run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.125 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.131 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.131 | 78137 | Recursively removing directory: /tmp/git.yUpzwu/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.131 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.133 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.133 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.133 | 94153 | Marked run 1332 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.133 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.136 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.139 | 78134 | Recursively removing directory: /tmp/git.f6BIj9/ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.140 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.140 | 94169 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.140 | 78133 | Removed run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.140 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.140 | 78133 | Assigned run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.140 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.140 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.140 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SYS7gi +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.141 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.141 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.145 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.145 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.146 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.148 | 94168 | Marked run 1333 as finished +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.148 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.149 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.149 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.149 | 94173 | Added a new worker 8 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.149 | 78133 | Removed run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.149 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.149 | 78133 | Assigned run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.149 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KOryfu +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.150 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.154 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.155 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.156 | 78137 | Recursively removing directory: /tmp/git.SYS7gi/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.158 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.158 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.159 | 94170 | Marked run 1334 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.159 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.161 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.163 | 78134 | Recursively removing directory: /tmp/git.KOryfu/ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.165 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.165 | 94187 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.165 | 78133 | Removed run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.165 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.165 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.165 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.165 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.165 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jGhMhr +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.165 | 78133 | Assigned run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.165 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.168 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.169 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.169 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.173 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.173 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.173 | 94192 | Added a new worker 13 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.173 | 78133 | Removed run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.173 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.173 | 78133 | Assigned run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.173 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SDcHwm +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.173 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.176 | 94186 | Marked run 1335 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.176 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.178 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.179 | 78137 | Recursively removing directory: /tmp/git.jGhMhr/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.180 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.181 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.181 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.182 | 94188 | Marked run 1336 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.182 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.184 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.188 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.188 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.188 | 94205 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.188 | 78133 | Removed run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.188 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.188 | 78133 | Assigned run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.188 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.188 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5B0baT +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.189 | 78134 | Recursively removing directory: /tmp/git.SDcHwm/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.191 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.191 | 78134 | Process output: 415085 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.192 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.193 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.195 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.196 | 94200 | Marked run 1337 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.197 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.198 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.198 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.198 | 94214 | Added a new worker 8 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.198 | 78133 | Removed run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.198 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.198 | 78133 | Assigned run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.199 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.198 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZImwV2 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.201 | 78137 | Recursively removing directory: /tmp/git.5B0baT/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.203 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.203 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.203 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.204 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.206 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.207 | 94208 | Marked run 1338 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.207 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.209 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.209 | 94222 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.209 | 78133 | Removed run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.209 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.209 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.209 | 78133 | Assigned run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.209 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.209 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vNOfPQ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.213 | 78134 | Recursively removing directory: /tmp/git.ZImwV2/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.214 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.214 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.214 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.215 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.217 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.218 | 94216 | Marked run 1339 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.218 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.221 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.221 | 94232 | Added a new worker 8 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.221 | 78133 | Removed run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.221 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.221 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.221 | 78133 | Assigned run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.221 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.221 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nZ4Mw0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.223 | 78137 | Recursively removing directory: /tmp/git.vNOfPQ/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.224 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.224 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.226 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.226 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.227 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.231 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.231 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.231 | 94239 | Added a new worker 13 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.231 | 78133 | Removed run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.231 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.231 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.231 | 78133 | Assigned run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.231 | 94226 | Marked run 1340 as finished +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.231 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2YkJk5 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.232 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.237 | 78134 | Recursively removing directory: /tmp/git.nZ4Mw0/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.238 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.238 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.240 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.241 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.241 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.243 | 94234 | Marked run 1341 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.243 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.244 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.244 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.244 | 94245 | Added a new worker 8 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.244 | 78133 | Removed run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.244 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.244 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.244 | 78133 | Assigned run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.244 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.789hiw +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.249 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.250 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.250 | 78137 | Recursively removing directory: /tmp/git.2YkJk5/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.253 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.253 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.254 | 94242 | Marked run 1342 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.254 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.256 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.259 | 78134 | Recursively removing directory: /tmp/git.789hiw/ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.260 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.260 | 94259 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.260 | 78133 | Removed run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.260 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.260 | 78133 | Assigned run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.260 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.260 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.260 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.19NWPO +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.260 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.260 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.264 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.264 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.265 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.268 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.268 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.268 | 94264 | Added a new worker 13 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.268 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.269 | 78133 | Removed run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.269 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.269 | 78133 | Assigned run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.269 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.KqMlRy +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.270 | 94258 | Marked run 1343 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.271 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.274 | 78137 | Recursively removing directory: /tmp/git.19NWPO/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.274 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.276 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.276 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.276 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.278 | 94260 | Marked run 1344 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.278 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.279 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.283 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.283 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.283 | 94277 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.283 | 78133 | Removed run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.283 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.283 | 78133 | Assigned run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.283 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lVZjVh +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.283 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.285 | 78134 | Recursively removing directory: /tmp/git.KqMlRy/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.286 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.286 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.288 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.289 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.289 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.292 | 94272 | Marked run 1345 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.292 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.292 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.293 | 94282 | Added a new worker 8 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.293 | 78133 | Removed run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.293 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.293 | 78133 | Assigned run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.293 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.292 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.293 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GGKLyX +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.298 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.298 | 78137 | Recursively removing directory: /tmp/git.lVZjVh/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.299 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.300 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.300 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.302 | 94278 | Marked run 1346 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.302 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.303 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.306 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.307 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.307 | 94295 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.307 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.307 | 78133 | Removed run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.307 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.307 | 78133 | Assigned run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.307 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ly72tE +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.307 | 78134 | Recursively removing directory: /tmp/git.GGKLyX/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.309 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.309 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.312 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.313 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.313 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.315 | 94291 | Marked run 1347 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.315 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.316 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.316 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.316 | 94299 | Added a new worker 8 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.316 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.316 | 78133 | Removed run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.316 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.316 | 78133 | Assigned run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.316 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wCBSPu +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.321 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.322 | 78137 | Recursively removing directory: /tmp/git.Ly72tE/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.322 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.324 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.324 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.326 | 94296 | Marked run 1348 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.326 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.327 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.330 | 78134 | Recursively removing directory: /tmp/git.wCBSPu/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.330 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.330 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.330 | 94313 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.330 | 78133 | Removed run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.330 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.330 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.330 | 78133 | Assigned run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.330 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yyELRO +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.332 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.332 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.335 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.336 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.336 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.338 | 94312 | Marked run 1349 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.339 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.339 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.339 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.339 | 94317 | Added a new worker 8 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.339 | 78133 | Removed run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.339 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.339 | 78133 | Assigned run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.339 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fFGUqa +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.339 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.344 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.345 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.346 | 78137 | Recursively removing directory: /tmp/git.yyELRO/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.351 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.351 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.352 | 94314 | Marked run 1350 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.352 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.354 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.355 | 78134 | Recursively removing directory: /tmp/git.fFGUqa/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.357 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.357 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.357 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.357 | 94331 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.357 | 78133 | Removed run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.357 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.357 | 78133 | Assigned run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.358 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.357 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.358 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HwsH0O +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.359 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.362 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.362 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.362 | 94333 | Added a new worker 12 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.362 | 78133 | Removed run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.362 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.362 | 78133 | Assigned run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.362 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.362 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DvpNbv +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.363 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.363 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.368 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.368 | 94330 | Marked run 1351 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.368 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.369 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.372 | 94332 | Marked run 1352 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.372 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.373 | 78137 | Recursively removing directory: /tmp/git.HwsH0O/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.374 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.374 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.377 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.378 | 78134 | Recursively removing directory: /tmp/git.DvpNbv/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.379 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.379 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.380 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.380 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.380 | 94349 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.380 | 78133 | Removed run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.380 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.380 | 78133 | Assigned run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.380 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.381 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JaJrxE +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.382 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.385 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.385 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.385 | 94351 | Added a new worker 12 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.385 | 78133 | Removed run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.385 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.385 | 78133 | Assigned run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.385 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.385 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.386 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.u91DuO +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.387 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.390 | 94348 | Marked run 1353 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.390 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.391 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.392 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.395 | 94350 | Marked run 1354 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.395 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.396 | 78137 | Recursively removing directory: /tmp/git.JaJrxE/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.398 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.398 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.400 | 78134 | Recursively removing directory: /tmp/git.u91DuO/ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.402 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.402 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.402 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.405 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.405 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.405 | 94367 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.405 | 78133 | Removed run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.405 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.406 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.406 | 78133 | Assigned run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.406 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8jDphP +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.406 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.409 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.409 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.409 | 94369 | Added a new worker 12 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.409 | 78133 | Removed run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.409 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.410 | 78133 | Assigned run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.410 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aclJzN +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.410 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.411 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.412 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.416 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.417 | 94366 | Marked run 1355 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.417 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.417 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.420 | 94368 | Marked run 1356 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.420 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.421 | 78137 | Recursively removing directory: /tmp/git.8jDphP/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.423 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.423 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.426 | 78134 | Recursively removing directory: /tmp/git.aclJzN/ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.426 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.427 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.427 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.430 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.430 | 94385 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.430 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.430 | 78133 | Removed run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.430 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.430 | 78133 | Assigned run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.430 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.430 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MQHT1W +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.431 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.435 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.435 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.435 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tDViXe +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.435 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.435 | 94387 | Added a new worker 13 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.435 | 78133 | Removed run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.435 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.435 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.435 | 78133 | Assigned run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.436 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.439 | 94384 | Marked run 1357 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.439 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.440 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.441 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.445 | 94386 | Marked run 1358 as finished +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.445 | 78137 | Recursively removing directory: /tmp/git.MQHT1W/ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.445 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.447 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.447 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.449 | 78134 | Recursively removing directory: /tmp/git.tDViXe/ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.450 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.451 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.451 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.453 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.453 | 94403 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.453 | 78133 | Removed run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.453 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.453 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.453 | 78133 | Assigned run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.453 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.453 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.U9TMuM +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.454 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.457 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.457 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.457 | 94405 | Added a new worker 12 to the queue +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.457 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.458 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.458 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9Sn4Qh +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.457 | 78133 | Removed run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.457 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.458 | 78133 | Assigned run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.459 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.465 | 94402 | Marked run 1359 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.465 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.466 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.467 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.468 | 78137 | Recursively removing directory: /tmp/git.U9TMuM/ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.468 | 94404 | Marked run 1360 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.469 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.470 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.470 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.473 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.475 | 78134 | Recursively removing directory: /tmp/git.9Sn4Qh/ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.476 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.476 | 94421 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.476 | 78133 | Removed run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.476 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.476 | 78133 | Assigned run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.477 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.476 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.477 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.s9rRKv +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.477 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.477 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.480 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.481 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.482 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.482 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.482 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.482 | 94424 | Added a new worker 13 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.483 | 78133 | Removed run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.483 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.483 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.483 | 78133 | Assigned run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.483 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GHR8Dx +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.485 | 94420 | Marked run 1361 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.485 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.488 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.489 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.491 | 78137 | Recursively removing directory: /tmp/git.s9rRKv/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.493 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.493 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.493 | 94422 | Marked run 1362 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.494 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.497 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.497 | 78134 | Recursively removing directory: /tmp/git.GHR8Dx/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.498 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.498 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.499 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.500 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.500 | 94439 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.500 | 78133 | Removed run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.500 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.500 | 78133 | Assigned run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.500 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LnfqKQ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.500 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.502 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.504 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.504 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.504 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.505 | 94441 | Added a new worker 12 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.505 | 78133 | Removed run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.505 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.505 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.505 | 78133 | Assigned run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.505 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oUzYJR +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.505 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.510 | 94438 | Marked run 1363 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.510 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.510 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.513 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.514 | 94440 | Marked run 1364 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.514 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.515 | 78137 | Recursively removing directory: /tmp/git.LnfqKQ/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.516 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.516 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.519 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.521 | 78134 | Recursively removing directory: /tmp/git.oUzYJR/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.522 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.522 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.523 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.523 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.523 | 94457 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.523 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.523 | 78133 | Removed run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.523 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.523 | 78133 | Assigned run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.523 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.llhS1D +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.526 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.529 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.529 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.529 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.529 | 94459 | Added a new worker 13 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.530 | 78133 | Removed run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.530 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.530 | 78133 | Assigned run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.530 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.530 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8yCXAP +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.530 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.531 | 94456 | Marked run 1365 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.531 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.535 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.536 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.539 | 78137 | Recursively removing directory: /tmp/git.llhS1D/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.540 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.540 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.540 | 94458 | Marked run 1366 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.541 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.544 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.545 | 78134 | Recursively removing directory: /tmp/git.8yCXAP/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.546 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.546 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.547 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.547 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.547 | 94475 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.547 | 78133 | Removed run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.547 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.547 | 78133 | Assigned run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.547 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.547 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.s2Z2Kn +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.549 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.552 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.552 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.552 | 94477 | Added a new worker 12 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.552 | 78133 | Removed run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.552 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.552 | 78133 | Assigned run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.552 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.552 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IAaTFl +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.553 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.554 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.558 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.558 | 94474 | Marked run 1367 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.558 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.558 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.561 | 94476 | Marked run 1368 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.562 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.562 | 78137 | Recursively removing directory: /tmp/git.s2Z2Kn/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.563 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.563 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.567 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.567 | 78134 | Recursively removing directory: /tmp/git.IAaTFl/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.569 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.569 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.570 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.570 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.570 | 94493 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.570 | 78133 | Removed run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.570 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.570 | 78133 | Assigned run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.571 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.571 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cmIRaJ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.573 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.576 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.576 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.576 | 94495 | Added a new worker 14 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.576 | 78133 | Removed run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.576 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.576 | 78133 | Assigned run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.576 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.577 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.577 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.usO843 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.578 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.579 | 94492 | Marked run 1369 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.579 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.582 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.584 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.586 | 94494 | Marked run 1370 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.586 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.588 | 78137 | Recursively removing directory: /tmp/git.cmIRaJ/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.589 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.589 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.592 | 78134 | Recursively removing directory: /tmp/git.usO843/ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.593 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.593 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.593 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.596 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.596 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.596 | 94511 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.597 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.597 | 78133 | Removed run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.597 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.597 | 78133 | Assigned run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.597 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kwf4yR +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.598 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.601 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.601 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.601 | 94513 | Added a new worker 12 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.601 | 78133 | Removed run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.601 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.601 | 78133 | Assigned run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.602 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.602 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.602 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.15HVsQ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.603 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.606 | 94510 | Marked run 1371 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.606 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.608 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.609 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.610 | 94512 | Marked run 1372 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.610 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.613 | 78137 | Recursively removing directory: /tmp/git.kwf4yR/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.614 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.614 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.618 | 78134 | Recursively removing directory: /tmp/git.15HVsQ/ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.618 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.619 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.619 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.621 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.621 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.621 | 94529 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.621 | 78133 | Removed run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.621 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.621 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.621 | 78133 | Assigned run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.622 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.U1rM8z +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.622 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.625 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.625 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.625 | 94531 | Added a new worker 12 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.625 | 78133 | Removed run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.625 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.625 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.625 | 78133 | Assigned run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.626 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BvHm7m +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.626 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.628 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.631 | 94528 | Marked run 1373 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.631 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.631 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.632 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.636 | 94530 | Marked run 1374 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.636 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.637 | 78137 | Recursively removing directory: /tmp/git.U1rM8z/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.639 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.639 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.641 | 78134 | Recursively removing directory: /tmp/git.BvHm7m/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.642 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.642 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.643 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.646 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.646 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.646 | 94547 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.647 | 78133 | Removed run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.647 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.647 | 78133 | Assigned run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.647 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.647 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.647 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8o1Tkf +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.650 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.650 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.651 | 94549 | Added a new worker 12 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.651 | 78133 | Removed run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.651 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.651 | 78133 | Assigned run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.651 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Y7dFvi +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.652 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.652 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.653 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.657 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.658 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.658 | 94546 | Marked run 1375 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.658 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.661 | 94548 | Marked run 1376 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.662 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.662 | 78137 | Recursively removing directory: /tmp/git.8o1Tkf/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.664 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.664 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.666 | 78134 | Recursively removing directory: /tmp/git.Y7dFvi/ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.668 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.668 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.668 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.671 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.671 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.671 | 94565 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.671 | 78133 | Removed run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.671 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.671 | 78133 | Assigned run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.671 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.672 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9vlrq9 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.672 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.676 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.676 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.676 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.676 | 94567 | Added a new worker 14 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.676 | 78133 | Removed run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.676 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.676 | 78133 | Assigned run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.676 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.677 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.677 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IeXtIQ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.679 | 94564 | Marked run 1377 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.679 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.682 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.684 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.687 | 78137 | Recursively removing directory: /tmp/git.9vlrq9/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.689 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.689 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.693 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.694 | 78134 | Recursively removing directory: /tmp/git.IeXtIQ/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.695 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.695 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.696 | 94583 | Added a new worker 13 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.696 | 78133 | Removed run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.696 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.696 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.696 | 78133 | Assigned run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.716 | 94566 | Marked run 1378 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.717 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.716 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lDUZAI +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.717 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.717 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.722 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.725 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.725 | 94585 | Added a new worker 13 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.725 | 78133 | Removed run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.725 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.725 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.725 | 78133 | Assigned run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.725 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.734 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.edWKOG +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.825 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.836 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.838 | 94582 | Marked run 1379 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.838 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.844 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.845 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.847 | 94584 | Marked run 1380 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.847 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.850 | 78137 | Recursively removing directory: /tmp/git.lDUZAI/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.852 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.852 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.854 | 78134 | Recursively removing directory: /tmp/git.edWKOG/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.856 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.856 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.856 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.858 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.858 | 94601 | Added a new worker 12 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.858 | 78133 | Removed run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.858 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.858 | 78133 | Assigned run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.858 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.859 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fpUrGv +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.859 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.859 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.862 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.862 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.862 | 94603 | Added a new worker 12 to the queue +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.862 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.863 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sJ121Y +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.862 | 78133 | Removed run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.862 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.862 | 78133 | Assigned run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.863 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.866 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.868 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.869 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.869 | 94600 | Marked run 1381 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.869 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.872 | 94602 | Marked run 1382 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.872 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.873 | 78137 | Recursively removing directory: /tmp/git.fpUrGv/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.874 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.874 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.877 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.877 | 78134 | Recursively removing directory: /tmp/git.sJ121Y/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.879 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.879 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.881 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.881 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.881 | 94619 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.881 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.881 | 78133 | Removed run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.881 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.881 | 78133 | Assigned run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.881 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kckogr +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.883 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.886 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.886 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.886 | 94621 | Added a new worker 12 to the queue +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.886 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.886 | 78133 | Removed run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.886 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.886 | 78133 | Assigned run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.886 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.886 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4sljkT +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.888 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.891 | 94618 | Marked run 1383 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.891 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.892 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.893 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.895 | 94620 | Marked run 1384 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.896 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.896 | 78137 | Recursively removing directory: /tmp/git.kckogr/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.897 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.898 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.902 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.902 | 78134 | Recursively removing directory: /tmp/git.4sljkT/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.903 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.903 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.904 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.904 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.904 | 94637 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.904 | 78133 | Removed run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.904 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.905 | 78133 | Assigned run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.905 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.905 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uJ5itZ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.906 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.909 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.909 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.909 | 94639 | Added a new worker 12 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.909 | 78133 | Removed run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.909 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.909 | 78133 | Assigned run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.910 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.910 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Nzx3RY +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.912 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.913 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.915 | 94636 | Marked run 1385 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.915 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.917 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.918 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.919 | 94638 | Marked run 1386 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.919 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.922 | 78137 | Recursively removing directory: /tmp/git.uJ5itZ/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.923 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.923 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.927 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.927 | 78134 | Recursively removing directory: /tmp/git.Nzx3RY/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.928 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.928 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.930 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.930 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.930 | 94655 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.930 | 78133 | Removed run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.930 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.930 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.930 | 78133 | Assigned run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.930 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zgnTrT +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.932 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.935 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.936 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.936 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.936 | 94657 | Added a new worker 13 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.936 | 78133 | Removed run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.936 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.936 | 78133 | Assigned run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.937 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jwJfKV +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.937 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.937 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.938 | 94654 | Marked run 1387 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.938 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.942 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.943 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.945 | 78137 | Recursively removing directory: /tmp/git.zgnTrT/ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.947 | 94656 | Marked run 1388 as finished +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.947 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.947 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.948 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.951 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.952 | 78134 | Recursively removing directory: /tmp/git.jwJfKV/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.953 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.953 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.954 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.954 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.954 | 94673 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.954 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.954 | 78133 | Removed run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.954 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.955 | 78133 | Assigned run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.955 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0ERg5z +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.956 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.959 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.960 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.960 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.960 | 94675 | Added a new worker 14 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.960 | 78133 | Removed run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.960 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.960 | 78133 | Assigned run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.960 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.961 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.961 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LVe29e +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.963 | 94672 | Marked run 1389 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.963 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.966 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.967 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.969 | 94674 | Marked run 1390 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.969 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.969 | 78137 | Recursively removing directory: /tmp/git.0ERg5z/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.971 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.971 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.974 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.975 | 78134 | Recursively removing directory: /tmp/git.LVe29e/ +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.977 | 78134 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.977 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.977 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.977 | 94691 | Added a new worker 10 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.977 | 78133 | Removed run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.977 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.977 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.977 | 78133 | Assigned run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.977 | 78137 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.978 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1e8quM +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.980 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.982 | 78137 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.983 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.983 | 78134 | Waiting for a new command +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.983 | 94693 | Added a new worker 13 to the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.983 | 78133 | Removed run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.983 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.983 | 78133 | Assigned run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.983 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.984 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZmOpbW +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.984 | 78137 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.987 | 94690 | Marked run 1391 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.987 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.989 | 78134 | Checking out revision HEAD +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.990 | 78134 | Going to run: ./ci +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.992 | 94692 | Marked run 1392 as finished +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.993 | 78131 | Waiting for new connections +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.994 | 78137 | Recursively removing directory: /tmp/git.1e8quM/ +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.996 | 78137 | Process exit code: 0 +2024-01-28 10:56:35 | INFO | 78137/cimple-worker: 2024-01-28 10:56:35.996 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:35 | INFO | 78134/cimple-worker: 2024-01-28 10:56:35.998 | 78134 | Recursively removing directory: /tmp/git.ZmOpbW/ +2024-01-28 10:56:35 | INFO | 78131/cimple-server: 2024-01-28 10:56:35.999 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.000 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.000 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.002 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.002 | 94709 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.002 | 78133 | Removed run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.002 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.002 | 78133 | Assigned run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.002 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.002 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b6NAZ0 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.003 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.003 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.006 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.006 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.006 | 94711 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.006 | 78133 | Removed run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.006 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.006 | 78133 | Assigned run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.006 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.006 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BYbw6Z +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.007 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.007 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.011 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.012 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.013 | 94708 | Marked run 1393 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.013 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.016 | 94710 | Marked run 1394 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.016 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.018 | 78137 | Recursively removing directory: /tmp/git.b6NAZ0/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.019 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.019 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.021 | 78134 | Recursively removing directory: /tmp/git.BYbw6Z/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.023 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.023 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.023 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.026 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.026 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.026 | 94727 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.026 | 78133 | Removed run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.026 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.026 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.027 | 78133 | Assigned run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.027 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LWJWrK +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.027 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.031 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.031 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.031 | 94729 | Added a new worker 13 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.031 | 78133 | Removed run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.031 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.031 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.031 | 78133 | Assigned run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.031 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.upztq3 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.032 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.033 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.035 | 94726 | Marked run 1395 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.036 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.037 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.038 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.040 | 94728 | Marked run 1396 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.040 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.043 | 78137 | Recursively removing directory: /tmp/git.LWJWrK/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.044 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.044 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.046 | 78134 | Recursively removing directory: /tmp/git.upztq3/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.048 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.048 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.048 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.052 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.052 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.052 | 94745 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.052 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.052 | 78133 | Removed run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.052 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.052 | 78133 | Assigned run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.052 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3Vfm37 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.052 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.056 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.056 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.056 | 94747 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.056 | 78133 | Removed run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.056 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.056 | 78133 | Assigned run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.056 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.056 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ezy1f0 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.057 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.057 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.061 | 94744 | Marked run 1397 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.061 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.063 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.063 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.065 | 94746 | Marked run 1398 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.065 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.067 | 78137 | Recursively removing directory: /tmp/git.3Vfm37/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.068 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.068 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.072 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.072 | 78134 | Recursively removing directory: /tmp/git.ezy1f0/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.073 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.073 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.075 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.075 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.075 | 94763 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.075 | 78133 | Removed run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.075 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.075 | 78133 | Assigned run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.076 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.076 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nZ5NzC +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.077 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.080 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.081 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.081 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.081 | 94765 | Added a new worker 13 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.081 | 78133 | Removed run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.081 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.081 | 78133 | Assigned run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.081 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.082 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.larJNQ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.083 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.085 | 94762 | Marked run 1399 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.085 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.089 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.090 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.091 | 94764 | Marked run 1400 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.091 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.092 | 78137 | Recursively removing directory: /tmp/git.nZ5NzC/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.093 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.093 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.097 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.098 | 78134 | Recursively removing directory: /tmp/git.larJNQ/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.099 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.099 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.100 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.100 | 94781 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.100 | 78133 | Removed run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.100 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.100 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.100 | 78133 | Assigned run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.100 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.100 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3or0sm +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.104 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.104 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.105 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.107 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.107 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.107 | 94785 | Added a new worker 13 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.107 | 78133 | Removed run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.107 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.108 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.108 | 78133 | Assigned run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.108 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7Qjgue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.112 | 94780 | Marked run 1401 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.112 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.114 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.115 | 78137 | Recursively removing directory: /tmp/git.3or0sm/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.115 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.116 | 94782 | Marked run 1402 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.116 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.116 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.116 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.119 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.123 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.123 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.123 | 94799 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.123 | 78133 | Removed run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.123 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.123 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.123 | 78133 | Assigned run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.123 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wV7mKJ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.123 | 78134 | Recursively removing directory: /tmp/git.7Qjgue/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.125 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.125 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.127 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.127 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.129 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.132 | 94796 | Marked run 1403 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.132 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.133 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.133 | 94808 | Added a new worker 8 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.133 | 78133 | Removed run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.133 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.133 | 78133 | Assigned run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.133 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.133 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Jp4rRm +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.134 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.136 | 78137 | Recursively removing directory: /tmp/git.wV7mKJ/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.137 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.137 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.139 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.139 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.141 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.143 | 94802 | Marked run 1404 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.143 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.145 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.145 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.145 | 94817 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.145 | 78133 | Removed run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.145 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.145 | 78133 | Assigned run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.145 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BFJV0a +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.146 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.147 | 78134 | Recursively removing directory: /tmp/git.Jp4rRm/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.149 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.149 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.150 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.150 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.152 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.154 | 94810 | Marked run 1405 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.154 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.155 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.155 | 94822 | Added a new worker 8 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.155 | 78133 | Removed run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.155 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.155 | 78133 | Assigned run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.155 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.155 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Uu4u4i +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.156 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.159 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.160 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.161 | 78137 | Recursively removing directory: /tmp/git.BFJV0a/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.164 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.164 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.165 | 94819 | Marked run 1406 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.166 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.167 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.169 | 78134 | Recursively removing directory: /tmp/git.Uu4u4i/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.170 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.170 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.170 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.170 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.170 | 94835 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.170 | 78133 | Removed run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.170 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.170 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.171 | 78133 | Assigned run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.171 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1OiCqf +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.174 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.174 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.175 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.177 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.178 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.178 | 94839 | Added a new worker 13 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.178 | 78133 | Removed run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.178 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.178 | 78133 | Assigned run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.178 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wouAgf +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.178 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.182 | 94834 | Marked run 1407 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.183 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.185 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.185 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.186 | 78137 | Recursively removing directory: /tmp/git.1OiCqf/ +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.187 | 94836 | Marked run 1408 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.187 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.188 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.188 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.191 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.193 | 78134 | Recursively removing directory: /tmp/git.wouAgf/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.194 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.194 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.194 | 94853 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.194 | 78133 | Removed run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.194 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.194 | 78133 | Assigned run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.195 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Jxaqxz +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.195 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.195 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.195 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.199 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.199 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.200 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.202 | 94852 | Marked run 1409 as finished +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.202 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.202 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.202 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.202 | 94856 | Added a new worker 8 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.202 | 78133 | Removed run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.202 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.202 | 78133 | Assigned run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.202 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8tNWEh +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.203 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.207 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.208 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.210 | 78137 | Recursively removing directory: /tmp/git.Jxaqxz/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.211 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.211 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.213 | 94854 | Marked run 1410 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.213 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.215 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.216 | 78134 | Recursively removing directory: /tmp/git.8tNWEh/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.218 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.218 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.218 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.218 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.218 | 94871 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.218 | 78133 | Removed run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.218 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.218 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.218 | 78133 | Assigned run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.219 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C07WLf +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.222 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.223 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.224 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.226 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.226 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.226 | 94874 | Added a new worker 13 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.226 | 78133 | Removed run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.226 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.226 | 78133 | Assigned run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.226 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qKGVVT +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.227 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.227 | 94870 | Marked run 1411 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.227 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.231 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.232 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.232 | 78137 | Recursively removing directory: /tmp/git.C07WLf/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.234 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.234 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.236 | 94872 | Marked run 1412 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.236 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.237 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.240 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.240 | 94889 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.241 | 78133 | Removed run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.241 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.241 | 78133 | Assigned run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.241 | 78134 | Recursively removing directory: /tmp/git.qKGVVT/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.240 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.241 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eYuONI +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.241 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.242 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.242 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.244 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.245 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.247 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.250 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.250 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.250 | 94896 | Added a new worker 13 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.250 | 78133 | Removed run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.250 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.250 | 78133 | Assigned run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.251 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.61kZtw +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.251 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.251 | 94888 | Marked run 1413 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.251 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.255 | 78137 | Recursively removing directory: /tmp/git.eYuONI/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.255 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.256 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.256 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.256 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.259 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.260 | 94891 | Marked run 1414 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.260 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.263 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.263 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.263 | 94907 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.263 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.263 | 78133 | Removed run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.263 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.263 | 78133 | Assigned run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.263 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LNroVP +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.266 | 78134 | Recursively removing directory: /tmp/git.61kZtw/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.268 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.268 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.268 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.268 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.271 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.271 | 94901 | Marked run 1415 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.271 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.274 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.274 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.274 | 94916 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.274 | 78133 | Removed run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.274 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.274 | 78133 | Assigned run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.274 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.274 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NvxCQG +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.277 | 78137 | Recursively removing directory: /tmp/git.LNroVP/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.278 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.278 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.279 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.280 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.282 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.283 | 94910 | Marked run 1416 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.283 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.285 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.285 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.285 | 94924 | Added a new worker 9 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.285 | 78133 | Removed run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.285 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.285 | 78133 | Assigned run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.286 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0Sat5v +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.286 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.289 | 78134 | Recursively removing directory: /tmp/git.NvxCQG/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.290 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.290 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.291 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.292 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.294 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.295 | 94918 | Marked run 1417 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.295 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.297 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.297 | 94932 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.297 | 78133 | Removed run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.297 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.297 | 78133 | Assigned run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.297 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.297 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.s82gLs +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.298 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.301 | 78137 | Recursively removing directory: /tmp/git.0Sat5v/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.302 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.302 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.302 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.302 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.305 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.305 | 94927 | Marked run 1418 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.306 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.308 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.309 | 94943 | Added a new worker 9 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.309 | 78133 | Removed run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.309 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.309 | 78133 | Assigned run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.308 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.309 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.e7nCIg +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.310 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.311 | 78134 | Recursively removing directory: /tmp/git.s82gLs/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.312 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.312 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.314 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.314 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.316 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.318 | 94937 | Marked run 1419 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.318 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.320 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.320 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.320 | 94952 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.320 | 78133 | Removed run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.320 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.320 | 78133 | Assigned run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.320 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.320 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5xHX05 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.325 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.326 | 78137 | Recursively removing directory: /tmp/git.e7nCIg/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.326 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.328 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.328 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.329 | 94945 | Marked run 1420 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.329 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.331 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.335 | 78134 | Recursively removing directory: /tmp/git.5xHX05/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.335 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.335 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.335 | 94961 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.335 | 78133 | Removed run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.335 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.335 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.335 | 78133 | Assigned run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.335 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6LLXaN +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.336 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.336 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.339 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.340 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.341 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.344 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.345 | 94960 | Marked run 1421 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.345 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.345 | 94970 | Added a new worker 6 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.345 | 78133 | Removed run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.345 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.346 | 78133 | Assigned run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.346 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.55pwRW +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.346 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.349 | 78137 | Recursively removing directory: /tmp/git.6LLXaN/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.350 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.351 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.351 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.351 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.354 | 94963 | Marked run 1422 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.354 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.355 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.358 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.359 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.359 | 94979 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.359 | 78133 | Removed run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.359 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.359 | 78133 | Assigned run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.359 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nlj5lv +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.359 | 78134 | Recursively removing directory: /tmp/git.55pwRW/ +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.360 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.363 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.360 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.360 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.363 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.364 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.366 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.367 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.367 | 94983 | Added a new worker 13 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.367 | 78133 | Removed run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.367 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.367 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.367 | 78133 | Assigned run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.367 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1o0hN7 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.368 | 94976 | Marked run 1423 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.368 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.372 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.373 | 78137 | Recursively removing directory: /tmp/git.nlj5lv/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.373 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.375 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.375 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.376 | 94980 | Marked run 1424 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.376 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.379 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.382 | 78134 | Recursively removing directory: /tmp/git.1o0hN7/ +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.382 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.382 | 94997 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.382 | 78133 | Removed run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.382 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.382 | 78133 | Assigned run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.382 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.382 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.382 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ptb5Cs +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.383 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.383 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.386 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.387 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.388 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.391 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.391 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.392 | 95004 | Added a new worker 13 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.392 | 78133 | Removed run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.392 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.392 | 78133 | Assigned run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.392 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.392 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Beia3A +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.392 | 94996 | Marked run 1425 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.393 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.396 | 78137 | Recursively removing directory: /tmp/git.Ptb5Cs/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.397 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.397 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.397 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.397 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.401 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.401 | 94999 | Marked run 1426 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.401 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.404 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.404 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.405 | 95015 | Added a new worker 9 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.405 | 78133 | Removed run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.405 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.405 | 78133 | Assigned run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.405 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.405 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TibQ2B +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.407 | 78134 | Recursively removing directory: /tmp/git.Beia3A/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.409 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.409 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.410 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.411 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.413 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.413 | 95010 | Marked run 1427 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.413 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.416 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.416 | 95022 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.416 | 78133 | Removed run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.416 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.416 | 78133 | Assigned run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.416 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.416 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.416 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AgbG7r +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.420 | 78137 | Recursively removing directory: /tmp/git.TibQ2B/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.421 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.421 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.422 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.422 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.425 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.426 | 95017 | Marked run 1428 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.426 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.428 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.429 | 95033 | Added a new worker 9 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.429 | 78133 | Removed run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.429 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.429 | 78133 | Assigned run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.429 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.428 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.429 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xLewX7 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.430 | 78134 | Recursively removing directory: /tmp/git.AgbG7r/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.432 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.432 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.433 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.434 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.435 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.437 | 95028 | Marked run 1429 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.438 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.438 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.438 | 95038 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.438 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.438 | 78133 | Removed run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.438 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.438 | 78133 | Assigned run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.438 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.438 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cBYrop +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.443 | 78137 | Recursively removing directory: /tmp/git.xLewX7/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.443 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.444 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.444 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.444 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.447 | 95035 | Marked run 1430 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.448 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.448 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.451 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.451 | 95051 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.451 | 78133 | Removed run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.451 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.451 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.451 | 78133 | Assigned run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.451 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.451 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.frC9mO +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.453 | 78134 | Recursively removing directory: /tmp/git.cBYrop/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.454 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.454 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.456 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.456 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.458 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.459 | 95048 | Marked run 1431 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.459 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.461 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.461 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.461 | 95058 | Added a new worker 8 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.461 | 78133 | Removed run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.461 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.461 | 78133 | Assigned run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.462 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YCTItZ +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.462 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.466 | 78137 | Recursively removing directory: /tmp/git.frC9mO/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.466 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.467 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.467 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.467 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.470 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.472 | 95053 | Marked run 1432 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.472 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.474 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.474 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.474 | 95069 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.474 | 78133 | Removed run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.474 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.474 | 78133 | Assigned run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.474 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.474 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XBdGCh +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.474 | 78134 | Recursively removing directory: /tmp/git.YCTItZ/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.476 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.476 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.478 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.479 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.481 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.484 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.484 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.484 | 95076 | Added a new worker 13 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.484 | 78133 | Removed run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.484 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.484 | 78133 | Assigned run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.484 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.n8d93B +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.485 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.486 | 95064 | Marked run 1433 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.486 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.488 | 78137 | Recursively removing directory: /tmp/git.XBdGCh/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.490 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.490 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.490 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.491 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.493 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.493 | 95071 | Marked run 1434 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.493 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.496 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.496 | 95087 | Added a new worker 9 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.496 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.496 | 78133 | Removed run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.496 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.497 | 78133 | Assigned run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.496 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.497 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.I4H8Q2 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.500 | 78134 | Recursively removing directory: /tmp/git.n8d93B/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.501 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.501 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.501 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.502 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.504 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.505 | 95080 | Marked run 1435 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.506 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.507 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.507 | 95096 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.507 | 78133 | Removed run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.507 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.507 | 78133 | Assigned run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.507 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.507 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hl75o3 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.508 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.511 | 78137 | Recursively removing directory: /tmp/git.I4H8Q2/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.512 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.513 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.513 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.513 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.517 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.517 | 95089 | Marked run 1436 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.517 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.520 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.520 | 95105 | Added a new worker 9 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.520 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.520 | 78133 | Removed run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.520 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.520 | 78133 | Assigned run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.520 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.521 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MA2YMB +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.521 | 78134 | Recursively removing directory: /tmp/git.hl75o3/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.523 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.523 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.525 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.526 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.527 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.527 | 95102 | Marked run 1437 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.527 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.530 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.530 | 95110 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.530 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.530 | 78133 | Removed run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.530 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.530 | 78133 | Assigned run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.530 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.531 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NH6HDo +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.535 | 78137 | Recursively removing directory: /tmp/git.MA2YMB/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.535 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.536 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.536 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.536 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.539 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.540 | 95107 | Marked run 1438 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.540 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.543 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.543 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.543 | 95123 | Added a new worker 9 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.543 | 78133 | Removed run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.543 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.543 | 78133 | Assigned run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.544 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IN9eH7 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.544 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.545 | 78134 | Recursively removing directory: /tmp/git.NH6HDo/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.547 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.547 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.547 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.548 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.551 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.552 | 95117 | Marked run 1439 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.552 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.554 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.554 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.554 | 95132 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.554 | 78133 | Removed run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.554 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.554 | 78133 | Assigned run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.554 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ADdOOB +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.555 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.557 | 78137 | Recursively removing directory: /tmp/git.IN9eH7/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.558 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.558 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.559 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.560 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.561 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.564 | 95126 | Marked run 1440 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.564 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.564 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.564 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.564 | 95139 | Added a new worker 9 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.564 | 78133 | Removed run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.564 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.564 | 78133 | Assigned run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.564 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IareUj +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.565 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.569 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.569 | 78134 | Recursively removing directory: /tmp/git.ADdOOB/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.570 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.571 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.571 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.574 | 95134 | Marked run 1441 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.574 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.575 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.578 | 78137 | Recursively removing directory: /tmp/git.IareUj/ +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.578 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.578 | 95150 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.578 | 78133 | Removed run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.578 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.578 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.579 | 78133 | Assigned run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.578 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.579 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eeHyui +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.579 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.579 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.582 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.585 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.585 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.585 | 95152 | Added a new worker 13 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.585 | 78133 | Removed run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.585 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.585 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.585 | 78133 | Assigned run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.586 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DZS8rG +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.587 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.587 | 95149 | Marked run 1442 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.587 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.588 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.591 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.591 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.594 | 95151 | Marked run 1443 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.595 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.597 | 78134 | Recursively removing directory: /tmp/git.eeHyui/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.599 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.599 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.600 | 78137 | Recursively removing directory: /tmp/git.DZS8rG/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.602 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.602 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.602 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.604 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.605 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.605 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.605 | 95169 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.605 | 78133 | Removed run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.605 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.605 | 78133 | Assigned run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.605 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.605 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.k0Bzvt +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.608 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.608 | 95170 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.608 | 78133 | Removed run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.608 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.608 | 78133 | Assigned run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.608 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.608 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.608 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8vs5WO +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.610 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.611 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.614 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.615 | 95167 | Marked run 1444 as finished +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.616 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.616 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.619 | 95168 | Marked run 1445 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.619 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.620 | 78134 | Recursively removing directory: /tmp/git.k0Bzvt/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.622 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.622 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.624 | 78137 | Recursively removing directory: /tmp/git.8vs5WO/ +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.625 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.626 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.626 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.629 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.629 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.629 | 95186 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.629 | 78133 | Removed run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.629 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.629 | 78133 | Assigned run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.629 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.629 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mRTLzu +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.630 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.634 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.634 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.634 | 95188 | Added a new worker 13 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.634 | 78133 | Removed run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.634 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.634 | 78133 | Assigned run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.634 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.635 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.634 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eWCjVL +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.636 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.638 | 95185 | Marked run 1446 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.638 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.639 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.640 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.643 | 95187 | Marked run 1447 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.643 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.645 | 78134 | Recursively removing directory: /tmp/git.mRTLzu/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.647 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.647 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.649 | 78137 | Recursively removing directory: /tmp/git.eWCjVL/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.650 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.650 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.651 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.653 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.653 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.653 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.653 | 95205 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.653 | 78133 | Removed run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.653 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.653 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.653 | 78133 | Assigned run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.654 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IjLcfQ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.656 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.656 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.656 | 95206 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.656 | 78133 | Removed run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.656 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.656 | 78133 | Assigned run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.656 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TH128g +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.659 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.660 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.661 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.662 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.663 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.664 | 95203 | Marked run 1448 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.664 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.667 | 95204 | Marked run 1449 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.667 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.670 | 78134 | Recursively removing directory: /tmp/git.IjLcfQ/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.671 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.671 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.671 | 78137 | Recursively removing directory: /tmp/git.TH128g/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.673 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.673 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.674 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.675 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.677 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.677 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.677 | 95223 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.677 | 78133 | Removed run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.677 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.677 | 78133 | Assigned run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.677 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.677 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xf6KLt +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.679 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.679 | 95224 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.679 | 78133 | Removed run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.679 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.679 | 78133 | Assigned run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.679 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.679 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.E9rtcN +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.679 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.682 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.684 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.684 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.685 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.687 | 95221 | Marked run 1450 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.687 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.690 | 95222 | Marked run 1451 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.690 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.694 | 78137 | Recursively removing directory: /tmp/git.E9rtcN/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.694 | 78134 | Recursively removing directory: /tmp/git.xf6KLt/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.695 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.695 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.695 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.695 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.700 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.700 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.703 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.703 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.704 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.704 | 95241 | Added a new worker 14 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.704 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.704 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.704 | 78133 | Removed run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.704 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.704 | 78133 | Assigned run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.704 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mHHlg0 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.704 | 95242 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.704 | 78133 | Removed run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.704 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.704 | 78133 | Assigned run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.704 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.704 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z2H7qt +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.709 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.709 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.709 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.709 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.714 | 95239 | Marked run 1453 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.714 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.718 | 95240 | Marked run 1452 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.718 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.719 | 78134 | Recursively removing directory: /tmp/git.Z2H7qt/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.720 | 78137 | Recursively removing directory: /tmp/git.mHHlg0/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.721 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.721 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.721 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.721 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.725 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.726 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.729 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.729 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.729 | 95259 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.729 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.729 | 78133 | Removed run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.729 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.729 | 78133 | Assigned run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.729 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.heoRDu +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.729 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.730 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Qig9nl +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.730 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.730 | 95260 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.730 | 78133 | Removed run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.730 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.730 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.730 | 78133 | Assigned run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.734 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.734 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.735 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.735 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.739 | 95257 | Marked run 1455 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.739 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.742 | 95258 | Marked run 1454 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.742 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.744 | 78134 | Recursively removing directory: /tmp/git.heoRDu/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.745 | 78137 | Recursively removing directory: /tmp/git.Qig9nl/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.746 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.746 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.747 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.747 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.750 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.751 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.754 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.754 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.754 | 95277 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.754 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.754 | 78133 | Removed run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.754 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.754 | 78133 | Assigned run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.755 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.755 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UadjTZ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.755 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.755 | 95278 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.755 | 78133 | Removed run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.755 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.755 | 78133 | Assigned run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.755 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.756 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.q3tvq7 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.760 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.760 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.760 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.761 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.765 | 95276 | Marked run 1457 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.765 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.769 | 95275 | Marked run 1456 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.770 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.770 | 78134 | Recursively removing directory: /tmp/git.UadjTZ/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.771 | 78137 | Recursively removing directory: /tmp/git.q3tvq7/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.772 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.772 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.772 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.772 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.774 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.775 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.777 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.777 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.777 | 95295 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.777 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.777 | 78133 | Removed run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.777 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.777 | 78133 | Assigned run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.778 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RHHF1G +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.778 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.778 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.778 | 95296 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.778 | 78133 | Removed run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.778 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.778 | 78133 | Assigned run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.778 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.779 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uFCbAt +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.782 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.783 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.784 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.785 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.789 | 95293 | Marked run 1458 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.789 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.793 | 95294 | Marked run 1459 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.793 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.793 | 78137 | Recursively removing directory: /tmp/git.uFCbAt/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.794 | 78134 | Recursively removing directory: /tmp/git.RHHF1G/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.795 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.795 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.795 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.795 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.800 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.800 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.803 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.803 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.803 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.804 | 95313 | Added a new worker 14 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.804 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.804 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.804 | 78133 | Removed run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.804 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.804 | 78133 | Assigned run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.804 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uqqJwJ +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.804 | 95314 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.804 | 78133 | Removed run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.804 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.804 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.804 | 78133 | Assigned run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.805 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Up0S9q +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.812 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.813 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.813 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.814 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.814 | 95311 | Marked run 1461 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.815 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.817 | 95312 | Marked run 1460 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.817 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.822 | 78137 | Recursively removing directory: /tmp/git.uqqJwJ/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.822 | 78134 | Recursively removing directory: /tmp/git.Up0S9q/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.823 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.823 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.823 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.823 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.826 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.826 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.829 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.829 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.829 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.829 | 95331 | Added a new worker 14 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.829 | 78133 | Removed run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.829 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.829 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.829 | 78133 | Assigned run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.829 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.829 | 95332 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.829 | 78133 | Removed run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.829 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.829 | 78133 | Assigned run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.830 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lrNvhv +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.829 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uiVflP +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.833 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.834 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.834 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.835 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.836 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.839 | 95330 | Marked run 1462 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.839 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.842 | 95329 | Marked run 1463 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.842 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.844 | 78137 | Recursively removing directory: /tmp/git.uiVflP/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.845 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.845 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.846 | 78134 | Recursively removing directory: /tmp/git.lrNvhv/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.847 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.847 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.848 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.850 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.851 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.851 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.851 | 95349 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.851 | 78133 | Removed run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.851 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.851 | 78133 | Assigned run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.851 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.851 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.QiuIDt +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.853 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.853 | 95350 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.853 | 78133 | Removed run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.853 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.853 | 78133 | Assigned run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.853 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.853 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.853 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SitFXf +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.857 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.857 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.858 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.860 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.862 | 95347 | Marked run 1465 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.862 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.865 | 95348 | Marked run 1464 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.866 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.866 | 78137 | Recursively removing directory: /tmp/git.QiuIDt/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.868 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.868 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.869 | 78134 | Recursively removing directory: /tmp/git.SitFXf/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.870 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.870 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.871 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.873 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.874 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.874 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.874 | 95367 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.874 | 78133 | Removed run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.874 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.874 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.874 | 78133 | Assigned run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.874 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8zqLhP +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.876 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.876 | 95368 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.876 | 78133 | Removed run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.876 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.876 | 78133 | Assigned run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.876 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.876 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oYnxte +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.877 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.878 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.879 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.882 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.883 | 95365 | Marked run 1466 as finished +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.883 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.883 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.886 | 95366 | Marked run 1467 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.886 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.888 | 78137 | Recursively removing directory: /tmp/git.8zqLhP/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.890 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.890 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.892 | 78134 | Recursively removing directory: /tmp/git.oYnxte/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.893 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.893 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.893 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.896 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.896 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.896 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.896 | 95385 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.896 | 78133 | Removed run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.896 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.897 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.897 | 78133 | Assigned run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.897 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1MK7J7 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.900 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.900 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.900 | 95386 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.900 | 78133 | Removed run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.900 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.900 | 78133 | Assigned run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.900 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AXy7v0 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.900 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.901 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.902 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.905 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.906 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.908 | 95383 | Marked run 1468 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.908 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.911 | 95384 | Marked run 1469 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.911 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.913 | 78137 | Recursively removing directory: /tmp/git.1MK7J7/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.914 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.914 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.915 | 78134 | Recursively removing directory: /tmp/git.AXy7v0/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.916 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.916 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.917 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.919 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.920 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.920 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.920 | 95403 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.920 | 78133 | Removed run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.920 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.920 | 78133 | Assigned run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.920 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.920 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rSR708 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.923 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.923 | 95404 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.923 | 78133 | Removed run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.923 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.923 | 78133 | Assigned run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.923 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.922 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.923 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ciN1oU +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.925 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.927 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.929 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.930 | 95401 | Marked run 1470 as finished +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.930 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.930 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.933 | 95402 | Marked run 1471 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.933 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.937 | 78137 | Recursively removing directory: /tmp/git.rSR708/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.938 | 78134 | Recursively removing directory: /tmp/git.ciN1oU/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.939 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.939 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.940 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.940 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.943 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.944 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.947 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.947 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.947 | 95421 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.947 | 78133 | Removed run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.947 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.947 | 78133 | Assigned run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.947 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.947 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TebdLO +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.948 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.948 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.948 | 95422 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.948 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.948 | 78133 | Removed run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.948 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.948 | 78133 | Assigned run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.948 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.W33s5g +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.952 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.953 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.953 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.954 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.958 | 95419 | Marked run 1472 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.958 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.962 | 95420 | Marked run 1473 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.962 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.962 | 78137 | Recursively removing directory: /tmp/git.TebdLO/ +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.964 | 78134 | Recursively removing directory: /tmp/git.W33s5g/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.964 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.964 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.965 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.965 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.968 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.970 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.972 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.972 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.972 | 95439 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.972 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.972 | 78133 | Removed run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.972 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.972 | 78133 | Assigned run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.973 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qjr61R +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.974 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.974 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.974 | 95440 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.974 | 78133 | Removed run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.974 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.974 | 78133 | Assigned run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.975 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VkuvUT +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.976 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.977 | 78137 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.978 | 78137 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.981 | 78134 | Checking out revision HEAD +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.982 | 95437 | Marked run 1474 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.982 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.982 | 78134 | Going to run: ./ci +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.985 | 95438 | Marked run 1475 as finished +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.985 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.987 | 78137 | Recursively removing directory: /tmp/git.qjr61R/ +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.988 | 78137 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.988 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.991 | 78134 | Recursively removing directory: /tmp/git.VkuvUT/ +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.992 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.992 | 78134 | Process exit code: 0 +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.992 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.994 | 78137 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.994 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.994 | 95456 | Added a new worker 10 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.994 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.995 | 78133 | Removed run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.995 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.995 | 78133 | Assigned run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.995 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.995 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kSC7br +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.999 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.999 | 95458 | Added a new worker 12 to the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.999 | 78133 | Removed run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.999 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.999 | 78133 | Assigned run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:36 | INFO | 78131/cimple-server: 2024-01-28 10:56:36.999 | 78131 | Waiting for new connections +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.999 | 78134 | Waiting for a new command +2024-01-28 10:56:36 | INFO | 78134/cimple-worker: 2024-01-28 10:56:36.999 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oQBw91 +2024-01-28 10:56:36 | INFO | 78137/cimple-worker: 2024-01-28 10:56:36.999 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.000 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.004 | 95455 | Marked run 1476 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.004 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.005 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.006 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.008 | 95457 | Marked run 1477 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.008 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.010 | 78137 | Recursively removing directory: /tmp/git.kSC7br/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.011 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.011 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.014 | 78134 | Recursively removing directory: /tmp/git.oQBw91/ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.015 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.015 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.015 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.018 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.018 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.018 | 95474 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.018 | 78133 | Removed run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.018 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.018 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.018 | 78133 | Assigned run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.018 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rMI7L0 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.018 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.021 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.021 | 95476 | Added a new worker 12 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.022 | 78133 | Removed run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.022 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.022 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.022 | 78133 | Assigned run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.021 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.022 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Jrq81b +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.023 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.023 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.027 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.028 | 95473 | Marked run 1478 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.028 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.028 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.033 | 78137 | Recursively removing directory: /tmp/git.rMI7L0/ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.034 | 95475 | Marked run 1479 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.034 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.035 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.035 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.037 | 78134 | Recursively removing directory: /tmp/git.Jrq81b/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.038 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.038 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.038 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.041 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.041 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.041 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.041 | 95493 | Added a new worker 12 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.041 | 78133 | Removed run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.041 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.041 | 78133 | Assigned run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.041 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9Rkx58 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.042 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.044 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.044 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.044 | 95494 | Added a new worker 12 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.044 | 78133 | Removed run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.044 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.044 | 78133 | Assigned run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.045 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.045 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fAFpR6 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.046 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.047 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.051 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.052 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.052 | 95491 | Marked run 1480 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.053 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.055 | 95492 | Marked run 1481 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.055 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.057 | 78137 | Recursively removing directory: /tmp/git.9Rkx58/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.058 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.058 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.061 | 78134 | Recursively removing directory: /tmp/git.fAFpR6/ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.062 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.063 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.063 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.066 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.066 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.066 | 95510 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.066 | 78133 | Removed run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.066 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.066 | 78133 | Assigned run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.066 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.066 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.quBB7j +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.067 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.071 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.071 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.071 | 95512 | Added a new worker 14 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.071 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.071 | 78133 | Removed run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.071 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.071 | 78133 | Assigned run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.071 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CqrnKI +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.072 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.073 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.074 | 95509 | Marked run 1482 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.074 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.077 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.078 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.080 | 95511 | Marked run 1483 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.081 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.082 | 78137 | Recursively removing directory: /tmp/git.quBB7j/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.083 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.083 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.087 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.087 | 78134 | Recursively removing directory: /tmp/git.CqrnKI/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.088 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.088 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.090 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.090 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.090 | 95528 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.090 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.090 | 78133 | Removed run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.090 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.091 | 78133 | Assigned run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.091 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VL2eTI +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.092 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.095 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.096 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.096 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.096 | 95530 | Added a new worker 14 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.096 | 78133 | Removed run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.096 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.096 | 78133 | Assigned run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.097 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.096 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.097 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nm5hlv +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.099 | 95527 | Marked run 1484 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.100 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.102 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.103 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.104 | 95529 | Marked run 1485 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.105 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.106 | 78137 | Recursively removing directory: /tmp/git.VL2eTI/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.107 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.107 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.111 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.111 | 78134 | Recursively removing directory: /tmp/git.nm5hlv/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.112 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.112 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.114 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.114 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.114 | 95546 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.114 | 78133 | Removed run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.114 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.114 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.114 | 78133 | Assigned run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.114 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kIXvGo +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.116 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.118 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.118 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.120 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.120 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.120 | 95549 | Added a new worker 13 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.120 | 78133 | Removed run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.120 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.120 | 78133 | Assigned run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.120 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6egoff +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.120 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.124 | 95545 | Marked run 1486 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.124 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.126 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.127 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.128 | 78137 | Recursively removing directory: /tmp/git.kIXvGo/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.130 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.130 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.131 | 95547 | Marked run 1487 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.132 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.134 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.135 | 78134 | Recursively removing directory: /tmp/git.6egoff/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.137 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.137 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.137 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.137 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.137 | 95564 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.137 | 78133 | Removed run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.137 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.137 | 78133 | Assigned run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.137 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.138 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MZOGOR +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.140 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.142 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.143 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.143 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.143 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.143 | 95566 | Added a new worker 12 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.143 | 78133 | Removed run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.143 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.143 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.143 | 78133 | Assigned run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.143 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LRkj29 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.151 | 78137 | Recursively removing directory: /tmp/git.MZOGOR/ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.152 | 95563 | Marked run 1488 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.153 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.154 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.154 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.155 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.155 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.156 | 95565 | Marked run 1489 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.156 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.157 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.160 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.160 | 95582 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.160 | 78133 | Removed run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.160 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.160 | 78133 | Assigned run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.161 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.160 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.160 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.K10Pzq +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.164 | 78134 | Recursively removing directory: /tmp/git.LRkj29/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.165 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.166 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.166 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.166 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.169 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.170 | 95575 | Marked run 1490 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.170 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.172 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.173 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kom2D6 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.172 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.172 | 95591 | Added a new worker 8 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.172 | 78133 | Removed run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.172 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.173 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.173 | 78133 | Assigned run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.174 | 78137 | Recursively removing directory: /tmp/git.K10Pzq/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.175 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.175 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.177 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.178 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.178 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.181 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.181 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.182 | 95595 | Added a new worker 13 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.182 | 78133 | Removed run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.182 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.182 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.182 | 78133 | Assigned run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.182 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.etSGgs +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.183 | 95586 | Marked run 1491 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.183 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.187 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.188 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.188 | 78134 | Recursively removing directory: /tmp/git.kom2D6/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.190 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.190 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.191 | 95592 | Marked run 1492 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.191 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.193 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.196 | 78137 | Recursively removing directory: /tmp/git.etSGgs/ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.196 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.196 | 95609 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.196 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.196 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.197 | 78133 | Removed run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.197 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.197 | 78133 | Assigned run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.197 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UyBsgv +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.198 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.198 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.202 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.202 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.202 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.204 | 95608 | Marked run 1493 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.204 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.205 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.205 | 95612 | Added a new worker 8 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.205 | 78133 | Removed run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.205 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.205 | 78133 | Assigned run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.205 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.205 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rg4Z9C +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.205 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.210 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.211 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.212 | 78134 | Recursively removing directory: /tmp/git.UyBsgv/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.214 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.214 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.215 | 95610 | Marked run 1494 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.215 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.218 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.219 | 78137 | Recursively removing directory: /tmp/git.rg4Z9C/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.220 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.220 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.221 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.221 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.221 | 95627 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.221 | 78133 | Removed run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.221 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.221 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.221 | 78133 | Assigned run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.222 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aC0tqO +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.225 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.226 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.227 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.228 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.228 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.229 | 95630 | Added a new worker 13 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.229 | 78133 | Removed run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.229 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.229 | 78133 | Assigned run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.229 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.229 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R447dR +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.230 | 95626 | Marked run 1495 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.230 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.234 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.235 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.237 | 78134 | Recursively removing directory: /tmp/git.aC0tqO/ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.237 | 95628 | Marked run 1496 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.238 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.238 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.238 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.241 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.243 | 78137 | Recursively removing directory: /tmp/git.R447dR/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.245 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.245 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.245 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.245 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.245 | 95645 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.245 | 78133 | Removed run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.245 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.245 | 78133 | Assigned run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.245 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.245 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MPzm0Z +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.248 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.250 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.251 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.251 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.251 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.251 | 95647 | Added a new worker 13 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.251 | 78133 | Removed run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.251 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.251 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.251 | 78133 | Assigned run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.252 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DQmIKD +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.254 | 95644 | Marked run 1497 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.254 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.259 | 78134 | Recursively removing directory: /tmp/git.MPzm0Z/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.260 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.261 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.262 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.262 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.264 | 95646 | Marked run 1498 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.264 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.265 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.268 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.268 | 95663 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.268 | 78133 | Removed run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.268 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.268 | 78133 | Assigned run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.268 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.268 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Xl5TGj +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.269 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.270 | 78137 | Recursively removing directory: /tmp/git.DQmIKD/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.271 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.271 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.272 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.273 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.276 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.279 | 95658 | Marked run 1499 as finished +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.279 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.280 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.280 | 95672 | Added a new worker 6 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.280 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.280 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.280 | 78133 | Removed run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.280 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.280 | 78133 | Assigned run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.280 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dKXobN +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.282 | 78134 | Recursively removing directory: /tmp/git.Xl5TGj/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.284 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.284 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.285 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.286 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.287 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.290 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.290 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.290 | 95679 | Added a new worker 13 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.290 | 78133 | Removed run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.290 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.291 | 78133 | Assigned run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.291 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.291 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eqlq8q +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.295 | 78137 | Recursively removing directory: /tmp/git.dKXobN/ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.295 | 95667 | Marked run 1500 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.295 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.296 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.296 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.298 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.299 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.299 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.301 | 95674 | Marked run 1501 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.301 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.302 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.302 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.302 | 95686 | Added a new worker 8 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.302 | 78133 | Removed run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.302 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.302 | 78133 | Assigned run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.303 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bq7yqI +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.303 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.307 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.307 | 78134 | Recursively removing directory: /tmp/git.eqlq8q/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.308 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.309 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.309 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.312 | 95683 | Marked run 1502 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.312 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.313 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.316 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.316 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.316 | 95699 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.316 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.316 | 78133 | Removed run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.316 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.316 | 78133 | Assigned run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.316 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kxLrMZ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.317 | 78137 | Recursively removing directory: /tmp/git.bq7yqI/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.319 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.319 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.321 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.322 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.323 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.323 | 95696 | Marked run 1503 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.324 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.326 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.326 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.326 | 95706 | Added a new worker 8 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.326 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.326 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xTacYn +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.326 | 78133 | Removed run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.326 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.326 | 78133 | Assigned run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.330 | 78134 | Recursively removing directory: /tmp/git.kxLrMZ/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.331 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.332 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.332 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.332 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.335 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.335 | 95701 | Marked run 1504 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.335 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.338 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.338 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LaA1xV +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.338 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.338 | 95717 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.338 | 78133 | Removed run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.338 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.338 | 78133 | Assigned run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.339 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.340 | 78137 | Recursively removing directory: /tmp/git.xTacYn/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.342 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.342 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.343 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.345 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.345 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.347 | 95711 | Marked run 1505 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.347 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.348 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.348 | 95721 | Added a new worker 8 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.348 | 78133 | Removed run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.348 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.348 | 78133 | Assigned run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.348 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.348 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nOTzLm +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.348 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.352 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.353 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.353 | 78134 | Recursively removing directory: /tmp/git.LaA1xV/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.355 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.355 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.358 | 95718 | Marked run 1506 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.358 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.358 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.361 | 78137 | Recursively removing directory: /tmp/git.nOTzLm/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.362 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.362 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.362 | 95735 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.362 | 78133 | Removed run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.362 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.362 | 78133 | Assigned run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.362 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.362 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.njw6oB +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.363 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.363 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.365 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.367 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.368 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.368 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.368 | 95737 | Added a new worker 13 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.368 | 78133 | Removed run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.368 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.369 | 78133 | Assigned run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.369 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.369 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ljT2F8 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.370 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.374 | 95733 | Marked run 1507 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.375 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.376 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.377 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.378 | 95736 | Marked run 1508 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.378 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.380 | 78134 | Recursively removing directory: /tmp/git.njw6oB/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.381 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.381 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.385 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.385 | 78137 | Recursively removing directory: /tmp/git.ljT2F8/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.386 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.386 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.387 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.388 | 95753 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.388 | 78133 | Removed run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.387 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.388 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VzadD6 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.388 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.388 | 78133 | Assigned run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.388 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.389 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.392 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.392 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.392 | 95755 | Added a new worker 12 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.392 | 78133 | Removed run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.392 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.392 | 78133 | Assigned run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.392 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.392 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.393 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hI3v6T +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.393 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.397 | 95752 | Marked run 1509 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.397 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.398 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.400 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.401 | 95754 | Marked run 1510 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.402 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.402 | 78134 | Recursively removing directory: /tmp/git.VzadD6/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.404 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.404 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.407 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.408 | 78137 | Recursively removing directory: /tmp/git.hI3v6T/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.409 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.409 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.410 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.410 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.411 | 95771 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.411 | 78133 | Removed run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.411 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.411 | 78133 | Assigned run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.411 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gs1Lkc +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.411 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.413 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.415 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.417 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.417 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.417 | 95773 | Added a new worker 14 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.417 | 78133 | Removed run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.417 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.417 | 78133 | Assigned run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.417 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.417 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.q0013Y +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.418 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.420 | 95770 | Marked run 1511 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.421 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.423 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.424 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.425 | 95772 | Marked run 1512 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.425 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.427 | 78134 | Recursively removing directory: /tmp/git.gs1Lkc/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.428 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.428 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.432 | 78137 | Recursively removing directory: /tmp/git.q0013Y/ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.432 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.433 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.433 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.435 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.435 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.435 | 95789 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.435 | 78133 | Removed run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.435 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.435 | 78133 | Assigned run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.435 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.436 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Nmg0fc +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.436 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.439 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.439 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.439 | 95791 | Added a new worker 12 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.439 | 78133 | Removed run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.439 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.439 | 78133 | Assigned run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.440 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.440 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N8C3g4 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.441 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.442 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.444 | 95788 | Marked run 1513 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.444 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.446 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.447 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.449 | 95790 | Marked run 1514 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.450 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.451 | 78134 | Recursively removing directory: /tmp/git.Nmg0fc/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.453 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.453 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.456 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.456 | 78137 | Recursively removing directory: /tmp/git.N8C3g4/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.458 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.458 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.460 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.460 | 95807 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.460 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.460 | 78133 | Removed run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.460 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.460 | 78133 | Assigned run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.460 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.460 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YmMclt +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.462 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.464 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.465 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.465 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.465 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.466 | 95810 | Added a new worker 13 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.466 | 78133 | Removed run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.466 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.466 | 78133 | Assigned run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.466 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.466 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fahtQM +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.469 | 95806 | Marked run 1515 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.469 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.474 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.474 | 78134 | Recursively removing directory: /tmp/git.YmMclt/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.474 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.475 | 95808 | Marked run 1516 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.475 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.476 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.476 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.479 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.482 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.482 | 95825 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.482 | 78133 | Removed run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.482 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.482 | 78133 | Assigned run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.482 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.482 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.so9erH +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.483 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.483 | 78137 | Recursively removing directory: /tmp/git.fahtQM/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.485 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.485 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.487 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.488 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.489 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.490 | 95822 | Marked run 1517 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.490 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.492 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.492 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.492 | 95830 | Added a new worker 8 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.492 | 78133 | Removed run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.492 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.492 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.492 | 78133 | Assigned run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.492 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iYNas5 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.497 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.497 | 78134 | Recursively removing directory: /tmp/git.so9erH/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.498 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.499 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.499 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.502 | 95827 | Marked run 1518 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.502 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.502 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.505 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.505 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.505 | 95843 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.505 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.505 | 78133 | Removed run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.506 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.506 | 78133 | Assigned run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.506 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YixAmw +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.507 | 78137 | Recursively removing directory: /tmp/git.iYNas5/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.509 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.509 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.510 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.510 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.513 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.516 | 95840 | Marked run 1519 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.516 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.517 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.518 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.518 | 95852 | Added a new worker 8 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.518 | 78133 | Removed run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.518 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.518 | 78133 | Assigned run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.518 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.T4y2MO +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.518 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.519 | 78134 | Recursively removing directory: /tmp/git.YixAmw/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.520 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.520 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.522 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.523 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.525 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.526 | 95847 | Marked run 1520 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.526 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.527 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.527 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.528 | 95859 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.528 | 78133 | Removed run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.528 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.528 | 78133 | Assigned run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.528 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.n7e0Y8 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.528 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.533 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.533 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.534 | 78137 | Recursively removing directory: /tmp/git.T4y2MO/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.537 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.537 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.538 | 95854 | Marked run 1521 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.538 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.541 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.542 | 78134 | Recursively removing directory: /tmp/git.n7e0Y8/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.543 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.543 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.544 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.544 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.544 | 95870 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.544 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.544 | 78133 | Removed run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.544 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.544 | 78133 | Assigned run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.544 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vNiULD +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.547 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.548 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.549 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.550 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.550 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.550 | 95873 | Added a new worker 12 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.550 | 78133 | Removed run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.551 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.551 | 78133 | Assigned run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.551 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.551 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tuWTKg +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.555 | 95869 | Marked run 1522 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.555 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.557 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.558 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.558 | 78137 | Recursively removing directory: /tmp/git.vNiULD/ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.560 | 95871 | Marked run 1523 as finished +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.560 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.560 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.560 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.563 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.565 | 78134 | Recursively removing directory: /tmp/git.tuWTKg/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.567 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.567 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.567 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.567 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.567 | 95888 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.567 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.567 | 78133 | Removed run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.567 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.567 | 78133 | Assigned run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.567 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VGsjzx +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.571 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.573 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.574 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.574 | 95887 | Marked run 1524 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.575 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.575 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.575 | 95891 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.575 | 78133 | Removed run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.575 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.575 | 78133 | Assigned run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.575 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.575 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sCbwln +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.575 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.580 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.581 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.582 | 78137 | Recursively removing directory: /tmp/git.VGsjzx/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.584 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.584 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.585 | 95889 | Marked run 1525 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.585 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.587 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.590 | 78134 | Recursively removing directory: /tmp/git.sCbwln/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.591 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.591 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.591 | 95906 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.591 | 78133 | Removed run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.591 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.591 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.591 | 78133 | Assigned run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.592 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.592 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.592 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ma2Plf +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.595 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.597 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.597 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.597 | 95908 | Added a new worker 13 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.597 | 78133 | Removed run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.597 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.598 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.598 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FMUAWI +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.598 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.598 | 78133 | Assigned run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.599 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.602 | 95905 | Marked run 1526 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.602 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.603 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.604 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.606 | 95907 | Marked run 1527 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.606 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.609 | 78137 | Recursively removing directory: /tmp/git.Ma2Plf/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.611 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.611 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.612 | 78134 | Recursively removing directory: /tmp/git.FMUAWI/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.613 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.613 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.614 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.616 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.617 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.617 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.617 | 95925 | Added a new worker 12 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.617 | 78133 | Removed run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.617 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.617 | 78133 | Assigned run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.617 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tRezjh +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.618 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.619 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.620 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.620 | 95926 | Added a new worker 12 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.620 | 78133 | Removed run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.620 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.620 | 78133 | Assigned run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.620 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.620 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3CgMpN +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.622 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.623 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.626 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.627 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.627 | 95923 | Marked run 1528 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.627 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.631 | 95924 | Marked run 1529 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.631 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.632 | 78137 | Recursively removing directory: /tmp/git.tRezjh/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.634 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.634 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.635 | 78134 | Recursively removing directory: /tmp/git.3CgMpN/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.637 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.637 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.638 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.641 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.641 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.642 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.642 | 95943 | Added a new worker 12 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.642 | 78133 | Removed run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.642 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.642 | 78133 | Assigned run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.642 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yhhVDZ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.643 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.645 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.645 | 95944 | Added a new worker 12 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.645 | 78133 | Removed run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.645 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.645 | 78133 | Assigned run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.645 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.645 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xj0y34 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.646 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.646 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.647 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.652 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.652 | 95941 | Marked run 1530 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.652 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.653 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.656 | 95942 | Marked run 1531 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.656 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.657 | 78137 | Recursively removing directory: /tmp/git.yhhVDZ/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.659 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.659 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.661 | 78134 | Recursively removing directory: /tmp/git.xj0y34/ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.662 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.663 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.663 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.666 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.666 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.666 | 95960 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.666 | 78133 | Removed run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.666 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.666 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.666 | 78133 | Assigned run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.666 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BssVov +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.667 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.671 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.671 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.671 | 95962 | Added a new worker 13 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.671 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.671 | 78133 | Removed run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.671 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.671 | 78133 | Assigned run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.671 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5ZNlfA +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.672 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.673 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.674 | 95959 | Marked run 1532 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.674 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.677 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.677 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.680 | 95961 | Marked run 1533 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.681 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.682 | 78137 | Recursively removing directory: /tmp/git.BssVov/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.684 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.684 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.686 | 78134 | Recursively removing directory: /tmp/git.5ZNlfA/ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.687 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.687 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.687 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.690 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.690 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.690 | 95978 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.690 | 78133 | Removed run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.690 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.690 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.690 | 78133 | Assigned run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.690 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oqV9m3 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.690 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.694 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.694 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.694 | 95980 | Added a new worker 12 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.694 | 78133 | Removed run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.694 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.694 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.694 | 78133 | Assigned run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.694 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.w3i69F +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.694 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.695 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.699 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.700 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.701 | 95977 | Marked run 1534 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.701 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.704 | 95979 | Marked run 1535 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.704 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.705 | 78137 | Recursively removing directory: /tmp/git.oqV9m3/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.706 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.706 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.709 | 78134 | Recursively removing directory: /tmp/git.w3i69F/ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.710 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.710 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.710 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.713 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.713 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.713 | 95996 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.713 | 78133 | Removed run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.713 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.713 | 78133 | Assigned run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.713 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.713 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.713 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vfAtki +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.716 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.716 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.717 | 95998 | Added a new worker 12 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.717 | 78133 | Removed run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.717 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.717 | 78133 | Assigned run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.717 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.717 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hb1R5g +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.718 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.720 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.722 | 95995 | Marked run 1536 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.722 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.724 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.725 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.726 | 95997 | Marked run 1537 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.727 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.729 | 78137 | Recursively removing directory: /tmp/git.vfAtki/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.731 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.731 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.734 | 78134 | Recursively removing directory: /tmp/git.hb1R5g/ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.735 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.735 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.735 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.737 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.737 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.737 | 96014 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.737 | 78133 | Removed run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.737 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.737 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.737 | 78133 | Assigned run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.738 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sBMQFN +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.738 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.741 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.742 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.742 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.742 | 96016 | Added a new worker 12 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.742 | 78133 | Removed run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.742 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.742 | 78133 | Assigned run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.742 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.742 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.742 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3KyJuM +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.748 | 96013 | Marked run 1538 as finished +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.748 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.749 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.749 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.752 | 78137 | Recursively removing directory: /tmp/git.sBMQFN/ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.753 | 96015 | Marked run 1539 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.753 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.754 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.754 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.757 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.758 | 78134 | Recursively removing directory: /tmp/git.3KyJuM/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.759 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.759 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.761 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.761 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.761 | 96032 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.761 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.761 | 78133 | Removed run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.761 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.761 | 78133 | Assigned run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.761 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6VLrR7 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.763 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.765 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.765 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.765 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.765 | 96034 | Added a new worker 12 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.766 | 78133 | Removed run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.766 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.766 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.766 | 78133 | Assigned run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.766 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.P57NRb +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.766 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.771 | 96031 | Marked run 1540 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.771 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.772 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.773 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.775 | 78137 | Recursively removing directory: /tmp/git.6VLrR7/ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.776 | 96033 | Marked run 1541 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.776 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.777 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.777 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.780 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.781 | 78134 | Recursively removing directory: /tmp/git.P57NRb/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.783 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.783 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.784 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.784 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.784 | 96050 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.784 | 78133 | Removed run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.784 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.784 | 78133 | Assigned run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.784 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7FcJIZ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.784 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.787 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.788 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.789 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.790 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.790 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.790 | 96053 | Added a new worker 13 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.790 | 78133 | Removed run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.790 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.790 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.790 | 78133 | Assigned run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.791 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dEzBTQ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.794 | 96049 | Marked run 1542 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.794 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.796 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.797 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.799 | 78137 | Recursively removing directory: /tmp/git.7FcJIZ/ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.799 | 96051 | Marked run 1543 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.799 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.800 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.800 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.803 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.805 | 78134 | Recursively removing directory: /tmp/git.dEzBTQ/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.806 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.806 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.807 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.807 | 96068 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.807 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.807 | 78133 | Removed run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.807 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.807 | 78133 | Assigned run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.807 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.807 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GMZ6OT +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.810 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.812 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.812 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.814 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.814 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.814 | 96071 | Added a new worker 13 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.814 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.814 | 78133 | Removed run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.814 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.814 | 78133 | Assigned run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.814 | 96067 | Marked run 1544 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.814 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.814 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.q6KdAC +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.819 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.820 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.821 | 78137 | Recursively removing directory: /tmp/git.GMZ6OT/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.823 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.823 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.824 | 96069 | Marked run 1545 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.825 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.826 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.829 | 78134 | Recursively removing directory: /tmp/git.q6KdAC/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.829 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.829 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.829 | 96086 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.829 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.829 | 78133 | Removed run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.829 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.829 | 78133 | Assigned run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.830 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.830 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.831 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wFkhNX +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.834 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.835 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.835 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.838 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.838 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.838 | 96090 | Added a new worker 13 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.838 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.838 | 78133 | Removed run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.838 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.838 | 78133 | Assigned run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.839 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tJXjwA +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.840 | 96085 | Marked run 1546 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.841 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.843 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.844 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.846 | 78137 | Recursively removing directory: /tmp/git.wFkhNX/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.847 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.847 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.848 | 96087 | Marked run 1547 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.848 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.851 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.852 | 78134 | Recursively removing directory: /tmp/git.tJXjwA/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.854 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.854 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.854 | 96104 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.854 | 78133 | Removed run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.854 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.854 | 78133 | Assigned run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.854 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.854 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.854 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.t9YonR +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.854 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.858 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.858 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.859 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.861 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.861 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.861 | 96107 | Added a new worker 13 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.861 | 78133 | Removed run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.861 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.861 | 78133 | Assigned run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.861 | 96103 | Marked run 1548 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.861 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.861 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.koE7AT +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.866 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.867 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.869 | 78137 | Recursively removing directory: /tmp/git.t9YonR/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.871 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.871 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.871 | 96105 | Marked run 1549 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.872 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.875 | 78134 | Recursively removing directory: /tmp/git.koE7AT/ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.875 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.876 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.876 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.878 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.878 | 96122 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.878 | 78133 | Removed run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.878 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.878 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.878 | 78133 | Assigned run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.878 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.878 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.27w3lj +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.879 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.882 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.882 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.882 | 96124 | Added a new worker 12 to the queue +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.882 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.883 | 78133 | Removed run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.883 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.883 | 78133 | Assigned run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.883 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.883 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bAzp4J +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.883 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.889 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.889 | 96121 | Marked run 1550 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.889 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.890 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.892 | 78137 | Recursively removing directory: /tmp/git.27w3lj/ +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.893 | 96123 | Marked run 1551 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.893 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.894 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.894 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.898 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.899 | 78134 | Recursively removing directory: /tmp/git.bAzp4J/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.900 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.900 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.901 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.901 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.901 | 96140 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.901 | 78133 | Removed run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.901 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.901 | 78133 | Assigned run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.901 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zdlJsz +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.901 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.904 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.905 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.905 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.908 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.908 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.908 | 96144 | Added a new worker 13 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.908 | 78133 | Removed run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.908 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.908 | 78133 | Assigned run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.909 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.909 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HplSDw +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.913 | 96139 | Marked run 1552 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.913 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.915 | 78137 | Recursively removing directory: /tmp/git.zdlJsz/ +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.917 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.917 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.917 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.918 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.919 | 96141 | Marked run 1553 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.919 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.920 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.923 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.923 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.923 | 96158 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.923 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.923 | 78133 | Removed run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.923 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.924 | 78133 | Assigned run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.924 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ctvarQ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.926 | 78134 | Recursively removing directory: /tmp/git.HplSDw/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.928 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.928 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.928 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.929 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.931 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.934 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.934 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.934 | 96165 | Added a new worker 13 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.934 | 78133 | Removed run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.934 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.934 | 78133 | Assigned run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.934 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.934 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.47hN6x +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.935 | 96152 | Marked run 1554 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.936 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.939 | 78137 | Recursively removing directory: /tmp/git.ctvarQ/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.939 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.940 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.941 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.941 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.944 | 96160 | Marked run 1555 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.944 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.944 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.948 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.948 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.948 | 96176 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.948 | 78133 | Removed run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.948 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.948 | 78133 | Assigned run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.948 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GlflQP +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.948 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.950 | 78134 | Recursively removing directory: /tmp/git.47hN6x/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.951 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.951 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.953 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.954 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.955 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.956 | 96173 | Marked run 1556 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.956 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.958 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.958 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.958 | 96183 | Added a new worker 8 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.958 | 78133 | Removed run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.958 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.958 | 78133 | Assigned run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.958 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.959 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iSbxp9 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.963 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.963 | 78137 | Recursively removing directory: /tmp/git.GlflQP/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.964 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.965 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.965 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.968 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.968 | 96178 | Marked run 1557 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.969 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.972 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.972 | 96194 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.972 | 78133 | Removed run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.972 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.972 | 78133 | Assigned run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.972 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.972 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DtQa50 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.972 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.972 | 78134 | Recursively removing directory: /tmp/git.iSbxp9/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.974 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.974 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.976 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.976 | 78137 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.978 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.981 | 78134 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.981 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.981 | 96191 | Marked run 1558 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.981 | 96201 | Added a new worker 6 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.981 | 78133 | Removed run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.981 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.981 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.981 | 78133 | Assigned run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.982 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.T8z481 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.986 | 78137 | Recursively removing directory: /tmp/git.DtQa50/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.986 | 78134 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.987 | 78134 | Going to run: ./ci +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.988 | 78137 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.988 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.991 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.992 | 96196 | Marked run 1559 as finished +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.992 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.994 | 78137 | Waiting for a new command +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.994 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.994 | 96212 | Added a new worker 10 to the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.994 | 78133 | Removed run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.994 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.994 | 78133 | Assigned run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.995 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WmMCP3 +2024-01-28 10:56:37 | INFO | 78131/cimple-server: 2024-01-28 10:56:37.995 | 78131 | Waiting for new connections +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.997 | 78134 | Recursively removing directory: /tmp/git.T8z481/ +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.998 | 78134 | Process exit code: 0 +2024-01-28 10:56:37 | INFO | 78134/cimple-worker: 2024-01-28 10:56:37.998 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.998 | 78137 | Checking out revision HEAD +2024-01-28 10:56:37 | INFO | 78137/cimple-worker: 2024-01-28 10:56:37.999 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.002 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.003 | 96206 | Marked run 1560 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.003 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.005 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.005 | 96221 | Added a new worker 8 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.005 | 78133 | Removed run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.005 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.005 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.005 | 78133 | Assigned run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.005 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.006 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lvVsY0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.008 | 78137 | Recursively removing directory: /tmp/git.WmMCP3/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.010 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.010 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.010 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.011 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.013 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.014 | 96215 | Marked run 1561 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.014 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.016 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.016 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.017 | 96230 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.017 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.017 | 78133 | Removed run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.017 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.017 | 78133 | Assigned run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.017 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PzwT3N +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.020 | 78134 | Recursively removing directory: /tmp/git.lvVsY0/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.021 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.021 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.021 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.023 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.024 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.026 | 96223 | Marked run 1562 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.026 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.028 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.028 | 96238 | Added a new worker 8 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.028 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.028 | 78133 | Removed run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.028 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.028 | 78133 | Assigned run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.028 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.028 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ebhqXR +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.031 | 78137 | Recursively removing directory: /tmp/git.PzwT3N/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.033 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.033 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.033 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.033 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.037 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.037 | 96232 | Marked run 1563 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.038 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.040 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.040 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.040 | 96248 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.040 | 78133 | Removed run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.040 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.040 | 78133 | Assigned run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.040 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.040 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kfGfJ8 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.042 | 78134 | Recursively removing directory: /tmp/git.ebhqXR/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.044 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.044 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.047 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.047 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.048 | 96242 | Marked run 1564 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.048 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.048 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.050 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.050 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.050 | 96252 | Added a new worker 8 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.051 | 78133 | Removed run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.051 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.051 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.051 | 78133 | Assigned run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.051 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yXgDK5 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.056 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.056 | 78137 | Recursively removing directory: /tmp/git.kfGfJ8/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.057 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.058 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.058 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.061 | 96249 | Marked run 1565 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.061 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.062 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.065 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.065 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.065 | 96266 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.065 | 78133 | Removed run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.065 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.065 | 78133 | Assigned run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.065 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.065 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HzZnbU +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.065 | 78134 | Recursively removing directory: /tmp/git.yXgDK5/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.067 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.067 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.070 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.071 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.072 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.074 | 96263 | Marked run 1566 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.074 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.074 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.074 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.074 | 96270 | Added a new worker 8 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.074 | 78133 | Removed run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.074 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.074 | 78133 | Assigned run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.074 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.83ncL2 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.075 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.079 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.080 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.081 | 78137 | Recursively removing directory: /tmp/git.HzZnbU/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.083 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.083 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.084 | 96267 | Marked run 1567 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.084 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.087 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.089 | 78134 | Recursively removing directory: /tmp/git.83ncL2/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.090 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.090 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.090 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.090 | 96284 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.090 | 78133 | Removed run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.090 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.090 | 78133 | Assigned run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.090 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.091 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.091 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sYDCyb +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.093 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.095 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.096 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.096 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.096 | 96286 | Added a new worker 13 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.096 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.096 | 78133 | Removed run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.096 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.096 | 78133 | Assigned run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.096 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.097 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SZWeeG +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.100 | 96283 | Marked run 1568 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.100 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.102 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.103 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.105 | 78137 | Recursively removing directory: /tmp/git.sYDCyb/ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.106 | 96285 | Marked run 1569 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.106 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.107 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.107 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.111 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.111 | 78134 | Recursively removing directory: /tmp/git.SZWeeG/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.113 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.113 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.114 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.114 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.114 | 96302 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.114 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.114 | 78133 | Removed run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.114 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.114 | 78133 | Assigned run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.114 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G8E6tg +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.117 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.119 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.119 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.120 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.120 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.120 | 96305 | Added a new worker 14 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.120 | 78133 | Removed run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.120 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.121 | 78133 | Assigned run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.121 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.121 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OTnPBF +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.124 | 96301 | Marked run 1570 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.124 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.126 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.127 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.129 | 96303 | Marked run 1571 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.129 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.129 | 78137 | Recursively removing directory: /tmp/git.G8E6tg/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.131 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.131 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.134 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.136 | 78134 | Recursively removing directory: /tmp/git.OTnPBF/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.137 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.137 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.137 | 96320 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.137 | 78133 | Removed run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.137 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.137 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.137 | 78133 | Assigned run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.137 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5FULbx +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.137 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.137 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.141 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.142 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.142 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.145 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.145 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.146 | 96325 | Added a new worker 13 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.146 | 78133 | Removed run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.146 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.146 | 78133 | Assigned run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.146 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.146 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OcIAIq +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.148 | 96319 | Marked run 1572 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.148 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.152 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.152 | 78137 | Recursively removing directory: /tmp/git.5FULbx/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.153 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.154 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.154 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.157 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.158 | 96321 | Marked run 1573 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.158 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.161 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.161 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.161 | 96338 | Added a new worker 9 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.161 | 78133 | Removed run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.161 | 78133 | Removed worker 9 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.161 | 78133 | Assigned run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 9 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.161 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.161 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6FB0tl +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.162 | 78134 | Recursively removing directory: /tmp/git.OcIAIq/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.164 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.164 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.166 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.167 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.167 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.169 | 96334 | Marked run 1574 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.169 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.170 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.170 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.170 | 96343 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.170 | 78133 | Removed run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.170 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.170 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.170 | 78133 | Assigned run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.170 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8hxY0v +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.175 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.175 | 78137 | Recursively removing directory: /tmp/git.6FB0tl/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.176 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.177 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.177 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.180 | 96339 | Marked run 1575 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.180 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.181 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.184 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.184 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.184 | 96356 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.184 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.184 | 78133 | Removed run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.184 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.184 | 78133 | Assigned run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.184 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2Uj3V8 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.186 | 78134 | Recursively removing directory: /tmp/git.8hxY0v/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.187 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.187 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.189 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.190 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.190 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.193 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.194 | 96361 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.194 | 78133 | Removed run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.194 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.194 | 78133 | Assigned run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.194 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.194 | 96353 | Marked run 1576 as finished +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.194 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.194 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.194 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NRkQKp +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.199 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.199 | 78137 | Recursively removing directory: /tmp/git.2Uj3V8/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.200 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.202 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.202 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.203 | 96357 | Marked run 1577 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.204 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.205 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.208 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.208 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.208 | 96374 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.208 | 78133 | Removed run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.208 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.208 | 78133 | Assigned run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.208 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UYAjop +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.209 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.209 | 78134 | Recursively removing directory: /tmp/git.NRkQKp/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.210 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.210 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.212 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.213 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.215 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.217 | 96371 | Marked run 1578 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.217 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.218 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.218 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.218 | 96383 | Added a new worker 8 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.218 | 78133 | Removed run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.218 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.218 | 78133 | Assigned run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.218 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.btaqyo +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.219 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.222 | 78137 | Recursively removing directory: /tmp/git.UYAjop/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.223 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.224 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.224 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.224 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.227 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.228 | 96377 | Marked run 1579 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.228 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.231 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.231 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.231 | 96392 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.231 | 78133 | Removed run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.231 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.231 | 78133 | Assigned run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.231 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.p4KS7X +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.231 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.233 | 78134 | Recursively removing directory: /tmp/git.btaqyo/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.234 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.234 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.236 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.236 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.237 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.239 | 96387 | Marked run 1580 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.239 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.240 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.240 | 96397 | Added a new worker 8 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.240 | 78133 | Removed run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.240 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.240 | 78133 | Assigned run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.240 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.240 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.241 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.w0oCBs +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.244 | 78137 | Recursively removing directory: /tmp/git.p4KS7X/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.246 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.246 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.246 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.247 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.248 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.250 | 96394 | Marked run 1581 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.250 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.251 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.251 | 96406 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.251 | 78133 | Removed run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.251 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.251 | 78133 | Assigned run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.251 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.252 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZhqXGN +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.252 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.257 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.258 | 78134 | Recursively removing directory: /tmp/git.w0oCBs/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.258 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.260 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.260 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.261 | 96403 | Marked run 1582 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.262 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.263 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.266 | 78137 | Recursively removing directory: /tmp/git.ZhqXGN/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.267 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.267 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.267 | 96419 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.267 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.267 | 78133 | Removed run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.267 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.267 | 78133 | Assigned run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.267 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zwbVu2 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.267 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.268 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.271 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.274 | 96418 | Marked run 1583 as finished +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.274 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.275 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.275 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.275 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.275 | 96421 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.275 | 78133 | Removed run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.275 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.275 | 78133 | Assigned run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.275 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.275 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BAONE7 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.275 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.280 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.281 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.284 | 96420 | Marked run 1584 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.284 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.285 | 78134 | Recursively removing directory: /tmp/git.zwbVu2/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.286 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.286 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.289 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.290 | 78137 | Recursively removing directory: /tmp/git.BAONE7/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.291 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.291 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.293 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.293 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.293 | 96437 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.293 | 78133 | Removed run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.293 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.293 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.293 | 78133 | Assigned run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.293 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wEi7Ec +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.295 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.298 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.298 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.298 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IxzQ1Z +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.298 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.298 | 96439 | Added a new worker 12 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.298 | 78133 | Removed run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.298 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.298 | 78133 | Assigned run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.298 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.299 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.304 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.304 | 96436 | Marked run 1585 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.305 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.305 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.308 | 96438 | Marked run 1586 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.308 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.309 | 78134 | Recursively removing directory: /tmp/git.wEi7Ec/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.310 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.310 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.314 | 78137 | Recursively removing directory: /tmp/git.IxzQ1Z/ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.314 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.316 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.316 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.317 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.317 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.317 | 96455 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.317 | 78133 | Removed run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.317 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.317 | 78133 | Assigned run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.317 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.317 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7YkocE +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.319 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.321 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.322 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.323 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.323 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.323 | 96458 | Added a new worker 12 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.323 | 78133 | Removed run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.323 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.323 | 78133 | Assigned run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.323 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.324 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.S5HmHP +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.328 | 96454 | Marked run 1587 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.328 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.329 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.330 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.332 | 78134 | Recursively removing directory: /tmp/git.7YkocE/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.333 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.333 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.334 | 96456 | Marked run 1588 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.334 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.336 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.339 | 78137 | Recursively removing directory: /tmp/git.S5HmHP/ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.340 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.340 | 96473 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.340 | 78133 | Removed run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.340 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.340 | 78133 | Assigned run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.340 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.340 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JjkXsh +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.341 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.341 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.341 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.345 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.345 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.345 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.348 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.348 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.348 | 96477 | Added a new worker 13 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.348 | 78133 | Removed run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.348 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.349 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.349 | 78133 | Assigned run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.349 | 96472 | Marked run 1589 as finished +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.349 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tyxGuW +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.349 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.354 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.355 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.355 | 78134 | Recursively removing directory: /tmp/git.JjkXsh/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.357 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.357 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.358 | 96474 | Marked run 1590 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.358 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.360 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.363 | 78137 | Recursively removing directory: /tmp/git.tyxGuW/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.364 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.364 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.364 | 96491 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.364 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.364 | 78133 | Removed run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.364 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.364 | 78133 | Assigned run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.364 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pKc3ej +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.364 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.365 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.368 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.370 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.371 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.372 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.372 | 96489 | Marked run 1591 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.372 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.372 | 96494 | Added a new worker 6 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.372 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.372 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.372 | 78133 | Removed run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.372 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.372 | 78133 | Assigned run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.372 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xuW3oT +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.377 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.378 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.380 | 78134 | Recursively removing directory: /tmp/git.pKc3ej/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.381 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.381 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.384 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.386 | 78137 | Recursively removing directory: /tmp/git.xuW3oT/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.387 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.387 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.388 | 96509 | Added a new worker 13 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.388 | 78133 | Removed run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.388 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.388 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.388 | 78133 | Assigned run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.388 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.388 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.388 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iNde0Q +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.388 | 96492 | Marked run 1592 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.389 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.391 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.393 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.394 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.394 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.394 | 96511 | Added a new worker 13 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.394 | 78133 | Removed run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.394 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.394 | 78133 | Assigned run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.394 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.394 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.394 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3Tem7u +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.397 | 96508 | Marked run 1593 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.398 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.400 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.401 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.403 | 78134 | Recursively removing directory: /tmp/git.iNde0Q/ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.404 | 96510 | Marked run 1594 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.404 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.404 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.404 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.408 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.409 | 78137 | Recursively removing directory: /tmp/git.3Tem7u/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.410 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.410 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.411 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.411 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.411 | 96527 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.411 | 78133 | Removed run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.411 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.411 | 78133 | Assigned run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.411 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.412 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JCtIEA +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.414 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.416 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.418 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.418 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.418 | 96529 | Added a new worker 13 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.418 | 78133 | Removed run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.418 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.418 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.418 | 78133 | Assigned run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.418 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.419 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oXXKAy +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.420 | 96526 | Marked run 1595 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.420 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.423 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.425 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.427 | 96528 | Marked run 1596 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.427 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.428 | 78134 | Recursively removing directory: /tmp/git.JCtIEA/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.429 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.429 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.433 | 78137 | Recursively removing directory: /tmp/git.oXXKAy/ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.434 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.435 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.435 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.436 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.436 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.437 | 96545 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.437 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.437 | 78133 | Removed run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.437 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.437 | 78133 | Assigned run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.437 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ckfnxc +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.438 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.441 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.441 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.441 | 96547 | Added a new worker 13 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.441 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.442 | 78133 | Removed run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.442 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.442 | 78133 | Assigned run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.442 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UXl0Bu +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.443 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.444 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.445 | 96544 | Marked run 1597 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.446 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.448 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.449 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.451 | 96546 | Marked run 1598 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.452 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.452 | 78134 | Recursively removing directory: /tmp/git.Ckfnxc/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.453 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.453 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.456 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.458 | 78137 | Recursively removing directory: /tmp/git.UXl0Bu/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.459 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.459 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.460 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.460 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.460 | 96563 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.460 | 78133 | Removed run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.460 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.460 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.460 | 78133 | Assigned run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.460 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nJlBAQ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.463 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.465 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.465 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.466 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.466 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.466 | 96566 | Added a new worker 12 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.466 | 78133 | Removed run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.466 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.466 | 78133 | Assigned run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.466 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9kk2Xm +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.467 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.472 | 96562 | Marked run 1599 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.472 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.473 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.474 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.475 | 78134 | Recursively removing directory: /tmp/git.nJlBAQ/ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.475 | 96564 | Marked run 1600 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.476 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.476 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.476 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.479 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.482 | 78137 | Recursively removing directory: /tmp/git.9kk2Xm/ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.483 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.483 | 96581 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.483 | 78133 | Removed run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.483 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.483 | 78133 | Assigned run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.483 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.483 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6REhQG +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.483 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.483 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.484 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.487 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.488 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.489 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.490 | 96580 | Marked run 1601 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.490 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.491 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.491 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.491 | 96584 | Added a new worker 8 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.491 | 78133 | Removed run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.491 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.491 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.491 | 78133 | Assigned run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.491 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.A7AJ0O +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.498 | 78134 | Recursively removing directory: /tmp/git.6REhQG/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.500 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.500 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.501 | 96582 | Marked run 1602 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.502 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.502 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.502 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.504 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.507 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.507 | 96597 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.507 | 78133 | Removed run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.507 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.507 | 78133 | Assigned run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.507 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.507 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TIFpy9 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.507 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.512 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.512 | 78137 | Recursively removing directory: /tmp/git.A7AJ0O/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.513 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.514 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.514 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.516 | 96592 | Marked run 1603 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.517 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.517 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.521 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.521 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.521 | 96608 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.521 | 78133 | Removed run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.521 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.521 | 78133 | Assigned run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.521 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PE0blh +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.521 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.521 | 78134 | Recursively removing directory: /tmp/git.TIFpy9/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.523 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.523 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.525 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.526 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.527 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.529 | 96605 | Marked run 1604 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.529 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.530 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.530 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.530 | 96613 | Added a new worker 8 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.530 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.530 | 78133 | Removed run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.530 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.530 | 78133 | Assigned run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.531 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eDbMam +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.535 | 78137 | Recursively removing directory: /tmp/git.PE0blh/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.536 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.537 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.537 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.537 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.540 | 96610 | Marked run 1605 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.540 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.540 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.543 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.544 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.544 | 96626 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.544 | 78133 | Removed run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.544 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.544 | 78133 | Assigned run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.544 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qg78xR +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.544 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.546 | 78134 | Recursively removing directory: /tmp/git.eDbMam/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.547 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.547 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.548 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.549 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.551 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.552 | 96620 | Marked run 1606 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.552 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.554 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.554 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.554 | 96634 | Added a new worker 8 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.554 | 78133 | Removed run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.554 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.554 | 78133 | Assigned run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.554 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.554 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zWZb7O +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.558 | 78137 | Recursively removing directory: /tmp/git.qg78xR/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.559 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.560 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.560 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.560 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.564 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.564 | 96628 | Marked run 1607 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.565 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.567 | 78134 | Recursively removing directory: /tmp/git.zWZb7O/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.567 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.567 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.568 | 96644 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.568 | 78133 | Removed run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.568 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.568 | 78133 | Assigned run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.568 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Xu8aMC +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.568 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.569 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.569 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.572 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.573 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.574 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.576 | 96641 | Marked run 1608 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.576 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.576 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.576 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.576 | 96648 | Added a new worker 8 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.576 | 78133 | Removed run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.576 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.576 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.576 | 78133 | Assigned run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.576 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3Npf02 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.581 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.582 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.583 | 78137 | Recursively removing directory: /tmp/git.Xu8aMC/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.585 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.585 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.587 | 96645 | Marked run 1609 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.587 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.588 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.591 | 78134 | Recursively removing directory: /tmp/git.3Npf02/ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.591 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.591 | 96662 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.591 | 78133 | Removed run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.591 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.591 | 78133 | Assigned run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.591 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.592 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.592 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bK3ZHg +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.592 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.592 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.595 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.597 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.597 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.598 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.598 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.598 | 96665 | Added a new worker 13 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.598 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.598 | 78133 | Removed run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.598 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.598 | 78133 | Assigned run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.599 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9UIcvw +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.602 | 96660 | Marked run 1610 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.602 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.605 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.607 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.608 | 78137 | Recursively removing directory: /tmp/git.bK3ZHg/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.609 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.609 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.610 | 96663 | Marked run 1611 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.610 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.612 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.615 | 78134 | Recursively removing directory: /tmp/git.9UIcvw/ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.616 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.616 | 96680 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.616 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.616 | 78133 | Removed run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.616 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.616 | 78133 | Assigned run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.616 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.616 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AJlamZ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.616 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.616 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.620 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.621 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.622 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.623 | 96679 | Marked run 1612 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.623 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.624 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.624 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.624 | 96683 | Added a new worker 8 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.624 | 78133 | Removed run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.624 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.624 | 78133 | Assigned run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.624 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Wui5J2 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.624 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.629 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.629 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.631 | 78137 | Recursively removing directory: /tmp/git.AJlamZ/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.633 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.633 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.635 | 96681 | Marked run 1613 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.635 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.637 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.638 | 78134 | Recursively removing directory: /tmp/git.Wui5J2/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.639 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.639 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.640 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.640 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.640 | 96698 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.640 | 78133 | Removed run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.640 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.640 | 78133 | Assigned run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.640 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.p4Aijf +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.641 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.642 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.645 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.645 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.645 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.645 | 96700 | Added a new worker 12 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.646 | 78133 | Removed run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.646 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.646 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.646 | 78133 | Assigned run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.645 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.646 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4Q3369 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.652 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.652 | 96697 | Marked run 1614 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.653 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.653 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.655 | 78137 | Recursively removing directory: /tmp/git.p4Aijf/ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.656 | 96699 | Marked run 1615 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.656 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.657 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.657 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.660 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.661 | 78134 | Recursively removing directory: /tmp/git.4Q3369/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.662 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.662 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.663 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.663 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.663 | 96716 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.663 | 78133 | Removed run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.663 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.664 | 78133 | Assigned run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.664 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.664 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ofljqi +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.665 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.669 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.669 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.669 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.669 | 96718 | Added a new worker 14 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.669 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.669 | 78133 | Removed run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.669 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.669 | 78133 | Assigned run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.669 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YKlxhW +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.671 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.672 | 96715 | Marked run 1616 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.672 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.674 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.675 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.678 | 96717 | Marked run 1617 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.678 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.680 | 78137 | Recursively removing directory: /tmp/git.ofljqi/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.682 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.682 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.684 | 78134 | Recursively removing directory: /tmp/git.YKlxhW/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.685 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.685 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.686 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.689 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.689 | 96734 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.689 | 78133 | Removed run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.689 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.689 | 78133 | Assigned run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.689 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.689 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6Ut23j +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.690 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.694 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.694 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.694 | 96736 | Added a new worker 12 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.694 | 78133 | Removed run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.694 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.694 | 78133 | Assigned run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.694 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.694 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.a0w3u6 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.694 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.695 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.699 | 96733 | Marked run 1618 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.699 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.701 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.702 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.703 | 96735 | Marked run 1619 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.703 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.704 | 78137 | Recursively removing directory: /tmp/git.6Ut23j/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.706 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.706 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.709 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.710 | 78134 | Recursively removing directory: /tmp/git.a0w3u6/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.711 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.711 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.712 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.712 | 96752 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.712 | 78133 | Removed run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.712 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.712 | 78133 | Assigned run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.713 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.712 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.712 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oDNb5n +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.716 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.718 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.719 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.719 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.719 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.719 | 96755 | Added a new worker 13 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.720 | 78133 | Removed run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.720 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.voq36D +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.720 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.720 | 78133 | Assigned run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.720 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.723 | 96751 | Marked run 1620 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.723 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.725 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.726 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.728 | 78137 | Recursively removing directory: /tmp/git.oDNb5n/ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.730 | 96753 | Marked run 1621 as finished +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.730 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.730 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.730 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.734 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.734 | 78134 | Recursively removing directory: /tmp/git.voq36D/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.736 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.736 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.737 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.737 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.737 | 96770 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.737 | 78133 | Removed run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.737 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.737 | 78133 | Assigned run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.737 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.737 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.en0k6F +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.739 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.742 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.742 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.742 | 96772 | Added a new worker 12 to the queue +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.742 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.742 | 78133 | Removed run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.742 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.742 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.742 | 78133 | Assigned run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.743 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4SKfb0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.743 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.747 | 96769 | Marked run 1622 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.748 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.750 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.750 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.752 | 96771 | Marked run 1623 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.752 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.753 | 78137 | Recursively removing directory: /tmp/git.en0k6F/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.754 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.754 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.758 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.758 | 78134 | Recursively removing directory: /tmp/git.4SKfb0/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.760 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.760 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.761 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.761 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.761 | 96788 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.761 | 78133 | Removed run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.761 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.761 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.761 | 78133 | Assigned run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.762 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.InliZU +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.763 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.766 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.766 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.766 | 96790 | Added a new worker 12 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.766 | 78133 | Removed run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.766 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.766 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.766 | 78133 | Assigned run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.767 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6sNr5q +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.767 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.768 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.771 | 96787 | Marked run 1624 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.772 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.772 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.774 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.776 | 96789 | Marked run 1625 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.776 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.777 | 78137 | Recursively removing directory: /tmp/git.InliZU/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.779 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.779 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.782 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.782 | 78134 | Recursively removing directory: /tmp/git.6sNr5q/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.783 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.783 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.785 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.785 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.785 | 96806 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.785 | 78133 | Removed run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.785 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.785 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.785 | 78133 | Assigned run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.785 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NBuypa +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.786 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.789 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.789 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.789 | 96808 | Added a new worker 12 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.789 | 78133 | Removed run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.789 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.789 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.789 | 78133 | Assigned run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.789 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.f07iCW +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.790 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.791 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.795 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.795 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.797 | 96805 | Marked run 1626 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.797 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.800 | 96807 | Marked run 1627 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.800 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.801 | 78137 | Recursively removing directory: /tmp/git.NBuypa/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.803 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.803 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.804 | 78134 | Recursively removing directory: /tmp/git.f07iCW/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.806 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.806 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.806 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.808 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.809 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.809 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.809 | 96825 | Added a new worker 12 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.809 | 78133 | Removed run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.809 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.809 | 78133 | Assigned run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.809 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.809 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4gPFmY +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.812 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.812 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.812 | 96826 | Added a new worker 12 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.812 | 78133 | Removed run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.812 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.813 | 78133 | Assigned run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.813 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.813 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0IE9tW +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.813 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.814 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.818 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.819 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.819 | 96823 | Marked run 1628 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.819 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.822 | 96824 | Marked run 1629 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.822 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.824 | 78137 | Recursively removing directory: /tmp/git.4gPFmY/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.826 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.826 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.828 | 78134 | Recursively removing directory: /tmp/git.0IE9tW/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.829 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.829 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.829 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.832 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.832 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.832 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.832 | 96843 | Added a new worker 12 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.832 | 78133 | Removed run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.832 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.832 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.832 | 78133 | Assigned run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.832 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G8EmHa +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.835 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.835 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.835 | 96844 | Added a new worker 12 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.835 | 78133 | Removed run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.835 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.835 | 78133 | Assigned run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.835 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fW6xkt +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.836 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.837 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.837 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.841 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.842 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.843 | 96841 | Marked run 1630 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.843 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.846 | 96842 | Marked run 1631 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.846 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.846 | 78137 | Recursively removing directory: /tmp/git.G8EmHa/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.848 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.848 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.851 | 78134 | Recursively removing directory: /tmp/git.fW6xkt/ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.852 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.853 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.853 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.855 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.855 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.855 | 96860 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.855 | 78133 | Removed run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.855 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.855 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.856 | 78133 | Assigned run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.856 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gujT0H +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.857 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.861 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.861 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.861 | 96862 | Added a new worker 14 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.861 | 78133 | Removed run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.861 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.861 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.861 | 78133 | Assigned run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.861 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.861 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.it4kRQ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.863 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.864 | 96859 | Marked run 1632 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.864 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.866 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.867 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.870 | 96861 | Marked run 1633 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.870 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.872 | 78137 | Recursively removing directory: /tmp/git.gujT0H/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.873 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.873 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.876 | 78134 | Recursively removing directory: /tmp/git.it4kRQ/ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.876 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.877 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.877 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.879 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.879 | 96878 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.879 | 78133 | Removed run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.879 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.879 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.879 | 78133 | Assigned run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.879 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.879 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IDca3W +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.880 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.883 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.884 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.884 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.884 | 96880 | Added a new worker 12 to the queue +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.884 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.884 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.884 | 78133 | Removed run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.884 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.884 | 78133 | Assigned run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.885 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.02AtYk +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.891 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.891 | 96877 | Marked run 1634 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.891 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.891 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.894 | 78137 | Recursively removing directory: /tmp/git.IDca3W/ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.894 | 96879 | Marked run 1635 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.895 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.895 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.895 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.899 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.900 | 78134 | Recursively removing directory: /tmp/git.02AtYk/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.901 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.901 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.902 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.902 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.902 | 96896 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.902 | 78133 | Removed run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.902 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.902 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.902 | 78133 | Assigned run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.902 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uvtB2F +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.904 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.907 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.907 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.907 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.907 | 96898 | Added a new worker 12 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.907 | 78133 | Removed run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.907 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.907 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.907 | 78133 | Assigned run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.907 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z2OxFw +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.908 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.911 | 96895 | Marked run 1636 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.912 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.913 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.914 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.917 | 96897 | Marked run 1637 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.917 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.918 | 78137 | Recursively removing directory: /tmp/git.uvtB2F/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.919 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.919 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.922 | 78134 | Recursively removing directory: /tmp/git.Z2OxFw/ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.923 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.924 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.924 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.926 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.926 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.926 | 96914 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.926 | 78133 | Removed run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.926 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.926 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.926 | 78133 | Assigned run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.927 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZcsmhP +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.929 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.930 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.931 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.932 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.932 | 96917 | Added a new worker 12 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.932 | 78133 | Removed run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.932 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.932 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.932 | 78133 | Assigned run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.932 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.932 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OyWHLN +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.938 | 96913 | Marked run 1638 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.938 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.939 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.940 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.941 | 78137 | Recursively removing directory: /tmp/git.ZcsmhP/ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.943 | 96915 | Marked run 1639 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.943 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.943 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.943 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.947 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.948 | 78134 | Recursively removing directory: /tmp/git.OyWHLN/ +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.949 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.949 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.950 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.950 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.950 | 96932 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.950 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.950 | 78133 | Removed run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.950 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.950 | 78133 | Assigned run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.950 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.93rOW2 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.953 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.955 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.956 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.957 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.957 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.957 | 96935 | Added a new worker 13 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.957 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.957 | 78133 | Removed run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.957 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.958 | 78133 | Assigned run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.958 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3RBtsb +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.958 | 96931 | Marked run 1640 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.959 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.962 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.963 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.965 | 78137 | Recursively removing directory: /tmp/git.93rOW2/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.967 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.967 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.968 | 96933 | Marked run 1641 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.968 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.970 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.972 | 78134 | Recursively removing directory: /tmp/git.3RBtsb/ +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.973 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.973 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.973 | 96950 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.973 | 78133 | Removed run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.974 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.974 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.974 | 78133 | Assigned run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.974 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.974 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.974 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UOdXFY +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.977 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.979 | 78137 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.980 | 78137 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.981 | 78134 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.981 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.981 | 96953 | Added a new worker 13 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.981 | 78133 | Removed run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.981 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.981 | 78133 | Assigned run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.981 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vG76Np +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.981 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.982 | 96949 | Marked run 1642 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.983 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.986 | 78134 | Checking out revision HEAD +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.987 | 78134 | Going to run: ./ci +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.990 | 78137 | Recursively removing directory: /tmp/git.UOdXFY/ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.991 | 96951 | Marked run 1643 as finished +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.991 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.992 | 78137 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.992 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.995 | 78134 | Recursively removing directory: /tmp/git.vG76Np/ +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.995 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.996 | 78134 | Process exit code: 0 +2024-01-28 10:56:38 | INFO | 78134/cimple-worker: 2024-01-28 10:56:38.996 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.999 | 78137 | Waiting for a new command +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.999 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.999 | 96968 | Added a new worker 10 to the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.999 | 78133 | Removed run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.999 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.999 | 78133 | Assigned run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:38 | INFO | 78131/cimple-server: 2024-01-28 10:56:38.999 | 78131 | Waiting for new connections +2024-01-28 10:56:38 | INFO | 78137/cimple-worker: 2024-01-28 10:56:38.999 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2qqKaW +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.001 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.004 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.004 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.005 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.005 | 96970 | Added a new worker 14 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.005 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.005 | 78133 | Removed run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.005 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.005 | 78133 | Assigned run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.005 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R4m9CC +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.005 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.008 | 96967 | Marked run 1644 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.008 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.010 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.011 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.014 | 78137 | Recursively removing directory: /tmp/git.2qqKaW/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.015 | 96969 | Marked run 1645 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.015 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.016 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.016 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.019 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.020 | 78134 | Recursively removing directory: /tmp/git.R4m9CC/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.021 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.021 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.023 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.023 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.023 | 96986 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.023 | 78133 | Removed run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.023 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.023 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.023 | 78133 | Assigned run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.023 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HCDVPC +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.025 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.027 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.029 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.029 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.029 | 96988 | Added a new worker 11 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.029 | 78133 | Removed run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.029 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.029 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.029 | 78133 | Assigned run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.029 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.029 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ynPLSP +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.032 | 96985 | Marked run 1646 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.032 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.035 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.036 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.037 | 96987 | Marked run 1647 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.037 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.038 | 78137 | Recursively removing directory: /tmp/git.HCDVPC/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.039 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.040 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.043 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.044 | 78134 | Recursively removing directory: /tmp/git.ynPLSP/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.045 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.045 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.046 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.046 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.046 | 97004 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.046 | 78133 | Removed run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.046 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.046 | 78133 | Assigned run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.046 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.046 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xgwUZV +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.050 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.050 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.051 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.053 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.054 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.054 | 97008 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.054 | 78133 | Removed run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.054 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.054 | 78133 | Assigned run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.054 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.055 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MMECXE +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.059 | 97003 | Marked run 1648 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.059 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.062 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.062 | 78137 | Recursively removing directory: /tmp/git.xgwUZV/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.063 | 97005 | Marked run 1649 as finished +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.063 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.063 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.064 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.064 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.067 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.070 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.070 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.070 | 97022 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.070 | 78133 | Removed run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.070 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.070 | 78133 | Assigned run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.070 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.071 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.etnuiK +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.071 | 78134 | Recursively removing directory: /tmp/git.MMECXE/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.073 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.073 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.075 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.075 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.078 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.081 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.081 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.081 | 97018 | Marked run 1650 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.081 | 97031 | Added a new worker 12 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.081 | 78133 | Removed run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.081 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.081 | 78133 | Assigned run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.081 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Qj9Fzy +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.082 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.085 | 78137 | Recursively removing directory: /tmp/git.etnuiK/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.086 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.086 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.086 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.087 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.090 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.090 | 97025 | Marked run 1651 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.090 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.093 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.093 | 97040 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.093 | 78133 | Removed run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.093 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.093 | 78133 | Assigned run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.093 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.093 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gdR9kI +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.094 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.095 | 78134 | Recursively removing directory: /tmp/git.Qj9Fzy/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.097 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.097 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.098 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.099 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.100 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.103 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.103 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.maaLbB +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.103 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.103 | 97045 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.103 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.103 | 78133 | Removed run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.103 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.103 | 78133 | Assigned run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.103 | 97034 | Marked run 1652 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.103 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.108 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.109 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.109 | 78137 | Recursively removing directory: /tmp/git.gdR9kI/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.111 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.111 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.112 | 97042 | Marked run 1653 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.112 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.114 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.117 | 78134 | Recursively removing directory: /tmp/git.maaLbB/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.118 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.118 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.118 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.118 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.118 | 97058 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.118 | 78133 | Removed run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.118 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.118 | 78133 | Assigned run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.118 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OIw3Pp +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.119 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.122 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.123 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.124 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.126 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.126 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.126 | 97061 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.126 | 78133 | Removed run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.126 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.126 | 78133 | Assigned run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.127 | 97057 | Marked run 1654 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.127 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.127 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.126 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VgM50P +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.131 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.132 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.133 | 78137 | Recursively removing directory: /tmp/git.OIw3Pp/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.135 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.135 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.137 | 97059 | Marked run 1655 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.137 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.138 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.141 | 78134 | Recursively removing directory: /tmp/git.VgM50P/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.142 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.142 | 97076 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.142 | 78133 | Removed run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.142 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.142 | 78133 | Assigned run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.142 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.142 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.142 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R3xCas +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.142 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.142 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.146 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.146 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.147 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.150 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.150 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.150 | 97081 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.150 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.150 | 78133 | Removed run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.150 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.150 | 78133 | Assigned run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.151 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RJmn2T +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.153 | 97075 | Marked run 1656 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.154 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.156 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.157 | 78137 | Recursively removing directory: /tmp/git.R3xCas/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.157 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.159 | 97077 | Marked run 1657 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.159 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.159 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.159 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.162 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.165 | 78134 | Recursively removing directory: /tmp/git.RJmn2T/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.166 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.166 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.166 | 97094 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.166 | 78133 | Removed run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.166 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.166 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.166 | 78133 | Assigned run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.166 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FsYvh2 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.167 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.167 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.171 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.171 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.172 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.174 | 97093 | Marked run 1658 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.174 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.174 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.174 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.174 | 97097 | Added a new worker 8 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.174 | 78133 | Removed run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.174 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.174 | 78133 | Assigned run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.174 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.174 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4fv4KJ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.179 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.180 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.182 | 78137 | Recursively removing directory: /tmp/git.FsYvh2/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.183 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.183 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.185 | 97095 | Marked run 1659 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.185 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.187 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.189 | 78134 | Recursively removing directory: /tmp/git.4fv4KJ/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.190 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.190 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.191 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.191 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.191 | 97112 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.191 | 78133 | Removed run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.191 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.191 | 78133 | Assigned run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.191 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.H4gQ9T +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.192 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.195 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.196 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.197 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.198 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.198 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.198 | 97115 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.199 | 78133 | Removed run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.199 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.199 | 78133 | Assigned run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.199 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5E9wwa +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.199 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.200 | 97111 | Marked run 1660 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.200 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.203 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.205 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.206 | 78137 | Recursively removing directory: /tmp/git.H4gQ9T/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.207 | 97113 | Marked run 1661 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.207 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.208 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.208 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.212 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.213 | 78134 | Recursively removing directory: /tmp/git.5E9wwa/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.214 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.214 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.215 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.215 | 97130 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.215 | 78133 | Removed run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.215 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.215 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.215 | 78133 | Assigned run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.215 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.215 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GCOV9j +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.219 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.219 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.220 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.222 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.222 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.222 | 97134 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.222 | 78133 | Removed run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.222 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.222 | 78133 | Assigned run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.223 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.223 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SQLVAb +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.226 | 97129 | Marked run 1662 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.226 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.229 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.230 | 78137 | Recursively removing directory: /tmp/git.GCOV9j/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.230 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.231 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.231 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.233 | 97131 | Marked run 1663 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.233 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.235 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.238 | 78134 | Recursively removing directory: /tmp/git.SQLVAb/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.238 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.238 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.238 | 97148 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.238 | 78133 | Removed run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.238 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.238 | 78133 | Assigned run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.238 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7uPxK6 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.239 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.239 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.239 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.242 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.243 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.244 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.245 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.245 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.245 | 97151 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.245 | 78133 | Removed run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.245 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.245 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.245 | 78133 | Assigned run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.246 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8JcuL7 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.249 | 97145 | Marked run 1664 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.249 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.252 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.253 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.253 | 78137 | Recursively removing directory: /tmp/git.7uPxK6/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.255 | 97149 | Marked run 1665 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.255 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.255 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.255 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.258 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.261 | 78134 | Recursively removing directory: /tmp/git.8JcuL7/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.262 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.262 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.262 | 97166 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.262 | 78133 | Removed run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.262 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.262 | 78133 | Assigned run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.262 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.262 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UXioEM +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.262 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.262 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.266 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.267 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.268 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.270 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.270 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.270 | 97169 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.270 | 78133 | Removed run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.270 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.270 | 78133 | Assigned run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.270 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.270 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iY72fz +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.270 | 97165 | Marked run 1666 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.271 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.275 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.275 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.281 | 78137 | Recursively removing directory: /tmp/git.UXioEM/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.282 | 97167 | Marked run 1667 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.283 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.283 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.283 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.285 | 78134 | Recursively removing directory: /tmp/git.iY72fz/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.286 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.286 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.286 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.289 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.289 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.289 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.289 | 97185 | Added a new worker 12 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.289 | 78133 | Removed run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.289 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.289 | 78133 | Assigned run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.289 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.r8IXeE +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.290 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.292 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.292 | 97186 | Added a new worker 12 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.292 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.292 | 78133 | Removed run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.292 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.292 | 78133 | Assigned run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.292 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.293 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.S0QUui +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.294 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.295 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.298 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.299 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.300 | 97183 | Marked run 1668 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.300 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.303 | 97184 | Marked run 1669 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.303 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.304 | 78137 | Recursively removing directory: /tmp/git.r8IXeE/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.305 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.305 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.308 | 78134 | Recursively removing directory: /tmp/git.S0QUui/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.309 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.309 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.309 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.313 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.313 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.313 | 97202 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.313 | 78133 | Removed run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.313 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.313 | 78133 | Assigned run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.313 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.313 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JW1N9i +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.314 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.317 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.317 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.317 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.317 | 97204 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.317 | 78133 | Removed run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.317 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.318 | 78133 | Assigned run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.318 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.318 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.h6J7vP +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.319 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.321 | 97201 | Marked run 1670 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.321 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.323 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.324 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.327 | 97203 | Marked run 1671 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.328 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.328 | 78137 | Recursively removing directory: /tmp/git.JW1N9i/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.330 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.330 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.333 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.333 | 78134 | Recursively removing directory: /tmp/git.h6J7vP/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.334 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.334 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.337 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.337 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.337 | 97220 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.337 | 78133 | Removed run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.337 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.337 | 78133 | Assigned run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.337 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.337 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qoMMbL +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.339 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.342 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.342 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.342 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.342 | 97222 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.342 | 78133 | Removed run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.342 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.342 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.342 | 78133 | Assigned run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.343 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.q1tAAS +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.344 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.346 | 97219 | Marked run 1672 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.346 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.348 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.350 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.352 | 97221 | Marked run 1673 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.352 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.353 | 78137 | Recursively removing directory: /tmp/git.qoMMbL/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.355 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.355 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.358 | 78134 | Recursively removing directory: /tmp/git.q1tAAS/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.359 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.360 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.360 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.362 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.362 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.362 | 97238 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.362 | 78133 | Removed run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.362 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.362 | 78133 | Assigned run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.362 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7jnWUt +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.362 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.363 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.366 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.367 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.367 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aYqJfW +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.367 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.367 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.367 | 97240 | Added a new worker 12 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.367 | 78133 | Removed run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.367 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.367 | 78133 | Assigned run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.367 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.372 | 97237 | Marked run 1674 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.372 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.373 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.373 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.377 | 97239 | Marked run 1675 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.377 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.377 | 78137 | Recursively removing directory: /tmp/git.7jnWUt/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.379 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.379 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.382 | 78134 | Recursively removing directory: /tmp/git.aYqJfW/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.383 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.383 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.383 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.386 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.386 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vBZaOu +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.386 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.386 | 97256 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.386 | 78133 | Removed run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.386 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.386 | 78133 | Assigned run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.386 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.386 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.389 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.389 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.390 | 97258 | Added a new worker 12 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.390 | 78133 | Removed run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.390 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.390 | 78133 | Assigned run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.390 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ny1TRK +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.391 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.392 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.393 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.396 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.396 | 97255 | Marked run 1676 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.396 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.397 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.400 | 97257 | Marked run 1677 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.400 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.401 | 78137 | Recursively removing directory: /tmp/git.vBZaOu/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.403 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.403 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.406 | 78134 | Recursively removing directory: /tmp/git.Ny1TRK/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.406 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.407 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.407 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.410 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.410 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.410 | 97274 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.410 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.410 | 78133 | Removed run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.410 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.410 | 78133 | Assigned run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.410 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tLLCC2 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.411 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.415 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.415 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.415 | 97276 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.415 | 78133 | Removed run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.415 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.415 | 78133 | Assigned run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.415 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.415 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jPIENS +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.416 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.417 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.418 | 97273 | Marked run 1678 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.419 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.421 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.423 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.426 | 78137 | Recursively removing directory: /tmp/git.tLLCC2/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.426 | 97275 | Marked run 1679 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.427 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.427 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.427 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.431 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.431 | 78134 | Recursively removing directory: /tmp/git.jPIENS/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.433 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.433 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.434 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.434 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.434 | 97292 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.434 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.434 | 78133 | Removed run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.434 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.435 | 78133 | Assigned run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.435 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vLKfwe +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.437 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.439 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.440 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.441 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.441 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.441 | 97295 | Added a new worker 11 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.441 | 78133 | Removed run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.441 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.441 | 78133 | Assigned run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.441 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OyoOAV +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.442 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.443 | 97291 | Marked run 1680 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.444 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.446 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.447 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.449 | 78137 | Recursively removing directory: /tmp/git.vLKfwe/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.450 | 97293 | Marked run 1681 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.450 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.451 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.451 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.454 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.455 | 78134 | Recursively removing directory: /tmp/git.OyoOAV/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.457 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.457 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.457 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.457 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.457 | 97310 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.457 | 78133 | Removed run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.457 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.457 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.457 | 78133 | Assigned run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.458 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ifQjmj +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.460 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.462 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.463 | 97312 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.463 | 78133 | Removed run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.463 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.463 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.463 | 78133 | Assigned run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.462 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.462 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.463 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Lquzpd +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.464 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.467 | 97309 | Marked run 1682 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.467 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.469 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.471 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.473 | 97311 | Marked run 1683 as finished +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.473 | 78137 | Recursively removing directory: /tmp/git.ifQjmj/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.473 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.474 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.474 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.478 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.479 | 78134 | Recursively removing directory: /tmp/git.Lquzpd/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.480 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.480 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.481 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.481 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.481 | 97328 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.481 | 78133 | Removed run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.481 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.481 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.481 | 78133 | Assigned run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.481 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iTJ1Ia +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.484 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.485 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.485 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.488 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.488 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.488 | 97332 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.488 | 78133 | Removed run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.488 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.488 | 78133 | Assigned run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.488 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.489 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ENYyra +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.492 | 97327 | Marked run 1684 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.492 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.494 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.495 | 78137 | Recursively removing directory: /tmp/git.iTJ1Ia/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.496 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.497 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.497 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.498 | 97329 | Marked run 1685 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.498 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.500 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.503 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.503 | 97346 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.503 | 78133 | Removed run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.503 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.503 | 78133 | Assigned run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.503 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.503 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xpziYI +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.504 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.505 | 78134 | Recursively removing directory: /tmp/git.ENYyra/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.506 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.506 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.508 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.509 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.509 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.512 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.512 | 97341 | Marked run 1686 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.512 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.512 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.512 | 97350 | Added a new worker 6 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.512 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.512 | 78133 | Removed run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.512 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.512 | 78133 | Assigned run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.513 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Wd0Ici +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.517 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.518 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.519 | 78137 | Recursively removing directory: /tmp/git.xpziYI/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.521 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.521 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.522 | 97347 | Marked run 1687 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.522 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.524 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.527 | 78134 | Recursively removing directory: /tmp/git.Wd0Ici/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.528 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.528 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.528 | 97364 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.528 | 78133 | Removed run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.528 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.528 | 78133 | Assigned run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.528 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RNgDX2 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.528 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.529 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.529 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.533 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.533 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.533 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.536 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.536 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.536 | 97368 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.536 | 78133 | Removed run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.536 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.536 | 78133 | Assigned run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.536 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.355izf +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.537 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.537 | 97363 | Marked run 1688 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.538 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.541 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.542 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.543 | 78137 | Recursively removing directory: /tmp/git.RNgDX2/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.544 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.544 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.545 | 97365 | Marked run 1689 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.545 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.548 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.550 | 78134 | Recursively removing directory: /tmp/git.355izf/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.551 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.551 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.551 | 97382 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.551 | 78133 | Removed run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.551 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.551 | 78133 | Assigned run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.551 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.552 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.552 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.552 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3wSELi +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.556 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.556 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.557 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.559 | 97381 | Marked run 1690 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.559 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.559 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.559 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.559 | 97385 | Added a new worker 8 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.559 | 78133 | Removed run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.559 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.559 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.559 | 78133 | Assigned run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.559 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3LVOE4 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.564 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.565 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.566 | 78137 | Recursively removing directory: /tmp/git.3wSELi/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.568 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.568 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.570 | 97383 | Marked run 1691 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.570 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.572 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.574 | 78134 | Recursively removing directory: /tmp/git.3LVOE4/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.575 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.575 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.575 | 97400 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.575 | 78133 | Removed run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.575 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.575 | 78133 | Assigned run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.575 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ElNC9J +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.576 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.576 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.576 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.579 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.580 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.581 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.582 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.582 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.582 | 97403 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.582 | 78133 | Removed run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.582 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.582 | 78133 | Assigned run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.583 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DfNNQQ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.584 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.586 | 97399 | Marked run 1692 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.586 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.589 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.590 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.591 | 78137 | Recursively removing directory: /tmp/git.ElNC9J/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.592 | 97401 | Marked run 1693 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.592 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.593 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.593 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.596 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.597 | 78134 | Recursively removing directory: /tmp/git.DfNNQQ/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.599 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.599 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.599 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.599 | 97418 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.599 | 78133 | Removed run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.599 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.599 | 78133 | Assigned run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.600 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.599 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.600 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C3PL0c +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.603 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.604 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.605 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.606 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.607 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.607 | 97421 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.607 | 78133 | Removed run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.607 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.607 | 78133 | Assigned run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.607 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.607 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HXPQlm +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.608 | 97417 | Marked run 1694 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.608 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.611 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.612 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.615 | 78137 | Recursively removing directory: /tmp/git.C3PL0c/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.618 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.618 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.620 | 97419 | Marked run 1695 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.620 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.622 | 78134 | Recursively removing directory: /tmp/git.HXPQlm/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.622 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.623 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.623 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.625 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.625 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.625 | 97436 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.625 | 78133 | Removed run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.625 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.625 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.625 | 78133 | Assigned run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.625 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.y0P7Am +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.626 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.629 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.630 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.630 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.630 | 97438 | Added a new worker 12 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.630 | 78133 | Removed run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.630 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.630 | 78133 | Assigned run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.630 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.630 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.630 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iXcegH +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.636 | 97435 | Marked run 1696 as finished +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.637 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.637 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.637 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.640 | 78137 | Recursively removing directory: /tmp/git.y0P7Am/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.641 | 97437 | Marked run 1697 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.641 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.642 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.642 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.645 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.646 | 78134 | Recursively removing directory: /tmp/git.iXcegH/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.647 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.647 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.648 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.648 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.648 | 97454 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.648 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.648 | 78133 | Removed run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.648 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.648 | 78133 | Assigned run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.649 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NtbqRV +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.650 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.653 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.653 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.653 | 97456 | Added a new worker 12 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.653 | 78133 | Removed run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.653 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.653 | 78133 | Assigned run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.653 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.653 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.inV0DB +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.654 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.655 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.658 | 97453 | Marked run 1698 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.658 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.659 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.660 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.663 | 97455 | Marked run 1699 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.663 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.665 | 78137 | Recursively removing directory: /tmp/git.NtbqRV/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.666 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.666 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.668 | 78134 | Recursively removing directory: /tmp/git.inV0DB/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.669 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.670 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.670 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.672 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.672 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.672 | 97472 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.672 | 78133 | Removed run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.672 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.672 | 78133 | Assigned run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.673 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.673 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AHtRmR +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.675 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.676 | 97474 | Added a new worker 12 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.676 | 78133 | Removed run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.676 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.676 | 78133 | Assigned run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.676 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.675 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.676 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yTQfpP +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.678 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.679 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.682 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.683 | 97471 | Marked run 1700 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.683 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.683 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.686 | 97473 | Marked run 1701 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.687 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.689 | 78137 | Recursively removing directory: /tmp/git.AHtRmR/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.690 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.690 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.692 | 78134 | Recursively removing directory: /tmp/git.yTQfpP/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.693 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.693 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.693 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.696 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.696 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.696 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.696 | 97491 | Added a new worker 12 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.696 | 78133 | Removed run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.696 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.696 | 78133 | Assigned run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.696 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.696 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mw5wuv +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.699 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.699 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.699 | 97492 | Added a new worker 12 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.699 | 78133 | Removed run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.699 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.699 | 78133 | Assigned run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.699 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.700 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Fw8GVx +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.701 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.702 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.706 | 97489 | Marked run 1702 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.706 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.706 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.707 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.710 | 97490 | Marked run 1703 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.710 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.711 | 78137 | Recursively removing directory: /tmp/git.mw5wuv/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.713 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.713 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.715 | 78134 | Recursively removing directory: /tmp/git.Fw8GVx/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.716 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.717 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.717 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.720 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.720 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.720 | 97508 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.720 | 78133 | Removed run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.720 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.720 | 78133 | Assigned run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.720 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.720 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iKrNZt +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.721 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.725 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.725 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.725 | 97510 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.725 | 78133 | Removed run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.725 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.725 | 78133 | Assigned run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.725 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.726 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wtatnT +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.729 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.730 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.732 | 97507 | Marked run 1704 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.732 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.734 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.735 | 97509 | Marked run 1705 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.735 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.735 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.738 | 78137 | Recursively removing directory: /tmp/git.iKrNZt/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.740 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.740 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.744 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.744 | 78134 | Recursively removing directory: /tmp/git.wtatnT/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.745 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.745 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.746 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.747 | 97526 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.747 | 78133 | Removed run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.747 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.747 | 78133 | Assigned run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.746 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.747 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Q8Ku8w +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.747 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.749 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.751 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.751 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.752 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.752 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.753 | 97529 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.753 | 78133 | Removed run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.753 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.753 | 78133 | Assigned run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.753 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7aSzqC +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.753 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.757 | 97525 | Marked run 1706 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.757 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.758 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.759 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.761 | 78137 | Recursively removing directory: /tmp/git.Q8Ku8w/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.763 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.763 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.763 | 97527 | Marked run 1707 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.764 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.767 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.767 | 78134 | Recursively removing directory: /tmp/git.7aSzqC/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.768 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.768 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.770 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.770 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.770 | 97544 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.770 | 78133 | Removed run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.770 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.770 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.770 | 78133 | Assigned run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.770 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.obgwFy +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.772 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.774 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.775 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.776 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.776 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.776 | 97547 | Added a new worker 12 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.776 | 78133 | Removed run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.776 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.776 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.776 | 78133 | Assigned run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.776 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zvjHqH +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.781 | 97543 | Marked run 1708 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.782 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.782 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.783 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.784 | 78137 | Recursively removing directory: /tmp/git.obgwFy/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.785 | 97545 | Marked run 1709 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.785 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.786 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.786 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.789 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.791 | 78134 | Recursively removing directory: /tmp/git.zvjHqH/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.793 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.793 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.793 | 97562 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.793 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.793 | 78133 | Removed run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.793 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.793 | 78133 | Assigned run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.793 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.793 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.793 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zS50Ar +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.797 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.798 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.799 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.800 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.800 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.800 | 97565 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.800 | 78133 | Removed run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.800 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.800 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.800 | 78133 | Assigned run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.801 | 97561 | Marked run 1710 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.801 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.801 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6HvQcq +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.805 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.806 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.808 | 78137 | Recursively removing directory: /tmp/git.zS50Ar/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.810 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.810 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.811 | 97563 | Marked run 1711 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.812 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.814 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.815 | 78134 | Recursively removing directory: /tmp/git.6HvQcq/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.816 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.816 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.817 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.817 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.817 | 97580 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.818 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.818 | 78133 | Removed run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.818 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.818 | 78133 | Assigned run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.818 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GJKFMM +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.820 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.822 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.823 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.823 | 97582 | Added a new worker 12 to the queue +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.822 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.823 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.h6Y3ws +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.823 | 78133 | Removed run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.823 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.823 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.823 | 78133 | Assigned run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.824 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.828 | 97579 | Marked run 1712 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.828 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.829 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.830 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.832 | 97581 | Marked run 1713 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.832 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.833 | 78137 | Recursively removing directory: /tmp/git.GJKFMM/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.835 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.835 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.839 | 78134 | Recursively removing directory: /tmp/git.h6Y3ws/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.839 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.840 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.840 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.841 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.841 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.841 | 97598 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.841 | 78133 | Removed run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.841 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.842 | 78133 | Assigned run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.842 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hqv9DE +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.842 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.843 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.846 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.846 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.847 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.847 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.847 | 97601 | Added a new worker 12 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.847 | 78133 | Removed run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.847 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.847 | 78133 | Assigned run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.848 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.848 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7NrCf3 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.851 | 97597 | Marked run 1714 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.852 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.853 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.854 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.858 | 78137 | Recursively removing directory: /tmp/git.hqv9DE/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.858 | 97599 | Marked run 1715 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.858 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.859 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.859 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.862 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.863 | 78134 | Recursively removing directory: /tmp/git.7NrCf3/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.864 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.864 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.866 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.866 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.866 | 97616 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.866 | 78133 | Removed run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.866 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.866 | 78133 | Assigned run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.866 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.867 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iPXRJ6 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.868 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.871 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.872 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.872 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.872 | 97618 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.872 | 78133 | Removed run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.872 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.872 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.872 | 78133 | Assigned run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.873 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3VBoUh +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.873 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.875 | 97615 | Marked run 1716 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.875 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.878 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.879 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.881 | 97617 | Marked run 1717 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.881 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.882 | 78137 | Recursively removing directory: /tmp/git.iPXRJ6/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.883 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.883 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.887 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.887 | 78134 | Recursively removing directory: /tmp/git.3VBoUh/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.889 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.889 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.890 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.890 | 97634 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.890 | 78133 | Removed run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.890 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.890 | 78133 | Assigned run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.890 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.890 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uup4Rq +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.891 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.894 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.895 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.895 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.895 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.896 | 97636 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.896 | 78133 | Removed run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.896 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.896 | 78133 | Assigned run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.896 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.896 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.897 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BpBtI1 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.899 | 97633 | Marked run 1718 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.900 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.902 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.902 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.905 | 78137 | Recursively removing directory: /tmp/git.uup4Rq/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.906 | 97635 | Marked run 1719 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.906 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.907 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.907 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.910 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.911 | 78134 | Recursively removing directory: /tmp/git.BpBtI1/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.912 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.912 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.914 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.914 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.914 | 97652 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.914 | 78133 | Removed run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.914 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.914 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.914 | 78133 | Assigned run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.914 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YbMrNc +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.916 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.919 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.919 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.919 | 97654 | Added a new worker 12 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.919 | 78133 | Removed run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.919 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.919 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.919 | 78133 | Assigned run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.919 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SqKwUa +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.919 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.920 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.924 | 97651 | Marked run 1720 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.924 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.925 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.926 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.928 | 97653 | Marked run 1721 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.928 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.930 | 78137 | Recursively removing directory: /tmp/git.YbMrNc/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.931 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.931 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.934 | 78134 | Recursively removing directory: /tmp/git.SqKwUa/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.934 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.936 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.936 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.938 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.938 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.938 | 97670 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.938 | 78133 | Removed run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.938 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.938 | 78133 | Assigned run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.938 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.939 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7LD2Mt +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.940 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.943 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.943 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.944 | 97672 | Added a new worker 13 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.944 | 78133 | Removed run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.944 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.944 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.944 | 78133 | Assigned run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.944 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.944 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tnvwcI +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.945 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.947 | 97669 | Marked run 1722 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.947 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.949 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.950 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.955 | 78137 | Recursively removing directory: /tmp/git.7LD2Mt/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.956 | 97671 | Marked run 1723 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.956 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.957 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.957 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.959 | 78134 | Recursively removing directory: /tmp/git.tnvwcI/ +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.961 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.961 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.961 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.963 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.963 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.963 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.963 | 97689 | Added a new worker 12 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.964 | 78133 | Removed run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.964 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.964 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.964 | 78133 | Assigned run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.964 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MWVkav +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.967 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.967 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.967 | 97690 | Added a new worker 12 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.967 | 78133 | Removed run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.967 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.967 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.967 | 78133 | Assigned run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.968 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DHJKVy +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.969 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.970 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.973 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.974 | 97687 | Marked run 1724 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.974 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.974 | 78134 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.977 | 97688 | Marked run 1725 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.977 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.979 | 78137 | Recursively removing directory: /tmp/git.MWVkav/ +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.980 | 78137 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.980 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.983 | 78134 | Recursively removing directory: /tmp/git.DHJKVy/ +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.984 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.984 | 78134 | Process exit code: 0 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.984 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.987 | 78137 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.987 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.987 | 97706 | Added a new worker 10 to the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.987 | 78133 | Removed run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.987 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.987 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.987 | 78133 | Assigned run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.987 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fxHTeM +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.987 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.991 | 78134 | Waiting for a new command +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.991 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.991 | 97708 | Added a new worker 12 to the queue +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.991 | 78137 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.991 | 78133 | Removed run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.991 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.991 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.991 | 78133 | Assigned run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.991 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1jklJi +2024-01-28 10:56:39 | INFO | 78137/cimple-worker: 2024-01-28 10:56:39.992 | 78137 | Going to run: ./ci +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.997 | 78134 | Checking out revision HEAD +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.997 | 97705 | Marked run 1726 as finished +2024-01-28 10:56:39 | INFO | 78131/cimple-server: 2024-01-28 10:56:39.997 | 78131 | Waiting for new connections +2024-01-28 10:56:39 | INFO | 78134/cimple-worker: 2024-01-28 10:56:39.998 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.002 | 78137 | Recursively removing directory: /tmp/git.fxHTeM/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.003 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.003 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.006 | 78134 | Recursively removing directory: /tmp/git.1jklJi/ +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.007 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.008 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.008 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.011 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.011 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.011 | 97724 | Added a new worker 13 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.011 | 78133 | Removed run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.011 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.011 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.011 | 78133 | Assigned run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.011 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pB7PZU +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.012 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.015 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.015 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.015 | 97726 | Added a new worker 15 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.015 | 78133 | Removed run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.015 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.015 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.015 | 78133 | Assigned run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.015 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DpfvS9 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.032 | 97707 | Marked run 1727 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.033 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.036 | 97723 | Marked run 1728 as finished +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.036 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.036 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.036 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.037 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.037 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.040 | 97725 | Marked run 1729 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.040 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.045 | 78134 | Recursively removing directory: /tmp/git.DpfvS9/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.046 | 78137 | Recursively removing directory: /tmp/git.pB7PZU/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.047 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.047 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.047 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.047 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.052 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.052 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.055 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.055 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.055 | 97743 | Added a new worker 14 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.055 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.055 | 78133 | Removed run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.055 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.055 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.055 | 78133 | Assigned run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.056 | 97744 | Added a new worker 10 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.056 | 78133 | Removed run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.056 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.056 | 78133 | Assigned run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.055 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.056 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UrWDD2 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.057 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pczOtD +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.057 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.061 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.062 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.062 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.062 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.068 | 97741 | Marked run 1731 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.069 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.071 | 78134 | Recursively removing directory: /tmp/git.pczOtD/ +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.072 | 97742 | Marked run 1730 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.072 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.072 | 78137 | Recursively removing directory: /tmp/git.UrWDD2/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.073 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.073 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.074 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.074 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.077 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.078 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.081 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.081 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.081 | 97761 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.081 | 78133 | Removed run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.081 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.081 | 78133 | Assigned run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.081 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.79dO2X +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.082 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.082 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.082 | 97762 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.082 | 78133 | Removed run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.082 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.082 | 78133 | Assigned run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.082 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.082 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JQUkPu +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.082 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.086 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.087 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.087 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.089 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.091 | 97759 | Marked run 1732 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.091 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.094 | 97760 | Marked run 1733 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.094 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.097 | 78134 | Recursively removing directory: /tmp/git.79dO2X/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.098 | 78137 | Recursively removing directory: /tmp/git.JQUkPu/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.099 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.099 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.100 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.100 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.102 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.102 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.104 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.104 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.105 | 97779 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.105 | 78133 | Removed run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.105 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.105 | 78133 | Assigned run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.105 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.105 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.i7UU3I +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.105 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.105 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.105 | 97780 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.105 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.105 | 78133 | Removed run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.105 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.105 | 78133 | Assigned run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.106 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LbRcvJ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.110 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.110 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.111 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.111 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.114 | 97777 | Marked run 1734 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.115 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.118 | 97778 | Marked run 1735 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.118 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.121 | 78134 | Recursively removing directory: /tmp/git.i7UU3I/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.121 | 78137 | Recursively removing directory: /tmp/git.LbRcvJ/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.122 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.122 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.122 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.122 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.125 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.125 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.128 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.128 | 97797 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.128 | 78133 | Removed run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.128 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.128 | 78133 | Assigned run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.128 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.128 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qapiFv +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.128 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.128 | 97798 | Added a new worker 10 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.128 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.128 | 78133 | Removed run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.128 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.128 | 78133 | Assigned run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.128 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.129 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xscFYY +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.133 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.133 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.133 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.135 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.137 | 97795 | Marked run 1736 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.137 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.141 | 97796 | Marked run 1737 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.141 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.142 | 78134 | Recursively removing directory: /tmp/git.qapiFv/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.144 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.144 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.145 | 78137 | Recursively removing directory: /tmp/git.xscFYY/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.146 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.146 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.148 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.151 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.151 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.151 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.151 | 97815 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.151 | 78133 | Removed run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.151 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.151 | 78133 | Assigned run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.152 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.152 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JF7aJ6 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.154 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.154 | 97816 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.154 | 78133 | Removed run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.154 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.154 | 78133 | Assigned run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.154 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.154 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.yM35ai +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.155 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.157 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.158 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.160 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.161 | 97813 | Marked run 1738 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.161 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.161 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.165 | 97814 | Marked run 1739 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.165 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.168 | 78134 | Recursively removing directory: /tmp/git.JF7aJ6/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.169 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.169 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.170 | 78137 | Recursively removing directory: /tmp/git.yM35ai/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.171 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.171 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.172 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.174 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.175 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.175 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.175 | 97833 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.175 | 78133 | Removed run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.175 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.175 | 78133 | Assigned run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.175 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.G7nFIc +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.176 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.177 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.177 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.177 | 97834 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.177 | 78133 | Removed run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.177 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.177 | 78133 | Assigned run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.177 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.177 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iIFlWU +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.183 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.183 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.183 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.184 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.184 | 97831 | Marked run 1740 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.184 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.187 | 97832 | Marked run 1741 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.187 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.192 | 78134 | Recursively removing directory: /tmp/git.G7nFIc/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.193 | 78137 | Recursively removing directory: /tmp/git.iIFlWU/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.194 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.194 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.194 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.194 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.196 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.197 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.199 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.199 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.199 | 97851 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.200 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.200 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.200 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.200 | 97852 | Added a new worker 15 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.200 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.200 | 78133 | Removed run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.200 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.200 | 78133 | Assigned run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.200 | 78133 | Removed run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.200 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.200 | 78133 | Assigned run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.200 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bO4REX +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.201 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.w3fxNV +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.205 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.206 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.206 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.207 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.208 | 97849 | Marked run 1742 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.209 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.212 | 97850 | Marked run 1743 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.212 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.215 | 78134 | Recursively removing directory: /tmp/git.bO4REX/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.216 | 78137 | Recursively removing directory: /tmp/git.w3fxNV/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.217 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.217 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.217 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.217 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.220 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.220 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.223 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.223 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.223 | 97870 | Added a new worker 14 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.223 | 78133 | Removed run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.223 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.223 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.223 | 78133 | Assigned run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.223 | 97869 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.223 | 78133 | Removed run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.223 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.223 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.223 | 78133 | Assigned run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.223 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.223 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6TP0Ix +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.223 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.224 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oqyYM5 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.228 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.228 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.229 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.230 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.232 | 97867 | Marked run 1744 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.232 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.235 | 97868 | Marked run 1745 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.235 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.239 | 78134 | Recursively removing directory: /tmp/git.6TP0Ix/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.239 | 78137 | Recursively removing directory: /tmp/git.oqyYM5/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.240 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.240 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.241 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.241 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.245 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.245 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.248 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.248 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.249 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.249 | 97887 | Added a new worker 14 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.249 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.249 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.249 | 78133 | Removed run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.249 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.249 | 78133 | Assigned run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.249 | 97888 | Added a new worker 10 to the queue +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.249 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7LPscM +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.249 | 78133 | Removed run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.249 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.249 | 78133 | Assigned run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.250 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.250 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UdaSz1 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.254 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.255 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.255 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.256 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.259 | 97885 | Marked run 1747 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.260 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.263 | 97886 | Marked run 1746 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.263 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.264 | 78134 | Recursively removing directory: /tmp/git.7LPscM/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.266 | 78137 | Recursively removing directory: /tmp/git.UdaSz1/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.266 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.266 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.267 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.267 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.269 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.270 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.272 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.272 | 97905 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.272 | 78133 | Removed run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.272 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.272 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.272 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3TCIM2 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.272 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.272 | 78133 | Assigned run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.273 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.273 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.273 | 97906 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.273 | 78133 | Removed run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.273 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.273 | 78133 | Assigned run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.273 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1FIJpW +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.273 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.277 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.277 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.278 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.279 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.282 | 97903 | Marked run 1748 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.282 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.285 | 97904 | Marked run 1749 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.285 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.287 | 78134 | Recursively removing directory: /tmp/git.3TCIM2/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.288 | 78137 | Recursively removing directory: /tmp/git.1FIJpW/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.289 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.289 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.289 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.289 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.293 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.294 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.297 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.297 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.297 | 97923 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.297 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.297 | 78133 | Removed run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.297 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.297 | 78133 | Assigned run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.297 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JA1JSk +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.298 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.298 | 97924 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.298 | 78133 | Removed run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.298 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.298 | 78133 | Assigned run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.298 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.298 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.298 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3aF7QQ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.302 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.303 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.303 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.304 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.307 | 97921 | Marked run 1750 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.307 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.310 | 97922 | Marked run 1751 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.310 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.313 | 78134 | Recursively removing directory: /tmp/git.JA1JSk/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.313 | 78137 | Recursively removing directory: /tmp/git.3aF7QQ/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.314 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.314 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.314 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.314 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.317 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.317 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.319 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.320 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.320 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2KLv55 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.320 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4j2Fim +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.319 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.320 | 97941 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.320 | 78133 | Removed run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.320 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.320 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.320 | 78133 | Assigned run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.320 | 97942 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.320 | 78133 | Removed run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.320 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.320 | 78133 | Assigned run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.320 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.321 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.325 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.325 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.326 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.327 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.329 | 97939 | Marked run 1753 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.329 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.332 | 97940 | Marked run 1752 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.332 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.335 | 78134 | Recursively removing directory: /tmp/git.2KLv55/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.335 | 78137 | Recursively removing directory: /tmp/git.4j2Fim/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.337 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.337 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.337 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.337 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.341 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.342 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.345 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.345 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.345 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.345 | 97959 | Added a new worker 14 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.345 | 78133 | Removed run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.345 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.345 | 78133 | Assigned run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.345 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.345 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.345 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oEcQYy +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.346 | 97960 | Added a new worker 10 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.346 | 78133 | Removed run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.346 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.346 | 78133 | Assigned run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.346 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.izYx0C +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.346 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.351 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.351 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.352 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.352 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.355 | 97957 | Marked run 1755 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.355 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.358 | 97958 | Marked run 1754 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.358 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.362 | 78137 | Recursively removing directory: /tmp/git.izYx0C/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.362 | 78134 | Recursively removing directory: /tmp/git.oEcQYy/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.363 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.363 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.363 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.363 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.366 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.366 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.368 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.368 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.368 | 97977 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.369 | 78133 | Removed run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.369 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.369 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.369 | 78133 | Assigned run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.369 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4h1Seb +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.369 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.369 | 97978 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.369 | 78133 | Removed run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.369 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.369 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.369 | 78133 | Assigned run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.369 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.370 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.T3S8bv +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.374 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.375 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.376 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.376 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.378 | 97975 | Marked run 1757 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.378 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.381 | 97976 | Marked run 1756 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.382 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.385 | 78137 | Recursively removing directory: /tmp/git.4h1Seb/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.385 | 78134 | Recursively removing directory: /tmp/git.T3S8bv/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.386 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.386 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.386 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.386 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.389 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.389 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.392 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.392 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.392 | 97995 | Added a new worker 14 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.392 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.392 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.392 | 97996 | Added a new worker 10 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.392 | 78133 | Removed run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.392 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.392 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.392 | 78133 | Assigned run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.392 | 78133 | Removed run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.392 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.392 | 78133 | Assigned run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.392 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.392 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jLk1Qd +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.393 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1f8rNJ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.398 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.398 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.399 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.399 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.405 | 97994 | Marked run 1759 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.405 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.408 | 97993 | Marked run 1758 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.408 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.409 | 78137 | Recursively removing directory: /tmp/git.1f8rNJ/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.410 | 78134 | Recursively removing directory: /tmp/git.jLk1Qd/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.411 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.411 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.412 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.412 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.416 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.416 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.419 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.419 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.419 | 98013 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.419 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.419 | 78133 | Removed run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.419 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.419 | 78133 | Assigned run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.420 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4MC4i7 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.420 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.420 | 98014 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.420 | 78133 | Removed run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.420 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.420 | 78133 | Assigned run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.421 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.420 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.421 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hfrL32 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.425 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.425 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.426 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.426 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.429 | 98011 | Marked run 1761 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.430 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.433 | 98012 | Marked run 1760 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.433 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.435 | 78137 | Recursively removing directory: /tmp/git.4MC4i7/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.435 | 78134 | Recursively removing directory: /tmp/git.hfrL32/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.436 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.436 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.436 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.436 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.439 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.439 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.442 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.442 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.442 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.442 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.442 | 98031 | Added a new worker 14 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.442 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.442 | 98032 | Added a new worker 10 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.442 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.442 | 78133 | Removed run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.442 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.442 | 78133 | Assigned run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.442 | 78133 | Removed run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.442 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.442 | 78133 | Assigned run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.443 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VUkUfQ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.443 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mLjIYw +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.447 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.447 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.449 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.449 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.451 | 98029 | Marked run 1762 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.452 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.455 | 98030 | Marked run 1763 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.455 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.459 | 78134 | Recursively removing directory: /tmp/git.mLjIYw/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.460 | 78137 | Recursively removing directory: /tmp/git.VUkUfQ/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.460 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.460 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.461 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.461 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.463 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.464 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.466 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.466 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.466 | 98049 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.466 | 78133 | Removed run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.466 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.466 | 78133 | Assigned run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.466 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.466 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6Y28JK +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.467 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.467 | 98050 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.467 | 78133 | Removed run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.467 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.467 | 78133 | Assigned run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.467 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.467 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.467 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EoBzWq +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.471 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.472 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.473 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.473 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.475 | 98047 | Marked run 1765 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.475 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.478 | 98048 | Marked run 1764 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.478 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.482 | 78134 | Recursively removing directory: /tmp/git.6Y28JK/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.483 | 78137 | Recursively removing directory: /tmp/git.EoBzWq/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.484 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.484 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.484 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.484 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.488 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.489 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.492 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.492 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.492 | 98067 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.492 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.492 | 78133 | Removed run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.492 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.492 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.492 | 78133 | Assigned run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.492 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LDh9Jf +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.493 | 98068 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.493 | 78133 | Removed run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.493 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.493 | 78133 | Assigned run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.493 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.492 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.493 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ktF3wt +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.497 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.498 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.499 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.499 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.502 | 98065 | Marked run 1766 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.503 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.506 | 98066 | Marked run 1767 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.506 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.509 | 78134 | Recursively removing directory: /tmp/git.LDh9Jf/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.509 | 78137 | Recursively removing directory: /tmp/git.ktF3wt/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.510 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.510 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.511 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.511 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.513 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.514 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.516 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.516 | 98085 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.516 | 78133 | Removed run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.516 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.516 | 78133 | Assigned run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.516 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.516 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xBZUI0 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.517 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.517 | 98086 | Added a new worker 10 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.517 | 78133 | Removed run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.517 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.517 | 78133 | Assigned run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.517 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.516 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.517 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.viXLvW +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.521 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.522 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.522 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.523 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.525 | 98083 | Marked run 1768 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.526 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.529 | 98084 | Marked run 1769 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.529 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.532 | 78134 | Recursively removing directory: /tmp/git.xBZUI0/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.533 | 78137 | Recursively removing directory: /tmp/git.viXLvW/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.533 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.533 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.534 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.534 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.536 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.537 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.539 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.539 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.539 | 98103 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.539 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.539 | 78133 | Removed run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.539 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.539 | 78133 | Assigned run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.539 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1eICax +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.540 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.540 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.540 | 98104 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.540 | 78133 | Removed run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.540 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.540 | 78133 | Assigned run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.540 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.541 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CAqAot +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.545 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.546 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.546 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.547 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.549 | 98101 | Marked run 1770 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.550 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.553 | 98102 | Marked run 1771 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.553 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.554 | 78134 | Recursively removing directory: /tmp/git.1eICax/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.556 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.556 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.557 | 78137 | Recursively removing directory: /tmp/git.CAqAot/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.559 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.559 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.559 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.561 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.562 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.562 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.562 | 98121 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.562 | 78133 | Removed run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.562 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.562 | 78133 | Assigned run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.562 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.563 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TY1yrv +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.564 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.564 | 98122 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.564 | 78133 | Removed run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.564 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.564 | 78133 | Assigned run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.564 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.564 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wsSsCo +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.565 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.568 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.569 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.570 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.571 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.572 | 98119 | Marked run 1772 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.572 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.576 | 98120 | Marked run 1773 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.576 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.579 | 78134 | Recursively removing directory: /tmp/git.TY1yrv/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.580 | 78137 | Recursively removing directory: /tmp/git.wsSsCo/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.581 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.581 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.581 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.581 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.585 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.586 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.589 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.589 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.589 | 98139 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.589 | 78133 | Removed run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.589 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.589 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.589 | 78133 | Assigned run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.590 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.b3Kx4B +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.590 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.590 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.590 | 98140 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.590 | 78133 | Removed run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.590 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.590 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.590 | 78133 | Assigned run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.590 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.v3SMPv +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.595 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.595 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.596 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.596 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.599 | 98137 | Marked run 1774 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.600 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.602 | 98138 | Marked run 1775 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.603 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.605 | 78134 | Recursively removing directory: /tmp/git.b3Kx4B/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.606 | 78137 | Recursively removing directory: /tmp/git.v3SMPv/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.607 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.607 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.607 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.607 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.610 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.610 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.612 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.612 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.612 | 98157 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.613 | 78133 | Removed run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.613 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.613 | 78133 | Assigned run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.613 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.613 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.613 | 98158 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.613 | 78133 | Removed run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.613 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.613 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.613 | 78133 | Assigned run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.613 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c1AebZ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.613 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.613 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RfbBj0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.617 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.618 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.619 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.620 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.622 | 98155 | Marked run 1776 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.622 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.627 | 78137 | Recursively removing directory: /tmp/git.RfbBj0/ +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.628 | 98156 | Marked run 1777 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.628 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.629 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.629 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.629 | 78134 | Recursively removing directory: /tmp/git.c1AebZ/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.631 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.631 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.633 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.635 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.637 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.637 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.637 | 98175 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.637 | 78133 | Removed run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.637 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.637 | 78133 | Assigned run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.637 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.638 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.u7b0Sb +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.639 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.639 | 98176 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.639 | 78133 | Removed run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.639 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.639 | 78133 | Assigned run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.639 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.639 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.639 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.l4vl3t +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.643 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.644 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.645 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.646 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.646 | 98173 | Marked run 1779 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.647 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.650 | 98174 | Marked run 1778 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.650 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.654 | 78137 | Recursively removing directory: /tmp/git.u7b0Sb/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.655 | 78134 | Recursively removing directory: /tmp/git.l4vl3t/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.655 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.655 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.656 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.656 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.658 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.659 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.661 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.661 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.661 | 98193 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.661 | 78133 | Removed run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.661 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.661 | 78133 | Assigned run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.661 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gvCBNg +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.661 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.662 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.662 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.662 | 98194 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.662 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.662 | 78133 | Removed run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.662 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.662 | 78133 | Assigned run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.662 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8ERMMP +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.666 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.667 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.668 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.669 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.671 | 98191 | Marked run 1780 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.671 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.674 | 98192 | Marked run 1781 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.674 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.676 | 78137 | Recursively removing directory: /tmp/git.gvCBNg/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.677 | 78134 | Recursively removing directory: /tmp/git.8ERMMP/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.678 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.678 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.679 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.679 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.681 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.681 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.683 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.683 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.683 | 98211 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.683 | 78133 | Removed run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.683 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.683 | 78133 | Assigned run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.684 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.684 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HJVATx +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.684 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.684 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.685 | 98212 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.685 | 78133 | Removed run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.685 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.685 | 78133 | Assigned run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.685 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.685 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9tnRi5 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.689 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.690 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.690 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.691 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.693 | 98209 | Marked run 1782 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.693 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.696 | 98210 | Marked run 1783 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.696 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.699 | 78137 | Recursively removing directory: /tmp/git.HJVATx/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.700 | 78134 | Recursively removing directory: /tmp/git.9tnRi5/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.701 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.701 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.702 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.702 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.705 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.706 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.709 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.709 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.709 | 98229 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.709 | 78133 | Removed run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.709 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.709 | 78133 | Assigned run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.709 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.709 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GKtxQx +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.710 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.710 | 98230 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.710 | 78133 | Removed run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.710 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.710 | 78133 | Assigned run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.710 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.710 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OHCnBm +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.712 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.714 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.715 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.715 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.716 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.719 | 98227 | Marked run 1784 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.719 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.722 | 98228 | Marked run 1785 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.722 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.724 | 78137 | Recursively removing directory: /tmp/git.GKtxQx/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.726 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.726 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.726 | 78134 | Recursively removing directory: /tmp/git.OHCnBm/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.727 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.727 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.730 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.732 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.734 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.734 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.734 | 98247 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.734 | 78133 | Removed run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.734 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.734 | 78133 | Assigned run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.734 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.734 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FWNWUG +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.736 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.736 | 98248 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.736 | 78133 | Removed run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.736 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.736 | 78133 | Assigned run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.736 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.736 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.736 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qMUypM +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.739 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.740 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.743 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.744 | 98245 | Marked run 1786 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.744 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.745 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.748 | 98246 | Marked run 1787 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.748 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.749 | 78137 | Recursively removing directory: /tmp/git.FWNWUG/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.750 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.750 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.754 | 78134 | Recursively removing directory: /tmp/git.qMUypM/ +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.754 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.755 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.755 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.757 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.757 | 98264 | Added a new worker 10 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.757 | 78133 | Removed run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.757 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.757 | 78133 | Assigned run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.757 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.757 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.758 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.758 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.VVKsmH +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.761 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.761 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.761 | 98266 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.761 | 78133 | Removed run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.761 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.761 | 78133 | Assigned run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.761 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.761 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rgBKpk +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.763 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.764 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.767 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.767 | 98263 | Marked run 1788 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.768 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.769 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.771 | 98265 | Marked run 1789 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.771 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.773 | 78137 | Recursively removing directory: /tmp/git.VVKsmH/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.775 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.775 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.777 | 78134 | Recursively removing directory: /tmp/git.rgBKpk/ +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.778 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.779 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.779 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.782 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.782 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.782 | 98282 | Added a new worker 10 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.782 | 78133 | Removed run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.782 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.782 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.782 | 78133 | Assigned run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.783 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NhOOEb +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.783 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.786 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.786 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.786 | 98284 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.786 | 78133 | Removed run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.786 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.786 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.787 | 78133 | Assigned run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.787 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tmoIKh +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.788 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.789 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.792 | 98281 | Marked run 1790 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.792 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.792 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.793 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.796 | 98283 | Marked run 1791 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.796 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.798 | 78137 | Recursively removing directory: /tmp/git.NhOOEb/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.799 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.799 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.802 | 78134 | Recursively removing directory: /tmp/git.tmoIKh/ +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.802 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.803 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.803 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.805 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.805 | 98300 | Added a new worker 10 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.805 | 78133 | Removed run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.805 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.805 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.805 | 78133 | Assigned run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.805 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.805 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NZSD0V +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.807 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.809 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.810 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.810 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.810 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.810 | 98302 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.810 | 78133 | Removed run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.810 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.810 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.810 | 78133 | Assigned run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.810 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gEQ0m2 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.815 | 98299 | Marked run 1792 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.815 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.816 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.818 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.819 | 98301 | Marked run 1793 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.819 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.819 | 78137 | Recursively removing directory: /tmp/git.NZSD0V/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.821 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.821 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.824 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.825 | 78134 | Recursively removing directory: /tmp/git.gEQ0m2/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.827 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.827 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.828 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.828 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.828 | 98318 | Added a new worker 10 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.828 | 78133 | Removed run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.828 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.828 | 78133 | Assigned run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.828 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.828 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nPAtCM +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.831 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.834 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.834 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.834 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.834 | 98320 | Added a new worker 13 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.834 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.835 | 78133 | Removed run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.835 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.835 | 78133 | Assigned run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.835 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.835 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qtY5vm +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.837 | 98317 | Marked run 1794 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.838 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.841 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.842 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.843 | 98319 | Marked run 1795 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.843 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.844 | 78137 | Recursively removing directory: /tmp/git.nPAtCM/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.846 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.846 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.849 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.850 | 78134 | Recursively removing directory: /tmp/git.qtY5vm/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.852 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.852 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.853 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.853 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.853 | 98336 | Added a new worker 10 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.853 | 78133 | Removed run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.853 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.853 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.853 | 78133 | Assigned run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.853 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BVsXxJ +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.855 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.858 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.858 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.858 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.858 | 98338 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.858 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.858 | 78133 | Removed run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.858 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.858 | 78133 | Assigned run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.858 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YDf9Ib +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.859 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.863 | 98335 | Marked run 1796 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.863 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.865 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.865 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.867 | 98337 | Marked run 1797 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.867 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.869 | 78137 | Recursively removing directory: /tmp/git.BVsXxJ/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.870 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.870 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.874 | 78134 | Recursively removing directory: /tmp/git.YDf9Ib/ +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.874 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.875 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.875 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.876 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.876 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.877 | 98354 | Added a new worker 10 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.877 | 78133 | Removed run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.877 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.877 | 78133 | Assigned run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.877 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.izzdGq +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.877 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.878 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.881 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.882 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.882 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.882 | 98356 | Added a new worker 13 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.882 | 78133 | Removed run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.882 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.882 | 78133 | Assigned run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.882 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.882 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Y85waj +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.882 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.885 | 98353 | Marked run 1798 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.885 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.887 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.887 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.891 | 98355 | Marked run 1799 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.891 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.892 | 78137 | Recursively removing directory: /tmp/git.izzdGq/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.894 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.894 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.895 | 78134 | Recursively removing directory: /tmp/git.Y85waj/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.897 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.897 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.898 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.901 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.901 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.901 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.901 | 98373 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.901 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.901 | 78133 | Removed run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.901 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.902 | 78133 | Assigned run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.902 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WJETeH +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.905 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.905 | 98374 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.905 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.905 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.905 | 78133 | Removed run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.905 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.905 | 78133 | Assigned run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.905 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NpXFxm +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.907 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.909 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.910 | 98371 | Marked run 1800 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.910 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.912 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.912 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.914 | 98372 | Marked run 1801 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.914 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.918 | 78137 | Recursively removing directory: /tmp/git.WJETeH/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.919 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.919 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.921 | 78134 | Recursively removing directory: /tmp/git.NpXFxm/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.922 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.922 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.922 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.925 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.925 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.925 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.925 | 98391 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.925 | 78133 | Removed run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.925 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.925 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.925 | 78133 | Assigned run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.925 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0iUeAT +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.928 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.928 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.929 | 98392 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.929 | 78133 | Removed run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.929 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.929 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.929 | 78133 | Assigned run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.929 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Gs0EY2 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.930 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.931 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.935 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.935 | 98389 | Marked run 1802 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.936 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.936 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.940 | 98390 | Marked run 1803 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.940 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.940 | 78137 | Recursively removing directory: /tmp/git.0iUeAT/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.942 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.942 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.945 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.945 | 78134 | Recursively removing directory: /tmp/git.Gs0EY2/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.946 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.946 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.949 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.949 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.949 | 98408 | Added a new worker 10 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.949 | 78133 | Removed run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.949 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.949 | 78133 | Assigned run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.949 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.uI5ofu +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.949 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.950 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.953 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.953 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.953 | 98410 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.953 | 78133 | Removed run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.953 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.953 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.953 | 78133 | Assigned run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.953 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dpJ3TZ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.954 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.956 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.958 | 98407 | Marked run 1804 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.958 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.958 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.960 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.964 | 98409 | Marked run 1805 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.964 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.966 | 78137 | Recursively removing directory: /tmp/git.uI5ofu/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.968 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.968 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.968 | 78134 | Recursively removing directory: /tmp/git.dpJ3TZ/ +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.970 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.970 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.971 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.972 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.974 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.974 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.974 | 98427 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.974 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.974 | 78133 | Removed run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.974 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.974 | 78133 | Assigned run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.974 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HtDWo1 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.976 | 78134 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.976 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.976 | 98428 | Added a new worker 12 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.976 | 78133 | Removed run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.976 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.976 | 78133 | Assigned run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.976 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.977 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fDhNtU +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.978 | 78137 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.979 | 78137 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.982 | 78134 | Checking out revision HEAD +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.983 | 98425 | Marked run 1806 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.983 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.983 | 78134 | Going to run: ./ci +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.987 | 98426 | Marked run 1807 as finished +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.987 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.988 | 78137 | Recursively removing directory: /tmp/git.HtDWo1/ +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.989 | 78137 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.989 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.992 | 78134 | Recursively removing directory: /tmp/git.fDhNtU/ +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.993 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.994 | 78134 | Process exit code: 0 +2024-01-28 10:56:40 | INFO | 78134/cimple-worker: 2024-01-28 10:56:40.994 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.997 | 78137 | Waiting for a new command +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.997 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.997 | 98444 | Added a new worker 10 to the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.997 | 78133 | Removed run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.997 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.997 | 78131 | Waiting for new connections +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.997 | 78133 | Assigned run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:40 | INFO | 78137/cimple-worker: 2024-01-28 10:56:40.997 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fKtGI4 +2024-01-28 10:56:40 | INFO | 78131/cimple-server: 2024-01-28 10:56:40.998 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.002 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.002 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.002 | 98446 | Added a new worker 14 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.002 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.002 | 78133 | Removed run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.002 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.002 | 78133 | Assigned run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.002 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.AHvxYG +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.002 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.003 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.005 | 98443 | Marked run 1808 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.005 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.007 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.008 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.011 | 98445 | Marked run 1809 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.011 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.012 | 78137 | Recursively removing directory: /tmp/git.fKtGI4/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.014 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.014 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.017 | 78134 | Recursively removing directory: /tmp/git.AHvxYG/ +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.017 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.018 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.018 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.021 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.021 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.021 | 98462 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.021 | 78133 | Removed run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.021 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.021 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.021 | 78133 | Assigned run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.021 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xPSaZh +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.022 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.026 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.026 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.026 | 98464 | Added a new worker 14 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.026 | 78133 | Removed run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.026 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.026 | 78133 | Assigned run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.026 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.v7zS7j +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.026 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.027 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.027 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.029 | 98461 | Marked run 1810 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.030 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.032 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.033 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.035 | 98463 | Marked run 1811 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.035 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.036 | 78137 | Recursively removing directory: /tmp/git.xPSaZh/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.037 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.037 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.041 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.041 | 78134 | Recursively removing directory: /tmp/git.v7zS7j/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.043 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.043 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.044 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.044 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.044 | 98480 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.044 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.044 | 78133 | Removed run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.044 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.044 | 78133 | Assigned run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.044 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z0J0pf +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.047 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.048 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.048 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.050 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.050 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.050 | 98483 | Added a new worker 13 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.050 | 78133 | Removed run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.050 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.050 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.050 | 78133 | Assigned run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.051 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.A0fyRG +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.054 | 98479 | Marked run 1812 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.054 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.057 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.058 | 78137 | Recursively removing directory: /tmp/git.Z0J0pf/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.059 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.060 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.060 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.062 | 98481 | Marked run 1813 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.062 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.063 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.067 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.067 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oR7xkt +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.067 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.067 | 98498 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.067 | 78133 | Removed run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.067 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.067 | 78133 | Assigned run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.067 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.070 | 78134 | Recursively removing directory: /tmp/git.A0fyRG/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.072 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.072 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.074 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.077 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.077 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.077 | 98500 | Added a new worker 13 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.078 | 78133 | Removed run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.078 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.078 | 78133 | Assigned run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.078 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1Rp8Ar +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.078 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.249 | 98493 | Marked run 1814 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.250 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.257 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.258 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.259 | 98499 | Marked run 1815 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.259 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.259 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.260 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.266 | 78137 | Recursively removing directory: /tmp/git.oR7xkt/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.267 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.267 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.268 | 78134 | Recursively removing directory: /tmp/git.1Rp8Ar/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.270 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.270 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.271 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.274 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.275 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.275 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.275 | 98517 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.275 | 78133 | Removed run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.275 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.275 | 78133 | Assigned run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.275 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.275 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WXce85 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.278 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.278 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.278 | 98518 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.278 | 78133 | Removed run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.278 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.278 | 78133 | Assigned run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.278 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.279 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Hqwivm +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.280 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.281 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.284 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.284 | 98515 | Marked run 1816 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.284 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.285 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.287 | 98516 | Marked run 1817 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.287 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.291 | 78137 | Recursively removing directory: /tmp/git.WXce85/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.293 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.293 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.293 | 78134 | Recursively removing directory: /tmp/git.Hqwivm/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.295 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.295 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.296 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.297 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.299 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.299 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.299 | 98535 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.299 | 78133 | Removed run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.299 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.299 | 78133 | Assigned run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.299 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.299 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZcXQpL +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.301 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.301 | 98536 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.301 | 78133 | Removed run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.301 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.301 | 78133 | Assigned run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.301 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.301 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.301 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lZbQRR +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.304 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.306 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.306 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.307 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.308 | 98533 | Marked run 1818 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.308 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.311 | 98534 | Marked run 1819 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.311 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.315 | 78137 | Recursively removing directory: /tmp/git.ZcXQpL/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.316 | 78134 | Recursively removing directory: /tmp/git.lZbQRR/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.317 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.317 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.317 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.317 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.322 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.322 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.325 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.325 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.326 | 98553 | Added a new worker 14 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.326 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.326 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.326 | 78133 | Removed run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.326 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.326 | 78133 | Assigned run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.325 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.326 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iz3yEF +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.326 | 98554 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.327 | 78133 | Removed run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.327 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.327 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.327 | 78133 | Assigned run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.327 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6KEdau +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.331 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.332 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.332 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.333 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.336 | 98552 | Marked run 1821 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.336 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.339 | 98551 | Marked run 1820 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.339 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.341 | 78134 | Recursively removing directory: /tmp/git.iz3yEF/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.342 | 78137 | Recursively removing directory: /tmp/git.6KEdau/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.343 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.343 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.344 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.344 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.346 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.346 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.348 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.348 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.348 | 98571 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.348 | 78133 | Removed run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.348 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.348 | 78133 | Assigned run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.348 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.349 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oOA9F4 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.349 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.349 | 98572 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.349 | 78133 | Removed run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.349 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.350 | 78133 | Assigned run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.350 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.349 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.350 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MyHSKp +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.354 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.354 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.355 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.355 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.358 | 98569 | Marked run 1822 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.358 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.361 | 98570 | Marked run 1823 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.361 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.364 | 78137 | Recursively removing directory: /tmp/git.MyHSKp/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.364 | 78134 | Recursively removing directory: /tmp/git.oOA9F4/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.365 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.365 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.365 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.365 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.368 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.368 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.371 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.371 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.371 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.371 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.371 | 98589 | Added a new worker 14 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.371 | 78133 | Removed run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.371 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.371 | 78133 | Assigned run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.371 | 98590 | Added a new worker 15 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.371 | 78133 | Removed run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.371 | 78133 | Removed worker 15 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.371 | 78133 | Assigned run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 15 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.371 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.371 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.372 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.39pyB1 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.372 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4Fj6Ca +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.376 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.377 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.378 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.378 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.381 | 98587 | Marked run 1825 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.381 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.385 | 98588 | Marked run 1824 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.385 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.387 | 78134 | Recursively removing directory: /tmp/git.4Fj6Ca/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.387 | 78137 | Recursively removing directory: /tmp/git.39pyB1/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.388 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.388 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.389 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.389 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.393 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.394 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.397 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.397 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.397 | 98607 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.397 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.397 | 78133 | Removed run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.397 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.397 | 78133 | Assigned run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.397 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.397 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LQsjTq +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.397 | 98608 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.398 | 78133 | Removed run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.398 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.398 | 78133 | Assigned run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.398 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.397 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.398 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tNlBIC +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.402 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.403 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.403 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.405 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.407 | 98605 | Marked run 1827 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.407 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.412 | 98606 | Marked run 1826 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.412 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.414 | 78134 | Recursively removing directory: /tmp/git.LQsjTq/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.414 | 78137 | Recursively removing directory: /tmp/git.tNlBIC/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.415 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.415 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.415 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.415 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.418 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.418 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.420 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.420 | 98625 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.421 | 78133 | Removed run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.421 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.421 | 78133 | Assigned run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.421 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.421 | 98626 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.421 | 78133 | Removed run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.421 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.421 | 78133 | Assigned run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.421 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.421 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Gx1RNv +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.420 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.422 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ccwp5e +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.422 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.426 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.426 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.427 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.428 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.429 | 98623 | Marked run 1828 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.430 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.433 | 98624 | Marked run 1829 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.433 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.436 | 78137 | Recursively removing directory: /tmp/git.Gx1RNv/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.437 | 78134 | Recursively removing directory: /tmp/git.Ccwp5e/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.437 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.437 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.438 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.438 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.440 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.441 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.443 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.443 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.443 | 98643 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.443 | 78133 | Removed run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.443 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.443 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.443 | 78133 | Assigned run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.443 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EcvcSi +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.444 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.444 | 98644 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.444 | 78133 | Removed run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.444 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.444 | 78133 | Assigned run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.444 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.445 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1gJElU +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.447 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.448 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.449 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.449 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.451 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.453 | 98641 | Marked run 1831 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.453 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.456 | 98642 | Marked run 1830 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.457 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.459 | 78137 | Recursively removing directory: /tmp/git.EcvcSi/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.460 | 78134 | Recursively removing directory: /tmp/git.1gJElU/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.460 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.460 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.461 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.461 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.463 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.464 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.466 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.466 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.466 | 98661 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.466 | 78133 | Removed run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.466 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.466 | 78133 | Assigned run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.466 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.qYxyOr +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.466 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.467 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.467 | 98662 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.467 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.467 | 78133 | Removed run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.467 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.467 | 78133 | Assigned run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.467 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.468 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0SIFsq +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.471 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.472 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.473 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.474 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.475 | 98659 | Marked run 1832 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.475 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.479 | 98660 | Marked run 1833 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.479 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.481 | 78137 | Recursively removing directory: /tmp/git.qYxyOr/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.482 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.482 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.483 | 78134 | Recursively removing directory: /tmp/git.0SIFsq/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.484 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.484 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.485 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.487 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.488 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.488 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.488 | 98679 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.488 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.488 | 78133 | Removed run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.488 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.488 | 78133 | Assigned run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.488 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bqu4ms +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.490 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.490 | 98680 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.490 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.490 | 78133 | Removed run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.490 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.490 | 78133 | Assigned run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.490 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.491 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4YBs9V +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.493 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.494 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.496 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.498 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.498 | 98677 | Marked run 1834 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.498 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.501 | 98678 | Marked run 1835 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.501 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.503 | 78137 | Recursively removing directory: /tmp/git.bqu4ms/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.505 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.505 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.506 | 78134 | Recursively removing directory: /tmp/git.4YBs9V/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.507 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.507 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.508 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.510 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.511 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.511 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.511 | 98697 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.511 | 78133 | Removed run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.511 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.511 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.511 | 78133 | Assigned run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.511 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3V79jy +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.514 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.514 | 98698 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.514 | 78133 | Removed run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.514 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.514 | 78133 | Assigned run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.514 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.514 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.514 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Grw3yW +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.516 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.518 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.520 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.520 | 98695 | Marked run 1836 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.521 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.521 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.526 | 78137 | Recursively removing directory: /tmp/git.3V79jy/ +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.526 | 98696 | Marked run 1837 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.527 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.528 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.528 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.530 | 78134 | Recursively removing directory: /tmp/git.Grw3yW/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.531 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.531 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.531 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.534 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.534 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.534 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.534 | 98715 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.534 | 78133 | Removed run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.534 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.534 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.534 | 78133 | Assigned run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.534 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6Ik2u6 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.537 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.537 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.537 | 98716 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.537 | 78133 | Removed run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.537 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.537 | 78133 | Assigned run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.538 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.538 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8nOiuY +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.538 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.539 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.543 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.543 | 98713 | Marked run 1838 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.544 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.544 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.547 | 98714 | Marked run 1839 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.547 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.548 | 78137 | Recursively removing directory: /tmp/git.6Ik2u6/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.550 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.550 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.553 | 78134 | Recursively removing directory: /tmp/git.8nOiuY/ +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.553 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.554 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.554 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.557 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.557 | 98732 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.557 | 78133 | Removed run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.557 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.557 | 78133 | Assigned run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.557 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.557 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iutbN2 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.558 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.559 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.562 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.562 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.562 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.562 | 98734 | Added a new worker 14 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.562 | 78133 | Removed run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.562 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.562 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.562 | 78133 | Assigned run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.562 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7ErRUg +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.563 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.566 | 98731 | Marked run 1840 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.566 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.568 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.569 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.571 | 98733 | Marked run 1841 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.571 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.572 | 78137 | Recursively removing directory: /tmp/git.iutbN2/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.573 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.573 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.576 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.577 | 78134 | Recursively removing directory: /tmp/git.7ErRUg/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.579 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.579 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.579 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.579 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.579 | 98750 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.579 | 78133 | Removed run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.579 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.579 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.579 | 78133 | Assigned run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.579 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kcYncf +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.583 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.584 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.585 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.587 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.587 | 98754 | Added a new worker 13 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.587 | 78133 | Removed run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.587 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.587 | 78133 | Assigned run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.587 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.587 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dBLQz4 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.588 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.589 | 98749 | Marked run 1842 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.589 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.593 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.594 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.594 | 78137 | Recursively removing directory: /tmp/git.kcYncf/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.596 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.596 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.596 | 98751 | Marked run 1843 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.597 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.599 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.602 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.602 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.602 | 98768 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.602 | 78133 | Removed run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.602 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.602 | 78133 | Assigned run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.602 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.602 | 78134 | Recursively removing directory: /tmp/git.dBLQz4/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.603 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.W1c2rf +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.604 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.604 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.606 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.607 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.608 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.611 | 98767 | Marked run 1844 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.612 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.612 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.612 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.612 | 98775 | Added a new worker 8 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.612 | 78133 | Removed run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.612 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.612 | 78133 | Assigned run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.612 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.88D7QS +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.613 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.616 | 78137 | Recursively removing directory: /tmp/git.W1c2rf/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.617 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.618 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.618 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.618 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.621 | 98770 | Marked run 1845 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.621 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.622 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.625 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.625 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.625 | 98786 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.625 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.625 | 78133 | Removed run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.625 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.625 | 78133 | Assigned run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.625 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NxFzW5 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.626 | 78134 | Recursively removing directory: /tmp/git.88D7QS/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.628 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.628 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.630 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.631 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.631 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.634 | 98781 | Marked run 1846 as finished +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.634 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.634 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.634 | 98790 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.634 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.634 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.634 | 78133 | Removed run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.634 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.634 | 78133 | Assigned run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.634 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.OlUmg4 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.640 | 78137 | Recursively removing directory: /tmp/git.NxFzW5/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.641 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.641 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.641 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.642 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.643 | 98787 | Marked run 1847 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.643 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.644 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.647 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.647 | 98804 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.647 | 78133 | Removed run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.647 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.647 | 78133 | Assigned run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.647 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.648 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4LcPCX +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.648 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.651 | 78134 | Recursively removing directory: /tmp/git.OlUmg4/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.652 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.652 | 78134 | Process output: 415088 bytes +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.652 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.653 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.655 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.656 | 98798 | Marked run 1848 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.657 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.658 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.658 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.658 | 98813 | Added a new worker 8 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.658 | 78133 | Removed run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.658 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.659 | 78133 | Assigned run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.659 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.659 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gBkEW6 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.663 | 78137 | Recursively removing directory: /tmp/git.4LcPCX/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.663 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.664 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.665 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.665 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.668 | 98806 | Marked run 1849 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.668 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.669 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.672 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.672 | 98822 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.672 | 78133 | Removed run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.672 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.672 | 78133 | Assigned run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.672 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.672 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cJHIvA +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.673 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.674 | 78134 | Recursively removing directory: /tmp/git.gBkEW6/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.676 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.676 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.677 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.678 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.679 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.680 | 98817 | Marked run 1850 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.681 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.683 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.683 | 98831 | Added a new worker 8 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.683 | 78133 | Removed run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.683 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.683 | 78133 | Assigned run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.683 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.683 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.683 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nCqLff +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.687 | 78137 | Recursively removing directory: /tmp/git.cJHIvA/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.688 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.688 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.688 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.689 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.691 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.692 | 98824 | Marked run 1851 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.692 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.694 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.694 | 98840 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.694 | 78133 | Removed run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.694 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.694 | 78133 | Assigned run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.694 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.694 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.694 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.CyVU72 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.698 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.699 | 78134 | Recursively removing directory: /tmp/git.nCqLff/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.699 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.700 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.700 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.703 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.704 | 98833 | Marked run 1852 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.704 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.707 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.707 | 98849 | Added a new worker 8 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.707 | 78133 | Removed run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.707 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.707 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.707 | 78133 | Assigned run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.707 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.707 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.R9R2o1 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.709 | 78137 | Recursively removing directory: /tmp/git.CyVU72/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.711 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.711 | 78137 | Process output: 415088 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.711 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.712 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.714 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.716 | 98844 | Marked run 1853 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.716 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.717 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.718 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.718 | 98858 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.718 | 78133 | Removed run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.718 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.718 | 78133 | Assigned run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.718 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.a2nTJL +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.719 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.720 | 78134 | Recursively removing directory: /tmp/git.R9R2o1/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.722 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.722 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.723 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.723 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.725 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.727 | 98852 | Marked run 1854 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.727 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.728 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.729 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.729 | 98867 | Added a new worker 8 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.729 | 78133 | Removed run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.729 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.729 | 78133 | Assigned run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.729 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.729 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bnL1Yd +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.732 | 78137 | Recursively removing directory: /tmp/git.a2nTJL/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.734 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.734 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.734 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.735 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.737 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.737 | 98860 | Marked run 1855 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.737 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.740 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.740 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.740 | 98876 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.740 | 78133 | Removed run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.740 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.740 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.740 | 78133 | Assigned run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.740 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.c3p0IN +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.745 | 78134 | Recursively removing directory: /tmp/git.bnL1Yd/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.745 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.746 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.749 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.749 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.752 | 98869 | Marked run 1856 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.752 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.752 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.754 | 78137 | Recursively removing directory: /tmp/git.c3p0IN/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.755 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.755 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.755 | 98885 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.755 | 78133 | Removed run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.755 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.755 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.755 | 78133 | Assigned run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.756 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.756 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.755 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sDFFVh +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.759 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.760 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.760 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.764 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.764 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.764 | 98892 | Added a new worker 13 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.764 | 78133 | Removed run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.764 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.764 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.764 | 78133 | Assigned run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.764 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3r5hep +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.765 | 98884 | Marked run 1857 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.765 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.769 | 78134 | Recursively removing directory: /tmp/git.sDFFVh/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.769 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.770 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.771 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.771 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.774 | 98887 | Marked run 1858 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.774 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.777 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.777 | 98903 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.777 | 78133 | Removed run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.777 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.777 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.777 | 78133 | Assigned run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.777 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.778 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N16sKg +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.779 | 78137 | Recursively removing directory: /tmp/git.3r5hep/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.780 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.780 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.782 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.783 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.783 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.786 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.786 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.786 | 98907 | Added a new worker 13 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.786 | 78133 | Removed run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.786 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.786 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.786 | 78133 | Assigned run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.786 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z6NCYf +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.788 | 98898 | Marked run 1859 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.788 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.792 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.792 | 78134 | Recursively removing directory: /tmp/git.N16sKg/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.792 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.795 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.795 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.797 | 98904 | Marked run 1860 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.797 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.798 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.801 | 78137 | Recursively removing directory: /tmp/git.Z6NCYf/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.801 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.801 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.801 | 98921 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.801 | 78133 | Removed run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.801 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.801 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.802 | 78133 | Assigned run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.802 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oOsVQC +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.802 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.802 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.806 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.807 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.807 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.809 | 98920 | Marked run 1861 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.809 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.810 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.810 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.810 | 98925 | Added a new worker 8 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.810 | 78133 | Removed run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.810 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.810 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.810 | 78133 | Assigned run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.810 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.eMBrKO +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.815 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.815 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.816 | 78134 | Recursively removing directory: /tmp/git.oOsVQC/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.819 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.819 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.820 | 98922 | Marked run 1862 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.820 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.822 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.824 | 78137 | Recursively removing directory: /tmp/git.eMBrKO/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.825 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.825 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.825 | 98939 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.825 | 78133 | Removed run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.825 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.825 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.825 | 78133 | Assigned run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.826 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.826 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.826 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mIf0J6 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.830 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.830 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.831 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.833 | 98938 | Marked run 1863 as finished +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.834 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.834 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.834 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.834 | 98943 | Added a new worker 6 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.834 | 78133 | Removed run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.834 | 78133 | Removed worker 6 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.834 | 78133 | Assigned run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 6 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.834 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.o6OcHU +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.834 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.839 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.839 | 78134 | Recursively removing directory: /tmp/git.mIf0J6/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.840 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.842 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.842 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.843 | 98940 | Marked run 1864 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.843 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.845 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.848 | 78137 | Recursively removing directory: /tmp/git.o6OcHU/ +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.848 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.849 | 98957 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.849 | 78133 | Removed run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.849 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.849 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.849 | 78133 | Assigned run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.848 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.849 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.cfdAte +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.850 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.850 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.852 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.853 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.855 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.858 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.858 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.858 | 98964 | Added a new worker 13 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.858 | 78133 | Removed run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.858 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.858 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.858 | 78133 | Assigned run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.859 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lKg9kn +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.862 | 98955 | Marked run 1865 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.862 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.863 | 78134 | Recursively removing directory: /tmp/git.cfdAte/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.866 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.866 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.866 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.867 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.868 | 98959 | Marked run 1866 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.868 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.869 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.872 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.873 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hPizEq +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.872 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.873 | 98975 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.873 | 78133 | Removed run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.873 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.873 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.873 | 78133 | Assigned run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.875 | 78137 | Recursively removing directory: /tmp/git.lKg9kn/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.876 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.876 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.877 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.878 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.879 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.882 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.882 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.882 | 98980 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.882 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.882 | 78133 | Removed run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.882 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.883 | 98969 | Marked run 1867 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.883 | 78133 | Assigned run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.883 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.883 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.nt24ir +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.887 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.888 | 78134 | Recursively removing directory: /tmp/git.hPizEq/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.888 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.890 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.890 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.892 | 98977 | Marked run 1868 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.892 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.893 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.897 | 78137 | Recursively removing directory: /tmp/git.nt24ir/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.897 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.897 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.897 | 98993 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.897 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.897 | 78133 | Removed run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.897 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.897 | 78133 | Assigned run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.897 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.XfRyo2 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.898 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.898 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.901 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.901 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.902 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.904 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.904 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.904 | 98997 | Added a new worker 13 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.904 | 78133 | Removed run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.904 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.904 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.904 | 78133 | Assigned run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.905 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.s2BgrL +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.905 | 98990 | Marked run 1869 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.905 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.910 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.911 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.912 | 78134 | Recursively removing directory: /tmp/git.XfRyo2/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.913 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.913 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.914 | 98994 | Marked run 1870 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.915 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.917 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.919 | 78137 | Recursively removing directory: /tmp/git.s2BgrL/ +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.920 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.920 | 99011 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.920 | 78133 | Removed run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.920 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.920 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.920 | 78133 | Assigned run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.921 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.921 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.920 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.920 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DNmA3X +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.924 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.925 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.925 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.929 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.929 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.929 | 99016 | Added a new worker 13 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.929 | 78133 | Removed run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.929 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.929 | 78133 | Assigned run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.929 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.929 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7pDrn1 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.932 | 99010 | Marked run 1871 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.932 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.935 | 78134 | Recursively removing directory: /tmp/git.DNmA3X/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.935 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.936 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.937 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.937 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.938 | 99012 | Marked run 1872 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.938 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.939 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.943 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.943 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.943 | 99029 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.943 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.943 | 78133 | Removed run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.943 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.943 | 78133 | Assigned run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.943 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Suvy7g +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.945 | 78137 | Recursively removing directory: /tmp/git.7pDrn1/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.947 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.947 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.948 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.949 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.950 | 99024 | Marked run 1873 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.950 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.950 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.953 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.953 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.953 | 99036 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.953 | 78133 | Removed run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.953 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.953 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.953 | 78133 | Assigned run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.954 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hSKVlC +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.957 | 78134 | Recursively removing directory: /tmp/git.Suvy7g/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.958 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.959 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.959 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.959 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.962 | 99031 | Marked run 1874 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.962 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.963 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.966 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.966 | 99047 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.966 | 78133 | Removed run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.966 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.967 | 78133 | Assigned run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.966 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.967 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MSPD4b +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.967 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.967 | 78137 | Recursively removing directory: /tmp/git.hSKVlC/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.969 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.969 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.971 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.973 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.974 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.975 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.975 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.975 | 99050 | Added a new worker 13 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.975 | 78133 | Removed run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.975 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.975 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.975 | 78133 | Assigned run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.975 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WNA5EZ +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.975 | 99042 | Marked run 1875 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.976 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.980 | 78137 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.981 | 78137 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.983 | 78134 | Recursively removing directory: /tmp/git.MSPD4b/ +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.984 | 78134 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.984 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.985 | 99048 | Marked run 1876 as finished +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.985 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.988 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.989 | 78137 | Recursively removing directory: /tmp/git.WNA5EZ/ +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.990 | 78137 | Process exit code: 0 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.990 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.991 | 78134 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.991 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.991 | 99065 | Added a new worker 10 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.991 | 78133 | Removed run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.991 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.991 | 78133 | Assigned run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.991 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.991 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.csfdMX +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.994 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.996 | 78134 | Checking out revision HEAD +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.997 | 78137 | Waiting for a new command +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.997 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78134/cimple-worker: 2024-01-28 10:56:41.997 | 78134 | Going to run: ./ci +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.997 | 99067 | Added a new worker 12 to the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.997 | 78133 | Removed run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.997 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.997 | 78131 | Waiting for new connections +2024-01-28 10:56:41 | INFO | 78131/cimple-server: 2024-01-28 10:56:41.997 | 78133 | Assigned run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:41 | INFO | 78137/cimple-worker: 2024-01-28 10:56:41.998 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UpTfxE +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.002 | 99064 | Marked run 1877 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.002 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.005 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.005 | 78134 | Recursively removing directory: /tmp/git.csfdMX/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.006 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.006 | 99066 | Marked run 1878 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.006 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.007 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.007 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.010 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.013 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.013 | 99083 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.013 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.013 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.013 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.i4XIlV +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.013 | 78133 | Removed run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.013 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.013 | 78133 | Assigned run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.014 | 78137 | Recursively removing directory: /tmp/git.UpTfxE/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.016 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.016 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.019 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.019 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.020 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.022 | 99078 | Marked run 1879 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.022 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.023 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.023 | 99087 | Added a new worker 8 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.023 | 78133 | Removed run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.023 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.023 | 78133 | Assigned run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.023 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.023 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3w3wNn +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.023 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.028 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.029 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.029 | 78134 | Recursively removing directory: /tmp/git.i4XIlV/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.031 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.031 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.034 | 99084 | Marked run 1880 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.034 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.034 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.037 | 78137 | Recursively removing directory: /tmp/git.3w3wNn/ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.038 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.038 | 99101 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.038 | 78133 | Removed run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.038 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.038 | 78133 | Assigned run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.038 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.038 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wqG3SR +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.038 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.039 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.039 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.042 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.043 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.043 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.047 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.047 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.047 | 99108 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.047 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.047 | 78133 | Removed run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.047 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.047 | 78133 | Assigned run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.048 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ezle8k +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.049 | 99098 | Marked run 1881 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.049 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.053 | 78134 | Recursively removing directory: /tmp/git.wqG3SR/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.053 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.054 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.055 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.055 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.056 | 99103 | Marked run 1882 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.056 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.058 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.061 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.061 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.061 | 99119 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.062 | 78133 | Removed run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.062 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.062 | 78133 | Assigned run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.062 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Tyor2i +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.062 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.063 | 78137 | Recursively removing directory: /tmp/git.Ezle8k/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.064 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.064 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.066 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.067 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.069 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.071 | 99114 | Marked run 1883 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.071 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.072 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.072 | 99126 | Added a new worker 8 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.072 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.072 | 78133 | Removed run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.072 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.072 | 78133 | Assigned run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.072 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.072 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Mpd1mp +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.076 | 78134 | Recursively removing directory: /tmp/git.Tyor2i/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.077 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.077 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.077 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.078 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.080 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.083 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.083 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.083 | 99133 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.083 | 78133 | Removed run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.083 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.083 | 78133 | Assigned run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.083 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.085 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jgCShW +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.085 | 99121 | Marked run 1884 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.085 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.089 | 78137 | Recursively removing directory: /tmp/git.Mpd1mp/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.090 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.091 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.091 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.091 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.092 | 99130 | Marked run 1885 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.092 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.094 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.098 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.098 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.098 | 99146 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.098 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.098 | 78133 | Removed run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.098 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.098 | 78133 | Assigned run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.098 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aK3GHi +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.100 | 78134 | Recursively removing directory: /tmp/git.jgCShW/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.102 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.102 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.102 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.103 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.105 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.107 | 99141 | Marked run 1886 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.107 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.109 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.109 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.109 | 99155 | Added a new worker 8 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.109 | 78133 | Removed run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.109 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.109 | 78133 | Assigned run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.109 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YB00Jm +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.111 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.111 | 78137 | Recursively removing directory: /tmp/git.aK3GHi/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.113 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.113 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.113 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.114 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.116 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.118 | 99149 | Marked run 1887 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.118 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.120 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.120 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.120 | 99164 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.120 | 78133 | Removed run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.120 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.120 | 78133 | Assigned run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.120 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xoc6gh +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.121 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.124 | 78134 | Recursively removing directory: /tmp/git.YB00Jm/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.125 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.126 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.126 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.126 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.128 | 99157 | Marked run 1888 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.128 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.129 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.133 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.133 | 99173 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.133 | 78133 | Removed run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.133 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.133 | 78133 | Assigned run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.133 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.133 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.133 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.TFLfov +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.136 | 78137 | Recursively removing directory: /tmp/git.xoc6gh/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.137 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.137 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.137 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.138 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.141 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.141 | 99167 | Marked run 1889 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.141 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.144 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.144 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.144 | 99182 | Added a new worker 8 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.144 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.144 | 78133 | Removed run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.144 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.144 | 78133 | Assigned run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.145 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NusDMW +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.147 | 78134 | Recursively removing directory: /tmp/git.TFLfov/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.149 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.149 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.149 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.149 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.153 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.154 | 99176 | Marked run 1890 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.155 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.156 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.156 | 99191 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.156 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.156 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.157 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.A3mBMW +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.157 | 78133 | Removed run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.157 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.157 | 78133 | Assigned run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.158 | 78137 | Recursively removing directory: /tmp/git.NusDMW/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.159 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.159 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.161 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.162 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.162 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.165 | 99186 | Marked run 1891 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.165 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.165 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.166 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.166 | 99195 | Added a new worker 8 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.166 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.166 | 78133 | Removed run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.166 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.166 | 78133 | Assigned run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.166 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.S1w0Gy +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.171 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.171 | 78134 | Recursively removing directory: /tmp/git.A3mBMW/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.171 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.173 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.173 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.176 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.176 | 99192 | Marked run 1892 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.177 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.179 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.179 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.179 | 99209 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.179 | 78133 | Removed run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.179 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.179 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.179 | 78133 | Assigned run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.179 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.C8xxGc +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.181 | 78137 | Recursively removing directory: /tmp/git.S1w0Gy/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.182 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.182 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.184 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.184 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.185 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.188 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.188 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.188 | 99214 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.188 | 78133 | Removed run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.188 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.188 | 99206 | Marked run 1893 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.188 | 78133 | Assigned run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.189 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.189 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.M5LrvT +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.193 | 78134 | Recursively removing directory: /tmp/git.C8xxGc/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.194 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.195 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.195 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.195 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.198 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.201 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.201 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.201 | 99227 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.201 | 78133 | Removed run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.201 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.201 | 78133 | Assigned run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.201 | 99211 | Marked run 1894 as finished +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.202 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9q4jc1 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.202 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.202 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.204 | 78137 | Recursively removing directory: /tmp/git.M5LrvT/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.206 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.206 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.207 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.208 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.209 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.209 | 99222 | Marked run 1895 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.209 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.212 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.212 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NJIJGW +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.212 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.212 | 99235 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.212 | 78133 | Removed run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.212 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.212 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.212 | 78133 | Assigned run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.216 | 78134 | Recursively removing directory: /tmp/git.9q4jc1/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.217 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.218 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.218 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.218 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.221 | 99229 | Marked run 1896 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.221 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.221 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.224 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.224 | 99245 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.225 | 78133 | Removed run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.225 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.225 | 78133 | Assigned run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.225 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.224 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.225 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rbpqXa +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.227 | 78137 | Recursively removing directory: /tmp/git.NJIJGW/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.228 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.228 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.229 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.230 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.231 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.233 | 99240 | Marked run 1897 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.234 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.234 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.234 | 99250 | Added a new worker 8 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.234 | 78133 | Removed run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.234 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.234 | 78133 | Assigned run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.234 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.234 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.oZaZlU +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.235 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.239 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.239 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.240 | 78134 | Recursively removing directory: /tmp/git.rbpqXa/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.241 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.241 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.243 | 99247 | Marked run 1898 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.243 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.244 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.248 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.248 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.248 | 99263 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.248 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.248 | 78133 | Removed run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.248 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.248 | 78133 | Assigned run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.248 | 78137 | Recursively removing directory: /tmp/git.oZaZlU/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.248 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Px0Tk3 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.250 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.250 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.253 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.253 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.254 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.256 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.256 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.256 | 99266 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.256 | 78133 | Removed run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.256 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.256 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.256 | 78133 | Assigned run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.256 | 99260 | Marked run 1899 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.256 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.257 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DnXsv2 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.261 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.263 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.264 | 78134 | Recursively removing directory: /tmp/git.Px0Tk3/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.265 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.265 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.266 | 99264 | Marked run 1900 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.266 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.268 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.271 | 78137 | Recursively removing directory: /tmp/git.DnXsv2/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.272 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.272 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.wrWcWA +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.272 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.272 | 99281 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.272 | 78133 | Removed run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.272 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.272 | 78133 | Assigned run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.272 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.272 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.272 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.276 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.277 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.277 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.280 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.280 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.280 | 99286 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.281 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.281 | 78133 | Removed run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.281 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.281 | 78133 | Assigned run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.281 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.aZiZ0r +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.282 | 99280 | Marked run 1901 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.282 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.286 | 78134 | Recursively removing directory: /tmp/git.wrWcWA/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.287 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.288 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.289 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.289 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.290 | 99282 | Marked run 1902 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.290 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.291 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.295 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.295 | 99299 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.295 | 78133 | Removed run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.295 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.295 | 78133 | Assigned run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.295 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.295 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.MC11O2 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.295 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.297 | 78137 | Recursively removing directory: /tmp/git.aZiZ0r/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.298 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.298 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.299 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.300 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.302 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.303 | 99294 | Marked run 1903 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.304 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.306 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.306 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.306 | 99308 | Added a new worker 8 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.306 | 78133 | Removed run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.306 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.306 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.306 | 78133 | Assigned run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.306 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.8qxKu5 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.309 | 78134 | Recursively removing directory: /tmp/git.MC11O2/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.310 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.310 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.313 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.313 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.314 | 99301 | Marked run 1904 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.314 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.314 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.316 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.316 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.316 | 99311 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.316 | 78133 | Removed run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.316 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.316 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.316 | 78133 | Assigned run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.316 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7Fm19F +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.321 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.322 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.323 | 78137 | Recursively removing directory: /tmp/git.8qxKu5/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.325 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.325 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.327 | 99309 | Marked run 1905 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.327 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.328 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.330 | 78134 | Recursively removing directory: /tmp/git.7Fm19F/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.332 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.332 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.332 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.332 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.332 | 99326 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.332 | 78133 | Removed run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.332 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.332 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.332 | 78133 | Assigned run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.333 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NZWGYB +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.336 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.338 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.338 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.339 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.339 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.339 | 99329 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.340 | 78133 | Removed run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.340 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.340 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.340 | 78133 | Assigned run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.340 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.0pcCpL +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.340 | 99325 | Marked run 1906 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.340 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.344 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.345 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.348 | 78137 | Recursively removing directory: /tmp/git.NZWGYB/ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.349 | 99327 | Marked run 1907 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.349 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.349 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.349 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.354 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.354 | 78134 | Recursively removing directory: /tmp/git.0pcCpL/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.355 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.355 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.357 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.357 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.357 | 99344 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.357 | 78133 | Removed run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.357 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.357 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.357 | 78133 | Assigned run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.358 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.V6mI9e +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.359 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.363 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.363 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.363 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.363 | 99346 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.364 | 78133 | Removed run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.364 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.364 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.364 | 78133 | Assigned run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.364 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.364 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fJdqoK +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.365 | 99343 | Marked run 1908 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.365 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.368 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.370 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.372 | 99345 | Marked run 1909 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.372 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.373 | 78137 | Recursively removing directory: /tmp/git.V6mI9e/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.375 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.375 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.378 | 78134 | Recursively removing directory: /tmp/git.fJdqoK/ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.379 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.379 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.379 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.382 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.382 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.382 | 99362 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.382 | 78133 | Removed run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.382 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.382 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.382 | 78133 | Assigned run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.382 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.382 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kA4UEQ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.385 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.385 | 99364 | Added a new worker 12 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.385 | 78133 | Removed run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.385 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.385 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.385 | 78133 | Assigned run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.385 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.385 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.GyOl8b +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.386 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.387 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.390 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.391 | 99361 | Marked run 1910 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.391 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.392 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.395 | 99363 | Marked run 1911 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.395 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.396 | 78137 | Recursively removing directory: /tmp/git.kA4UEQ/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.398 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.398 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.401 | 78134 | Recursively removing directory: /tmp/git.GyOl8b/ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.401 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.402 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.402 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.404 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.404 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.404 | 99380 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.404 | 78133 | Removed run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.404 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.404 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.404 | 78133 | Assigned run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.404 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6UtrYv +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.405 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.408 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.408 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.408 | 99382 | Added a new worker 12 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.408 | 78133 | Removed run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.409 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.409 | 78133 | Assigned run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.409 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.409 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.409 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5PBgo5 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.409 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.415 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.415 | 99379 | Marked run 1912 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.416 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.417 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.418 | 78137 | Recursively removing directory: /tmp/git.6UtrYv/ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.419 | 99381 | Marked run 1913 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.419 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.420 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.420 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.424 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.425 | 78134 | Recursively removing directory: /tmp/git.5PBgo5/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.427 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.427 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.427 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.427 | 99398 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.427 | 78133 | Removed run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.427 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.427 | 78133 | Assigned run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.427 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.427 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.EW2C7w +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.427 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.431 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.431 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.431 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.435 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.435 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.435 | 99402 | Added a new worker 14 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.435 | 78133 | Removed run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.435 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.435 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.435 | 78133 | Assigned run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.435 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YkXoHy +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.438 | 99397 | Marked run 1914 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.439 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.440 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.442 | 78137 | Recursively removing directory: /tmp/git.EW2C7w/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.442 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.443 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.443 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.443 | 99399 | Marked run 1915 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.444 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.446 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.449 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.449 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.450 | 99416 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.450 | 78133 | Removed run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.450 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.450 | 78133 | Assigned run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.450 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.akdKYH +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.450 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.450 | 78134 | Recursively removing directory: /tmp/git.YkXoHy/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.451 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.451 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.454 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.455 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.456 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.457 | 99413 | Marked run 1916 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.457 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.458 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.458 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.459 | 99420 | Added a new worker 8 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.459 | 78133 | Removed run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.459 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.459 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.459 | 78133 | Assigned run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.459 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.N8rfkM +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.463 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.464 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.465 | 78137 | Recursively removing directory: /tmp/git.akdKYH/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.467 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.467 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.468 | 99417 | Marked run 1917 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.469 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.471 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.473 | 78134 | Recursively removing directory: /tmp/git.N8rfkM/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.474 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.474 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.474 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.474 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.474 | 99434 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.474 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.474 | 78133 | Removed run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.474 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.474 | 78133 | Assigned run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.475 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.PGQo3t +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.477 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.479 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.480 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.480 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.480 | 99436 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.480 | 78133 | Removed run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.480 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.480 | 78133 | Assigned run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.480 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.480 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.SeFPDT +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.481 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.484 | 99433 | Marked run 1918 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.484 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.486 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.487 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.489 | 99435 | Marked run 1919 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.489 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.490 | 78137 | Recursively removing directory: /tmp/git.PGQo3t/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.491 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.491 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.495 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.495 | 78134 | Recursively removing directory: /tmp/git.SeFPDT/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.496 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.496 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.498 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.498 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.498 | 99452 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.498 | 78133 | Removed run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.498 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.498 | 78133 | Assigned run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.498 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.498 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ODrjQ4 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.499 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.502 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.502 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.502 | 99454 | Added a new worker 12 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.502 | 78133 | Removed run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.502 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.502 | 78133 | Assigned run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.502 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RRZFGR +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.503 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.503 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.504 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.508 | 99451 | Marked run 1920 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.508 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.509 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.510 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.511 | 99453 | Marked run 1921 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.511 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.513 | 78137 | Recursively removing directory: /tmp/git.ODrjQ4/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.514 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.515 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.518 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.519 | 78134 | Recursively removing directory: /tmp/git.RRZFGR/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.520 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.520 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.522 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.522 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.522 | 99470 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.522 | 78133 | Removed run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.522 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.522 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.522 | 78133 | Assigned run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.522 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kGEOuk +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.524 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.527 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.528 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.528 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.528 | 99473 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.528 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.528 | 78133 | Removed run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.528 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.528 | 78133 | Assigned run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.528 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.528 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BBubbq +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.529 | 99469 | Marked run 1922 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.529 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.535 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.536 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.537 | 78137 | Recursively removing directory: /tmp/git.kGEOuk/ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.537 | 99471 | Marked run 1923 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.537 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.538 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.538 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.542 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.544 | 78134 | Recursively removing directory: /tmp/git.BBubbq/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.545 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.545 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.545 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.545 | 99488 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.545 | 78133 | Removed run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.545 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.545 | 78133 | Assigned run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.545 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.545 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.545 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UYlfGn +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.549 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.550 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.551 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.552 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.553 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.553 | 99491 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.553 | 78133 | Removed run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.553 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.553 | 78133 | Assigned run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.553 | 99487 | Marked run 1924 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.553 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.553 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.553 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.B1T7OB +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.557 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.558 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.561 | 78137 | Recursively removing directory: /tmp/git.UYlfGn/ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.561 | 99489 | Marked run 1925 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.561 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.562 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.562 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.566 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.566 | 78134 | Recursively removing directory: /tmp/git.B1T7OB/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.567 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.567 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.569 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.569 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.569 | 99506 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.569 | 78133 | Removed run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.570 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.570 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.570 | 78133 | Assigned run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.570 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.J27jyR +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.572 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.575 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.575 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.575 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.575 | 99508 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.575 | 78133 | Removed run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.575 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.575 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.575 | 78133 | Assigned run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.575 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.2Nfwa1 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.577 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.577 | 99505 | Marked run 1926 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.578 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.581 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.582 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.584 | 99507 | Marked run 1927 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.584 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.586 | 78137 | Recursively removing directory: /tmp/git.J27jyR/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.587 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.587 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.591 | 78134 | Recursively removing directory: /tmp/git.2Nfwa1/ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.592 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.592 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.592 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.594 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.594 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.594 | 99524 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.594 | 78133 | Removed run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.594 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.594 | 78133 | Assigned run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.594 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.595 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.LfvqNG +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.595 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.599 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.599 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.599 | 99526 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.599 | 78133 | Removed run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.599 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.599 | 78133 | Assigned run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.599 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.599 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hCgFTc +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.600 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.601 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.603 | 99523 | Marked run 1928 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.603 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.605 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.605 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.606 | 99525 | Marked run 1929 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.607 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.611 | 78137 | Recursively removing directory: /tmp/git.LfvqNG/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.613 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.613 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.614 | 78134 | Recursively removing directory: /tmp/git.hCgFTc/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.615 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.615 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.617 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.620 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.620 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.620 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.620 | 99543 | Added a new worker 12 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.620 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.620 | 78133 | Removed run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.620 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.620 | 78133 | Assigned run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.621 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.gSecFs +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.623 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.623 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.624 | 99544 | Added a new worker 12 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.624 | 78133 | Removed run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.624 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.624 | 78133 | Assigned run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.624 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.625 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ysB9JY +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.625 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.627 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.629 | 99541 | Marked run 1930 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.630 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.631 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.632 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.633 | 99542 | Marked run 1931 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.633 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.636 | 78137 | Recursively removing directory: /tmp/git.gSecFs/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.637 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.637 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.640 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.641 | 78134 | Recursively removing directory: /tmp/git.ysB9JY/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.642 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.642 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.643 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.643 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.643 | 99560 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.643 | 78133 | Removed run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.643 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.643 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.643 | 78133 | Assigned run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.643 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BL9myF +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.646 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.648 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.649 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.649 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.649 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.650 | 99563 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.650 | 78133 | Removed run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.650 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.650 | 78133 | Assigned run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.650 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Z3MZ2T +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.650 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.655 | 99559 | Marked run 1932 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.655 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.657 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.658 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.659 | 78137 | Recursively removing directory: /tmp/git.BL9myF/ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.659 | 99561 | Marked run 1933 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.659 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.660 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.660 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.663 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.666 | 78134 | Recursively removing directory: /tmp/git.Z3MZ2T/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.667 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.667 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.667 | 99578 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.667 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.667 | 78133 | Removed run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.667 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.667 | 78133 | Assigned run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.667 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.JsdTlL +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.667 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.667 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.671 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.672 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.673 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.674 | 99577 | Marked run 1934 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.674 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.675 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.675 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.675 | 99582 | Added a new worker 8 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.675 | 78133 | Removed run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.675 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.675 | 78133 | Assigned run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.675 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xJMZon +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.676 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.680 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.681 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.682 | 78137 | Recursively removing directory: /tmp/git.JsdTlL/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.684 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.684 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.685 | 99579 | Marked run 1935 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.685 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.687 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.689 | 78134 | Recursively removing directory: /tmp/git.xJMZon/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.690 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.690 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.690 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.690 | 99596 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.690 | 78133 | Removed run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.690 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.690 | 78133 | Assigned run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.690 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.690 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.3p02ns +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.691 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.693 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.695 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.696 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.696 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.696 | 99598 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.696 | 78133 | Removed run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.696 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.696 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.696 | 78133 | Assigned run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.696 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.697 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.dzh57c +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.699 | 99595 | Marked run 1936 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.700 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.702 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.703 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.705 | 99597 | Marked run 1937 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.705 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.705 | 78137 | Recursively removing directory: /tmp/git.3p02ns/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.706 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.707 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.710 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.711 | 78134 | Recursively removing directory: /tmp/git.dzh57c/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.712 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.712 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.713 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.713 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.713 | 99614 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.713 | 78133 | Removed run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.713 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.713 | 78133 | Assigned run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.714 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.714 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HC4kXS +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.717 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.719 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.719 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.720 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.720 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.720 | 99617 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.720 | 78133 | Removed run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.720 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.720 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.720 | 78133 | Assigned run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.721 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.6wBeVs +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.721 | 99613 | Marked run 1938 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.721 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.725 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.726 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.728 | 78137 | Recursively removing directory: /tmp/git.HC4kXS/ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.729 | 99615 | Marked run 1939 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.729 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.730 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.730 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.733 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.734 | 78134 | Recursively removing directory: /tmp/git.6wBeVs/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.736 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.736 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.737 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.737 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.737 | 99632 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.737 | 78133 | Removed run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.737 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.737 | 78133 | Assigned run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.737 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.737 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.pUPsQj +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.739 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.742 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.742 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.742 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.742 | 99634 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.743 | 78133 | Removed run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.743 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.743 | 78133 | Assigned run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.743 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.743 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.WoEB64 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.743 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.746 | 99631 | Marked run 1940 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.746 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.748 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.749 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.752 | 78137 | Recursively removing directory: /tmp/git.pUPsQj/ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.752 | 99633 | Marked run 1941 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.753 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.753 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.754 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.757 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.758 | 78134 | Recursively removing directory: /tmp/git.WoEB64/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.759 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.759 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.760 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.760 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.760 | 99650 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.760 | 78133 | Removed run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.760 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.760 | 78133 | Assigned run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.760 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Q68lln +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.761 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.762 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.764 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.765 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.765 | 99652 | Added a new worker 12 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.765 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.765 | 78133 | Removed run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.765 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.765 | 78133 | Assigned run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.765 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.765 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hSc9kg +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.765 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.770 | 99649 | Marked run 1942 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.770 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.772 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.774 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.774 | 99651 | Marked run 1943 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.774 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.774 | 78137 | Recursively removing directory: /tmp/git.Q68lln/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.776 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.776 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.779 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.781 | 78134 | Recursively removing directory: /tmp/git.hSc9kg/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.782 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.782 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.782 | 99668 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.782 | 78133 | Removed run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.782 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.782 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.782 | 78133 | Assigned run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.783 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5juhCC +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.783 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.783 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.787 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.788 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.789 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.790 | 99667 | Marked run 1944 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.790 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.790 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.790 | 99671 | Added a new worker 8 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.790 | 78133 | Removed run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.790 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.791 | 78133 | Assigned run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.790 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.791 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Di9hNK +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.791 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.795 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.796 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.799 | 78137 | Recursively removing directory: /tmp/git.5juhCC/ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.800 | 99669 | Marked run 1945 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.800 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.800 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.801 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.804 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.804 | 78134 | Recursively removing directory: /tmp/git.Di9hNK/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.805 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.805 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.807 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.807 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.807 | 99686 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.808 | 78133 | Removed run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.808 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.808 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.808 | 78133 | Assigned run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.808 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.jACPc4 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.809 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.812 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.812 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.812 | 99688 | Added a new worker 12 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.812 | 78133 | Removed run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.812 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.812 | 78133 | Assigned run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.812 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.813 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.813 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.bvKCVG +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.813 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.818 | 99685 | Marked run 1946 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.818 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.818 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.820 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.822 | 99687 | Marked run 1947 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.822 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.822 | 78137 | Recursively removing directory: /tmp/git.jACPc4/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.824 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.824 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.827 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.828 | 78134 | Recursively removing directory: /tmp/git.bvKCVG/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.829 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.829 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.830 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.831 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.831 | 99704 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.831 | 78133 | Removed run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.831 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.831 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.831 | 78133 | Assigned run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.831 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7r1BgR +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.833 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.835 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.835 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.836 | 99706 | Added a new worker 12 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.836 | 78133 | Removed run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.836 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.836 | 78133 | Assigned run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.836 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.835 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.836 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mnCRE8 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.836 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.841 | 99703 | Marked run 1948 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.841 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.841 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.842 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.845 | 99705 | Marked run 1949 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.845 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.846 | 78137 | Recursively removing directory: /tmp/git.7r1BgR/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.847 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.847 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.851 | 78134 | Recursively removing directory: /tmp/git.mnCRE8/ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.851 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.852 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.852 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.855 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.855 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.855 | 99722 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.855 | 78133 | Removed run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.855 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.855 | 78133 | Assigned run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.855 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.855 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tlo97u +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.857 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.860 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.860 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.860 | 99724 | Added a new worker 14 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.860 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.860 | 78133 | Removed run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.860 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.860 | 78133 | Assigned run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.860 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.860 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.by8ls9 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.862 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.863 | 99721 | Marked run 1950 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.863 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.865 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.867 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.870 | 99723 | Marked run 1951 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.870 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.871 | 78137 | Recursively removing directory: /tmp/git.tlo97u/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.872 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.872 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.875 | 78134 | Recursively removing directory: /tmp/git.by8ls9/ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.876 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.877 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.877 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.880 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.880 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.880 | 99740 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.880 | 78133 | Removed run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.880 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.880 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.880 | 78133 | Assigned run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.881 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.ZYvCJK +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.881 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.885 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.885 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.885 | 99742 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.885 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.885 | 78133 | Removed run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.885 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.885 | 78133 | Assigned run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.885 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9Hdeyj +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.886 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.887 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.889 | 99739 | Marked run 1952 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.889 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.891 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.892 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.893 | 99741 | Marked run 1953 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.893 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.896 | 78137 | Recursively removing directory: /tmp/git.ZYvCJK/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.898 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.898 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.901 | 78134 | Recursively removing directory: /tmp/git.9Hdeyj/ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.901 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.902 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.902 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.904 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.905 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.905 | 99758 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.905 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.905 | 78133 | Removed run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.905 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.905 | 78133 | Assigned run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.905 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.rRWtUY +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.906 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.909 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.910 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.910 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.910 | 99760 | Added a new worker 11 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.910 | 78133 | Removed run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.910 | 78133 | Removed worker 11 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.910 | 78133 | Assigned run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 11 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.911 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.911 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.911 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.5Lutew +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.912 | 99757 | Marked run 1954 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.912 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.916 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.917 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.919 | 99759 | Marked run 1955 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.919 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.920 | 78137 | Recursively removing directory: /tmp/git.rRWtUY/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.921 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.921 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.924 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.925 | 78134 | Recursively removing directory: /tmp/git.5Lutew/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.927 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.927 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.928 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.928 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.928 | 99776 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.928 | 78133 | Removed run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.928 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.928 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.928 | 78133 | Assigned run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.928 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.kdRJVZ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.931 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.933 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.934 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.934 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.934 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.934 | 99779 | Added a new worker 13 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.934 | 78133 | Removed run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.934 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.934 | 78133 | Assigned run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.934 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.935 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.9Xvqi3 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.936 | 99775 | Marked run 1956 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.936 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.939 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.941 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.943 | 78137 | Recursively removing directory: /tmp/git.kdRJVZ/ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.944 | 99777 | Marked run 1957 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.944 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.944 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.944 | 78137 | Process output: 415085 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.948 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.949 | 78134 | Recursively removing directory: /tmp/git.9Xvqi3/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.950 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.950 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.951 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.951 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.951 | 99794 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.951 | 78133 | Removed run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.951 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.951 | 78133 | Assigned run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.951 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.952 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Fycx6O +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.955 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.957 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.958 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.958 | 99793 | Marked run 1958 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.959 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.959 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.959 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.959 | 99797 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.959 | 78133 | Removed run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.959 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.959 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.959 | 78133 | Assigned run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.959 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.sP1FLX +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.963 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.964 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.966 | 78137 | Recursively removing directory: /tmp/git.Fycx6O/ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.968 | 99795 | Marked run 1959 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.968 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.968 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.968 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.972 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.973 | 78134 | Recursively removing directory: /tmp/git.sP1FLX/ +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.974 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.974 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.975 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.975 | 99812 | Added a new worker 10 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.975 | 78133 | Removed run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.975 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.975 | 78133 | Assigned run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.975 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.975 | 78137 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.975 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.s9DwZq +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.978 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.980 | 78137 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.981 | 78134 | Waiting for a new command +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.981 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.981 | 99814 | Added a new worker 14 to the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.981 | 78133 | Removed run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.981 | 78133 | Removed worker 14 from the queue +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.981 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.981 | 78133 | Assigned run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 14 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.983 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.iJsFbT +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.984 | 78137 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.986 | 99811 | Marked run 1960 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.986 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.988 | 78134 | Checking out revision HEAD +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.989 | 78134 | Going to run: ./ci +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.990 | 99813 | Marked run 1961 as finished +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.990 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.993 | 78137 | Recursively removing directory: /tmp/git.s9DwZq/ +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.994 | 78137 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78137/cimple-worker: 2024-01-28 10:56:42.994 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.998 | 78134 | Recursively removing directory: /tmp/git.iJsFbT/ +2024-01-28 10:56:42 | INFO | 78131/cimple-server: 2024-01-28 10:56:42.998 | 78131 | Waiting for new connections +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.999 | 78134 | Process exit code: 0 +2024-01-28 10:56:42 | INFO | 78134/cimple-worker: 2024-01-28 10:56:42.999 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.001 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.001 | 99830 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.001 | 78133 | Removed run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.001 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.001 | 78133 | Assigned run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.001 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.001 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BiVgDv +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.001 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.002 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.005 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.006 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.006 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.006 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.006 | 99832 | Added a new worker 12 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.006 | 78133 | Removed run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.006 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.006 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.006 | 78133 | Assigned run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.006 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.BGUMKR +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.011 | 99829 | Marked run 1962 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.011 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.012 | 78134 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.013 | 78134 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.015 | 78137 | Recursively removing directory: /tmp/git.BiVgDv/ +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.016 | 99831 | Marked run 1963 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.016 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.017 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.017 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.021 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.021 | 78134 | Recursively removing directory: /tmp/git.BGUMKR/ +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.023 | 78134 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.023 | 78134 | Process output: 415086 bytes +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.024 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.024 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.024 | 99848 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.024 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.024 | 78133 | Removed run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.024 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.025 | 78133 | Assigned run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.025 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.1j9sOz +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.027 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.029 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.030 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.030 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.030 | 99850 | Added a new worker 13 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.030 | 78133 | Removed run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.030 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.030 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.031 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.UlZIFw +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.030 | 78133 | Assigned run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.031 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.033 | 99847 | Marked run 1964 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.034 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.037 | 78134 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.038 | 78134 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.039 | 99849 | Marked run 1965 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.040 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.040 | 78137 | Recursively removing directory: /tmp/git.1j9sOz/ +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.041 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.041 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.045 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.046 | 78134 | Recursively removing directory: /tmp/git.UlZIFw/ +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.047 | 78134 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.047 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.048 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.048 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.048 | 99866 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.048 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.048 | 78133 | Removed run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.048 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.048 | 78133 | Assigned run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.048 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.vP7734 +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.050 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.052 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.053 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.053 | 99868 | Added a new worker 12 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.053 | 78133 | Removed run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.053 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.053 | 78133 | Assigned run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.053 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.053 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.053 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zsRPMN +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.054 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.058 | 99865 | Marked run 1966 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.058 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.059 | 78134 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.060 | 78134 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.063 | 78137 | Recursively removing directory: /tmp/git.vP7734/ +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.063 | 99867 | Marked run 1967 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.063 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.064 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.064 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.067 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.068 | 78134 | Recursively removing directory: /tmp/git.zsRPMN/ +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.069 | 78134 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.069 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.071 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.071 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.071 | 99884 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.071 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.071 | 78133 | Removed run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.071 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.071 | 78133 | Assigned run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.071 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DZLZIT +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.073 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.075 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.076 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.076 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.076 | 99886 | Added a new worker 12 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.076 | 78133 | Removed run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.076 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.076 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.076 | 78133 | Assigned run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.076 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Ur6vHs +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.077 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.080 | 99883 | Marked run 1968 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.080 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.082 | 78134 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.083 | 78134 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.084 | 99885 | Marked run 1969 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.084 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.086 | 78137 | Recursively removing directory: /tmp/git.DZLZIT/ +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.087 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.087 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.090 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.091 | 78134 | Recursively removing directory: /tmp/git.Ur6vHs/ +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.093 | 78134 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.093 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.094 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.094 | 99902 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.094 | 78133 | Removed run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.094 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.094 | 78133 | Assigned run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.094 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.094 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.095 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.fB9VL7 +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.096 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.099 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.100 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.100 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.100 | 99904 | Added a new worker 13 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.100 | 78133 | Removed run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.100 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.100 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.100 | 78133 | Assigned run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.101 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.101 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.H14swJ +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.103 | 99901 | Marked run 1970 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.104 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.105 | 78134 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.107 | 78134 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.109 | 99903 | Marked run 1971 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.109 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.110 | 78137 | Recursively removing directory: /tmp/git.fB9VL7/ +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.111 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.111 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.115 | 78134 | Recursively removing directory: /tmp/git.H14swJ/ +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.115 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.116 | 78134 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.116 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.118 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.118 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.118 | 99920 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.118 | 78133 | Removed run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.118 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.118 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.118 | 78133 | Assigned run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.118 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.i4rhUj +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.119 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.122 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.123 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.123 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.123 | 99922 | Added a new worker 12 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.123 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.123 | 78133 | Removed run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.123 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.123 | 78133 | Assigned run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.123 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.xQWb0f +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.123 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.128 | 99919 | Marked run 1972 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.128 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.129 | 78134 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.130 | 78134 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.131 | 99921 | Marked run 1973 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.131 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.133 | 78137 | Recursively removing directory: /tmp/git.i4rhUj/ +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.134 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.134 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.138 | 78134 | Recursively removing directory: /tmp/git.xQWb0f/ +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.138 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.140 | 78134 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.140 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.141 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.141 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.141 | 99938 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.141 | 78133 | Removed run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.141 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.141 | 78133 | Assigned run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.141 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.141 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.hsMf0v +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.143 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.145 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.146 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.147 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.147 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.147 | 99941 | Added a new worker 12 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.147 | 78133 | Removed run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.147 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.147 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.147 | 78133 | Assigned run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.147 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mlDq1W +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.152 | 99937 | Marked run 1974 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.152 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.154 | 78134 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.155 | 78134 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.156 | 78137 | Recursively removing directory: /tmp/git.hsMf0v/ +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.156 | 99939 | Marked run 1975 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.156 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.157 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.157 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.160 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.162 | 78134 | Recursively removing directory: /tmp/git.mlDq1W/ +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.164 | 78134 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.164 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.164 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.164 | 99956 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.164 | 78133 | Removed run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.164 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.164 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.164 | 78133 | Assigned run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.164 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.164 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.zkQ4Pq +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.168 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.169 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.170 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.171 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.171 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.171 | 99959 | Added a new worker 13 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.171 | 78133 | Removed run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.171 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.171 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.171 | 78133 | Assigned run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.172 | 99955 | Marked run 1976 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.172 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.172 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.O0NG1U +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.176 | 78134 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.177 | 78134 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.179 | 78137 | Recursively removing directory: /tmp/git.zkQ4Pq/ +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.181 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.181 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.181 | 99957 | Marked run 1977 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.181 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.184 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.185 | 78134 | Recursively removing directory: /tmp/git.O0NG1U/ +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.187 | 78134 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.187 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.188 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.188 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.188 | 99974 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.188 | 78133 | Removed run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.188 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.188 | 78133 | Assigned run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.188 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.188 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.J6zYwe +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.190 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.193 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.193 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.193 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.193 | 99976 | Added a new worker 13 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.193 | 78133 | Removed run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.193 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.193 | 78133 | Assigned run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.194 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.194 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.FSQHpI +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.195 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.200 | 99973 | Marked run 1978 as finished +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.200 | 78134 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.200 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.201 | 78134 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.203 | 99975 | Marked run 1979 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.204 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.205 | 78137 | Recursively removing directory: /tmp/git.J6zYwe/ +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.206 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.206 | 78137 | Process output: 415086 bytes +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.209 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.210 | 78134 | Recursively removing directory: /tmp/git.FSQHpI/ +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.211 | 78134 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.211 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.213 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.213 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.213 | 99992 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.213 | 78133 | Removed run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.213 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.213 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.213 | 78133 | Assigned run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.214 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.emOIoC +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.215 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.218 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.218 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.218 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.218 | 99994 | Added a new worker 12 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.218 | 78133 | Removed run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.218 | 78133 | Removed worker 12 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.218 | 78133 | Assigned run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 12 +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.218 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.218 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NtxZ3F +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.220 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.223 | 99991 | Marked run 1980 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.223 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.224 | 78134 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.225 | 78134 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.227 | 99993 | Marked run 1981 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.227 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.229 | 78137 | Recursively removing directory: /tmp/git.emOIoC/ +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.231 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.231 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.234 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.234 | 78134 | Recursively removing directory: /tmp/git.NtxZ3F/ +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.235 | 78134 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.235 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.238 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.238 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.238 | 100010 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.238 | 78133 | Removed run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.238 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.238 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.238 | 78133 | Assigned run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.238 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.K9uy2H +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.240 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.243 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.243 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.243 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.244 | 100012 | Added a new worker 13 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.244 | 78133 | Removed run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.244 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.244 | 78133 | Assigned run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.244 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.244 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.YdusaI +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.244 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.246 | 100009 | Marked run 1982 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.246 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.249 | 78134 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.250 | 78134 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.253 | 78137 | Recursively removing directory: /tmp/git.K9uy2H/ +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.254 | 100011 | Marked run 1983 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.254 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.254 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.254 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.258 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.259 | 78134 | Recursively removing directory: /tmp/git.YdusaI/ +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.260 | 78134 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.260 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.261 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.261 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.261 | 100028 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.261 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.261 | 78133 | Removed run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.261 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.261 | 78133 | Assigned run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.262 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.HINwMC +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.263 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.267 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.267 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.267 | 100030 | Added a new worker 13 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.267 | 78133 | Removed run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.267 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.267 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.267 | 78133 | Assigned run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.267 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.267 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.NnMkR6 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.268 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.271 | 100027 | Marked run 1984 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.271 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.272 | 78134 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.274 | 78134 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.276 | 100029 | Marked run 1985 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.276 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.276 | 78137 | Recursively removing directory: /tmp/git.HINwMC/ +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.278 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.278 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.282 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.283 | 78134 | Recursively removing directory: /tmp/git.NnMkR6/ +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.284 | 78134 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.284 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.285 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.285 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.285 | 100046 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.285 | 78133 | Removed run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.285 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.285 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.285 | 78133 | Assigned run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.285 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.u2rydV +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.288 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.289 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.289 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.291 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.291 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.291 | 100050 | Added a new worker 13 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.292 | 78133 | Removed run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.292 | 78133 | Removed worker 13 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.292 | 78133 | Assigned run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 13 +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.292 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.292 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.7pprBA +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.295 | 100045 | Marked run 1986 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.296 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.297 | 78134 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.298 | 78137 | Recursively removing directory: /tmp/git.u2rydV/ +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.299 | 78134 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.300 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.300 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.301 | 100047 | Marked run 1987 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.301 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.303 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.306 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.306 | 100064 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.306 | 78133 | Removed run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.306 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.306 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.306 | 78133 | Assigned run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.306 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.307 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.34ZlmD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.307 | 78134 | Recursively removing directory: /tmp/git.7pprBA/ +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.308 | 78134 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.309 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.311 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.311 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.313 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.316 | 100061 | Marked run 1988 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.316 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.317 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.317 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.317 | 100073 | Added a new worker 8 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.317 | 78133 | Removed run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.317 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.317 | 78133 | Assigned run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.317 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.318 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.Po3gwR +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.320 | 78137 | Recursively removing directory: /tmp/git.34ZlmD/ +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.321 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.321 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.322 | 78134 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.323 | 78134 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.324 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.326 | 100066 | Marked run 1989 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.326 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.328 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.328 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.328 | 100080 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.328 | 78133 | Removed run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.328 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.328 | 78133 | Assigned run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.328 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.tWk9W0 +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.329 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.332 | 78134 | Recursively removing directory: /tmp/git.Po3gwR/ +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.333 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.334 | 78134 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.334 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.334 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.336 | 100075 | Marked run 1990 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.336 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.337 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.340 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.340 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.340 | 100091 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.340 | 78133 | Removed run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.340 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.340 | 78133 | Assigned run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.341 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.341 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.B8RNky +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.342 | 78137 | Recursively removing directory: /tmp/git.tWk9W0/ +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.344 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.344 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.346 | 78134 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.347 | 78134 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.348 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.349 | 100085 | Marked run 1991 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.349 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.351 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.351 | 100096 | Added a new worker 8 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.351 | 78133 | Removed run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.351 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.351 | 78133 | Assigned run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.351 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.351 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.352 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.IhylGa +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.355 | 78134 | Recursively removing directory: /tmp/git.B8RNky/ +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.357 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.357 | 78134 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.357 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.358 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.360 | 100093 | Marked run 1992 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.360 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.360 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.363 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.363 | 100109 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.363 | 78133 | Removed run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.363 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.363 | 78133 | Assigned run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.363 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.363 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.RQfZMk +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.365 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.367 | 78137 | Recursively removing directory: /tmp/git.IhylGa/ +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.368 | 78134 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.368 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.368 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.369 | 78134 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.372 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.372 | 100102 | Marked run 1993 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.373 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.375 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.375 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.375 | 100118 | Added a new worker 8 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.375 | 78133 | Removed run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.375 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.375 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.375 | 78133 | Assigned run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.376 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.r2tmZZ +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.377 | 78134 | Recursively removing directory: /tmp/git.RQfZMk/ +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.379 | 78134 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.379 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.381 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.382 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.383 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.383 | 100112 | Marked run 1994 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.383 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.386 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.386 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.386 | 100124 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.386 | 78133 | Removed run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.386 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.386 | 78133 | Assigned run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.386 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.DyOlWy +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.387 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.390 | 78137 | Recursively removing directory: /tmp/git.r2tmZZ/ +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.390 | 78134 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.391 | 78134 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.392 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.392 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.395 | 100120 | Marked run 1995 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.395 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.395 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.399 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.399 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.4De0qf +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.399 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.399 | 100136 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.399 | 78133 | Removed run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.399 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.399 | 78133 | Assigned run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.399 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.400 | 78134 | Recursively removing directory: /tmp/git.DyOlWy/ +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.402 | 78134 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.402 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.404 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.404 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.406 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.407 | 100132 | Marked run 1996 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.407 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.407 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.407 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.408 | 100139 | Added a new worker 8 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.408 | 78133 | Removed run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.408 | 78133 | Removed worker 8 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.408 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.408 | 78133 | Assigned run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 8 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.408 | 78134 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.mxVD4B +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.412 | 78134 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.413 | 78134 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.415 | 78137 | Recursively removing directory: /tmp/git.4De0qf/ +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.417 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.417 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.420 | 100137 | Marked run 1997 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.420 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.421 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.421 | 78134 | Recursively removing directory: /tmp/git.mxVD4B/ +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.423 | 78134 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.423 | 78134 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.425 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.425 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.425 | 100154 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.425 | 78133 | Removed run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.425 | 78133 | Removed worker 10 from the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.425 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.425 | 78133 | Assigned run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to worker 10 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.425 | 78137 | Cloning git repository from /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to /tmp/git.lsdWzn +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.427 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.430 | 78137 | Checking out revision HEAD +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.431 | 78137 | Going to run: ./ci +2024-01-28 10:56:43 | INFO | 78134/cimple-worker: 2024-01-28 10:56:43.431 | 78134 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.431 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.431 | 100156 | Added a new worker 13 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.431 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.433 | 100153 | Marked run 1998 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.433 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.438 | 100155 | Marked run 1999 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.438 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.439 | 78137 | Recursively removing directory: /tmp/git.lsdWzn/ +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.440 | 78137 | Process exit code: 0 +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.440 | 78137 | Process output: 415087 bytes +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.443 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78137/cimple-worker: 2024-01-28 10:56:43.445 | 78137 | Waiting for a new command +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.445 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.446 | 100165 | Added a new worker 10 to the queue +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.446 | 78131 | Waiting for new connections +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.452 | 100164 | Marked run 2000 as finished +2024-01-28 10:56:43 | INFO | 78131/cimple-server: 2024-01-28 10:56:43.452 | 78131 | Waiting for new connections +2024-01-28 10:56:44 | INFO | Executing command: ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.039 | 78131 | Waiting for new connections +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.039 | 100168 | Adding a run 2000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.039 | 100168 | Adding a run 1999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.039 | 100168 | Adding a run 1998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.039 | 100168 | Adding a run 1997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.039 | 100168 | Adding a run 1996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.039 | 100168 | Adding a run 1995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.039 | 100168 | Adding a run 1994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.039 | 100168 | Adding a run 1993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.040 | 100168 | Adding a run 1992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.040 | 100168 | Adding a run 1991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.040 | 100168 | Adding a run 1990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.040 | 100168 | Adding a run 1989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.040 | 100168 | Adding a run 1988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.041 | 100168 | Adding a run 1987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.041 | 100168 | Adding a run 1986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.041 | 100168 | Adding a run 1985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.041 | 100168 | Adding a run 1984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.041 | 100168 | Adding a run 1983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.041 | 100168 | Adding a run 1982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.042 | 100168 | Adding a run 1981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.042 | 100168 | Adding a run 1980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.042 | 100168 | Adding a run 1979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.042 | 100168 | Adding a run 1978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.042 | 100168 | Adding a run 1977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.042 | 100168 | Adding a run 1976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.043 | 100168 | Adding a run 1975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.043 | 100168 | Adding a run 1974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.043 | 100168 | Adding a run 1973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.043 | 100168 | Adding a run 1972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.043 | 100168 | Adding a run 1971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.043 | 100168 | Adding a run 1970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.044 | 100168 | Adding a run 1969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.044 | 100168 | Adding a run 1968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.044 | 100168 | Adding a run 1967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.044 | 100168 | Adding a run 1966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.044 | 100168 | Adding a run 1965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.044 | 100168 | Adding a run 1964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.045 | 100168 | Adding a run 1963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.045 | 100168 | Adding a run 1962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.045 | 100168 | Adding a run 1961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.045 | 100168 | Adding a run 1960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.045 | 100168 | Adding a run 1959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.045 | 100168 | Adding a run 1958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.046 | 100168 | Adding a run 1957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.046 | 100168 | Adding a run 1956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.046 | 100168 | Adding a run 1955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.046 | 100168 | Adding a run 1954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.046 | 100168 | Adding a run 1953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.046 | 100168 | Adding a run 1952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.047 | 100168 | Adding a run 1951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.047 | 100168 | Adding a run 1950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.047 | 100168 | Adding a run 1949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.047 | 100168 | Adding a run 1948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.047 | 100168 | Adding a run 1947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.047 | 100168 | Adding a run 1946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.048 | 100168 | Adding a run 1945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.048 | 100168 | Adding a run 1944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.048 | 100168 | Adding a run 1943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.048 | 100168 | Adding a run 1942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.048 | 100168 | Adding a run 1941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.048 | 100168 | Adding a run 1940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.049 | 100168 | Adding a run 1939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.049 | 100168 | Adding a run 1938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.049 | 100168 | Adding a run 1937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.049 | 100168 | Adding a run 1936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.049 | 100168 | Adding a run 1935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.049 | 100168 | Adding a run 1934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.050 | 100168 | Adding a run 1933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.050 | 100168 | Adding a run 1932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.050 | 100168 | Adding a run 1931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.050 | 100168 | Adding a run 1930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.050 | 100168 | Adding a run 1929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.050 | 100168 | Adding a run 1928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.051 | 100168 | Adding a run 1927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.051 | 100168 | Adding a run 1926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.051 | 100168 | Adding a run 1925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.051 | 100168 | Adding a run 1924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.051 | 100168 | Adding a run 1923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.051 | 100168 | Adding a run 1922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.052 | 100168 | Adding a run 1921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.052 | 100168 | Adding a run 1920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.052 | 100168 | Adding a run 1919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.052 | 100168 | Adding a run 1918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.052 | 100168 | Adding a run 1917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.052 | 100168 | Adding a run 1916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.053 | 100168 | Adding a run 1915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.053 | 100168 | Adding a run 1914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.053 | 100168 | Adding a run 1913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.053 | 100168 | Adding a run 1912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.053 | 100168 | Adding a run 1911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.053 | 100168 | Adding a run 1910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.053 | 100168 | Adding a run 1909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.054 | 100168 | Adding a run 1908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.054 | 100168 | Adding a run 1907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.054 | 100168 | Adding a run 1906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.054 | 100168 | Adding a run 1905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.054 | 100168 | Adding a run 1904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.055 | 100168 | Adding a run 1903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.055 | 100168 | Adding a run 1902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.055 | 100168 | Adding a run 1901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.055 | 100168 | Adding a run 1900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.055 | 100168 | Adding a run 1899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.055 | 100168 | Adding a run 1898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.055 | 100168 | Adding a run 1897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.056 | 100168 | Adding a run 1896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.056 | 100168 | Adding a run 1895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.056 | 100168 | Adding a run 1894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.056 | 100168 | Adding a run 1893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.056 | 100168 | Adding a run 1892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.057 | 100168 | Adding a run 1891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.057 | 100168 | Adding a run 1890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.057 | 100168 | Adding a run 1889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.057 | 100168 | Adding a run 1888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.057 | 100168 | Adding a run 1887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.057 | 100168 | Adding a run 1886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.058 | 100168 | Adding a run 1885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.058 | 100168 | Adding a run 1884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.058 | 100168 | Adding a run 1883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.058 | 100168 | Adding a run 1882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.058 | 100168 | Adding a run 1881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.058 | 100168 | Adding a run 1880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.059 | 100168 | Adding a run 1879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.059 | 100168 | Adding a run 1878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.059 | 100168 | Adding a run 1877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.059 | 100168 | Adding a run 1876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.059 | 100168 | Adding a run 1875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.059 | 100168 | Adding a run 1874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.059 | 100168 | Adding a run 1873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.060 | 100168 | Adding a run 1872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.060 | 100168 | Adding a run 1871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.060 | 100168 | Adding a run 1870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.060 | 100168 | Adding a run 1869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.060 | 100168 | Adding a run 1868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.061 | 100168 | Adding a run 1867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.061 | 100168 | Adding a run 1866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.061 | 100168 | Adding a run 1865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.061 | 100168 | Adding a run 1864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.061 | 100168 | Adding a run 1863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.061 | 100168 | Adding a run 1862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.061 | 100168 | Adding a run 1861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.062 | 100168 | Adding a run 1860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.062 | 100168 | Adding a run 1859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.062 | 100168 | Adding a run 1858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.062 | 100168 | Adding a run 1857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.062 | 100168 | Adding a run 1856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.062 | 100168 | Adding a run 1855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.063 | 100168 | Adding a run 1854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.063 | 100168 | Adding a run 1853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.063 | 100168 | Adding a run 1852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.063 | 100168 | Adding a run 1851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.063 | 100168 | Adding a run 1850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.063 | 100168 | Adding a run 1849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.064 | 100168 | Adding a run 1848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.064 | 100168 | Adding a run 1847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.064 | 100168 | Adding a run 1846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.064 | 100168 | Adding a run 1845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.064 | 100168 | Adding a run 1844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.065 | 100168 | Adding a run 1843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.065 | 100168 | Adding a run 1842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.065 | 100168 | Adding a run 1841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.065 | 100168 | Adding a run 1840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.065 | 100168 | Adding a run 1839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.065 | 100168 | Adding a run 1838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.066 | 100168 | Adding a run 1837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.066 | 100168 | Adding a run 1836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.066 | 100168 | Adding a run 1835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.066 | 100168 | Adding a run 1834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.066 | 100168 | Adding a run 1833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.066 | 100168 | Adding a run 1832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.067 | 100168 | Adding a run 1831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.067 | 100168 | Adding a run 1830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.067 | 100168 | Adding a run 1829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.067 | 100168 | Adding a run 1828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.067 | 100168 | Adding a run 1827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.067 | 100168 | Adding a run 1826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.068 | 100168 | Adding a run 1825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.068 | 100168 | Adding a run 1824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.068 | 100168 | Adding a run 1823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.068 | 100168 | Adding a run 1822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.068 | 100168 | Adding a run 1821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.068 | 100168 | Adding a run 1820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.069 | 100168 | Adding a run 1819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.069 | 100168 | Adding a run 1818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.069 | 100168 | Adding a run 1817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.069 | 100168 | Adding a run 1816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.069 | 100168 | Adding a run 1815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.069 | 100168 | Adding a run 1814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.070 | 100168 | Adding a run 1813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.070 | 100168 | Adding a run 1812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.070 | 100168 | Adding a run 1811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.070 | 100168 | Adding a run 1810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.070 | 100168 | Adding a run 1809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.070 | 100168 | Adding a run 1808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.071 | 100168 | Adding a run 1807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.071 | 100168 | Adding a run 1806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.071 | 100168 | Adding a run 1805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.071 | 100168 | Adding a run 1804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.071 | 100168 | Adding a run 1803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.071 | 100168 | Adding a run 1802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.072 | 100168 | Adding a run 1801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.072 | 100168 | Adding a run 1800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.072 | 100168 | Adding a run 1799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.072 | 100168 | Adding a run 1798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.072 | 100168 | Adding a run 1797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.072 | 100168 | Adding a run 1796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.073 | 100168 | Adding a run 1795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.073 | 100168 | Adding a run 1794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.073 | 100168 | Adding a run 1793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.073 | 100168 | Adding a run 1792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.073 | 100168 | Adding a run 1791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.073 | 100168 | Adding a run 1790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.074 | 100168 | Adding a run 1789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.074 | 100168 | Adding a run 1788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.074 | 100168 | Adding a run 1787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.074 | 100168 | Adding a run 1786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.074 | 100168 | Adding a run 1785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.074 | 100168 | Adding a run 1784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.075 | 100168 | Adding a run 1783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.075 | 100168 | Adding a run 1782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.075 | 100168 | Adding a run 1781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.075 | 100168 | Adding a run 1780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.075 | 100168 | Adding a run 1779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.075 | 100168 | Adding a run 1778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.076 | 100168 | Adding a run 1777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.076 | 100168 | Adding a run 1776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.076 | 100168 | Adding a run 1775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.076 | 100168 | Adding a run 1774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.076 | 100168 | Adding a run 1773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.076 | 100168 | Adding a run 1772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.077 | 100168 | Adding a run 1771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.077 | 100168 | Adding a run 1770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.077 | 100168 | Adding a run 1769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.077 | 100168 | Adding a run 1768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.077 | 100168 | Adding a run 1767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.077 | 100168 | Adding a run 1766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.078 | 100168 | Adding a run 1765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.078 | 100168 | Adding a run 1764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.078 | 100168 | Adding a run 1763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.078 | 100168 | Adding a run 1762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.078 | 100168 | Adding a run 1761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.078 | 100168 | Adding a run 1760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.079 | 100168 | Adding a run 1759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.079 | 100168 | Adding a run 1758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.079 | 100168 | Adding a run 1757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.079 | 100168 | Adding a run 1756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.079 | 100168 | Adding a run 1755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.079 | 100168 | Adding a run 1754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.080 | 100168 | Adding a run 1753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.080 | 100168 | Adding a run 1752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.080 | 100168 | Adding a run 1751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.080 | 100168 | Adding a run 1750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.080 | 100168 | Adding a run 1749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.080 | 100168 | Adding a run 1748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.081 | 100168 | Adding a run 1747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.081 | 100168 | Adding a run 1746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.081 | 100168 | Adding a run 1745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.081 | 100168 | Adding a run 1744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.081 | 100168 | Adding a run 1743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.081 | 100168 | Adding a run 1742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.082 | 100168 | Adding a run 1741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.082 | 100168 | Adding a run 1740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.082 | 100168 | Adding a run 1739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.082 | 100168 | Adding a run 1738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.082 | 100168 | Adding a run 1737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.082 | 100168 | Adding a run 1736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.083 | 100168 | Adding a run 1735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.083 | 100168 | Adding a run 1734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.083 | 100168 | Adding a run 1733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.083 | 100168 | Adding a run 1732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.083 | 100168 | Adding a run 1731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.083 | 100168 | Adding a run 1730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.084 | 100168 | Adding a run 1729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.084 | 100168 | Adding a run 1728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.084 | 100168 | Adding a run 1727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.084 | 100168 | Adding a run 1726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.084 | 100168 | Adding a run 1725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.084 | 100168 | Adding a run 1724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.085 | 100168 | Adding a run 1723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.085 | 100168 | Adding a run 1722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.085 | 100168 | Adding a run 1721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.085 | 100168 | Adding a run 1720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.085 | 100168 | Adding a run 1719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.085 | 100168 | Adding a run 1718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.085 | 100168 | Adding a run 1717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.086 | 100168 | Adding a run 1716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.086 | 100168 | Adding a run 1715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.086 | 100168 | Adding a run 1714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.086 | 100168 | Adding a run 1713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.086 | 100168 | Adding a run 1712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.086 | 100168 | Adding a run 1711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.086 | 100168 | Adding a run 1710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.087 | 100168 | Adding a run 1709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.087 | 100168 | Adding a run 1708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.087 | 100168 | Adding a run 1707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.087 | 100168 | Adding a run 1706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.087 | 100168 | Adding a run 1705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.087 | 100168 | Adding a run 1704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.087 | 100168 | Adding a run 1703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.087 | 100168 | Adding a run 1702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.088 | 100168 | Adding a run 1701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.088 | 100168 | Adding a run 1700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.088 | 100168 | Adding a run 1699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.088 | 100168 | Adding a run 1698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.088 | 100168 | Adding a run 1697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.088 | 100168 | Adding a run 1696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.088 | 100168 | Adding a run 1695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.089 | 100168 | Adding a run 1694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.089 | 100168 | Adding a run 1693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.089 | 100168 | Adding a run 1692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.089 | 100168 | Adding a run 1691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.089 | 100168 | Adding a run 1690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.089 | 100168 | Adding a run 1689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.089 | 100168 | Adding a run 1688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.089 | 100168 | Adding a run 1687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.090 | 100168 | Adding a run 1686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.090 | 100168 | Adding a run 1685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.090 | 100168 | Adding a run 1684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.090 | 100168 | Adding a run 1683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.090 | 100168 | Adding a run 1682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.090 | 100168 | Adding a run 1681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.090 | 100168 | Adding a run 1680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.091 | 100168 | Adding a run 1679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.091 | 100168 | Adding a run 1678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.091 | 100168 | Adding a run 1677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.091 | 100168 | Adding a run 1676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.091 | 100168 | Adding a run 1675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.091 | 100168 | Adding a run 1674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.091 | 100168 | Adding a run 1673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.091 | 100168 | Adding a run 1672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.092 | 100168 | Adding a run 1671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.092 | 100168 | Adding a run 1670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.092 | 100168 | Adding a run 1669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.092 | 100168 | Adding a run 1668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.092 | 100168 | Adding a run 1667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.092 | 100168 | Adding a run 1666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.092 | 100168 | Adding a run 1665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.092 | 100168 | Adding a run 1664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.093 | 100168 | Adding a run 1663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.093 | 100168 | Adding a run 1662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.093 | 100168 | Adding a run 1661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.093 | 100168 | Adding a run 1660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.093 | 100168 | Adding a run 1659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.093 | 100168 | Adding a run 1658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.093 | 100168 | Adding a run 1657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.094 | 100168 | Adding a run 1656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.094 | 100168 | Adding a run 1655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.094 | 100168 | Adding a run 1654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.094 | 100168 | Adding a run 1653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.094 | 100168 | Adding a run 1652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.094 | 100168 | Adding a run 1651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.094 | 100168 | Adding a run 1650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.094 | 100168 | Adding a run 1649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.095 | 100168 | Adding a run 1648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.095 | 100168 | Adding a run 1647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.095 | 100168 | Adding a run 1646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.095 | 100168 | Adding a run 1645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.095 | 100168 | Adding a run 1644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.095 | 100168 | Adding a run 1643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.095 | 100168 | Adding a run 1642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.096 | 100168 | Adding a run 1641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.096 | 100168 | Adding a run 1640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.096 | 100168 | Adding a run 1639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.096 | 100168 | Adding a run 1638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.096 | 100168 | Adding a run 1637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.096 | 100168 | Adding a run 1636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.096 | 100168 | Adding a run 1635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.096 | 100168 | Adding a run 1634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.097 | 100168 | Adding a run 1633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.097 | 100168 | Adding a run 1632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.097 | 100168 | Adding a run 1631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.097 | 100168 | Adding a run 1630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.097 | 100168 | Adding a run 1629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.097 | 100168 | Adding a run 1628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.097 | 100168 | Adding a run 1627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.097 | 100168 | Adding a run 1626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.098 | 100168 | Adding a run 1625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.098 | 100168 | Adding a run 1624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.098 | 100168 | Adding a run 1623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.098 | 100168 | Adding a run 1622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.098 | 100168 | Adding a run 1621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.098 | 100168 | Adding a run 1620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.098 | 100168 | Adding a run 1619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.099 | 100168 | Adding a run 1618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.099 | 100168 | Adding a run 1617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.099 | 100168 | Adding a run 1616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.099 | 100168 | Adding a run 1615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.099 | 100168 | Adding a run 1614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.099 | 100168 | Adding a run 1613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.099 | 100168 | Adding a run 1612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.099 | 100168 | Adding a run 1611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.100 | 100168 | Adding a run 1610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.100 | 100168 | Adding a run 1609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.100 | 100168 | Adding a run 1608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.100 | 100168 | Adding a run 1607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.100 | 100168 | Adding a run 1606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.100 | 100168 | Adding a run 1605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.101 | 100168 | Adding a run 1604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.101 | 100168 | Adding a run 1603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.101 | 100168 | Adding a run 1602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.101 | 100168 | Adding a run 1601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.101 | 100168 | Adding a run 1600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.102 | 100168 | Adding a run 1599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.102 | 100168 | Adding a run 1598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.102 | 100168 | Adding a run 1597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.102 | 100168 | Adding a run 1596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.102 | 100168 | Adding a run 1595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.102 | 100168 | Adding a run 1594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.103 | 100168 | Adding a run 1593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.103 | 100168 | Adding a run 1592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.103 | 100168 | Adding a run 1591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.103 | 100168 | Adding a run 1590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.103 | 100168 | Adding a run 1589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.103 | 100168 | Adding a run 1588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.103 | 100168 | Adding a run 1587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.103 | 100168 | Adding a run 1586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.104 | 100168 | Adding a run 1585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.104 | 100168 | Adding a run 1584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.104 | 100168 | Adding a run 1583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.104 | 100168 | Adding a run 1582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.104 | 100168 | Adding a run 1581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.104 | 100168 | Adding a run 1580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.104 | 100168 | Adding a run 1579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.105 | 100168 | Adding a run 1578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.105 | 100168 | Adding a run 1577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.105 | 100168 | Adding a run 1576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.105 | 100168 | Adding a run 1575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.105 | 100168 | Adding a run 1574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.105 | 100168 | Adding a run 1573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.105 | 100168 | Adding a run 1572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.105 | 100168 | Adding a run 1571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.106 | 100168 | Adding a run 1570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.106 | 100168 | Adding a run 1569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.106 | 100168 | Adding a run 1568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.106 | 100168 | Adding a run 1567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.106 | 100168 | Adding a run 1566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.106 | 100168 | Adding a run 1565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.106 | 100168 | Adding a run 1564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.106 | 100168 | Adding a run 1563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.107 | 100168 | Adding a run 1562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.107 | 100168 | Adding a run 1561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.107 | 100168 | Adding a run 1560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.107 | 100168 | Adding a run 1559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.107 | 100168 | Adding a run 1558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.107 | 100168 | Adding a run 1557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.107 | 100168 | Adding a run 1556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.108 | 100168 | Adding a run 1555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.108 | 100168 | Adding a run 1554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.108 | 100168 | Adding a run 1553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.108 | 100168 | Adding a run 1552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.108 | 100168 | Adding a run 1551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.108 | 100168 | Adding a run 1550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.108 | 100168 | Adding a run 1549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.109 | 100168 | Adding a run 1548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.109 | 100168 | Adding a run 1547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.109 | 100168 | Adding a run 1546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.109 | 100168 | Adding a run 1545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.109 | 100168 | Adding a run 1544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.109 | 100168 | Adding a run 1543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.109 | 100168 | Adding a run 1542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.109 | 100168 | Adding a run 1541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.110 | 100168 | Adding a run 1540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.110 | 100168 | Adding a run 1539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.110 | 100168 | Adding a run 1538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.110 | 100168 | Adding a run 1537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.110 | 100168 | Adding a run 1536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.110 | 100168 | Adding a run 1535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.110 | 100168 | Adding a run 1534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.110 | 100168 | Adding a run 1533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.111 | 100168 | Adding a run 1532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.111 | 100168 | Adding a run 1531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.111 | 100168 | Adding a run 1530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.111 | 100168 | Adding a run 1529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.111 | 100168 | Adding a run 1528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.111 | 100168 | Adding a run 1527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.111 | 100168 | Adding a run 1526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.112 | 100168 | Adding a run 1525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.112 | 100168 | Adding a run 1524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.112 | 100168 | Adding a run 1523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.112 | 100168 | Adding a run 1522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.112 | 100168 | Adding a run 1521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.112 | 100168 | Adding a run 1520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.112 | 100168 | Adding a run 1519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.112 | 100168 | Adding a run 1518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.113 | 100168 | Adding a run 1517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.113 | 100168 | Adding a run 1516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.113 | 100168 | Adding a run 1515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.113 | 100168 | Adding a run 1514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.113 | 100168 | Adding a run 1513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.113 | 100168 | Adding a run 1512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.113 | 100168 | Adding a run 1511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.114 | 100168 | Adding a run 1510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.114 | 100168 | Adding a run 1509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.114 | 100168 | Adding a run 1508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.114 | 100168 | Adding a run 1507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.114 | 100168 | Adding a run 1506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.114 | 100168 | Adding a run 1505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.114 | 100168 | Adding a run 1504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.114 | 100168 | Adding a run 1503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.115 | 100168 | Adding a run 1502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.115 | 100168 | Adding a run 1501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.115 | 100168 | Adding a run 1500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.115 | 100168 | Adding a run 1499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.115 | 100168 | Adding a run 1498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.115 | 100168 | Adding a run 1497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.115 | 100168 | Adding a run 1496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.116 | 100168 | Adding a run 1495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.116 | 100168 | Adding a run 1494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.116 | 100168 | Adding a run 1493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.116 | 100168 | Adding a run 1492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.116 | 100168 | Adding a run 1491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.116 | 100168 | Adding a run 1490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.116 | 100168 | Adding a run 1489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.116 | 100168 | Adding a run 1488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.117 | 100168 | Adding a run 1487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.117 | 100168 | Adding a run 1486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.117 | 100168 | Adding a run 1485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.117 | 100168 | Adding a run 1484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.117 | 100168 | Adding a run 1483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.117 | 100168 | Adding a run 1482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.117 | 100168 | Adding a run 1481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.117 | 100168 | Adding a run 1480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.118 | 100168 | Adding a run 1479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.118 | 100168 | Adding a run 1478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.118 | 100168 | Adding a run 1477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.118 | 100168 | Adding a run 1476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.118 | 100168 | Adding a run 1475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.118 | 100168 | Adding a run 1474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.118 | 100168 | Adding a run 1473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.119 | 100168 | Adding a run 1472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.119 | 100168 | Adding a run 1471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.119 | 100168 | Adding a run 1470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.119 | 100168 | Adding a run 1469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.119 | 100168 | Adding a run 1468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.119 | 100168 | Adding a run 1467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.119 | 100168 | Adding a run 1466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.119 | 100168 | Adding a run 1465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.120 | 100168 | Adding a run 1464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.120 | 100168 | Adding a run 1463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.120 | 100168 | Adding a run 1462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.120 | 100168 | Adding a run 1461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.120 | 100168 | Adding a run 1460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.120 | 100168 | Adding a run 1459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.120 | 100168 | Adding a run 1458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.121 | 100168 | Adding a run 1457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.121 | 100168 | Adding a run 1456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.121 | 100168 | Adding a run 1455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.121 | 100168 | Adding a run 1454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.121 | 100168 | Adding a run 1453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.121 | 100168 | Adding a run 1452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.121 | 100168 | Adding a run 1451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.121 | 100168 | Adding a run 1450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.122 | 100168 | Adding a run 1449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.122 | 100168 | Adding a run 1448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.122 | 100168 | Adding a run 1447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.122 | 100168 | Adding a run 1446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.122 | 100168 | Adding a run 1445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.122 | 100168 | Adding a run 1444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.122 | 100168 | Adding a run 1443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.123 | 100168 | Adding a run 1442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.123 | 100168 | Adding a run 1441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.123 | 100168 | Adding a run 1440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.123 | 100168 | Adding a run 1439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.123 | 100168 | Adding a run 1438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.123 | 100168 | Adding a run 1437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.123 | 100168 | Adding a run 1436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.123 | 100168 | Adding a run 1435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.124 | 100168 | Adding a run 1434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.124 | 100168 | Adding a run 1433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.124 | 100168 | Adding a run 1432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.124 | 100168 | Adding a run 1431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.124 | 100168 | Adding a run 1430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.124 | 100168 | Adding a run 1429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.124 | 100168 | Adding a run 1428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.125 | 100168 | Adding a run 1427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.125 | 100168 | Adding a run 1426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.125 | 100168 | Adding a run 1425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.125 | 100168 | Adding a run 1424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.125 | 100168 | Adding a run 1423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.125 | 100168 | Adding a run 1422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.125 | 100168 | Adding a run 1421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.125 | 100168 | Adding a run 1420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.126 | 100168 | Adding a run 1419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.126 | 100168 | Adding a run 1418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.126 | 100168 | Adding a run 1417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.126 | 100168 | Adding a run 1416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.126 | 100168 | Adding a run 1415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.126 | 100168 | Adding a run 1414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.126 | 100168 | Adding a run 1413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.126 | 100168 | Adding a run 1412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.127 | 100168 | Adding a run 1411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.127 | 100168 | Adding a run 1410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.127 | 100168 | Adding a run 1409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.127 | 100168 | Adding a run 1408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.127 | 100168 | Adding a run 1407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.127 | 100168 | Adding a run 1406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.127 | 100168 | Adding a run 1405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.128 | 100168 | Adding a run 1404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.128 | 100168 | Adding a run 1403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.128 | 100168 | Adding a run 1402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.128 | 100168 | Adding a run 1401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.128 | 100168 | Adding a run 1400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.128 | 100168 | Adding a run 1399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.128 | 100168 | Adding a run 1398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.128 | 100168 | Adding a run 1397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.129 | 100168 | Adding a run 1396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.129 | 100168 | Adding a run 1395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.129 | 100168 | Adding a run 1394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.129 | 100168 | Adding a run 1393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.129 | 100168 | Adding a run 1392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.129 | 100168 | Adding a run 1391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.129 | 100168 | Adding a run 1390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.130 | 100168 | Adding a run 1389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.130 | 100168 | Adding a run 1388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.130 | 100168 | Adding a run 1387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.130 | 100168 | Adding a run 1386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.130 | 100168 | Adding a run 1385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.130 | 100168 | Adding a run 1384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.130 | 100168 | Adding a run 1383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.130 | 100168 | Adding a run 1382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.131 | 100168 | Adding a run 1381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.131 | 100168 | Adding a run 1380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.131 | 100168 | Adding a run 1379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.131 | 100168 | Adding a run 1378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.131 | 100168 | Adding a run 1377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.131 | 100168 | Adding a run 1376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.131 | 100168 | Adding a run 1375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.132 | 100168 | Adding a run 1374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.132 | 100168 | Adding a run 1373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.132 | 100168 | Adding a run 1372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.132 | 100168 | Adding a run 1371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.132 | 100168 | Adding a run 1370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.132 | 100168 | Adding a run 1369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.132 | 100168 | Adding a run 1368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.132 | 100168 | Adding a run 1367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.133 | 100168 | Adding a run 1366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.133 | 100168 | Adding a run 1365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.133 | 100168 | Adding a run 1364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.133 | 100168 | Adding a run 1363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.133 | 100168 | Adding a run 1362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.133 | 100168 | Adding a run 1361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.133 | 100168 | Adding a run 1360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.134 | 100168 | Adding a run 1359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.134 | 100168 | Adding a run 1358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.134 | 100168 | Adding a run 1357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.134 | 100168 | Adding a run 1356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.134 | 100168 | Adding a run 1355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.134 | 100168 | Adding a run 1354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.134 | 100168 | Adding a run 1353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.134 | 100168 | Adding a run 1352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.135 | 100168 | Adding a run 1351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.135 | 100168 | Adding a run 1350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.135 | 100168 | Adding a run 1349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.135 | 100168 | Adding a run 1348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.135 | 100168 | Adding a run 1347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.135 | 100168 | Adding a run 1346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.135 | 100168 | Adding a run 1345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.135 | 100168 | Adding a run 1344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.136 | 100168 | Adding a run 1343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.136 | 100168 | Adding a run 1342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.136 | 100168 | Adding a run 1341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.136 | 100168 | Adding a run 1340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.136 | 100168 | Adding a run 1339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.136 | 100168 | Adding a run 1338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.136 | 100168 | Adding a run 1337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.137 | 100168 | Adding a run 1336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.137 | 100168 | Adding a run 1335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.137 | 100168 | Adding a run 1334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.137 | 100168 | Adding a run 1333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.137 | 100168 | Adding a run 1332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.137 | 100168 | Adding a run 1331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.137 | 100168 | Adding a run 1330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.137 | 100168 | Adding a run 1329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.138 | 100168 | Adding a run 1328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.138 | 100168 | Adding a run 1327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.138 | 100168 | Adding a run 1326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.138 | 100168 | Adding a run 1325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.138 | 100168 | Adding a run 1324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.138 | 100168 | Adding a run 1323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.138 | 100168 | Adding a run 1322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.139 | 100168 | Adding a run 1321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.139 | 100168 | Adding a run 1320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.139 | 100168 | Adding a run 1319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.139 | 100168 | Adding a run 1318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.139 | 100168 | Adding a run 1317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.139 | 100168 | Adding a run 1316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.139 | 100168 | Adding a run 1315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.139 | 100168 | Adding a run 1314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.140 | 100168 | Adding a run 1313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.140 | 100168 | Adding a run 1312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.140 | 100168 | Adding a run 1311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.140 | 100168 | Adding a run 1310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.140 | 100168 | Adding a run 1309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.140 | 100168 | Adding a run 1308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.140 | 100168 | Adding a run 1307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.141 | 100168 | Adding a run 1306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.141 | 100168 | Adding a run 1305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.141 | 100168 | Adding a run 1304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.141 | 100168 | Adding a run 1303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.141 | 100168 | Adding a run 1302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.141 | 100168 | Adding a run 1301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.141 | 100168 | Adding a run 1300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.141 | 100168 | Adding a run 1299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.142 | 100168 | Adding a run 1298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.142 | 100168 | Adding a run 1297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.142 | 100168 | Adding a run 1296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.142 | 100168 | Adding a run 1295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.142 | 100168 | Adding a run 1294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.142 | 100168 | Adding a run 1293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.142 | 100168 | Adding a run 1292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.142 | 100168 | Adding a run 1291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.143 | 100168 | Adding a run 1290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.143 | 100168 | Adding a run 1289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.143 | 100168 | Adding a run 1288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.143 | 100168 | Adding a run 1287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.143 | 100168 | Adding a run 1286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.143 | 100168 | Adding a run 1285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.143 | 100168 | Adding a run 1284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.144 | 100168 | Adding a run 1283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.144 | 100168 | Adding a run 1282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.144 | 100168 | Adding a run 1281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.144 | 100168 | Adding a run 1280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.144 | 100168 | Adding a run 1279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.144 | 100168 | Adding a run 1278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.144 | 100168 | Adding a run 1277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.144 | 100168 | Adding a run 1276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.145 | 100168 | Adding a run 1275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.145 | 100168 | Adding a run 1274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.145 | 100168 | Adding a run 1273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.145 | 100168 | Adding a run 1272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.145 | 100168 | Adding a run 1271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.145 | 100168 | Adding a run 1270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.145 | 100168 | Adding a run 1269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.146 | 100168 | Adding a run 1268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.146 | 100168 | Adding a run 1267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.146 | 100168 | Adding a run 1266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.146 | 100168 | Adding a run 1265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.146 | 100168 | Adding a run 1264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.146 | 100168 | Adding a run 1263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.146 | 100168 | Adding a run 1262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.146 | 100168 | Adding a run 1261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.147 | 100168 | Adding a run 1260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.147 | 100168 | Adding a run 1259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.147 | 100168 | Adding a run 1258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.147 | 100168 | Adding a run 1257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.147 | 100168 | Adding a run 1256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.147 | 100168 | Adding a run 1255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.147 | 100168 | Adding a run 1254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.147 | 100168 | Adding a run 1253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.148 | 100168 | Adding a run 1252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.148 | 100168 | Adding a run 1251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.148 | 100168 | Adding a run 1250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.148 | 100168 | Adding a run 1249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.148 | 100168 | Adding a run 1248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.148 | 100168 | Adding a run 1247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.148 | 100168 | Adding a run 1246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.149 | 100168 | Adding a run 1245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.149 | 100168 | Adding a run 1244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.149 | 100168 | Adding a run 1243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.149 | 100168 | Adding a run 1242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.149 | 100168 | Adding a run 1241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.149 | 100168 | Adding a run 1240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.149 | 100168 | Adding a run 1239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.149 | 100168 | Adding a run 1238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.150 | 100168 | Adding a run 1237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.150 | 100168 | Adding a run 1236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.150 | 100168 | Adding a run 1235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.150 | 100168 | Adding a run 1234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.150 | 100168 | Adding a run 1233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.150 | 100168 | Adding a run 1232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.150 | 100168 | Adding a run 1231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.151 | 100168 | Adding a run 1230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.151 | 100168 | Adding a run 1229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.151 | 100168 | Adding a run 1228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.151 | 100168 | Adding a run 1227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.151 | 100168 | Adding a run 1226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.151 | 100168 | Adding a run 1225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.151 | 100168 | Adding a run 1224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.151 | 100168 | Adding a run 1223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.152 | 100168 | Adding a run 1222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.152 | 100168 | Adding a run 1221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.152 | 100168 | Adding a run 1220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.152 | 100168 | Adding a run 1219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.152 | 100168 | Adding a run 1218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.152 | 100168 | Adding a run 1217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.152 | 100168 | Adding a run 1216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.153 | 100168 | Adding a run 1215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.153 | 100168 | Adding a run 1214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.153 | 100168 | Adding a run 1213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.153 | 100168 | Adding a run 1212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.153 | 100168 | Adding a run 1211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.153 | 100168 | Adding a run 1210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.153 | 100168 | Adding a run 1209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.153 | 100168 | Adding a run 1208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.154 | 100168 | Adding a run 1207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.154 | 100168 | Adding a run 1206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.154 | 100168 | Adding a run 1205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.154 | 100168 | Adding a run 1204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.154 | 100168 | Adding a run 1203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.154 | 100168 | Adding a run 1202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.154 | 100168 | Adding a run 1201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.154 | 100168 | Adding a run 1200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.155 | 100168 | Adding a run 1199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.155 | 100168 | Adding a run 1198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.155 | 100168 | Adding a run 1197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.155 | 100168 | Adding a run 1196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.155 | 100168 | Adding a run 1195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.155 | 100168 | Adding a run 1194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.155 | 100168 | Adding a run 1193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.156 | 100168 | Adding a run 1192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.156 | 100168 | Adding a run 1191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.156 | 100168 | Adding a run 1190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.156 | 100168 | Adding a run 1189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.156 | 100168 | Adding a run 1188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.156 | 100168 | Adding a run 1187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.156 | 100168 | Adding a run 1186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.156 | 100168 | Adding a run 1185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.157 | 100168 | Adding a run 1184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.157 | 100168 | Adding a run 1183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.157 | 100168 | Adding a run 1182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.157 | 100168 | Adding a run 1181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.157 | 100168 | Adding a run 1180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.157 | 100168 | Adding a run 1179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.157 | 100168 | Adding a run 1178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.158 | 100168 | Adding a run 1177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.158 | 100168 | Adding a run 1176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.158 | 100168 | Adding a run 1175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.158 | 100168 | Adding a run 1174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.158 | 100168 | Adding a run 1173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.158 | 100168 | Adding a run 1172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.158 | 100168 | Adding a run 1171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.158 | 100168 | Adding a run 1170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.159 | 100168 | Adding a run 1169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.159 | 100168 | Adding a run 1168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.159 | 100168 | Adding a run 1167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.159 | 100168 | Adding a run 1166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.159 | 100168 | Adding a run 1165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.159 | 100168 | Adding a run 1164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.159 | 100168 | Adding a run 1163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.160 | 100168 | Adding a run 1162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.160 | 100168 | Adding a run 1161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.160 | 100168 | Adding a run 1160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.160 | 100168 | Adding a run 1159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.160 | 100168 | Adding a run 1158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.160 | 100168 | Adding a run 1157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.160 | 100168 | Adding a run 1156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.160 | 100168 | Adding a run 1155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.161 | 100168 | Adding a run 1154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.161 | 100168 | Adding a run 1153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.161 | 100168 | Adding a run 1152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.161 | 100168 | Adding a run 1151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.161 | 100168 | Adding a run 1150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.161 | 100168 | Adding a run 1149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.161 | 100168 | Adding a run 1148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.162 | 100168 | Adding a run 1147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.162 | 100168 | Adding a run 1146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.162 | 100168 | Adding a run 1145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.162 | 100168 | Adding a run 1144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.162 | 100168 | Adding a run 1143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.162 | 100168 | Adding a run 1142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.162 | 100168 | Adding a run 1141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.162 | 100168 | Adding a run 1140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.163 | 100168 | Adding a run 1139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.163 | 100168 | Adding a run 1138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.163 | 100168 | Adding a run 1137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.163 | 100168 | Adding a run 1136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.163 | 100168 | Adding a run 1135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.163 | 100168 | Adding a run 1134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.163 | 100168 | Adding a run 1133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.163 | 100168 | Adding a run 1132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.164 | 100168 | Adding a run 1131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.164 | 100168 | Adding a run 1130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.164 | 100168 | Adding a run 1129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.164 | 100168 | Adding a run 1128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.164 | 100168 | Adding a run 1127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.164 | 100168 | Adding a run 1126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.164 | 100168 | Adding a run 1125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.165 | 100168 | Adding a run 1124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.165 | 100168 | Adding a run 1123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.165 | 100168 | Adding a run 1122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.165 | 100168 | Adding a run 1121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.165 | 100168 | Adding a run 1120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.165 | 100168 | Adding a run 1119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.165 | 100168 | Adding a run 1118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.165 | 100168 | Adding a run 1117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.166 | 100168 | Adding a run 1116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.166 | 100168 | Adding a run 1115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.166 | 100168 | Adding a run 1114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.166 | 100168 | Adding a run 1113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.166 | 100168 | Adding a run 1112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.166 | 100168 | Adding a run 1111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.166 | 100168 | Adding a run 1110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.166 | 100168 | Adding a run 1109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.167 | 100168 | Adding a run 1108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.167 | 100168 | Adding a run 1107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.167 | 100168 | Adding a run 1106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.167 | 100168 | Adding a run 1105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.167 | 100168 | Adding a run 1104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.167 | 100168 | Adding a run 1103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.167 | 100168 | Adding a run 1102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.168 | 100168 | Adding a run 1101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.168 | 100168 | Adding a run 1100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.168 | 100168 | Adding a run 1099 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.168 | 100168 | Adding a run 1098 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.168 | 100168 | Adding a run 1097 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.168 | 100168 | Adding a run 1096 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.168 | 100168 | Adding a run 1095 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.168 | 100168 | Adding a run 1094 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.169 | 100168 | Adding a run 1093 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.169 | 100168 | Adding a run 1092 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.169 | 100168 | Adding a run 1091 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.169 | 100168 | Adding a run 1090 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.169 | 100168 | Adding a run 1089 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.169 | 100168 | Adding a run 1088 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.169 | 100168 | Adding a run 1087 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.170 | 100168 | Adding a run 1086 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.170 | 100168 | Adding a run 1085 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.170 | 100168 | Adding a run 1084 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.170 | 100168 | Adding a run 1083 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.170 | 100168 | Adding a run 1082 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.170 | 100168 | Adding a run 1081 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.170 | 100168 | Adding a run 1080 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.170 | 100168 | Adding a run 1079 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.171 | 100168 | Adding a run 1078 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.171 | 100168 | Adding a run 1077 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.171 | 100168 | Adding a run 1076 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.171 | 100168 | Adding a run 1075 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.171 | 100168 | Adding a run 1074 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.171 | 100168 | Adding a run 1073 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.171 | 100168 | Adding a run 1072 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.172 | 100168 | Adding a run 1071 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.172 | 100168 | Adding a run 1070 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.172 | 100168 | Adding a run 1069 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.172 | 100168 | Adding a run 1068 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.172 | 100168 | Adding a run 1067 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.172 | 100168 | Adding a run 1066 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.172 | 100168 | Adding a run 1065 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.172 | 100168 | Adding a run 1064 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.173 | 100168 | Adding a run 1063 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.173 | 100168 | Adding a run 1062 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.173 | 100168 | Adding a run 1061 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.173 | 100168 | Adding a run 1060 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.173 | 100168 | Adding a run 1059 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.173 | 100168 | Adding a run 1058 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.173 | 100168 | Adding a run 1057 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.174 | 100168 | Adding a run 1056 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.174 | 100168 | Adding a run 1055 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.174 | 100168 | Adding a run 1054 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.174 | 100168 | Adding a run 1053 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.174 | 100168 | Adding a run 1052 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.174 | 100168 | Adding a run 1051 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.174 | 100168 | Adding a run 1050 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.174 | 100168 | Adding a run 1049 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.175 | 100168 | Adding a run 1048 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.175 | 100168 | Adding a run 1047 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.175 | 100168 | Adding a run 1046 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.175 | 100168 | Adding a run 1045 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.175 | 100168 | Adding a run 1044 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.175 | 100168 | Adding a run 1043 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.175 | 100168 | Adding a run 1042 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.175 | 100168 | Adding a run 1041 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.176 | 100168 | Adding a run 1040 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.176 | 100168 | Adding a run 1039 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.176 | 100168 | Adding a run 1038 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.176 | 100168 | Adding a run 1037 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.176 | 100168 | Adding a run 1036 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.176 | 100168 | Adding a run 1035 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.177 | 100168 | Adding a run 1034 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.177 | 100168 | Adding a run 1033 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.177 | 100168 | Adding a run 1032 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.177 | 100168 | Adding a run 1031 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.177 | 100168 | Adding a run 1030 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.177 | 100168 | Adding a run 1029 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.178 | 100168 | Adding a run 1028 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.178 | 100168 | Adding a run 1027 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.178 | 100168 | Adding a run 1026 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.178 | 100168 | Adding a run 1025 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.178 | 100168 | Adding a run 1024 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.178 | 100168 | Adding a run 1023 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.179 | 100168 | Adding a run 1022 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.179 | 100168 | Adding a run 1021 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.179 | 100168 | Adding a run 1020 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.179 | 100168 | Adding a run 1019 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.179 | 100168 | Adding a run 1018 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.179 | 100168 | Adding a run 1017 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.180 | 100168 | Adding a run 1016 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.180 | 100168 | Adding a run 1015 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.180 | 100168 | Adding a run 1014 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.180 | 100168 | Adding a run 1013 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.180 | 100168 | Adding a run 1012 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.181 | 100168 | Adding a run 1011 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.181 | 100168 | Adding a run 1010 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.181 | 100168 | Adding a run 1009 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.181 | 100168 | Adding a run 1008 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.181 | 100168 | Adding a run 1007 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.181 | 100168 | Adding a run 1006 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.181 | 100168 | Adding a run 1005 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.182 | 100168 | Adding a run 1004 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.182 | 100168 | Adding a run 1003 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.182 | 100168 | Adding a run 1002 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.182 | 100168 | Adding a run 1001 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.182 | 100168 | Adding a run 1000 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.182 | 100168 | Adding a run 999 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.182 | 100168 | Adding a run 998 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.182 | 100168 | Adding a run 997 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.183 | 100168 | Adding a run 996 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.183 | 100168 | Adding a run 995 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.183 | 100168 | Adding a run 994 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.183 | 100168 | Adding a run 993 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.183 | 100168 | Adding a run 992 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.183 | 100168 | Adding a run 991 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.183 | 100168 | Adding a run 990 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.184 | 100168 | Adding a run 989 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.184 | 100168 | Adding a run 988 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.184 | 100168 | Adding a run 987 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.184 | 100168 | Adding a run 986 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.184 | 100168 | Adding a run 985 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.184 | 100168 | Adding a run 984 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.184 | 100168 | Adding a run 983 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.184 | 100168 | Adding a run 982 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.185 | 100168 | Adding a run 981 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.185 | 100168 | Adding a run 980 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.185 | 100168 | Adding a run 979 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.185 | 100168 | Adding a run 978 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.185 | 100168 | Adding a run 977 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.185 | 100168 | Adding a run 976 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.185 | 100168 | Adding a run 975 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.186 | 100168 | Adding a run 974 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.186 | 100168 | Adding a run 973 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.186 | 100168 | Adding a run 972 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.186 | 100168 | Adding a run 971 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.186 | 100168 | Adding a run 970 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.186 | 100168 | Adding a run 969 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.186 | 100168 | Adding a run 968 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.186 | 100168 | Adding a run 967 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.187 | 100168 | Adding a run 966 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.187 | 100168 | Adding a run 965 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.187 | 100168 | Adding a run 964 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.187 | 100168 | Adding a run 963 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.187 | 100168 | Adding a run 962 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.187 | 100168 | Adding a run 961 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.187 | 100168 | Adding a run 960 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.188 | 100168 | Adding a run 959 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.188 | 100168 | Adding a run 958 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.188 | 100168 | Adding a run 957 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.188 | 100168 | Adding a run 956 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.188 | 100168 | Adding a run 955 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.188 | 100168 | Adding a run 954 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.188 | 100168 | Adding a run 953 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.188 | 100168 | Adding a run 952 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.189 | 100168 | Adding a run 951 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.189 | 100168 | Adding a run 950 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.189 | 100168 | Adding a run 949 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.189 | 100168 | Adding a run 948 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.189 | 100168 | Adding a run 947 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.189 | 100168 | Adding a run 946 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.189 | 100168 | Adding a run 945 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.189 | 100168 | Adding a run 944 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.190 | 100168 | Adding a run 943 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.190 | 100168 | Adding a run 942 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.190 | 100168 | Adding a run 941 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.190 | 100168 | Adding a run 940 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.190 | 100168 | Adding a run 939 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.190 | 100168 | Adding a run 938 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.190 | 100168 | Adding a run 937 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.191 | 100168 | Adding a run 936 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.191 | 100168 | Adding a run 935 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.191 | 100168 | Adding a run 934 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.191 | 100168 | Adding a run 933 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.191 | 100168 | Adding a run 932 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.191 | 100168 | Adding a run 931 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.191 | 100168 | Adding a run 930 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.191 | 100168 | Adding a run 929 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.192 | 100168 | Adding a run 928 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.192 | 100168 | Adding a run 927 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.192 | 100168 | Adding a run 926 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.192 | 100168 | Adding a run 925 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.192 | 100168 | Adding a run 924 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.192 | 100168 | Adding a run 923 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.192 | 100168 | Adding a run 922 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.193 | 100168 | Adding a run 921 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.193 | 100168 | Adding a run 920 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.193 | 100168 | Adding a run 919 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.193 | 100168 | Adding a run 918 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.193 | 100168 | Adding a run 917 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.193 | 100168 | Adding a run 916 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.193 | 100168 | Adding a run 915 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.193 | 100168 | Adding a run 914 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.194 | 100168 | Adding a run 913 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.194 | 100168 | Adding a run 912 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.194 | 100168 | Adding a run 911 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.194 | 100168 | Adding a run 910 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.194 | 100168 | Adding a run 909 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.194 | 100168 | Adding a run 908 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.194 | 100168 | Adding a run 907 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.195 | 100168 | Adding a run 906 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.195 | 100168 | Adding a run 905 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.195 | 100168 | Adding a run 904 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.195 | 100168 | Adding a run 903 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.195 | 100168 | Adding a run 902 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.195 | 100168 | Adding a run 901 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.195 | 100168 | Adding a run 900 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.195 | 100168 | Adding a run 899 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.196 | 100168 | Adding a run 898 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.196 | 100168 | Adding a run 897 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.196 | 100168 | Adding a run 896 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.196 | 100168 | Adding a run 895 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.196 | 100168 | Adding a run 894 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.196 | 100168 | Adding a run 893 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.196 | 100168 | Adding a run 892 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.196 | 100168 | Adding a run 891 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.197 | 100168 | Adding a run 890 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.197 | 100168 | Adding a run 889 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.197 | 100168 | Adding a run 888 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.197 | 100168 | Adding a run 887 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.197 | 100168 | Adding a run 886 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.197 | 100168 | Adding a run 885 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.197 | 100168 | Adding a run 884 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.198 | 100168 | Adding a run 883 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.198 | 100168 | Adding a run 882 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.198 | 100168 | Adding a run 881 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.198 | 100168 | Adding a run 880 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.198 | 100168 | Adding a run 879 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.198 | 100168 | Adding a run 878 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.198 | 100168 | Adding a run 877 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.198 | 100168 | Adding a run 876 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.199 | 100168 | Adding a run 875 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.199 | 100168 | Adding a run 874 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.199 | 100168 | Adding a run 873 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.199 | 100168 | Adding a run 872 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.199 | 100168 | Adding a run 871 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.199 | 100168 | Adding a run 870 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.199 | 100168 | Adding a run 869 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.200 | 100168 | Adding a run 868 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.200 | 100168 | Adding a run 867 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.200 | 100168 | Adding a run 866 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.200 | 100168 | Adding a run 865 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.200 | 100168 | Adding a run 864 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.200 | 100168 | Adding a run 863 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.200 | 100168 | Adding a run 862 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.200 | 100168 | Adding a run 861 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.201 | 100168 | Adding a run 860 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.201 | 100168 | Adding a run 859 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.201 | 100168 | Adding a run 858 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.201 | 100168 | Adding a run 857 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.201 | 100168 | Adding a run 856 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.201 | 100168 | Adding a run 855 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.201 | 100168 | Adding a run 854 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.202 | 100168 | Adding a run 853 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.202 | 100168 | Adding a run 852 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.202 | 100168 | Adding a run 851 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.202 | 100168 | Adding a run 850 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.202 | 100168 | Adding a run 849 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.202 | 100168 | Adding a run 848 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.202 | 100168 | Adding a run 847 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.202 | 100168 | Adding a run 846 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.203 | 100168 | Adding a run 845 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.203 | 100168 | Adding a run 844 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.203 | 100168 | Adding a run 843 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.203 | 100168 | Adding a run 842 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.203 | 100168 | Adding a run 841 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.203 | 100168 | Adding a run 840 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.203 | 100168 | Adding a run 839 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.204 | 100168 | Adding a run 838 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.204 | 100168 | Adding a run 837 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.204 | 100168 | Adding a run 836 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.204 | 100168 | Adding a run 835 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.204 | 100168 | Adding a run 834 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.204 | 100168 | Adding a run 833 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.204 | 100168 | Adding a run 832 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.205 | 100168 | Adding a run 831 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.205 | 100168 | Adding a run 830 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.205 | 100168 | Adding a run 829 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.205 | 100168 | Adding a run 828 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.205 | 100168 | Adding a run 827 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.205 | 100168 | Adding a run 826 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.205 | 100168 | Adding a run 825 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.205 | 100168 | Adding a run 824 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.206 | 100168 | Adding a run 823 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.206 | 100168 | Adding a run 822 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.206 | 100168 | Adding a run 821 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.206 | 100168 | Adding a run 820 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.206 | 100168 | Adding a run 819 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.206 | 100168 | Adding a run 818 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.206 | 100168 | Adding a run 817 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.207 | 100168 | Adding a run 816 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.207 | 100168 | Adding a run 815 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.207 | 100168 | Adding a run 814 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.207 | 100168 | Adding a run 813 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.207 | 100168 | Adding a run 812 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.207 | 100168 | Adding a run 811 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.207 | 100168 | Adding a run 810 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.207 | 100168 | Adding a run 809 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.208 | 100168 | Adding a run 808 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.208 | 100168 | Adding a run 807 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.208 | 100168 | Adding a run 806 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.208 | 100168 | Adding a run 805 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.208 | 100168 | Adding a run 804 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.208 | 100168 | Adding a run 803 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.208 | 100168 | Adding a run 802 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.209 | 100168 | Adding a run 801 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.209 | 100168 | Adding a run 800 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.209 | 100168 | Adding a run 799 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.209 | 100168 | Adding a run 798 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.209 | 100168 | Adding a run 797 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.209 | 100168 | Adding a run 796 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.209 | 100168 | Adding a run 795 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.209 | 100168 | Adding a run 794 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.210 | 100168 | Adding a run 793 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.210 | 100168 | Adding a run 792 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.210 | 100168 | Adding a run 791 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.210 | 100168 | Adding a run 790 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.210 | 100168 | Adding a run 789 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.210 | 100168 | Adding a run 788 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.210 | 100168 | Adding a run 787 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.210 | 100168 | Adding a run 786 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.211 | 100168 | Adding a run 785 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.211 | 100168 | Adding a run 784 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.211 | 100168 | Adding a run 783 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.211 | 100168 | Adding a run 782 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.211 | 100168 | Adding a run 781 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.211 | 100168 | Adding a run 780 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.211 | 100168 | Adding a run 779 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.212 | 100168 | Adding a run 778 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.212 | 100168 | Adding a run 777 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.212 | 100168 | Adding a run 776 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.212 | 100168 | Adding a run 775 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.212 | 100168 | Adding a run 774 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.212 | 100168 | Adding a run 773 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.212 | 100168 | Adding a run 772 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.212 | 100168 | Adding a run 771 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.213 | 100168 | Adding a run 770 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.213 | 100168 | Adding a run 769 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.213 | 100168 | Adding a run 768 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.213 | 100168 | Adding a run 767 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.213 | 100168 | Adding a run 766 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.213 | 100168 | Adding a run 765 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.213 | 100168 | Adding a run 764 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.214 | 100168 | Adding a run 763 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.214 | 100168 | Adding a run 762 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.214 | 100168 | Adding a run 761 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.214 | 100168 | Adding a run 760 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.214 | 100168 | Adding a run 759 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.214 | 100168 | Adding a run 758 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.214 | 100168 | Adding a run 757 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.214 | 100168 | Adding a run 756 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.215 | 100168 | Adding a run 755 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.215 | 100168 | Adding a run 754 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.215 | 100168 | Adding a run 753 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.215 | 100168 | Adding a run 752 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.215 | 100168 | Adding a run 751 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.215 | 100168 | Adding a run 750 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.215 | 100168 | Adding a run 749 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.215 | 100168 | Adding a run 748 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.216 | 100168 | Adding a run 747 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.216 | 100168 | Adding a run 746 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.216 | 100168 | Adding a run 745 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.216 | 100168 | Adding a run 744 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.216 | 100168 | Adding a run 743 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.216 | 100168 | Adding a run 742 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.216 | 100168 | Adding a run 741 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.217 | 100168 | Adding a run 740 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.217 | 100168 | Adding a run 739 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.217 | 100168 | Adding a run 738 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.217 | 100168 | Adding a run 737 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.217 | 100168 | Adding a run 736 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.217 | 100168 | Adding a run 735 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.217 | 100168 | Adding a run 734 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.217 | 100168 | Adding a run 733 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.218 | 100168 | Adding a run 732 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.218 | 100168 | Adding a run 731 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.218 | 100168 | Adding a run 730 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.218 | 100168 | Adding a run 729 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.218 | 100168 | Adding a run 728 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.218 | 100168 | Adding a run 727 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.218 | 100168 | Adding a run 726 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.219 | 100168 | Adding a run 725 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.219 | 100168 | Adding a run 724 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.219 | 100168 | Adding a run 723 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.219 | 100168 | Adding a run 722 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.219 | 100168 | Adding a run 721 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.219 | 100168 | Adding a run 720 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.219 | 100168 | Adding a run 719 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.219 | 100168 | Adding a run 718 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.220 | 100168 | Adding a run 717 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.220 | 100168 | Adding a run 716 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.220 | 100168 | Adding a run 715 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.220 | 100168 | Adding a run 714 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.220 | 100168 | Adding a run 713 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.220 | 100168 | Adding a run 712 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.220 | 100168 | Adding a run 711 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.221 | 100168 | Adding a run 710 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.221 | 100168 | Adding a run 709 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.221 | 100168 | Adding a run 708 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.221 | 100168 | Adding a run 707 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.221 | 100168 | Adding a run 706 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.221 | 100168 | Adding a run 705 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.221 | 100168 | Adding a run 704 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.221 | 100168 | Adding a run 703 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.222 | 100168 | Adding a run 702 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.222 | 100168 | Adding a run 701 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.222 | 100168 | Adding a run 700 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.222 | 100168 | Adding a run 699 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.222 | 100168 | Adding a run 698 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.222 | 100168 | Adding a run 697 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.222 | 100168 | Adding a run 696 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.222 | 100168 | Adding a run 695 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.223 | 100168 | Adding a run 694 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.223 | 100168 | Adding a run 693 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.223 | 100168 | Adding a run 692 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.223 | 100168 | Adding a run 691 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.223 | 100168 | Adding a run 690 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.223 | 100168 | Adding a run 689 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.223 | 100168 | Adding a run 688 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.224 | 100168 | Adding a run 687 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.224 | 100168 | Adding a run 686 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.224 | 100168 | Adding a run 685 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.224 | 100168 | Adding a run 684 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.224 | 100168 | Adding a run 683 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.224 | 100168 | Adding a run 682 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.224 | 100168 | Adding a run 681 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.224 | 100168 | Adding a run 680 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.225 | 100168 | Adding a run 679 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.225 | 100168 | Adding a run 678 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.225 | 100168 | Adding a run 677 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.225 | 100168 | Adding a run 676 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.225 | 100168 | Adding a run 675 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.225 | 100168 | Adding a run 674 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.225 | 100168 | Adding a run 673 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.226 | 100168 | Adding a run 672 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.226 | 100168 | Adding a run 671 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.226 | 100168 | Adding a run 670 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.226 | 100168 | Adding a run 669 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.226 | 100168 | Adding a run 668 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.226 | 100168 | Adding a run 667 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.226 | 100168 | Adding a run 666 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.226 | 100168 | Adding a run 665 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.227 | 100168 | Adding a run 664 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.227 | 100168 | Adding a run 663 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.227 | 100168 | Adding a run 662 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.227 | 100168 | Adding a run 661 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.227 | 100168 | Adding a run 660 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.227 | 100168 | Adding a run 659 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.227 | 100168 | Adding a run 658 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.228 | 100168 | Adding a run 657 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.228 | 100168 | Adding a run 656 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.228 | 100168 | Adding a run 655 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.228 | 100168 | Adding a run 654 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.228 | 100168 | Adding a run 653 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.228 | 100168 | Adding a run 652 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.228 | 100168 | Adding a run 651 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.228 | 100168 | Adding a run 650 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.229 | 100168 | Adding a run 649 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.229 | 100168 | Adding a run 648 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.229 | 100168 | Adding a run 647 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.229 | 100168 | Adding a run 646 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.229 | 100168 | Adding a run 645 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.229 | 100168 | Adding a run 644 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.229 | 100168 | Adding a run 643 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.230 | 100168 | Adding a run 642 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.230 | 100168 | Adding a run 641 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.230 | 100168 | Adding a run 640 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.230 | 100168 | Adding a run 639 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.230 | 100168 | Adding a run 638 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.230 | 100168 | Adding a run 637 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.230 | 100168 | Adding a run 636 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.230 | 100168 | Adding a run 635 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.231 | 100168 | Adding a run 634 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.231 | 100168 | Adding a run 633 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.231 | 100168 | Adding a run 632 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.231 | 100168 | Adding a run 631 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.231 | 100168 | Adding a run 630 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.231 | 100168 | Adding a run 629 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.231 | 100168 | Adding a run 628 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.231 | 100168 | Adding a run 627 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.232 | 100168 | Adding a run 626 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.232 | 100168 | Adding a run 625 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.232 | 100168 | Adding a run 624 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.232 | 100168 | Adding a run 623 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.232 | 100168 | Adding a run 622 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.232 | 100168 | Adding a run 621 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.232 | 100168 | Adding a run 620 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.233 | 100168 | Adding a run 619 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.233 | 100168 | Adding a run 618 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.233 | 100168 | Adding a run 617 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.233 | 100168 | Adding a run 616 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.233 | 100168 | Adding a run 615 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.233 | 100168 | Adding a run 614 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.233 | 100168 | Adding a run 613 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.233 | 100168 | Adding a run 612 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.234 | 100168 | Adding a run 611 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.234 | 100168 | Adding a run 610 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.234 | 100168 | Adding a run 609 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.234 | 100168 | Adding a run 608 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.234 | 100168 | Adding a run 607 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.234 | 100168 | Adding a run 606 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.234 | 100168 | Adding a run 605 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.235 | 100168 | Adding a run 604 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.235 | 100168 | Adding a run 603 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.235 | 100168 | Adding a run 602 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.235 | 100168 | Adding a run 601 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.235 | 100168 | Adding a run 600 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.235 | 100168 | Adding a run 599 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.235 | 100168 | Adding a run 598 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.235 | 100168 | Adding a run 597 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.236 | 100168 | Adding a run 596 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.236 | 100168 | Adding a run 595 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.236 | 100168 | Adding a run 594 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.236 | 100168 | Adding a run 593 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.236 | 100168 | Adding a run 592 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.236 | 100168 | Adding a run 591 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.236 | 100168 | Adding a run 590 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.237 | 100168 | Adding a run 589 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.237 | 100168 | Adding a run 588 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.237 | 100168 | Adding a run 587 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.237 | 100168 | Adding a run 586 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.237 | 100168 | Adding a run 585 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.237 | 100168 | Adding a run 584 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.237 | 100168 | Adding a run 583 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.237 | 100168 | Adding a run 582 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.238 | 100168 | Adding a run 581 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.238 | 100168 | Adding a run 580 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.238 | 100168 | Adding a run 579 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.238 | 100168 | Adding a run 578 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.238 | 100168 | Adding a run 577 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.238 | 100168 | Adding a run 576 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.238 | 100168 | Adding a run 575 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.238 | 100168 | Adding a run 574 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.239 | 100168 | Adding a run 573 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.239 | 100168 | Adding a run 572 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.239 | 100168 | Adding a run 571 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.239 | 100168 | Adding a run 570 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.239 | 100168 | Adding a run 569 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.239 | 100168 | Adding a run 568 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.239 | 100168 | Adding a run 567 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.240 | 100168 | Adding a run 566 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.240 | 100168 | Adding a run 565 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.240 | 100168 | Adding a run 564 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.240 | 100168 | Adding a run 563 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.240 | 100168 | Adding a run 562 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.240 | 100168 | Adding a run 561 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.240 | 100168 | Adding a run 560 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.240 | 100168 | Adding a run 559 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.241 | 100168 | Adding a run 558 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.241 | 100168 | Adding a run 557 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.241 | 100168 | Adding a run 556 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.241 | 100168 | Adding a run 555 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.241 | 100168 | Adding a run 554 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.241 | 100168 | Adding a run 553 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.241 | 100168 | Adding a run 552 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.242 | 100168 | Adding a run 551 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.242 | 100168 | Adding a run 550 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.242 | 100168 | Adding a run 549 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.242 | 100168 | Adding a run 548 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.242 | 100168 | Adding a run 547 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.242 | 100168 | Adding a run 546 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.242 | 100168 | Adding a run 545 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.242 | 100168 | Adding a run 544 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.243 | 100168 | Adding a run 543 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.243 | 100168 | Adding a run 542 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.243 | 100168 | Adding a run 541 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.243 | 100168 | Adding a run 540 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.243 | 100168 | Adding a run 539 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.243 | 100168 | Adding a run 538 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.243 | 100168 | Adding a run 537 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.243 | 100168 | Adding a run 536 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.244 | 100168 | Adding a run 535 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.244 | 100168 | Adding a run 534 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.244 | 100168 | Adding a run 533 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.244 | 100168 | Adding a run 532 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.244 | 100168 | Adding a run 531 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.244 | 100168 | Adding a run 530 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.244 | 100168 | Adding a run 529 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.245 | 100168 | Adding a run 528 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.245 | 100168 | Adding a run 527 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.245 | 100168 | Adding a run 526 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.245 | 100168 | Adding a run 525 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.245 | 100168 | Adding a run 524 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.245 | 100168 | Adding a run 523 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.245 | 100168 | Adding a run 522 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.245 | 100168 | Adding a run 521 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.246 | 100168 | Adding a run 520 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.246 | 100168 | Adding a run 519 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.246 | 100168 | Adding a run 518 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.246 | 100168 | Adding a run 517 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.246 | 100168 | Adding a run 516 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.246 | 100168 | Adding a run 515 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.246 | 100168 | Adding a run 514 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.247 | 100168 | Adding a run 513 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.247 | 100168 | Adding a run 512 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.247 | 100168 | Adding a run 511 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.247 | 100168 | Adding a run 510 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.247 | 100168 | Adding a run 509 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.247 | 100168 | Adding a run 508 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.247 | 100168 | Adding a run 507 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.247 | 100168 | Adding a run 506 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.248 | 100168 | Adding a run 505 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.248 | 100168 | Adding a run 504 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.248 | 100168 | Adding a run 503 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.248 | 100168 | Adding a run 502 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.248 | 100168 | Adding a run 501 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.248 | 100168 | Adding a run 500 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.248 | 100168 | Adding a run 499 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.249 | 100168 | Adding a run 498 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.249 | 100168 | Adding a run 497 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.249 | 100168 | Adding a run 496 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.249 | 100168 | Adding a run 495 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.249 | 100168 | Adding a run 494 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.249 | 100168 | Adding a run 493 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.249 | 100168 | Adding a run 492 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.249 | 100168 | Adding a run 491 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.250 | 100168 | Adding a run 490 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.250 | 100168 | Adding a run 489 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.250 | 100168 | Adding a run 488 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.250 | 100168 | Adding a run 487 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.250 | 100168 | Adding a run 486 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.250 | 100168 | Adding a run 485 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.250 | 100168 | Adding a run 484 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.250 | 100168 | Adding a run 483 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.251 | 100168 | Adding a run 482 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.251 | 100168 | Adding a run 481 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.251 | 100168 | Adding a run 480 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.251 | 100168 | Adding a run 479 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.251 | 100168 | Adding a run 478 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.251 | 100168 | Adding a run 477 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.251 | 100168 | Adding a run 476 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.252 | 100168 | Adding a run 475 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.252 | 100168 | Adding a run 474 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.252 | 100168 | Adding a run 473 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.252 | 100168 | Adding a run 472 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.252 | 100168 | Adding a run 471 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.252 | 100168 | Adding a run 470 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.252 | 100168 | Adding a run 469 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.252 | 100168 | Adding a run 468 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.253 | 100168 | Adding a run 467 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.253 | 100168 | Adding a run 466 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.253 | 100168 | Adding a run 465 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.253 | 100168 | Adding a run 464 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.253 | 100168 | Adding a run 463 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.253 | 100168 | Adding a run 462 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.253 | 100168 | Adding a run 461 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.254 | 100168 | Adding a run 460 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.254 | 100168 | Adding a run 459 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.254 | 100168 | Adding a run 458 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.254 | 100168 | Adding a run 457 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.254 | 100168 | Adding a run 456 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.254 | 100168 | Adding a run 455 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.254 | 100168 | Adding a run 454 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.254 | 100168 | Adding a run 453 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.255 | 100168 | Adding a run 452 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.255 | 100168 | Adding a run 451 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.255 | 100168 | Adding a run 450 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.255 | 100168 | Adding a run 449 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.255 | 100168 | Adding a run 448 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.255 | 100168 | Adding a run 447 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.255 | 100168 | Adding a run 446 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.256 | 100168 | Adding a run 445 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.256 | 100168 | Adding a run 444 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.256 | 100168 | Adding a run 443 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.256 | 100168 | Adding a run 442 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.256 | 100168 | Adding a run 441 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.256 | 100168 | Adding a run 440 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.256 | 100168 | Adding a run 439 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.256 | 100168 | Adding a run 438 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.257 | 100168 | Adding a run 437 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.257 | 100168 | Adding a run 436 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.257 | 100168 | Adding a run 435 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.257 | 100168 | Adding a run 434 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.257 | 100168 | Adding a run 433 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.257 | 100168 | Adding a run 432 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.257 | 100168 | Adding a run 431 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.258 | 100168 | Adding a run 430 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.258 | 100168 | Adding a run 429 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.258 | 100168 | Adding a run 428 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.258 | 100168 | Adding a run 427 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.258 | 100168 | Adding a run 426 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.258 | 100168 | Adding a run 425 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.258 | 100168 | Adding a run 424 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.258 | 100168 | Adding a run 423 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.259 | 100168 | Adding a run 422 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.259 | 100168 | Adding a run 421 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.259 | 100168 | Adding a run 420 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.259 | 100168 | Adding a run 419 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.259 | 100168 | Adding a run 418 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.259 | 100168 | Adding a run 417 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.259 | 100168 | Adding a run 416 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.260 | 100168 | Adding a run 415 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.260 | 100168 | Adding a run 414 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.260 | 100168 | Adding a run 413 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.260 | 100168 | Adding a run 412 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.260 | 100168 | Adding a run 411 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.260 | 100168 | Adding a run 410 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.260 | 100168 | Adding a run 409 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.261 | 100168 | Adding a run 408 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.261 | 100168 | Adding a run 407 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.261 | 100168 | Adding a run 406 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.261 | 100168 | Adding a run 405 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.261 | 100168 | Adding a run 404 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.261 | 100168 | Adding a run 403 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.261 | 100168 | Adding a run 402 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.262 | 100168 | Adding a run 401 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.262 | 100168 | Adding a run 400 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.262 | 100168 | Adding a run 399 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.262 | 100168 | Adding a run 398 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.262 | 100168 | Adding a run 397 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.262 | 100168 | Adding a run 396 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.262 | 100168 | Adding a run 395 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.263 | 100168 | Adding a run 394 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.263 | 100168 | Adding a run 393 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.263 | 100168 | Adding a run 392 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.263 | 100168 | Adding a run 391 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.263 | 100168 | Adding a run 390 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.263 | 100168 | Adding a run 389 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.263 | 100168 | Adding a run 388 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.263 | 100168 | Adding a run 387 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.264 | 100168 | Adding a run 386 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.264 | 100168 | Adding a run 385 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.264 | 100168 | Adding a run 384 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.264 | 100168 | Adding a run 383 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.264 | 100168 | Adding a run 382 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.264 | 100168 | Adding a run 381 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.264 | 100168 | Adding a run 380 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.265 | 100168 | Adding a run 379 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.265 | 100168 | Adding a run 378 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.265 | 100168 | Adding a run 377 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.265 | 100168 | Adding a run 376 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.265 | 100168 | Adding a run 375 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.265 | 100168 | Adding a run 374 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.265 | 100168 | Adding a run 373 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.266 | 100168 | Adding a run 372 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.266 | 100168 | Adding a run 371 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.266 | 100168 | Adding a run 370 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.266 | 100168 | Adding a run 369 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.266 | 100168 | Adding a run 368 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.266 | 100168 | Adding a run 367 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.266 | 100168 | Adding a run 366 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.266 | 100168 | Adding a run 365 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.267 | 100168 | Adding a run 364 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.267 | 100168 | Adding a run 363 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.267 | 100168 | Adding a run 362 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.267 | 100168 | Adding a run 361 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.267 | 100168 | Adding a run 360 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.267 | 100168 | Adding a run 359 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.267 | 100168 | Adding a run 358 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.267 | 100168 | Adding a run 357 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.268 | 100168 | Adding a run 356 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.268 | 100168 | Adding a run 355 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.268 | 100168 | Adding a run 354 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.268 | 100168 | Adding a run 353 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.268 | 100168 | Adding a run 352 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.268 | 100168 | Adding a run 351 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.268 | 100168 | Adding a run 350 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.269 | 100168 | Adding a run 349 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.269 | 100168 | Adding a run 348 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.269 | 100168 | Adding a run 347 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.269 | 100168 | Adding a run 346 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.269 | 100168 | Adding a run 345 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.269 | 100168 | Adding a run 344 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.269 | 100168 | Adding a run 343 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.270 | 100168 | Adding a run 342 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.270 | 100168 | Adding a run 341 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.270 | 100168 | Adding a run 340 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.270 | 100168 | Adding a run 339 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.270 | 100168 | Adding a run 338 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.270 | 100168 | Adding a run 337 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.270 | 100168 | Adding a run 336 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.270 | 100168 | Adding a run 335 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.271 | 100168 | Adding a run 334 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.271 | 100168 | Adding a run 333 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.271 | 100168 | Adding a run 332 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.271 | 100168 | Adding a run 331 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.271 | 100168 | Adding a run 330 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.271 | 100168 | Adding a run 329 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.271 | 100168 | Adding a run 328 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.272 | 100168 | Adding a run 327 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.272 | 100168 | Adding a run 326 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.272 | 100168 | Adding a run 325 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.272 | 100168 | Adding a run 324 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.272 | 100168 | Adding a run 323 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.272 | 100168 | Adding a run 322 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.272 | 100168 | Adding a run 321 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.272 | 100168 | Adding a run 320 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.273 | 100168 | Adding a run 319 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.273 | 100168 | Adding a run 318 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.273 | 100168 | Adding a run 317 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.273 | 100168 | Adding a run 316 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.273 | 100168 | Adding a run 315 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.273 | 100168 | Adding a run 314 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.273 | 100168 | Adding a run 313 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.274 | 100168 | Adding a run 312 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.274 | 100168 | Adding a run 311 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.274 | 100168 | Adding a run 310 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.274 | 100168 | Adding a run 309 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.274 | 100168 | Adding a run 308 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.274 | 100168 | Adding a run 307 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.274 | 100168 | Adding a run 306 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.274 | 100168 | Adding a run 305 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.275 | 100168 | Adding a run 304 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.275 | 100168 | Adding a run 303 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.275 | 100168 | Adding a run 302 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.275 | 100168 | Adding a run 301 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.275 | 100168 | Adding a run 300 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.275 | 100168 | Adding a run 299 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.275 | 100168 | Adding a run 298 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.276 | 100168 | Adding a run 297 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.276 | 100168 | Adding a run 296 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.276 | 100168 | Adding a run 295 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.276 | 100168 | Adding a run 294 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.276 | 100168 | Adding a run 293 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.276 | 100168 | Adding a run 292 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.276 | 100168 | Adding a run 291 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.276 | 100168 | Adding a run 290 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.277 | 100168 | Adding a run 289 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.277 | 100168 | Adding a run 288 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.277 | 100168 | Adding a run 287 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.277 | 100168 | Adding a run 286 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.277 | 100168 | Adding a run 285 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.277 | 100168 | Adding a run 284 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.277 | 100168 | Adding a run 283 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.278 | 100168 | Adding a run 282 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.278 | 100168 | Adding a run 281 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.278 | 100168 | Adding a run 280 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.278 | 100168 | Adding a run 279 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.278 | 100168 | Adding a run 278 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.278 | 100168 | Adding a run 277 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.278 | 100168 | Adding a run 276 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.278 | 100168 | Adding a run 275 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.279 | 100168 | Adding a run 274 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.279 | 100168 | Adding a run 273 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.279 | 100168 | Adding a run 272 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.279 | 100168 | Adding a run 271 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.279 | 100168 | Adding a run 270 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.279 | 100168 | Adding a run 269 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.279 | 100168 | Adding a run 268 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.280 | 100168 | Adding a run 267 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.280 | 100168 | Adding a run 266 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.280 | 100168 | Adding a run 265 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.280 | 100168 | Adding a run 264 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.280 | 100168 | Adding a run 263 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.280 | 100168 | Adding a run 262 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.280 | 100168 | Adding a run 261 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.280 | 100168 | Adding a run 260 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.281 | 100168 | Adding a run 259 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.281 | 100168 | Adding a run 258 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.281 | 100168 | Adding a run 257 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.281 | 100168 | Adding a run 256 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.281 | 100168 | Adding a run 255 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.281 | 100168 | Adding a run 254 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.281 | 100168 | Adding a run 253 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.282 | 100168 | Adding a run 252 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.282 | 100168 | Adding a run 251 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.282 | 100168 | Adding a run 250 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.282 | 100168 | Adding a run 249 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.282 | 100168 | Adding a run 248 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.282 | 100168 | Adding a run 247 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.282 | 100168 | Adding a run 246 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.282 | 100168 | Adding a run 245 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.283 | 100168 | Adding a run 244 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.283 | 100168 | Adding a run 243 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.283 | 100168 | Adding a run 242 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.283 | 100168 | Adding a run 241 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.283 | 100168 | Adding a run 240 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.283 | 100168 | Adding a run 239 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.283 | 100168 | Adding a run 238 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.284 | 100168 | Adding a run 237 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.284 | 100168 | Adding a run 236 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.284 | 100168 | Adding a run 235 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.284 | 100168 | Adding a run 234 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.284 | 100168 | Adding a run 233 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.284 | 100168 | Adding a run 232 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.284 | 100168 | Adding a run 231 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.284 | 100168 | Adding a run 230 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.285 | 100168 | Adding a run 229 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.285 | 100168 | Adding a run 228 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.285 | 100168 | Adding a run 227 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.285 | 100168 | Adding a run 226 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.285 | 100168 | Adding a run 225 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.285 | 100168 | Adding a run 224 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.285 | 100168 | Adding a run 223 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.286 | 100168 | Adding a run 222 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.286 | 100168 | Adding a run 221 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.286 | 100168 | Adding a run 220 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.286 | 100168 | Adding a run 219 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.286 | 100168 | Adding a run 218 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.286 | 100168 | Adding a run 217 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.286 | 100168 | Adding a run 216 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.286 | 100168 | Adding a run 215 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.287 | 100168 | Adding a run 214 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.287 | 100168 | Adding a run 213 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.287 | 100168 | Adding a run 212 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.287 | 100168 | Adding a run 211 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.287 | 100168 | Adding a run 210 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.287 | 100168 | Adding a run 209 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.287 | 100168 | Adding a run 208 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.288 | 100168 | Adding a run 207 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.288 | 100168 | Adding a run 206 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.288 | 100168 | Adding a run 205 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.288 | 100168 | Adding a run 204 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.288 | 100168 | Adding a run 203 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.288 | 100168 | Adding a run 202 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.288 | 100168 | Adding a run 201 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.288 | 100168 | Adding a run 200 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.289 | 100168 | Adding a run 199 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.289 | 100168 | Adding a run 198 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.289 | 100168 | Adding a run 197 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.289 | 100168 | Adding a run 196 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.289 | 100168 | Adding a run 195 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.289 | 100168 | Adding a run 194 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.289 | 100168 | Adding a run 193 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.290 | 100168 | Adding a run 192 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.290 | 100168 | Adding a run 191 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.290 | 100168 | Adding a run 190 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.290 | 100168 | Adding a run 189 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.290 | 100168 | Adding a run 188 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.290 | 100168 | Adding a run 187 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.290 | 100168 | Adding a run 186 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.290 | 100168 | Adding a run 185 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.291 | 100168 | Adding a run 184 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.291 | 100168 | Adding a run 183 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.291 | 100168 | Adding a run 182 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.291 | 100168 | Adding a run 181 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.291 | 100168 | Adding a run 180 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.291 | 100168 | Adding a run 179 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.291 | 100168 | Adding a run 178 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.292 | 100168 | Adding a run 177 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.292 | 100168 | Adding a run 176 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.292 | 100168 | Adding a run 175 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.292 | 100168 | Adding a run 174 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.292 | 100168 | Adding a run 173 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.292 | 100168 | Adding a run 172 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.292 | 100168 | Adding a run 171 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.292 | 100168 | Adding a run 170 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.293 | 100168 | Adding a run 169 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.293 | 100168 | Adding a run 168 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.293 | 100168 | Adding a run 167 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.293 | 100168 | Adding a run 166 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.293 | 100168 | Adding a run 165 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.293 | 100168 | Adding a run 164 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.293 | 100168 | Adding a run 163 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.294 | 100168 | Adding a run 162 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.294 | 100168 | Adding a run 161 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.294 | 100168 | Adding a run 160 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.294 | 100168 | Adding a run 159 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.294 | 100168 | Adding a run 158 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.294 | 100168 | Adding a run 157 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.294 | 100168 | Adding a run 156 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.294 | 100168 | Adding a run 155 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.295 | 100168 | Adding a run 154 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.295 | 100168 | Adding a run 153 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.295 | 100168 | Adding a run 152 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.295 | 100168 | Adding a run 151 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.295 | 100168 | Adding a run 150 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.295 | 100168 | Adding a run 149 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.295 | 100168 | Adding a run 148 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.296 | 100168 | Adding a run 147 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.296 | 100168 | Adding a run 146 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.296 | 100168 | Adding a run 145 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.296 | 100168 | Adding a run 144 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.296 | 100168 | Adding a run 143 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.296 | 100168 | Adding a run 142 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.296 | 100168 | Adding a run 141 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.296 | 100168 | Adding a run 140 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.297 | 100168 | Adding a run 139 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.297 | 100168 | Adding a run 138 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.297 | 100168 | Adding a run 137 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.297 | 100168 | Adding a run 136 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.297 | 100168 | Adding a run 135 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.297 | 100168 | Adding a run 134 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.297 | 100168 | Adding a run 133 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.298 | 100168 | Adding a run 132 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.298 | 100168 | Adding a run 131 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.298 | 100168 | Adding a run 130 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.298 | 100168 | Adding a run 129 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.298 | 100168 | Adding a run 128 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.298 | 100168 | Adding a run 127 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.298 | 100168 | Adding a run 126 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.298 | 100168 | Adding a run 125 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.299 | 100168 | Adding a run 124 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.299 | 100168 | Adding a run 123 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.299 | 100168 | Adding a run 122 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.299 | 100168 | Adding a run 121 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.299 | 100168 | Adding a run 120 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.299 | 100168 | Adding a run 119 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.299 | 100168 | Adding a run 118 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.300 | 100168 | Adding a run 117 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.300 | 100168 | Adding a run 116 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.300 | 100168 | Adding a run 115 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.300 | 100168 | Adding a run 114 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.300 | 100168 | Adding a run 113 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.300 | 100168 | Adding a run 112 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.300 | 100168 | Adding a run 111 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.300 | 100168 | Adding a run 110 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.301 | 100168 | Adding a run 109 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.301 | 100168 | Adding a run 108 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.301 | 100168 | Adding a run 107 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.301 | 100168 | Adding a run 106 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.301 | 100168 | Adding a run 105 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.301 | 100168 | Adding a run 104 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.301 | 100168 | Adding a run 103 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.302 | 100168 | Adding a run 102 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.302 | 100168 | Adding a run 101 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.302 | 100168 | Adding a run 100 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.302 | 100168 | Adding a run 99 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.302 | 100168 | Adding a run 98 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.302 | 100168 | Adding a run 97 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.302 | 100168 | Adding a run 96 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.302 | 100168 | Adding a run 95 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.303 | 100168 | Adding a run 94 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.303 | 100168 | Adding a run 93 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.303 | 100168 | Adding a run 92 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.303 | 100168 | Adding a run 91 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.303 | 100168 | Adding a run 90 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.303 | 100168 | Adding a run 89 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.303 | 100168 | Adding a run 88 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.304 | 100168 | Adding a run 87 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.304 | 100168 | Adding a run 86 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.304 | 100168 | Adding a run 85 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.304 | 100168 | Adding a run 84 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.304 | 100168 | Adding a run 83 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.304 | 100168 | Adding a run 82 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.304 | 100168 | Adding a run 81 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.304 | 100168 | Adding a run 80 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.305 | 100168 | Adding a run 79 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.305 | 100168 | Adding a run 78 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.305 | 100168 | Adding a run 77 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.305 | 100168 | Adding a run 76 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.305 | 100168 | Adding a run 75 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.305 | 100168 | Adding a run 74 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.305 | 100168 | Adding a run 73 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.306 | 100168 | Adding a run 72 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.306 | 100168 | Adding a run 71 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.306 | 100168 | Adding a run 70 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.306 | 100168 | Adding a run 69 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.306 | 100168 | Adding a run 68 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.306 | 100168 | Adding a run 67 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.306 | 100168 | Adding a run 66 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.306 | 100168 | Adding a run 65 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.307 | 100168 | Adding a run 64 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.307 | 100168 | Adding a run 63 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.307 | 100168 | Adding a run 62 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.307 | 100168 | Adding a run 61 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.307 | 100168 | Adding a run 60 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.307 | 100168 | Adding a run 59 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.307 | 100168 | Adding a run 58 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.307 | 100168 | Adding a run 57 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.308 | 100168 | Adding a run 56 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.308 | 100168 | Adding a run 55 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.308 | 100168 | Adding a run 54 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.308 | 100168 | Adding a run 53 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.308 | 100168 | Adding a run 52 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.308 | 100168 | Adding a run 51 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.308 | 100168 | Adding a run 50 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.309 | 100168 | Adding a run 49 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.309 | 100168 | Adding a run 48 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.309 | 100168 | Adding a run 47 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.309 | 100168 | Adding a run 46 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.309 | 100168 | Adding a run 45 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.309 | 100168 | Adding a run 44 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.309 | 100168 | Adding a run 43 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.310 | 100168 | Adding a run 42 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.310 | 100168 | Adding a run 41 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.310 | 100168 | Adding a run 40 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.310 | 100168 | Adding a run 39 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.310 | 100168 | Adding a run 38 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.310 | 100168 | Adding a run 37 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.310 | 100168 | Adding a run 36 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.310 | 100168 | Adding a run 35 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.311 | 100168 | Adding a run 34 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.311 | 100168 | Adding a run 33 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.311 | 100168 | Adding a run 32 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.311 | 100168 | Adding a run 31 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.311 | 100168 | Adding a run 30 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.311 | 100168 | Adding a run 29 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.311 | 100168 | Adding a run 28 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.312 | 100168 | Adding a run 27 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.312 | 100168 | Adding a run 26 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.312 | 100168 | Adding a run 25 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.312 | 100168 | Adding a run 24 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.312 | 100168 | Adding a run 23 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.312 | 100168 | Adding a run 22 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.312 | 100168 | Adding a run 21 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.312 | 100168 | Adding a run 20 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.313 | 100168 | Adding a run 19 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.313 | 100168 | Adding a run 18 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.313 | 100168 | Adding a run 17 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.313 | 100168 | Adding a run 16 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.313 | 100168 | Adding a run 15 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.313 | 100168 | Adding a run 14 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.313 | 100168 | Adding a run 13 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.314 | 100168 | Adding a run 12 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.314 | 100168 | Adding a run 11 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.314 | 100168 | Adding a run 10 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.314 | 100168 | Adding a run 9 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.314 | 100168 | Adding a run 8 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.314 | 100168 | Adding a run 7 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.314 | 100168 | Adding a run 6 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.314 | 100168 | Adding a run 5 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.315 | 100168 | Adding a run 4 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.315 | 100168 | Adding a run 3 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.315 | 100168 | Adding a run 2 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.315 | 100168 | Adding a run 1 for repository /tmp/pytest-of-runner/pytest-0/test_repo_stress_output_long_n2/repo to the queue +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.317 | 78131 | Waiting for new connections +2024-01-28 10:56:44 | INFO | Command ['/usr/bin/stdbuf', '-o0', '/home/runner/work/cimple/cimple/build/cmake/src/cimple-client', '--host', '127.0.0.1', '--port', '39855', 'get-runs'] completed successfully +2024-01-28 10:56:44 | INFO | Output: +{ + "jsonrpc": "2.0", + "id": 1, + "result": [ + { + "id": 2000, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1999, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1998, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1997, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1996, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1995, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1994, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1993, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1992, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1991, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1990, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1989, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1988, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1987, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1986, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1985, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1984, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1983, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1982, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1981, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1980, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1979, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1978, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1977, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1976, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1975, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1974, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1973, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1972, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1971, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1970, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1969, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1968, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1967, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1966, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1965, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1964, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1963, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1962, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1961, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1960, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1959, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1958, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1957, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1956, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1955, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1954, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1953, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1952, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1951, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1950, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1949, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1948, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1947, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1946, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1945, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1944, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1943, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1942, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1941, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1940, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1939, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1938, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1937, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1936, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1935, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1934, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1933, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1932, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1931, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1930, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1929, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1928, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1927, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1926, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1925, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1924, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1923, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1922, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1921, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1920, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1919, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1918, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1917, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1916, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1915, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1914, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1913, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1912, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1911, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1910, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1909, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1908, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1907, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1906, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1905, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1904, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1903, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1902, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1901, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1900, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1899, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1898, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1897, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1896, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1895, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1894, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1893, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1892, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1891, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1890, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1889, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1888, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1887, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1886, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1885, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1884, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1883, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1882, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1881, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1880, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1879, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1878, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1877, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1876, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1875, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1874, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1873, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1872, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1871, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1870, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1869, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1868, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1867, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1866, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1865, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1864, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1863, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1862, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1861, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1860, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1859, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1858, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1857, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1856, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1855, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1854, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1853, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1852, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1851, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1850, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1849, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1848, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1847, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1846, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1845, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1844, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1843, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1842, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1841, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1840, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1839, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1838, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1837, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1836, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1835, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1834, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1833, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1832, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1831, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1830, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1829, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1828, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1827, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1826, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1825, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1824, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1823, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1822, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1821, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1820, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1819, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1818, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1817, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1816, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1815, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1814, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1813, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1812, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1811, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1810, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1809, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1808, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1807, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1806, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1805, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1804, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1803, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1802, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1801, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1800, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1799, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1798, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1797, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1796, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1795, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1794, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1793, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1792, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1791, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1790, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1789, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1788, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1787, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1786, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1785, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1784, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1783, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1782, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1781, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1780, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1779, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1778, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1777, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1776, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1775, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1774, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1773, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1772, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1771, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1770, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1769, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1768, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1767, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1766, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1765, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1764, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1763, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1762, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1761, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1760, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1759, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1758, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1757, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1756, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1755, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1754, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1753, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1752, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1751, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1750, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1749, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1748, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1747, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1746, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1745, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1744, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1743, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1742, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1741, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1740, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1739, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1738, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1737, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1736, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1735, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1734, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1733, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1732, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1731, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1730, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1729, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1728, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1727, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1726, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1725, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1724, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1723, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1722, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1721, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1720, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1719, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1718, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1717, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1716, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1715, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1714, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1713, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1712, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1711, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1710, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1709, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1708, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1707, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1706, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1705, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1704, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1703, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1702, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1701, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1700, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1699, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1698, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1697, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1696, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1695, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1694, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1693, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1692, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1691, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1690, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1689, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1688, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1687, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1686, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1685, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1684, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1683, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1682, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1681, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1680, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1679, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1678, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1677, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1676, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1675, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1674, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1673, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1672, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1671, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1670, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1669, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1668, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1667, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1666, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1665, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1664, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1663, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1662, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1661, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1660, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1659, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1658, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1657, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1656, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1655, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1654, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1653, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1652, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1651, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1650, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1649, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1648, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1647, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1646, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1645, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1644, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1643, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1642, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1641, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1640, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1639, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1638, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1637, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1636, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1635, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1634, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1633, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1632, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1631, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1630, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1629, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1628, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1627, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1626, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1625, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1624, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1623, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1622, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1621, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1620, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1619, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1618, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1617, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1616, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1615, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1614, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1613, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1612, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1611, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1610, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1609, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1608, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1607, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1606, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1605, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1604, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1603, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1602, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1601, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1600, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1599, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1598, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1597, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1596, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1595, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1594, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1593, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1592, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1591, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1590, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1589, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1588, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1587, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1586, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1585, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1584, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1583, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1582, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1581, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1580, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1579, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1578, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1577, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1576, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1575, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1574, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1573, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1572, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1571, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1570, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1569, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1568, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1567, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1566, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1565, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1564, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1563, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1562, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1561, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1560, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1559, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1558, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1557, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1556, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1555, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1554, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1553, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1552, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1551, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1550, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1549, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1548, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1547, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1546, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1545, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1544, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1543, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1542, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1541, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1540, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1539, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1538, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1537, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1536, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1535, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1534, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1533, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1532, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1531, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1530, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1529, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1528, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1527, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1526, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1525, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1524, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1523, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1522, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1521, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1520, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1519, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1518, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1517, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1516, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1515, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1514, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1513, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1512, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1511, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1510, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1509, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1508, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1507, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1506, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1505, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1504, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1503, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1502, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1501, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1500, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1499, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1498, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1497, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1496, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1495, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1494, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1493, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1492, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1491, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1490, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1489, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1488, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1487, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1486, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1485, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1484, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1483, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1482, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1481, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1480, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1479, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1478, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1477, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1476, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1475, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1474, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1473, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1472, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1471, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1470, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1469, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1468, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1467, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1466, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1465, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1464, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1463, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1462, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1461, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1460, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1459, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1458, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1457, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1456, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1455, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1454, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1453, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1452, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1451, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1450, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1449, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1448, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1447, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1446, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1445, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1444, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1443, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1442, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1441, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1440, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1439, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1438, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1437, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1436, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1435, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1434, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1433, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1432, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1431, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1430, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1429, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1428, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1427, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1426, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1425, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1424, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1423, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1422, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1421, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1420, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1419, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1418, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1417, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1416, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1415, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1414, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1413, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1412, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1411, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1410, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1409, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1408, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1407, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1406, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1405, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1404, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1403, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1402, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1401, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1400, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1399, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1398, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1397, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1396, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1395, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1394, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1393, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1392, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1391, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1390, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1389, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1388, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1387, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1386, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1385, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1384, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1383, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1382, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1381, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1380, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1379, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1378, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1377, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1376, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1375, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1374, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1373, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1372, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1371, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1370, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1369, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1368, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1367, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1366, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1365, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1364, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1363, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1362, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1361, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1360, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1359, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1358, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1357, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1356, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1355, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1354, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1353, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1352, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1351, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1350, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1349, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1348, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1347, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1346, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1345, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1344, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1343, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1342, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1341, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1340, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1339, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1338, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1337, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1336, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1335, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1334, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1333, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1332, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1331, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1330, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1329, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1328, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1327, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1326, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1325, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1324, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1323, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1322, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1321, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1320, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1319, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1318, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1317, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1316, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1315, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1314, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1313, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1312, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1311, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1310, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1309, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1308, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1307, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1306, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1305, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1304, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1303, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1302, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1301, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1300, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1299, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1298, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1297, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1296, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1295, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1294, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1293, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1292, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1291, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1290, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1289, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1288, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1287, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1286, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1285, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1284, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1283, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1282, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1281, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1280, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1279, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1278, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1277, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1276, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1275, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1274, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1273, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1272, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1271, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1270, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1269, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1268, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1267, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1266, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1265, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1264, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1263, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1262, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1261, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1260, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1259, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1258, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1257, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1256, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1255, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1254, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1253, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1252, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1251, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1250, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1249, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1248, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1247, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1246, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1245, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1244, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1243, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1242, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1241, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1240, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1239, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1238, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1237, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1236, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1235, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1234, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1233, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1232, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1231, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1230, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1229, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1228, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1227, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1226, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1225, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1224, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1223, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1222, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1221, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1220, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1219, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1218, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1217, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1216, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1215, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1214, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1213, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1212, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1211, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1210, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1209, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1208, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1207, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1206, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1205, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1204, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1203, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1202, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1201, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1200, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1199, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1198, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1197, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1196, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1195, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1194, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1193, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1192, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1191, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1190, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1189, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1188, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1187, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1186, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1185, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1184, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1183, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1182, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1181, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1180, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1179, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1178, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1177, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1176, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1175, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1174, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1173, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1172, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1171, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1170, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1169, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1168, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1167, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1166, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1165, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1164, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1163, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1162, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1161, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1160, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1159, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1158, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1157, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1156, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1155, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1154, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1153, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1152, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1151, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1150, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1149, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1148, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1147, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1146, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1145, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1144, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1143, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1142, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1141, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1140, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1139, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1138, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1137, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1136, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1135, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1134, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1133, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1132, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1131, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1130, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1129, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1128, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1127, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1126, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1125, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1124, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1123, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1122, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1121, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1120, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1119, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1118, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1117, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1116, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1115, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1114, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1113, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1112, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1111, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1110, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1109, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1108, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1107, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1106, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1105, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1104, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1103, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1102, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1101, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1100, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1099, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1098, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1097, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1096, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1095, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1094, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1093, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1092, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1091, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1090, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1089, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1088, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1087, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1086, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1085, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1084, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1083, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1082, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1081, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1080, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1079, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1078, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1077, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1076, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1075, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1074, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1073, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1072, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1071, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1070, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1069, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1068, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1067, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1066, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1065, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1064, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1063, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1062, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1061, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1060, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1059, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1058, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1057, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1056, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1055, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1054, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1053, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1052, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1051, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1050, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1049, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1048, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1047, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1046, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1045, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1044, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1043, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1042, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1041, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1040, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1039, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1038, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1037, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1036, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1035, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1034, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1033, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1032, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1031, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1030, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1029, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1028, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1027, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1026, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1025, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1024, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1023, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1022, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1021, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1020, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1019, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1018, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1017, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1016, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1015, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1014, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1013, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1012, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1011, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1010, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1009, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1008, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1007, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1006, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1005, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1004, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1003, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1002, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1001, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1000, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 999, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 998, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 997, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 996, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 995, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 994, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 993, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 992, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 991, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 990, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 989, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 988, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 987, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 986, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 985, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 984, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 983, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 982, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 981, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 980, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 979, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 978, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 977, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 976, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 975, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 974, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 973, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 972, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 971, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 970, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 969, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 968, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 967, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 966, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 965, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 964, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 963, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 962, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 961, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 960, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 959, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 958, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 957, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 956, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 955, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 954, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 953, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 952, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 951, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 950, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 949, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 948, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 947, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 946, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 945, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 944, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 943, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 942, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 941, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 940, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 939, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 938, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 937, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 936, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 935, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 934, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 933, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 932, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 931, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 930, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 929, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 928, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 927, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 926, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 925, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 924, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 923, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 922, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 921, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 920, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 919, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 918, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 917, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 916, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 915, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 914, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 913, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 912, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 911, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 910, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 909, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 908, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 907, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 906, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 905, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 904, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 903, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 902, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 901, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 900, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 899, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 898, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 897, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 896, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 895, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 894, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 893, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 892, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 891, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 890, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 889, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 888, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 887, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 886, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 885, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 884, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 883, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 882, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 881, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 880, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 879, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 878, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 877, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 876, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 875, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 874, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 873, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 872, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 871, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 870, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 869, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 868, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 867, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 866, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 865, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 864, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 863, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 862, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 861, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 860, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 859, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 858, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 857, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 856, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 855, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 854, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 853, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 852, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 851, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 850, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 849, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 848, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 847, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 846, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 845, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 844, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 843, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 842, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 841, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 840, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 839, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 838, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 837, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 836, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 835, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 834, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 833, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 832, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 831, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 830, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 829, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 828, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 827, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 826, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 825, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 824, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 823, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 822, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 821, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 820, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 819, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 818, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 817, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 816, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 815, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 814, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 813, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 812, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 811, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 810, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 809, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 808, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 807, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 806, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 805, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 804, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 803, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 802, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 801, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 800, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 799, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 798, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 797, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 796, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 795, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 794, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 793, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 792, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 791, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 790, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 789, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 788, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 787, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 786, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 785, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 784, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 783, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 782, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 781, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 780, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 779, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 778, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 777, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 776, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 775, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 774, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 773, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 772, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 771, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 770, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 769, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 768, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 767, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 766, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 765, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 764, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 763, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 762, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 761, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 760, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 759, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 758, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 757, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 756, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 755, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 754, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 753, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 752, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 751, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 750, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 749, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 748, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 747, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 746, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 745, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 744, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 743, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 742, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 741, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 740, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 739, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 738, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 737, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 736, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 735, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 734, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 733, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 732, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 731, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 730, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 729, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 728, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 727, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 726, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 725, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 724, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 723, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 722, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 721, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 720, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 719, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 718, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 717, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 716, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 715, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 714, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 713, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 712, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 711, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 710, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 709, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 708, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 707, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 706, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 705, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 704, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 703, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 702, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 701, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 700, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 699, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 698, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 697, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 696, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 695, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 694, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 693, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 692, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 691, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 690, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 689, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 688, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 687, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 686, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 685, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 684, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 683, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 682, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 681, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 680, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 679, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 678, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 677, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 676, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 675, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 674, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 673, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 672, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 671, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 670, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 669, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 668, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 667, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 666, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 665, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 664, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 663, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 662, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 661, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 660, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 659, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 658, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 657, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 656, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 655, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 654, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 653, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 652, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 651, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 650, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 649, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 648, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 647, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 646, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 645, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 644, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 643, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 642, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 641, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 640, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 639, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 638, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 637, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 636, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 635, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 634, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 633, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 632, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 631, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 630, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 629, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 628, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 627, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 626, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 625, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 624, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 623, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 622, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 621, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 620, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 619, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 618, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 617, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 616, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 615, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 614, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 613, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 612, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 611, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 610, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 609, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 608, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 607, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 606, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 605, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 604, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 603, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 602, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 601, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 600, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 599, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 598, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 597, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 596, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 595, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 594, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 593, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 592, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 591, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 590, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 589, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 588, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 587, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 586, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 585, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 584, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 583, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 582, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 581, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 580, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 579, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 578, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 577, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 576, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 575, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 574, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 573, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 572, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 571, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 570, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 569, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 568, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 567, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 566, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 565, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 564, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 563, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 562, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 561, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 560, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 559, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 558, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 557, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 556, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 555, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 554, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 553, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 552, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 551, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 550, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 549, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 548, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 547, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 546, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 545, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 544, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 543, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 542, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 541, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 540, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 539, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 538, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 537, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 536, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 535, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 534, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 533, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 532, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 531, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 530, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 529, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 528, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 527, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 526, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 525, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 524, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 523, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 522, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 521, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 520, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 519, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 518, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 517, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 516, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 515, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 514, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 513, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 512, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 511, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 510, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 509, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 508, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 507, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 506, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 505, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 504, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 503, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 502, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 501, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 500, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 499, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 498, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 497, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 496, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 495, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 494, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 493, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 492, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 491, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 490, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 489, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 488, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 487, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 486, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 485, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 484, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 483, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 482, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 481, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 480, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 479, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 478, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 477, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 476, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 475, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 474, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 473, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 472, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 471, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 470, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 469, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 468, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 467, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 466, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 465, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 464, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 463, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 462, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 461, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 460, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 459, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 458, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 457, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 456, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 455, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 454, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 453, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 452, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 451, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 450, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 449, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 448, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 447, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 446, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 445, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 444, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 443, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 442, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 441, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 440, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 439, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 438, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 437, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 436, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 435, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 434, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 433, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 432, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 431, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 430, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 429, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 428, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 427, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 426, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 425, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 424, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 423, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 422, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 421, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 420, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 419, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 418, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 417, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 416, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 415, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 414, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 413, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 412, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 411, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 410, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 409, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 408, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 407, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 406, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 405, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 404, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 403, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 402, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 401, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 400, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 399, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 398, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 397, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 396, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 395, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 394, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 393, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 392, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 391, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 390, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 389, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 388, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 387, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 386, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 385, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 384, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 383, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 382, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 381, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 380, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 379, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 378, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 377, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 376, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 375, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 374, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 373, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 372, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 371, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 370, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 369, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 368, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 367, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 366, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 365, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 364, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 363, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 362, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 361, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 360, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 359, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 358, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 357, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 356, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 355, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 354, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 353, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 352, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 351, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 350, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 349, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 348, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 347, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 346, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 345, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 344, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 343, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 342, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 341, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 340, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 339, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 338, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 337, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 336, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 335, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 334, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 333, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 332, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 331, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 330, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 329, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 328, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 327, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 326, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 325, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 324, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 323, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 322, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 321, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 320, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 319, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 318, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 317, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 316, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 315, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 314, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 313, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 312, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 311, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 310, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 309, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 308, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 307, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 306, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 305, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 304, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 303, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 302, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 301, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 300, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 299, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 298, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 297, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 296, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 295, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 294, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 293, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 292, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 291, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 290, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 289, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 288, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 287, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 286, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 285, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 284, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 283, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 282, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 281, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 280, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 279, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 278, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 277, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 276, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 275, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 274, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 273, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 272, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 271, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 270, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 269, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 268, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 267, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 266, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 265, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 264, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 263, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 262, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 261, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 260, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 259, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 258, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 257, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 256, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 255, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 254, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 253, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 252, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 251, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 250, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 249, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 248, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 247, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 246, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 245, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 244, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 243, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 242, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 241, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 240, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 239, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 238, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 237, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 236, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 235, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 234, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 233, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 232, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 231, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 230, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 229, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 228, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 227, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 226, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 225, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 224, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 223, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 222, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 221, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 220, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 219, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 218, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 217, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 216, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 215, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 214, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 213, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 212, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 211, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 210, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 209, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 208, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 207, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 206, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 205, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 204, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 203, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 202, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 201, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 200, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 199, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 198, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 197, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 196, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 195, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 194, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 193, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 192, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 191, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 190, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 189, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 188, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 187, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 186, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 185, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 184, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 183, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 182, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 181, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 180, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 179, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 178, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 177, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 176, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 175, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 174, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 173, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 172, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 171, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 170, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 169, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 168, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 167, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 166, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 165, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 164, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 163, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 162, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 161, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 160, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 159, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 158, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 157, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 156, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 155, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 154, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 153, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 152, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 151, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 150, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 149, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 148, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 147, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 146, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 145, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 144, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 143, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 142, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 141, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 140, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 139, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 138, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 137, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 136, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 135, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 134, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 133, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 132, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 131, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 130, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 129, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 128, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 127, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 126, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 125, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 124, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 123, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 122, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 121, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 120, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 119, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 118, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 117, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 116, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 115, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 114, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 113, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 112, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 111, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 110, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 109, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 108, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 107, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 106, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 105, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 104, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 103, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 102, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 101, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 100, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 99, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 98, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 97, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 96, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 95, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 94, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 93, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 92, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 91, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 90, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 89, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 88, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 87, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 86, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 85, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 84, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 83, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 82, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 81, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 80, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 79, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 78, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 77, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 76, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 75, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 74, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 73, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 72, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 71, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 70, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 69, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 68, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 67, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 66, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 65, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 64, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 63, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 62, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 61, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 60, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 59, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 58, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 57, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 56, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 55, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 54, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 53, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 52, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 51, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 50, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 49, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 48, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 47, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 46, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 45, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 44, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 43, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 42, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 41, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 40, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 39, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 38, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 37, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 36, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 35, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 34, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 33, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 32, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 31, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 30, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 29, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 28, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 27, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 26, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 25, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 24, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 23, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 22, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 21, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 20, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 19, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 18, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 17, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 16, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 15, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 14, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 13, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 12, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 11, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 10, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 9, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 8, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 7, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 6, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 5, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 4, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 3, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 2, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + }, + { + "id": 1, + "exit_code": 0, + "repo_url": "\/tmp\/pytest-of-runner\/pytest-0\/test_repo_stress_output_long_n2\/repo", + "repo_rev": "HEAD" + } + ] +}
-----------------------------Captured log teardown------------------------------
2024-01-28 10:56:44 | INFO | Terminating process 78137/cimple-worker +2024-01-28 10:56:44 | INFO | 78137/cimple-worker: 2024-01-28 10:56:44.383 | 78137 | Shutting down +2024-01-28 10:56:44 | INFO | Terminating process 78134/cimple-worker +2024-01-28 10:56:44 | INFO | 78134/cimple-worker: 2024-01-28 10:56:44.387 | 78134 | Shutting down +2024-01-28 10:56:44 | INFO | Terminating process 78131/cimple-server +2024-01-28 10:56:44 | INFO | 78131/cimple-server: 2024-01-28 10:56:44.388 | 78131 | Shutting down
\ No newline at end of file -- cgit v1.2.3